dab v1.1.9 fails on ProxMox v1.7 sometimes

apmuthu

Renowned Member
Feb 26, 2009
871
11
83
Chennai - India & Singapore
github.com
Just failed DAB make of a vtigercrm template in Proxmox v1.7 that was successful in Proxmox v1.6.

The error was:
Code:
.
.
.
unpack: libpcre3
unpack: telnet
unpack: libxkbfile1
configure standard packages
command 'vzctl exec2 90000 defenv dpkg --force-confold --skip-same-version --configure -a' failed with exit code 1
command 'vzctl exec2 90000 defenv dpkg --force-confold --skip-same-version --configure -a' failed with exit code 1
make: *** [all] Error 1
 
The tail of the {BASEDIR}/var/log/dpkg.log file is:
Code:
2010-12-14 06:48:50 status unpacked x11-apps 7.3+4
2010-12-14 06:48:50 status unpacked x11-apps 7.3+4
2010-12-14 06:48:50 status half-configured x11-apps 7.3+4
2010-12-14 06:48:50 status installed x11-apps 7.3+4
2010-12-14 06:48:50 configure xbase-clients 1:7.3+20 1:7.3+20
2010-12-14 06:48:50 status unpacked xbase-clients 1:7.3+20
2010-12-14 06:48:50 status half-configured xbase-clients 1:7.3+20
2010-12-14 06:48:50 status installed xbase-clients 1:7.3+20
 
The tail of the logfile in the build folder is:
Code:
Setting up x11-apps (7.3+4) ...
Setting up xbase-clients (1:7.3+20) ...
Errors were encountered while processing:
 libdns55
command 'vzctl exec2 90000 defenv dpkg --force-confold --skip-same-version --configure -a' failed with exit code 1
 
View attachment logfile.zip has been attached. There are 8 instances of libdns55 and they pertain to some dependency warning.
Snippets containing libdns55 are:
Lines 1371-1374:
Code:
unpack: libdns55
Selecting previously deselected package libdns55.
(Reading database ... 15798 files and directories currently installed.)
Unpacking libdns55 (from .../libdns55_9.6.ESV.R1+dfsg-0+lenny2_i386.deb) ...
Lines 1562-1566:
Code:
dpkg: dependency problems prevent configuration of libdns55:
 libdns55 depends on libisc52 (= 1:9.6.ESV.R1+dfsg-0+lenny2); however:
  Package libisc52 is not installed.
dpkg: error processing libdns55 (--configure):
 dependency problems - leaving unconfigured
Lines 1669-1671:
Code:
Errors were encountered while processing:
 libdns55
command 'vzctl exec2 90000 defenv dpkg --force-confold --skip-same-version --configure -a' failed with exit code 1
However it appears that the warning are wrong as in lines 1022-1030:
Code:
unpack: libisc52
Selecting previously deselected package libisc52.
(Reading database ... 9979 files and directories currently installed.)
Unpacking libisc52 (from .../libisc52_9.6.ESV.R1+dfsg-0+lenny2_i386.deb) ...
unpack: dnsutils
Selecting previously deselected package dnsutils.
(Reading database ... 9984 files and directories currently installed.)
Unpacking dnsutils (from .../dnsutils_9.6.ESV.R3+dfsg-0+lenny1_i386.deb) ...
Processing triggers for man-db ...
Does this have anything to do with the Debian Bug at:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584585
??

The following files with files details are in the lenny cache used for building the appliance:

Code:
/var/lib/vz/template/builds/cache/lenny# ls -al libdns*
548304 Dec 21  2009  libdns45_9.5.1.dfsg.P3-1+lenny1_i386.deb
610230 Jul 5 01:32 libdns55_9.6.ESV.R1+dfsg-0+lenny2_i386.deb
612924 Dec 10 17:30 libdns58_9.6.ESV.R3+dfsg-0+lenny1_i386.deb
 
Last edited:
As usual, I need all files to reproduce the error (else it is quite hard to help). Please send all required file and instructions to reproduce the bug to me (dietmar@proxmox.com).
 
Any update on DAB on Lenny here? Or do we just ditch Lenny Appliances?

Seem to be a debian dependecy problem (related to the debian bug you posted).

libdns55 depend on both libisc52 and libisc50

But libisc52is also a virtual package provided by libisc50 - so any reasonable tool removes 'libisc52'

Please can you report the bug to the debian maintainers?