Author Topic: Latest 1204 repository update - Update 28039  (Read 6376 times)

phenigma

  • LinuxMCE God
  • ****
  • Posts: 1758
    • View Profile
Latest 1204 repository update - Update 28039
« on: September 10, 2013, 08:41:28 pm »
As many of you are aware 1204 is in a state that it can be installed and tested.  Expect things to break!  Like today.   ;D

Some package changes were recently made that will break a regular apt-get update/dist-upgrade and leave you chasing your tail.  To get past Update 28039 you will need to do the following:

Code: [Select]
apt-get update
dpkg --purge --force-depends mce-diskless-tools
apt-get -f install
apt-get dist-upgrade

This will bring you past the update and allow you to continue testing and providing feedback!

Jason
« Last Edit: September 10, 2013, 11:22:39 pm by posde »

cfernandes

  • Guru
  • ****
  • Posts: 359
    • View Profile
    • my company web site
Re: Latest 1204 repository update - Update 28039
« Reply #1 on: June 09, 2015, 03:22:51 pm »
hi i have some erros  on  apt-get dist-upgrade

After this operation, 121 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
  lmce-skins-basic lmce-core lmce-nbd-client-wrapper pluto-xine-player
  linux-generic-pae linux-image-generic-pae linux-headers-3.2.0-84
  linux-headers-3.2.0-84-generic-pae linux-headers-generic-pae
  lmce-skins-bluecrystal lmce-skins-slate lmce-skins-titanium lmce-skins-uita
Authentication warning overridden.
(Reading database ... 312132 files and directories currently installed.)
Unpacking lmce-skins-basic (from .../lmce-skins-basic_2.0.0.47.9~lmce3_all.deb) ...
dpkg: error processing /var/cache/apt/archives/lmce-skins-basic_2.0.0.47.9~lmce3_all.deb (--unpack):
 trying to overwrite '/usr/pluto/orbiter/skins/Basic/mobile/icons/media/home video.png', which is also in package pluto-skins-basic 2.0.0.46.15042530622
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/lmce-skins-basic_2.0.0.47.9~lmce3_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: Latest 1204 repository update - Update 28039
« Reply #2 on: June 09, 2015, 06:39:28 pm »
Code: [Select]
dpkg -r --force-all lmce-skins-basic
apt-get install -f

should fix this.

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: Latest 1204 repository update - Update 28039
« Reply #3 on: June 09, 2015, 06:41:08 pm »
You might need an
Code: [Select]
apt-get install lmce-skins-basic

in case apt-get -f install doesn't install it.

phenigma

  • LinuxMCE God
  • ****
  • Posts: 1758
    • View Profile
Re: Latest 1204 repository update - Update 28039
« Reply #4 on: June 09, 2015, 07:22:38 pm »
Sorry about this, I'm trying to determine why the package 'replaces' and 'conflicts' data is not causing apt to remove the old package automatically.  :(

J.

cfernandes

  • Guru
  • ****
  • Posts: 359
    • View Profile
    • my company web site
Re: Latest 1204 repository update - Update 28039
« Reply #5 on: June 10, 2015, 12:19:10 pm »
the pakage  is  pluto-skins-basic

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: Latest 1204 repository update - Update 28039
« Reply #6 on: June 10, 2015, 01:54:11 pm »
sorry. Please dpkg -r --force-all pluto-skins-basic and install the other.

cfernandes

  • Guru
  • ****
  • Posts: 359
    • View Profile
    • my company web site
Re: Latest 1204 repository update - Update 28039
« Reply #7 on: June 10, 2015, 02:43:07 pm »
ok is working now !

thank you

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: Latest 1204 repository update - Update 28039
« Reply #8 on: June 10, 2015, 03:07:18 pm »
great!