Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  [solved]Today´s DU conflicts with libopenraw1v5 and libgegl-0.3-0  (Read 3770 times)

Offline CCarpenter

  • User
  • Posts: 198
    • http://www.greenvalleyranchschwand.de
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)
« Last Edit: 2015/10/21, 01:42:23 by CCarpenter »

Offline melmarker

  • User
  • Posts: 2.799
    • g-com.eu
Re: Today´s DU conflicts with libopenraw1v5 anmd libgegl-0.3-0
« Reply #1 on: 2015/10/20, 23:44:56 »
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)

Offline CCarpenter

  • User
  • Posts: 198
    • http://www.greenvalleyranchschwand.de
Re: Today´s DU conflicts with libopenraw1v5 anmd libgegl-0.3-0
« Reply #2 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
« Last Edit: 2015/10/21, 00:03:08 by CCarpenter »

Offline michaaa62

  • User
  • Posts: 299
Re: Today´s DU conflicts with libopenraw1v5 anmd libgegl-0.3-0
« Reply #3 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

Offline CCarpenter

  • User
  • Posts: 198
    • http://www.greenvalleyranchschwand.de
Re: Today´s DU conflicts with libopenraw1v5 anmd libgegl-0.3-0
« Reply #4 on: 2015/10/21, 01:36:45 »
For me too, lot of thanks!

Offline samoht

  • User
  • Posts: 478
Does not work because gimp will be removed too on my machine  :( .

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

Greetings
Tom
« Last Edit: 2015/10/21, 09:41:13 by samoht »

Offline michaaa62

  • User
  • Posts: 299
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

  • Guest
michaaa's solution did it for me either!


thnx

Offline horo

  • User
  • Posts: 199
Bugreport: [solved]Today´s DU conflicts with libopenraw1v5
« Reply #8 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
omnia vincit pecunia :(

Offline Penyelam

  • User
  • Posts: 220
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