[solved]Today´s DU conflicts with libopenraw1v5 and libgegl-0.3-0

Started by CCarpenter, 2015/10/20, 23:29:00

Previous topic - Next topic

CCarpenter

Apt exits with errorcode 1:


root@ccsbox:/home/carpenter# apt-get -f install
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Abhängigkeiten werden korrigiert ... Fertig
Die folgenden zusätzlichen Pakete werden installiert:
  libopenraw1v5
Die folgenden NEUEN Pakete werden installiert:
  libopenraw1v5
0 aktualisiert, 1 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
60 nicht vollständig installiert oder entfernt.
Es müssen noch 0 B von 129 kB an Archiven heruntergeladen werden.
Nach dieser Operation werden 461 kB Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n] J
(Lese Datenbank ... 400757 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../libopenraw1v5_0.0.9-3.7_amd64.deb ...
Entpacken von libopenraw1v5:amd64 (0.0.9-3.7) ...
dpkg: Fehler beim Bearbeiten des Archivs /var/cache/apt/archives/libopenraw1v5_0.0.9-3.7_amd64.deb (--unpack):
Versuch, »/usr/lib/x86_64-linux-gnu/libopenraw.so.1.6.0« zu überschreiben, welches auch in Paket libopenraw1:amd64 0.0.9-3.5+b2 ist
dpkg-deb: Fehler: Unterprozess einfügen wurde durch Signal (Datenübergabe unterbrochen (broken pipe)) getötet
Trigger für libc-bin (2.19-22) werden verarbeitet ...
Fehler traten auf beim Bearbeiten von:
/var/cache/apt/archives/libopenraw1v5_0.0.9-3.7_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

melmarker

Please file a bug against the package, there is at least one Replace: missed
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)

CCarpenter

Quote from: melmarker on 2015/10/20, 23:44:56
Please file a bug against the package, there is at least one Replace: missed

How could i do that? I never did that before?

How can i now fix my broken DU?

//EDIT

Bug Report already seems to be there:
https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1365024.html

michaaa62

dpkg -r  libopenraw1 libgegl-0.2-0
apt-get install libopenraw1v5 libgegl-0.3-0
fixed it for me

CCarpenter


samoht

Does not work because gimp will be removed too on my machine  :( .

Update:
Sorry, works perfectly, did a silly mistake.

Greetings
Tom

michaaa62

Which version of gimp do you have installed? There is no dependency issue for gimp with libgegl-0.3-0. You may need to use the '--force-depends' option for the dpkg command.
But please read carefully, what might break during the dpkg command to fix it with a second command!

eQuacky


horo

Quote from: melmarkerPlease file a bug against the package, there is at least one Replace: missed
FYI:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802471
omnia vincit pecunia :(

Penyelam

I had a similar issue recently



Die folgenden Pakete haben unerfüllte Abhängigkeiten:
libgegl-0.3-0 : Hängt ab von: libopenraw1v5 (>= 0.0.9) ist aber nicht installiert



An "apt-get -f install" didn't help, but after I followed michaaa62's hint the DU completed.

dpkg -r  libopenraw1 libgegl-0.2-0
apt-get install libopenraw1v5 libgegl-0.3-0



But there is still another issue, don't know if it's related with that:
After login in lightdm the screen becomes black  and then the loginsceen appears again.
the .xsession-errors says:



QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
This application failed to start because it could not find or load the Qt platform plugin "xcb".


Available platform plugins are: linuxfb, minimal, minimalegl, offscreen.


Reinstalling the application may fix this problem.


I installed xcb but it didn't solve it.


Btw, I use kdenext