XBMC Ubuntu PPAs (precompiled PPA builds for Ubuntu)

  Thread Rating:
  • 12 Votes - 4.25 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Spc4 Offline
Junior Member
Posts: 45
Joined: May 2008
Reputation: 0
Post: #391
Could not download all repository indexes

The repository may no longer be available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository will be ignored. Check your network connection and ensure the repository address in the preferences is correct.

Failed to fetch http://ppa.launchpad.net/team-xbmc/jaunt...ty/Release Unable to find expected entry deb-src/binary-amd64/Packages in Meta-index file (malformed Release file?)
Some index files failed to download, they have been ignored, or old ones used instead.

What am I doing wrong? I would like to try this on my desktop as opposed to my xbox, but I just don't seam to get it. I'm some what familiar with XDSL for my xbox. Is it because I have a 64bit computer?
find quote
luna_s Offline
Senior Member
Posts: 106
Joined: Aug 2005
Reputation: 0
Post: #392
Im getting this error

(T: XBMCLive)xbmc@XBMCLive:~$ sudo apt-get install xbmc
Reading package lists... Done
Building dependency tree
Reading state information... Done
xbmc is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up xbmc-live (9.04.2+svn20937-jaunty1) ...
dpkg: error processing xbmc-live (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
xbmc-live
E: Sub-process /usr/bin/dpkg returned an error code (1)

any ideas ?

Im pretty new to linux but i managed to get this far!


edit no matter sorted it now Smile
(This post was last modified: 2009-06-10 10:37 by luna_s.)
find quote
MartijnKooi Offline
Junior Member
Posts: 38
Joined: Mar 2009
Reputation: 0
Location: The Netherlands
Post: #393
luna_s Wrote:Im getting this error

(T: XBMCLive)xbmc@XBMCLive:~$ sudo apt-get install xbmc
Reading package lists... Done
Building dependency tree
Reading state information... Done
xbmc is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up xbmc-live (9.04.2+svn20937-jaunty1) ...
dpkg: error processing xbmc-live (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
xbmc-live
E: Sub-process /usr/bin/dpkg returned an error code (1)

any ideas ?

Im pretty new to linux but i managed to get this far!


edit no matter sorted it now Smile

How did you managed your workaround? I got the same error yesterday..
find quote
MDPauley Offline
Senior Member
Posts: 264
Joined: Mar 2004
Reputation: 0
Location: Centreville, Va
Post: #394
MartijnKooi Wrote:How did you managed your workaround? I got the same error yesterday..

I'd like to know the answer to this also.

Thanks,

Mike
find quote
Zeppstar Offline
Senior Member
Posts: 112
Joined: Dec 2008
Reputation: 0
Post: #395
I get the same error when upgrading xbmc wth svn ppa.

sudo apt-get update + upgrade

Code:
Errors were encountered while processing:
xbmc-live
E: Sub-process /usr/bin/dpkg returned an error code (1)

HW : Multiple Asrock 330HT + NAS
SYS: xbmc-live 10.0
find quote
JackieBrown Offline
Member+
Posts: 228
Joined: Jan 2008
Reputation: 0
Location: San Antonio, TX
Post: #396
I just purged xbmc-live

I guess you could delete the postinstall file, but then you lose out on any setup scripts run there
find quote
luna_s Offline
Senior Member
Posts: 106
Joined: Aug 2005
Reputation: 0
Post: #397
yep thats what i did too, apt-get purge xbmc*
find quote
WEiSLaND Offline
Junior Member
Posts: 2
Joined: May 2009
Reputation: 0
Post: #398
luna_s Wrote:Im getting this error

(T: XBMCLive)xbmc@XBMCLive:~$ sudo apt-get install xbmc
Reading package lists... Done
Building dependency tree
Reading state information... Done
xbmc is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up xbmc-live (9.04.2+svn20937-jaunty1) ...
dpkg: error processing xbmc-live (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
xbmc-live
E: Sub-process /usr/bin/dpkg returned an error code (1)

any ideas ?

Im pretty new to linux but i managed to get this far!


edit no matter sorted it now Smile
The problem is in postinst script: the script run "AUTH_EXISTS=`polkit-auth --user xbmc --show-obtainable ....."
the correct syntax is
"polkit-auth --user xbmc --show-obtainable --explicit"
find quote
lcapriotti Offline
a.k.a Luigi, Team-XBMC XBMCbuntu Dev
Posts: 791
Joined: Jan 2008
Reputation: 12
Location: Italy
Post: #399
while updated packages are being built, if you have already xbmc-live installed but not configured due to apt-get errors:

Code:
wget http://www.friendpaste.com/2Iwv42jyau2ZFsetWpF01H_363433646338/raw
sudo mv raw /var/lib/dpkg/info/xbmc-live.postinst
chmod +x /var/lib/dpkg/info/xbmc-live.postinst
sudo apt-get install xbmc-live

Pls report your results.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
luna_s Offline
Senior Member
Posts: 106
Joined: Aug 2005
Reputation: 0
Post: #400
I got errors doing that too

Code:
Setting up xbmc-live (9.04.2+svn20937-jaunty1) ...
[WARN  3415] polkit-action.c:211:polkit_action_set_action_id(): polkit_action_validate_id (action_id)
Not built with -rdynamic so unable to print a backtrace
polkit-auth: GeneralError: Given action does not have action_id set
dpkg: error processing xbmc-live (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
xbmc-live
E: Sub-process /usr/bin/dpkg returned an error code (1)
(T: XBMCLive)xbmc@XBMCLive:~$

so i edited the xbmc-live.postinst with

sudo /var/lib/dpkg/info/xbmc-live.postinst

and changed --grant to WEiSLaNDs suggestion of --show-obtainable
(not sure if this is ok?) then it built fine altho with these errors

Code:
* Configuring system and starting XBMC...
[: 142: root=UUID=b1ce4e7a-7e11-4b02-bf81-802525377509 quiet splash xbmc=nodiskmount,tempfs,setvolume,noredir loglevel=0: unexpected operator
[: 142: nodiskmount,tempfs,setvolume,noredir: unexpected operator
[: 142: unexpected operator
Setting volumes at 100%
   ...done.

which are grub errors

but system seems to be running fine Smile
find quote
Post Reply