Package: vzdump Version: 1.2.4-2 When I try to build vzdump from testing, it fails to install, reporting missing dependencies. Transcript:
$ sudo apt-get -V build-dep vzdump=1.2.4-2 Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. $ sudo apt-get -V -b source vzdump=1.2.4-2 Reading package lists... Done Building dependency tree Reading state information... Done Need to get 24.4kB of source archives. Get:1 http://ftp.se.debian.org testing/main vzdump 1.2.4-2 (dsc) [1006B] Get:2 http://ftp.se.debian.org testing/main vzdump 1.2.4-2 (tar) [20.3kB] Get:3 http://ftp.se.debian.org testing/main vzdump 1.2.4-2 (diff) [3052B] Fetched 24.4kB in 0s (458kB/s) dpkg-source: extracting vzdump in vzdump-1.2.4 dpkg-source: info: unpacking vzdump_1.2.4.orig.tar.gz dpkg-source: info: applying vzdump_1.2.4-2.diff.gz dpkg-buildpackage: set CFLAGS to default value: -g -O2 dpkg-buildpackage: set CPPFLAGS to default value: dpkg-buildpackage: set LDFLAGS to default value: dpkg-buildpackage: set FFLAGS to default value: -g -O2 dpkg-buildpackage: set CXXFLAGS to default value: -g -O2 dpkg-buildpackage: source package vzdump dpkg-buildpackage: source version 1.2.4-2 dpkg-buildpackage: source changed by Ola Lundqvist <o...@debian.org> dpkg-buildpackage: host architecture amd64 debian/rules clean dh_testdir dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. /usr/bin/make clean make[1]: Entering directory `/home/user/packages/vzdump-1.2.4' rm -rf *~ *.deb *.tar.gz *.rpm *.1.gz vzdump.spec control vzdump-1.2 make[1]: Leaving directory `/home/user/packages/vzdump-1.2.4' dh_clean debian/rules build dh_testdir # Add here commands to configure the package. touch configure-stamp dh_testdir # Add here commands to compile the package. /usr/bin/make make[1]: Entering directory `/home/user/packages/vzdump-1.2.4' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/user/packages/vzdump-1.2.4' #docbook-to-man debian/vzdump.sgml > vzdump.1 touch build-stamp debian/rules binary dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the package into debian/vzdump. /usr/bin/make DESTDIR=/home/user/packages/vzdump-1.2.4/debian/vzdump install make[1]: Entering directory `/home/user/packages/vzdump-1.2.4' rm -f vzdump.1.gz pod2man -n vzdump -s 1 -r 1.2 -c "Proxmox Documentation" <vzdump |gzip -c9 >vzdump.1.gz rm -f vzrestore.1.gz pod2man -n vzrestore -s 1 -r 1.2 -c "Proxmox Documentation" <vzrestore |gzip -c9 >vzrestore.1.gz sed -e s/@@ARCH@@/all/ -e s/@@VERSION@@/1.2/ -e s/@@PKGRELEASE@@/4/ <control.in >control install -d /home/user/packages/vzdump-1.2.4/debian/vzdump/usr/sbin install -m 0755 vzdump /home/user/packages/vzdump-1.2.4/debian/vzdump/usr/sbin install -m 0755 vzrestore /home/user/packages/vzdump-1.2.4/debian/vzdump/usr/sbin install -d /home/user/packages/vzdump-1.2.4/debian/vzdump/usr/share/man/man1/ install -m 0644 vzdump.1.gz /home/user/packages/vzdump-1.2.4/debian/vzdump/usr/share/man/man1/ install -m 0644 vzrestore.1.gz /home/user/packages/vzdump-1.2.4/debian/vzdump/usr/share/man/man1/ install -d /home/user/packages/vzdump-1.2.4/debian/vzdump/usr/share/perl5/PVE install -m 0644 VZDump.pm /home/user/packages/vzdump-1.2.4/debian/vzdump/usr/share/perl5/PVE install -d /home/user/packages/vzdump-1.2.4/debian/vzdump/usr/share/perl5/PVE/VZDump install -m 0644 Plugin.pm /home/user/packages/vzdump-1.2.4/debian/vzdump/usr/share/perl5/PVE/VZDump install -m 0644 OpenVZ.pm /home/user/packages/vzdump-1.2.4/debian/vzdump/usr/share/perl5/PVE/VZDump make[1]: Leaving directory `/home/user/packages/vzdump-1.2.4' dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installexamples dh_installman dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends} dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends} dh_md5sums dh_builddeb dpkg-deb: building package `vzdump' in `../vzdump_1.2.4-2_all.deb'. dpkg-genchanges -b >../vzdump_1.2.4-2_amd64.changes dpkg-genchanges: binary-only upload - not including any source code dpkg-buildpackage: binary only upload (no source included) $ sudo dpkg -i vzdump_1.2.4-2_all.deb Selecting previously deselected package vzdump. (Reading database ... 38856 files and directories currently installed.) Unpacking vzdump (from vzdump_1.2.4-2_all.deb) ... dpkg: dependency problems prevent configuration of vzdump: vzdump depends on cstream; however: Package cstream is not installed. vzdump depends on liblockfile-simple-perl; however: Package liblockfile-simple-perl is not installed. dpkg: error processing vzdump (--install): dependency problems - leaving unconfigured Processing triggers for man-db ... Errors were encountered while processing: vzdump I am using Debian GNU/Linux 5.0.4, kernel 2.6.26-2-openvz-amd64 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org