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

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



Hi,

the latest proposals by Christian Seiler obviously solved the problem.
Many thanks for pulling me out of the swamp.

Details:

apt-get dist-upgrade wrote:
> >   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)

Christian Seiler wrote:
> First you should check if you have enough disk
> space available on all partitions,

It is a VM disk image with still lots of free space. The only /dev/sd*
partition in use is:
  Filesystem     1K-blocks     Used Available Use% Mounted on
  /dev/sda1       31864752 16870324  13352752  56% /

(Each dist-upgrade eats about 1 GB. Possibly because i have kernel
 sources installed.)


> and then you should probably try to reinstall libosinfo-db ...
> And then try again to run apt-get install -f.

  # apt-get install libosinfo-db
  Reading package lists... Done
  Building dependency tree       
  Reading state information... Done
  You might want to run 'apt-get -f install' to correct these:
  The following packages have unmet dependencies:
   ... known list of packages ...

  # apt-get -f install
  ...
  The following packages will be REMOVED:
    libisoburn-dbg libisoburn-dev libisofs-dbg libisofs-dev

Hey, those are mine ! (Installed by dpkg -i.)

  ...
  The following NEW packages will be installed:
    libosinfo-db
  The following packages will be upgraded:
    libc-bin libc-l10n libc6 libc6-dbg libpulse-mainloop-glib0 libpulse0
    libpython-stdlib locales pulseaudio python python-talloc
  11 upgraded, 1 newly installed, 4 to remove and 545 not upgraded.
  12 not fully installed or removed.
  Need to get 0 B/15.3 MB of archives.
  After this operation, 1,645 kB disk space will be freed.
  Do you want to continue? [Y/n] y
  ...

Now i am looking at a curses-oid screen "Configuring libc6:amd64" and
click "<Ok>".

  ...
  Preparing to unpack .../libc6-dbg_2.22-13_amd64.deb ...
  Unpacking libc6-dbg:amd64 (2.22-13) over (2.21-7) ...
  Preparing to unpack .../libc6_2.22-13_amd64.deb ...
  Checking for services that may need to be restarted...
  Checking init scripts...
  Unpacking libc6:amd64 (2.22-13) over (2.21-7) ...
  Setting up libc6:amd64 (2.22-13) ...
  Checking for services that may need to be restarted...
  ...
  Services restarted successfully.
  ...
  Setting up libc6-dbg:amd64 (2.22-13) ...
  ...
  Setting up libc-dev-bin (2.22-13) ...
  Setting up libc6-dev:amd64 (2.22-13) ...
  ...
  Setting up libosinfo-db (0.3.1-1) ...
  Setting up libosinfo-1.0-0:amd64 (0.3.1-1) ...
  ...
  Setting up libacl1-dev (2.2.52-3) ...
  Processing triggers for libc-bin (2.22-13) ...

  $ debuild -b
  ...
  dpkg-deb: building package 'libisofs6' in '../libisofs6_1.4.4-1_amd64.deb'.
  dpkg-deb: building package 'libisofs-dbg' in '../libisofs-dbg_1.4.4-1_amd64.deb'.
  dpkg-deb: building package 'libisofs-doc' in '../libisofs-doc_1.4.4-1_all.deb'.
  dpkg-deb: building package 'libisofs-dev' in '../libisofs-dev_1.4.4-1_amd64.deb'.
  ...
  Successfully signed changes file

Oh joy !

So i will not yet need my backup of the VM disk image before dist-upgrade.
It lasted annoyingly long to copy 32 GB on a real hard disk. But it paid off
by soothing my nerves.

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

Now i can concentrate on the problem why lintian underneath debuild -S says:

  W: libisofs source: newer-standards-version 3.9.7 (current is 3.9.6)

whereas cme says:

  Warning in 'control source Standards-Version' value '3.9.7': Current standards version is 3.9.8


Have a nice day :)

Thomas


Reply to: