install-xbmc.sh not working??
#1
hi guys,

thought i'd try and execute Dushmaniacs install-xbmc.sh and i get the following error:
Code:
Press CTRL+C to abort.
Installing 'phyton-software-properties' and 'curl'
Reading package lists... Done
Building dependency tree      
Reading state information... Done
python-software-properties is already the newest version.
curl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 33 not upgraded.
Setting up the dependencies repository
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv 200B0F29E1326DA781F163333A4CAE5D0DB24E15
gpg: requesting key 0DB24E15 from hkp server keyserver.ubuntu.com
gpg: key 0DB24E15: "Launchpad xbmc-diskless" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
Setting up the XBMC-PVR repository
deb http://packages.pulse-eight.net/ubuntu  stable
Installing public GPG key
gpg: key 80AAED87: "Pulse-Eight Packaging <[email protected]>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
Updating repositories
E: Malformed line 54 in source list /etc/apt/sources.list (dist parse)
Installing/upgrading XBMC-PVR and libcec
E: Malformed line 54 in source list /etc/apt/sources.list (dist parse)
E: The list of sources could not be read.

Not much of a Linux man myself, so what do i do?
Reply
#2
I'll check it out in a moment
opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
Reply
#3
for some reason it didn't add the correct distribution name. I've added some checks in the script so it won't happen again.

to fix the issue, open /etc/apt/sources.list, scroll to the bottom and change the line containing "packages.pulse-eight.net" to this:
Code:
deb http://packages.pulse-eight.net/ubuntu lucid stable

run "apt-get update" and it'll be fine again
opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
Reply
#4
Hi,
i found out that way to obtain the latest releases of pvr xbmc is via this install.sh script. Is there a way to update to the newest build of xbmc without removing xbmc and xbmc-live from my system and running the install.sh?
And: Can i keep the installation of tvheadend since you still provide it over the ppa i used to get xbmc and xbmc-live? Or will there be a problem if i install new xbmc and xbmc-live via the script?
Reply
#5
Thanks dushmaniac. Working now!
Reply
#6
Are there Problems with the script on oneiric, too? Tried to install it on a second Machine with Ubuntu 11.10

It adds source

Code:
deb http://packages.pulse-eight.net/ubuntu oneiric stable

then the script updates and there are some 404 file not found

Code:
W: Fehlschlag beim Holen von http://ppa.launchpad.net/lars-opdenkamp/pvr-depends/ubuntu/dists/oneiric/main/source/Sources  404  Not Found

W: Fehlschlag beim Holen von http://ppa.launchpad.net/lars-opdenkamp/pvr-depends/ubuntu/dists/oneiric/main/binary-i386/Packages  404  Not Found

then it doesnt start the installation...

on lucid it works fine.

Some idea?

EDIT: ok, i see.... no oneiric Directory on the Server..... ill try natty

Edit2: This also does not work

installs and then:

/usr/lib/xbmc/xbmc.bin: symbol lookup error: /usr/lib/libva-x11.so.1: undefined symbol: fool_postp

Think I'll have to wait...
Reply
#7
@Polyamid

update libva1 from ubuntuupdates.org
Reply
#8
thx it works
Reply
#9
@janumix: I have the same problem as Polyamid. I have tested a libva1 from the repository of Ubuntu-x-swat (taken from ubuntuupdates.org), but it didn't change anything. Which one should I take?
Reply

Logout Mark Read Team Forum Stats Members Help
install-xbmc.sh not working??0