(Solved) Maybe deb-multimedia related D-U error?

Started by tuxic, 2014/11/09, 09:08:58

Previous topic - Next topic

tuxic

Early morning DU:

root@sid-box:/home/tuxic# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
libaudio2 : Breaks: libaudio2:i386 (!= 1.9.4-1) but 1.9.4-1+b1 is installed
libaudio2:i386 : Breaks: libaudio2 (!= 1.9.4-1+b1) but 1.9.4-1 is installed
E: Unmet dependencies. Try using -f.



Then:



root@sid-box:/home/tuxic# apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  libaudio2
Suggested packages:
  nas
The following packages will be upgraded:
  libaudio2
1 upgraded, 0 newly installed, 0 to remove and 75 not upgraded.
96 not fully installed or removed.
Need to get 0 B/79.3 kB of archives.
After this operation, 31.7 kB disk space will be freed.
Do you want to continue? [Y/n] y
Reading changelogs... Done
(Reading database ... 231929 files and directories currently installed.)
Preparing to unpack .../libaudio2_1.9.4-1+b1_amd64.deb ...
Unpacking libaudio2:amd64 (1.9.4-1+b1) over (1.9.4-1) ...
dpkg: error processing archive /var/cache/apt/archives/libaudio2_1.9.4-1+b1_amd64.deb (--unpack):
trying to overwrite shared '/usr/share/doc/libaudio2/changelog.Debian.gz', which is different from other instances of package libaudio2:amd64
Errors were encountered while processing:
/var/cache/apt/archives/libaudio2_1.9.4-1+b1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)



Maybe deb-multimedia repo will take the blame...
"Many people live and die..., and all they do is process groceries."
                  H. Peavey

melmarker

nope - packaging error in debian. Hint: dmo-versions end or contain 'dmo'
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

melmarker

some additional infos:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768651

apt-get install -f -o Dpkg::Options::="--force-overwrite" libaudio2
or
rm -rf /usr/share/doc/libaudio2/changelog.Debian.gz
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

tuxic

Thanks Mel! Did the trick and Voila!!!  ;D
"Many people live and die..., and all they do is process groceries."
                  H. Peavey