du failed

Started by cas, 2015/10/07, 12:39:26

Previous topic - Next topic

cas

as far as I remember, I did not DU after the critical date. Just installed / updated some programs manually via "apt-get install".

I wanted to DU now.

it looked good
http://paste.siduction.org/20151007103552

but it failed
http://paste.siduction.org/20151007103448

What can I do?

C

devil

Kdenext or not. Does apt-get -f install do something?


greetz
devil


cas

kdenext is included.

apt-get install -f or apt-get dist-upgrade -f both say:

"E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages
E: Unable to correct dependencies"

There are no held packages.

C

Geier0815

Did you set preferences in /etc/apt/preferences.d? And "dpkg --get-selections | grep hold" returns nothing?
Wenn Windows die Lösung ist...
kann ich dann bitte das Problem zurück haben?

cas

Quote from: Geier0815 on 2015/10/07, 18:44:27
Did you set preferences in /etc/apt/preferences.d?
There are two files: 10siduction from Dec 2013 and 999-finalize from Mar 2012.
I didn't change them.

No held packages via dpkg or apt-mark showhold

C

devil

You could try a dpkg --configure -a followed by apt-get -f install


greetz
devil

cas

Quote from: devil on 2015/10/08, 09:07:53
You could try a dpkg --configure -a
doesn't work either
http://paste.siduction.org/20151008074610

Because it said "dpkg: too many errors", I tried to configure single packages, but this leads to a dead end.
root@dino:~# LANG=C dpkg --configure libkjsapi4
dpkg: dependency problems prevent configuration of libkjsapi4:
libkjsapi4 depends on libkdecore5 (= 4:4.14.12-siduction1.3.1); however:
  Version of libkdecore5 on system is 4:4.14.3-siduction1.

dpkg: error processing package libkjsapi4 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libkjsapi4
root@dino:~#
root@dino:~#
root@dino:~# LANG=C dpkg --configure libkdecore5
dpkg: error processing package libkdecore5 (--configure):
package libkdecore5 is already installed and configured
Errors were encountered while processing:
libkdecore5

Geier0815

QuoteNur-Herunterladen-Modus aktiv
How did you start the dist-upgrade?
Wenn Windows die Lösung ist...
kann ich dann bitte das Problem zurück haben?

cas

#8
first I only downloaded and checked what would be removed, etc.
Quote from: cas on 2015/10/07, 12:39:26

it looked good
http://paste.siduction.org/20151007103552
then I did the actual DU  (without -dy option)
Quote
but it failed
http://paste.siduction.org/20151007103448
C

hendrikL

#9
Quoteroot@dino:~# LANG=C dpkg --configure libkjsapi4
dpkg: dependency problems prevent configuration of libkjsapi4:
libkjsapi4 depends on libkdecore5 (= 4:4.14.12-siduction1.3.1); however:
  Version of libkdecore5 on system is 4:4.14.3-siduction1.

dpkg: error processing package libkjsapi4 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libkjsapi4
root@dino:~#
root@dino:~#
root@dino:~# LANG=C dpkg --configure libkdecore5
dpkg: error processing package libkdecore5 (--configure):
package libkdecore5 is already installed and configured
Errors were encountered while processing:
libkdecore5

mh, okay,

libkjsapi4 depends on libkdecore5 (= 4:4.14.12-siduction1.3.1); however:
  Version of libkdecore5 on system is 4:4.14.3-siduction1.


tells me, that you need another "libkdecore5".

So what happens when you try to install "libkdecore5" first?

You can test it with:
apt-get install -s libkdecore5

LANG=C apt-cache policy   libkjsapi4
libkjsapi4:
  Installed: 4:4.14.12-siduction1.3.1
  Candidate: 4:4.14.12-siduction1.3.1
  Version table:
*** 4:4.14.12-siduction1.3.1 500
        500 http://packages.siduction.org/kdenext kde-frameworks/main amd64 Packages
        500 http://packages.siduction.org/kdenext unstable/main amd64 Packages
        100 /var/lib/dpkg/status
     4:4.14.12-2 500
        500 http://httpredir.debian.org/debian unstable/main amd64 Packages

