Siduction Forum

Siduction Forum => Upgrade Warnings => Topic started by: CCarpenter on 2015/10/20, 23:29:00

Title: [solved]Today´s DU conflicts with libopenraw1v5 and libgegl-0.3-0
Post by: CCarpenter on 2015/10/20, 23:29:00
Apt exits with errorcode 1:

Code: [Select]
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)
Title: Re: Today´s DU conflicts with libopenraw1v5 anmd libgegl-0.3-0
Post by: melmarker on 2015/10/20, 23:44:56
Please file a bug against the package, there is at least one Replace: missed
Title: Re: Today´s DU conflicts with libopenraw1v5 anmd libgegl-0.3-0
Post by: CCarpenter on 2015/10/20, 23:48:40
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
Title: Re: Today´s DU conflicts with libopenraw1v5 anmd libgegl-0.3-0
Post by: michaaa62 on 2015/10/21, 00:59:18
Code: [Select]
dpkg -r  libopenraw1 libgegl-0.2-0
apt-get install libopenraw1v5 libgegl-0.3-0
fixed it for me
Title: Re: Today´s DU conflicts with libopenraw1v5 anmd libgegl-0.3-0
Post by: CCarpenter on 2015/10/21, 01:36:45
For me too, lot of thanks!
Title: Re: [solved]Today´s DU conflicts with libopenraw1v5 and libgegl-0.3-0
Post by: samoht on 2015/10/21, 09:35:31
Does not work because gimp will be removed too on my machine  :( .

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

Greetings
Tom
Title: Re: [solved]Today´s DU conflicts with libopenraw1v5 and libgegl-0.3-0
Post by: michaaa62 on 2015/10/21, 09:45:11
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!
Title: Re: [solved]Today´s DU conflicts with libopenraw1v5 and libgegl-0.3-0
Post by: eQuacky on 2015/10/22, 08:40:42
michaaa's solution did it for me either!


thnx
Title: Bugreport: [solved]Today´s DU conflicts with libopenraw1v5
Post by: horo on 2015/10/22, 08:56:30
Quote from: melmarker
Please file a bug against the package, there is at least one Replace: missed
FYI:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802471
Title: Re: [solved]Today´s DU conflicts with libopenraw1v5 and libgegl-0.3-0
Post by: Penyelam on 2015/10/22, 14:01:00
I had a similar issue recently

Code: [Select]

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.
Code: [Select]
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:

Code: [Select]

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