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

Author Topic:  du failed  (Read 5651 times)

Offline cas

  • User
  • Posts: 401
du failed
« on: 2015/10/07, 12:39:26 »
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

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.842
Re: du failed
« Reply #1 on: 2015/10/07, 14:09:01 »
Kdenext or not. Does apt-get -f install do something?


greetz
devil


Offline cas

  • User
  • Posts: 401
Re: du failed
« Reply #2 on: 2015/10/07, 14:30:06 »
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

Offline Geier0815

  • User
  • Posts: 588
Re: du failed
« Reply #3 on: 2015/10/07, 18:44:27 »
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?

Offline cas

  • User
  • Posts: 401
Re: du failed
« Reply #4 on: 2015/10/07, 19:33:46 »
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

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.842
Re: du failed
« Reply #5 on: 2015/10/08, 09:07:53 »
You could try a
Code: [Select]
dpkg --configure -a followed by
Code: [Select]
apt-get -f install

greetz
devil

Offline cas

  • User
  • Posts: 401
Re: du failed
« Reply #6 on: 2015/10/08, 10:04:13 »
You could try a
Code: [Select]
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.
Code: [Select]
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

Offline Geier0815

  • User
  • Posts: 588
Re: du failed
« Reply #7 on: 2015/10/08, 11:24:29 »
Quote
Nur-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?

Offline cas

  • User
  • Posts: 401
Re: du failed
« Reply #8 on: 2015/10/08, 11:43:43 »
first I only downloaded and checked what would be removed, etc.

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
« Last Edit: 2015/10/08, 11:47:27 by cas »

Offline hendrikL

  • Administrator
  • User
  • *****
  • Gravatar
  • Posts: 933
Re: du failed
« Reply #9 on: 2015/10/08, 12:59:26 »
Quote
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

mh, okay,
Code: [Select]
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:
Code: [Select]
apt-get install -s libkdecore5
Code: [Select]
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
Code: [Select]
apt-cache policy libstdc++6

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


« Last Edit: 2015/10/08, 13:12:50 by hendrikL »

Santa

  • Guest
Re: du failed
« Reply #10 on: 2015/10/08, 13:37:47 »
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.

You could try a
Code: [Select]
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.
Code: [Select]
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.
« Last Edit: 2015/10/08, 14:06:20 by Santa »

Offline cas

  • User
  • Posts: 401
Re: du failed
« Reply #11 on: 2015/10/08, 14:39:04 »
Code: [Select]
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

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



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


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

  • Guest
Re: du failed
« Reply #12 on: 2015/10/08, 14:49:47 »
Can you remove libkdecore5 via "apt-get remove libkdecore5" ?

Offline cas

  • User
  • Posts: 401
Re: du failed
« Reply #13 on: 2015/10/08, 15:52:47 »
no, I can't

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

Santa

  • Guest
Re: du failed
« Reply #14 on: 2015/10/08, 17:08:42 »
Can you try "dpkg --configure -a --force-all"?