LANG=C apt-cache policy libkdecore5
libkdecore5:
  Installed: 4:4.14.12-siduction1.3.1
  Candidate: 4:4.14.12-siduction1.3.1
  Version table:
*** 4:4.14.12-siduction1.3.1 500
        500 http://packages.siduction.org/kdenext kde-frameworks/main amd64 Packages
        500 http://packages.siduction.org/kdenext unstable/main amd64 Packages
        100 /var/lib/dpkg/status
     4:4.14.12-2 500
        500 http://httpredir.debian.org/debian unstable/main amd64 Packages


greetz

edit:
PS. please post the output of

apt-cache policy libstdc++6



LANG=C apt-cache policy libstdc++6
libstdc++6:
  Installed: 5.2.1-21
  Candidate: 5.2.1-21
  Version table:
*** 5.2.1-21 500
        500 http://httpredir.debian.org/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status




Santa

#10
Hi cas,


the next time please pay attention and check if the dist-upgrades end successfully or not, and if not, save the output of the dist-upgrade. This way it isn't possible to know exactly what went wrong, and makes this more difficult. if not impossible, to fix.

Quote from: cas on 2015/10/08, 10:04:13
Quote from: devil on 2015/10/08, 09:07:53
You could try a dpkg --configure -a
doesn't work either
http://paste.siduction.org/20151008074610

Because it said "dpkg: too many errors", I tried to configure single packages, but this leads to a dead end.
root@dino:~# LANG=C dpkg --configure libkjsapi4
dpkg: dependency problems prevent configuration of libkjsapi4:
libkjsapi4 depends on libkdecore5 (= 4:4.14.12-siduction1.3.1); however:
  Version of libkdecore5 on system is 4:4.14.3-siduction1.

dpkg: error processing package libkjsapi4 (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libkjsapi4
root@dino:~#
root@dino:~#
root@dino:~# LANG=C dpkg --configure libkdecore5
dpkg: error processing package libkdecore5 (--configure):
package libkdecore5 is already installed and configured
Errors were encountered while processing:
libkdecore5



What happens if you try "dpkg --configure libstdc++6" and "dpkg --configure libkdecore5"?



P.S. Replies to Hendrik's questions are also interesting.

cas

root@dino:~# apt-cache policy  libstdc++6 libkdecore5

libstdc++6:
  Installiert:           5.1.1-14
  Installationskandidat: 5.2.1-21
  Versionstabelle:
     5.2.1-21 0
        500 http://http.debian.net/debian/ unstable/main amd64 Packages
*** 5.1.1-14 0
        100 /var/lib/dpkg/status


libkdecore5:
  Installiert:           4:4.14.3-siduction1
  Installationskandidat: 4:4.14.12-siduction1.3.1
  Versionstabelle:
     4:4.14.12-siduction1.3.1 0
        500 http://ftp.spline.de/pub/siduction/kdenext/ unstable/main amd64 Packages
     4:4.14.12-2 0
        500 http://http.debian.net/debian/ unstable/main amd64 Packages
*** 4:4.14.3-siduction1 0
        100 /var/lib/dpkg/status


root@dino:~# LANG=C dpkg --configure libstdc++6
dpkg: error processing package libstdc++6:amd64 (--configure):
package libstdc++6:amd64 is already installed and configured
Errors were encountered while processing:
libstdc++6:amd64

"dpkg --configure libkdecore5" gives the same result as I already posted.



root@dino:~# LANG=C siduction-paste apt-get install -s libstdc++6
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Find your paste here: http://paste.siduction.org/20151008122242

http://paste.siduction.org/20151008122242


root@dino:~# LANG=C siduction-paste apt-get install -s libkdecore5
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Find your paste here: http://paste.siduction.org/20151008122447 - Thank you for using siduction-paste!
http://paste.siduction.org/20151008122447

Santa

Can you remove libkdecore5 via "apt-get remove libkdecore5" ?

cas

no, I can't

LANG=C apt-get remove libkdecore5
http://paste.siduction.org/20151008134145

Santa

Can you try "dpkg --configure -a --force-all"?