News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

update 30718 throws errors

Started by maverick0815, May 19, 2015, 10:38:16 PM

Previous topic - Next topic

phenigma

This is an old version of mythtv-player that is trying to be installed for some reason.  These issues do not exist in the most recent release in the repository.  Try to:  apt-get update && apt-get install --reinstall pluto-mythtv-player

and if that doesn't work,

apt-get install pluto-mythtv-player=2.0.0.46.15051930718

J.

HTH
My setup: [url="http://wiki.linuxmce.org/index.php/User:Phenigma"]http://wiki.linuxmce.org/index.php/User:Phenigma[/url]

maverick0815

This is one persistent little bugger

Quote
dcerouter_1043186:/home/linuxmce#  apt-get install --reinstall pluto-mythtv-player
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-image-3.2.0-79-generic-pae libdiscover2 openswan linux-headers-3.2.0-80 linux-headers-3.2.0-77 linux-headers-3.2.0-79 linux-headers-3.2.0-77-generic-pae discover mce-launcher lmce-diskless-debootstrap-image
  linux-image-3.2.0-77-generic-pae libvte9 ftp-upload linux-headers-3.2.0-80-generic-pae pluto-dummy-console-tools lmce-update-system pluto-avwizard-sounds linux-image-3.2.0-80-generic-pae discover-data linux-headers-3.2.0-79-generic-pae
  pluto-windowsce-libraries libvte-common
Use 'apt-get autoremove' to remove them.
The following packages will be upgraded:
  pluto-mythtv-player
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0 B/758 kB of archives.
After this operation, 0 B of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  pluto-mythtv-player
Authentication warning overridden.
Setting up pluto-mythtv-player (2.0.0.46.15041030526) ...
ln: failed to create symbolic link `/usr/lib/libXmu.so': File exists
dpkg: error processing pluto-mythtv-player (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
pluto-mythtv-player
E: Sub-process /usr/bin/dpkg returned an error code (1)
dcerouter_1043186:/home/linuxmce# apt-get install pluto-mythtv-player=2.0.0.46.15051930718
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-image-3.2.0-79-generic-pae libdiscover2 openswan linux-headers-3.2.0-80 linux-headers-3.2.0-77 linux-headers-3.2.0-79 linux-headers-3.2.0-77-generic-pae discover mce-launcher lmce-diskless-debootstrap-image
  linux-image-3.2.0-77-generic-pae libvte9 ftp-upload linux-headers-3.2.0-80-generic-pae pluto-dummy-console-tools lmce-update-system pluto-avwizard-sounds linux-image-3.2.0-80-generic-pae discover-data linux-headers-3.2.0-79-generic-pae
  pluto-windowsce-libraries libvte-common
Use 'apt-get autoremove' to remove them.
The following packages will be upgraded:
  pluto-mythtv-player
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0 B/758 kB of archives.
After this operation, 0 B of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  pluto-mythtv-player
Authentication warning overridden.
Setting up pluto-mythtv-player (2.0.0.46.15041030526) ...
ln: failed to create symbolic link `/usr/lib/libXmu.so': File exists
dpkg: error processing pluto-mythtv-player (--configure):
subprocess installed post-installation script returned error exit status 1
No apport report written because MaxReports is reached already
                                                              Errors were encountered while processing:
pluto-mythtv-player
E: Sub-process /usr/bin/dpkg returned an error code (1)

maverick0815


Marie.O

It contains the libXMU error again - please move it out of the way, and try again (with the bash -x)
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

maverick0815


phenigma

This is a different error thrown by the code creating mysql.txt, this has also been fixed some time ago.  The package that keeps getting installed is an old pkg and I'm not sure why it's not grabbing the latest one.

To get around this the easiest thing to do atm is edit /var/lib/dpkg/info/pluto-mythtv-player.postinst and add 'exit 0' right at the beginning of the script.  Then apt-get -f install, which should complete.  Then do a new update && upgrade to hopefully grab the latest pkg.

J.
My setup: [url="http://wiki.linuxmce.org/index.php/User:Phenigma"]http://wiki.linuxmce.org/index.php/User:Phenigma[/url]

maverick0815

Seems like this one worked now :-) thanks

phenigma

You're welcome.  Again, sorry for the troubles.   :-\

J.
My setup: [url="http://wiki.linuxmce.org/index.php/User:Phenigma"]http://wiki.linuxmce.org/index.php/User:Phenigma[/url]

maverick0815

Hey, that's okay....if it helps

Marie.O

If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

phenigma

So do I, but it was much easier than either creating the required file from scratch or editing the postinst to fix it.  Everything should right itself when the next version of the package is installed (which is fixed and is in the repo)   ;D

J.
My setup: [url="http://wiki.linuxmce.org/index.php/User:Phenigma"]http://wiki.linuxmce.org/index.php/User:Phenigma[/url]