[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dpkg-checkbuilddeps and apt-get at odds over libacl1-dev



Hi,

Christian Seiler wrote:
> You should be able to fix that via:
> dpkg --configure --pending

This gives 

  ...
  dpkg: dependency problems prevent configuration of libacl1-dev:
   libacl1-dev depends on libc6-dev | libc-dev; however:
    Package libc6-dev:amd64 is not configured yet.
    Package libc-dev is not installed.
    Package libc6-dev:amd64 which provides libc-dev is not configured yet.

  dpkg: error processing package libacl1-dev (--configure):
   dependency problems - leaving unconfigured
  ...
  Errors were encountered while processing:
   libosinfo-1.0-0:amd64
   samba-libs:amd64
   libpulsedsp:amd64
   pulseaudio-utils
   tracker-extract
   pulseaudio-module-x11
   libsmbclient:amd64
   libc-dev-bin
   libc6-dev:amd64
   tracker-miner-fs
   libacl1-dev
   libncurses5-dev:amd64

As the messages let expect, debuild -b and debclean still complain.


> Did you see any messages about "Setting up libacl1-dev"?

No. The only "Setting up" about any "libacl" was about libacl1:

  Unpacking libacl1:amd64 (2.2.52-3) over (2.2.52-2) ...
  Processing triggers for libc-bin (2.21-7) ...
  Processing triggers for install-info (6.1.0.dfsg.1-8) ...
  Setting up libacl1:amd64 (2.2.52-3) ...
  Processing triggers for libc-bin (2.21-7) ...
  (Reading database ... 138021 files and directories currently installed.)


> Or did apt
> stop beforehand because of some other package and it never got to that?

Well, now that i know what to look for, it ended suspiciously by

  Preparing to unpack .../python-minimal_2.7.11-2_amd64.deb ...
  Unpacking python-minimal (2.7.11-2) over (2.7.11-1) ...
  Processing triggers for libc-bin (2.21-7) ...
  Errors were encountered while processing:
   /var/cache/apt/archives/libosinfo-db_0.3.1-1_amd64.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)


---------------------------------------------------------------------

apt-get -dist-upgrade reported about libc6-dev:

  Get:29 http://ftp.de.debian.org/debian unstable/main amd64 libc6-dev amd64 2.22-13 [2,157 kB]
  ...
  Preparing to unpack .../libc6-dev_2.22-13_amd64.deb ...
  Unpacking libc6-dev:amd64 (2.22-13) over (2.21-7) ...
  ...

The subsequent try with apt-get install libacl6-dev reported 

  You might want to run 'apt-get -f install' to correct these:
  The following packages have unmet dependencies:
   libc-dev-bin : Depends: libc6 (> 2.22) but 2.21-7 is to be installed
   libc6-dev : Depends: libc6 (= 2.22-13) but 2.21-7 is to be installed

The other packages with unmet dependencies are libosinfo-1.0-0, libpulsedsp,
pulseaudio-module-x11, pulseaudio-utils, python, samba-libs.


Have a nice day :)

Thomas


Reply to: