README.ubuntu problems

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
dkardell Offline
Junior Member
Posts: 22
Joined: Mar 2013
Reputation: 0
Post: #1
I am new to XBMC development and had the package compiling and running a month ago. I decided to start a new fresh development cycle on Ubuntu and have been following the README.ubuntu and having all kinds of problems now.

First in section 3.2 where it says
You can get all build dependencies used for building the packages on the PPA. For this, you
need to specify the PPA in your apt sources. Please find the documentation on how to add a
PPA to your system here:

http://launchpad.net/+help/soyuz/ppa-sources-list.html

Has anyone gone to that url? Its a page not found?

Next in section 3.1 (I'm on Ubuntu 12.04 LTS), I do all commands that are <= 12.04 correct? (from the xbmc directory off of $HOME)
For Ubuntu (all versions >= 7.04): (I do this command)
For >= 10.10: (I do this one)
For >= 12.10 (NOT this one)
For <= 12.04 (this one to "build taglib)

Correct?

if I do all of that and then

sudo apt-get update
.
.
.
Reading package lists... Done
dkardell@ubuntu:~/xbmc$

which is correct,

However if I do the following (which used to work)

dkardell@ubuntu:~/xbmc$ sudo apt-get build-dep xbmc
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Build-Depends dependency for xbmc cannot be satisfied because the package libtag1x8 cannot be found
dkardell@ubuntu:~/xbmc$

Thoughts?
find quote
wsnipex Offline
Team-XBMC packaging monkey
Posts: 1,907
Joined: Jun 2011
Reputation: 51
Post: #2
hehe, this READMe really needs some cleanup Smile

this should do:
Code:
sudo add-apt-repository ppa:team-xbmc/unstable
sudo add-apt-repository ppa:team-xbmc/xbmc-ppa-build-depends
sudo apt-get build-dep xbmc
find quote
dkardell Offline
Junior Member
Posts: 22
Joined: Mar 2013
Reputation: 0
Post: #3
(2013-05-19 17:01)wsnipex Wrote:  hehe, this READMe really needs some cleanup Smile

this should do:
Code:
sudo add-apt-repository ppa:team-xbmc/unstable
sudo add-apt-repository ppa:team-xbmc/xbmc-ppa-build-depends
sudo apt-get build-dep xbmc

Thanks.. after that.. this is what I got. Thoughts?
dkardell@ubuntu:~$ sudo add-apt-repository ppa:team-xbmc/xbmc-ppa-build-depends
You are about to add the following PPA to your system:
This is the PPA which contains the packages required only for building XBMC.
More info: https://launchpad.net/~team-xbmc/+archiv...ld-depends
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keyring `/tmp/tmpkef_sY/secring.gpg' created
gpg: keyring `/tmp/tmpkef_sY/pubring.gpg' created
gpg: requesting key 91E7EE5E from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpkef_sY/trustdb.gpg: trustdb created
gpg: key 91E7EE5E: public key "Launchpad PPA for XBMC for Linux" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK
dkardell@ubuntu:~$ sudo apt-get build-dep xbmc
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Build-Depends dependency for xbmc cannot be satisfied because the package libtag1x8 cannot be found
dkardell@ubuntu:~$
find quote
wsnipex Offline
Team-XBMC packaging monkey
Posts: 1,907
Joined: Jun 2011
Reputation: 51
Post: #4
omg, please do a "apt-get update"
find quote
dkardell Offline
Junior Member
Posts: 22
Joined: Mar 2013
Reputation: 0
Post: #5
(2013-05-19 19:29)wsnipex Wrote:  omg, please do a "apt-get update"

Thank you!!!! I'm in the process of the "make" now as we speak. I will try and "rewrite" the readme with all of your updates. Thanks again! Smile

Dan
find quote
Kibje Online
Team-XBMC Member
Posts: 1,278
Joined: Jan 2010
Reputation: 35
Location: Netherlands
Post: #6
That would be valuable input Smile Thanks

When your issue is solved, please edit your original post and select Solved Issue from the pulldown menu. Thanks!
find quote
dkardell Offline
Junior Member
Posts: 22
Joined: Mar 2013
Reputation: 0
Post: #7
Thanks Kibje, I now have it compiled. I will update the steps from a new install of Ubuntu to a built version of XBMC. Smile
find quote
Martijn Offline
Team-XBMC
Posts: 7,787
Joined: Jul 2011
Reputation: 116
Location: Dawn of time
Post: #8
https://github.com/xbmc/xbmc/pull/2792
find quote