make[1]: Entering directory `/usr/src/unittest++' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/unittest++/build/debian/dapper /usr/src/unittest++/build/debian/dapper.unionfs if ! unionctl --query /usr/src/unittest++/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/unittest++/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro unittest++-dapper /usr/src/unittest++/build/debian/dapper ; fi umount /usr/src/unittest++/build/debian/dapper/proc > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/unittest++/build/debian/dapper/dev/pts > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/unittest++/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/unittest++/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/unittest++/build/debian/dapper/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/unittest++/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/unittest++/build/debian/dapper/usr/src > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/unittest++/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/unittest++/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/unittest++/build/debian/dapper && rm -fr /usr/src/unittest++/build/debian/dapper && mkdir /usr/src/unittest++/build/debian/dapper rm -fr /usr/src/unittest++/build/debian/dapper.unionfs lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/unittest++/build/debian/dapper /usr/src/unittest++/build/debian/dapper.unionfs if ! unionctl --query /usr/src/unittest++/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/unittest++/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro unittest++-dapper /usr/src/unittest++/build/debian/dapper ; fi make chroot-mounts make[2]: Entering directory `/usr/src/unittest++' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/unittest++/build/debian/dapper /usr/src/unittest++/build/debian/dapper.unionfs if ! unionctl --query /usr/src/unittest++/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/unittest++/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro unittest++-dapper /usr/src/unittest++/build/debian/dapper ; fi umount /usr/src/unittest++/build/debian/dapper/proc > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/unittest++/build/debian/dapper/dev/pts > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/unittest++/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/unittest++/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/unittest++/build/debian/dapper/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/unittest++/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/unittest++/build/debian/dapper/usr/src > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/unittest++/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/unittest++/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/unittest++/build/debian/dapper /usr/src/unittest++/build/debian/dapper.unionfs if ! unionctl --query /usr/src/unittest++/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/unittest++/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro unittest++-dapper /usr/src/unittest++/build/debian/dapper ; fi mount -t proc proc /usr/src/unittest++/build/debian/dapper/proc mount -t devpts devpts /usr/src/unittest++/build/debian/dapper/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/dapper/archives/partial ; \ mount --bind gnulinux/debian/dapper/archives /usr/src/unittest++/build/debian/dapper/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/unittest++/build/debian/dapper/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/unittest++/build/debian/dapper/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/unittest++/build/debian/dapper/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/unittest++/build/debian/dapper/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/dapper/src mount --bind gnulinux/debian/dapper/src /usr/src/unittest++/build/debian/dapper/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/unittest++/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/unittest++/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/unittest++/build/debian/dapper/root/.ccache ; \ mount --bind /root/.ccache /usr/src/unittest++/build/debian/dapper/root/.ccache ; \ fi make[2]: Leaving directory `/usr/src/unittest++' if [ debian = debian ] ; then \ source_list=/usr/src/unittest++/build/debian/dapper/etc/apt/sources.list ; \ : ; \ : ; \ timeout 600 chroot /usr/src/unittest++/build/debian/dapper apt-get -o Acquire::pdiffs=false update && \ timeout 3600 chroot /usr/src/unittest++/build/debian/dapper apt-get -y --force-yes dist-upgrade ; \ elif [ debian = fedora ] ; then \ TEMPLATE=/usr/src/unittest++/build/debian/dapper/etc/packaging-farm.yum ; \ : ; \ : ; \ chroot /usr/src/unittest++/build/debian/dapper yum -d 0 -e 0 -y update ; \ elif [ debian = gentoo ] ; then \ overlaydir=/usr/src/unittest++/build/debian/dapper/overlays ; \ mkdir -p $overlaydir ; \ : ; \ fi Get:1 http://fr2.archive.ubuntu.com dapper Release.gpg [189B] Hit http://fr2.archive.ubuntu.com dapper Release Err http://fr2.archive.ubuntu.com dapper Release Get:2 http://fr2.archive.ubuntu.com dapper Release [34.8kB] Ign http://fr2.archive.ubuntu.com dapper Release Hit http://fr2.archive.ubuntu.com dapper/main Packages Hit http://fr2.archive.ubuntu.com dapper/universe Packages Fetched 34.9kB in 0s (49.8kB/s) Reading package lists... W: GPG error: http://fr2.archive.ubuntu.com dapper Release: Could not execute /usr/bin/gpgv to verify signature (is gnupg installed?) W: You may want to run apt-get update to correct these problems Reading package lists... Building dependency tree... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. make chroot-umounts make[2]: Entering directory `/usr/src/unittest++' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/unittest++/build/debian/dapper /usr/src/unittest++/build/debian/dapper.unionfs if ! unionctl --query /usr/src/unittest++/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/unittest++/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro unittest++-dapper /usr/src/unittest++/build/debian/dapper ; fi umount /usr/src/unittest++/build/debian/dapper/proc > /dev/null 2>&1 umount /usr/src/unittest++/build/debian/dapper/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/unittest++/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/unittest++/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/unittest++/build/debian/dapper/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/unittest++/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/unittest++/build/debian/dapper/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/unittest++/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/unittest++/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[2]: Leaving directory `/usr/src/unittest++' make[1]: Leaving directory `/usr/src/unittest++' make[1]: Entering directory `/usr/src/unittest++' mkdir -p "/var/cache/packaging-farm/sources/unittest++" rsync --delete -avH /var/cache/packaging-farm/sources/unittest++/ unittest++/ building file list ... done deleting unittest++-debian-20_gcc-4.3.dpatch deleting unittest++-debian-10_pkgconfig.dpatch deleting 20_gcc-4.3.dpatch deleting 10_pkgconfig.dpatch ./ sent 2356 bytes received 26 bytes 4764.00 bytes/sec total size is 271214 speedup is 113.86 # # Make sure no update occur less than 1 seconds after the end of the rsync. # If an update can occur within less than 1 second, the -c (checksum) rsync option # *must* be used to ensure that the rsync is accurate and this slows down # the rsync a great deal. By loosing a second here you can save many seconds # later because rsync can rely on the file date and size to figure out which # files are identical. # sleep 1 : : Copy the patches to current directory and include the : package name in their file name : eval tarbal=unittest++/unittest++*[0-9].tar.gz ; \ version=$(expr $tarbal : '.*-\(.*\).tar.gz') ; \ if [ -f unittest++/unittest++-*[0-9]/debian/patches/00list ] ; then \ for patch in unittest++/unittest++-*[0-9]/debian/patches/*.dpatch ; do \ base=$(basename $patch) ; \ cp -a $patch unittest++ ; \ cp -a $patch unittest++/unittest++-debian-$base ; \ done ; \ fi rm -fr gnulinux/debian/dapper/src mkdir -p gnulinux/debian/dapper/src if [ -f unittest++/*/debian/control.dapper ] ; then \ cd gnulinux/debian/dapper/src ; \ dpkg-source -x ../../../../unittest++/*.dsc ; \ cp unittest++-*/debian/control.dapper unittest++-*/debian/control ; \ dpkg-source -b unittest++-*[0-9] unittest++_*.tar.gz ; \ elif [ -d unittest++/dapper ] ; then \ rsync -av unittest++/dapper/*.{dsc,gz} gnulinux/debian/dapper/src ; \ else \ rsync -av unittest++/*.{dsc,gz} gnulinux/debian/dapper/src ; \ fi building file list ... done unittest++-1.3.0.tar.gz unittest++_1.3.0-4.diff.gz unittest++_1.3.0-4.dsc unittest++_1.3.0.orig.tar.gz sent 61961 bytes received 108 bytes 124138.00 bytes/sec total size is 61656 speedup is 0.99 make[1]: Leaving directory `/usr/src/unittest++' make[1]: Entering directory `/usr/src/unittest++' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/unittest++/build/debian/dapper /usr/src/unittest++/build/debian/dapper.unionfs if ! unionctl --query /usr/src/unittest++/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/unittest++/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro unittest++-dapper /usr/src/unittest++/build/debian/dapper ; fi umount /usr/src/unittest++/build/debian/dapper/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/unittest++/build/debian/dapper/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/unittest++/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/unittest++/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/unittest++/build/debian/dapper/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/unittest++/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/unittest++/build/debian/dapper/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/unittest++/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/unittest++/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/unittest++/build/debian/dapper /usr/src/unittest++/build/debian/dapper.unionfs if ! unionctl --query /usr/src/unittest++/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/unittest++/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro unittest++-dapper /usr/src/unittest++/build/debian/dapper ; fi mount -t proc proc /usr/src/unittest++/build/debian/dapper/proc mount -t devpts devpts /usr/src/unittest++/build/debian/dapper/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/dapper/archives/partial ; \ mount --bind gnulinux/debian/dapper/archives /usr/src/unittest++/build/debian/dapper/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/unittest++/build/debian/dapper/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/unittest++/build/debian/dapper/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/unittest++/build/debian/dapper/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/unittest++/build/debian/dapper/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/dapper/src mount --bind gnulinux/debian/dapper/src /usr/src/unittest++/build/debian/dapper/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/unittest++/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/unittest++/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/unittest++/build/debian/dapper/root/.ccache ; \ mount --bind /root/.ccache /usr/src/unittest++/build/debian/dapper/root/.ccache ; \ fi /usr/lib/pbuilder/pbuilder-satisfydepends --force-version --chroot /usr/src/unittest++/build/debian/dapper --control gnulinux/debian/dapper/src/unittest++*.dsc dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.27 2006/05/22 02:18:00 dancer Exp $ -> Considering g++ (>= 3.3) -> Trying g++ -> Considering debhelper (>= 5.0.0) -> Trying debhelper -> Considering cdbs -> Trying cdbs -> Considering dpatch -> Trying dpatch -> Installing g++ debhelper cdbs dpatch Reading package lists... Building dependency tree... g++ is already the newest version. The following extra packages will be installed: debconf-utils html2text po-debconf Suggested packages: devscripts doc-base dh-make curl Recommended packages: autotools-dev patchutils libmail-sendmail-perl libcompress-zlib-perl The following NEW packages will be installed: cdbs debconf-utils debhelper dpatch html2text po-debconf 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/898kB of archives. After unpacking 2691kB of additional disk space will be used. WARNING: The following packages cannot be authenticated! cdbs debconf-utils html2text po-debconf debhelper dpatch Selecting previously deselected package cdbs. (Reading database ... 9879 files and directories currently installed.) Unpacking cdbs (from .../cdbs_0.4.34ubuntu4_all.deb) ... Selecting previously deselected package debconf-utils. Unpacking debconf-utils (from .../debconf-utils_1.4.72ubuntu9_all.deb) ... Selecting previously deselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-3_i386.deb) ... Selecting previously deselected package po-debconf. Unpacking po-debconf (from .../po-debconf_0.9.2_all.deb) ... Selecting previously deselected package debhelper. Unpacking debhelper (from .../debhelper_5.0.7ubuntu13_all.deb) ... Selecting previously deselected package dpatch. Unpacking dpatch (from .../archives/dpatch_2.0.19_all.deb) ... Setting up cdbs (0.4.34ubuntu4) ... Setting up debconf-utils (1.4.72ubuntu9) ... Setting up html2text (1.3.2a-3) ... Setting up po-debconf (0.9.2) ... Setting up debhelper (5.0.7ubuntu13) ... Setting up dpatch (2.0.19) ... -> Finished parsing the build-deps cp -a /usr/lib/packaging-farm/debian/debuild.sh /usr/src/unittest++/build/debian/dapper/usr/src chroot /usr/src/unittest++/build/debian/dapper sh -c "cd /usr/src && DISTRIBUTION=dapper PACKAGE=unittest++ DEB_BUILD_OPTIONS='' ./debuild.sh" dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-source: extracting unittest++ in unittest++-1.3.0 dpkg-source: unpacking unittest++_1.3.0.orig.tar.gz dpkg-source: applying ./unittest++_1.3.0-4.diff.gz dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-buildpackage: source package is unittest++ dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-buildpackage: source version is 1.3.0-4 dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-buildpackage: source changed by Johan Euphrosine (proppy) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-buildpackage: host architecture i386 dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian/rules clean dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) make[2]: Entering directory `/usr/src/unittest++-1.3.0' test -x debian/rules test "`id -u`" = 0 if test -n "" && test "" != "."; then rmdir ""; fi if test -n "" && test "" != "."; then rmdir ""; fi if test "." != "."; then rmdir .; fi dh_clean make -C . CFLAGS=-g -Wall -O2 CXXFLAGS=-g -Wall -O2 -k clean make[3]: Entering directory `/usr/src/unittest++-1.3.0' make[3]: [clean] Error 1 (ignored) make[3]: Leaving directory `/usr/src/unittest++-1.3.0' rm -f debian/stamp-makefile-build /usr/bin/make -f debian/rules reverse-config dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) make[3]: Entering directory `/usr/src/unittest++-1.3.0' make[3]: Nothing to be done for `reverse-config'. make[3]: Leaving directory `/usr/src/unittest++-1.3.0' dpatch deapply-all 20_gcc-4.3 not applied to ./ . 10_pkgconfig not applied to ./ . rm -rf debian/patched make[2]: Leaving directory `/usr/src/unittest++-1.3.0' debian/rules build dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) make[2]: Entering directory `/usr/src/unittest++-1.3.0' test -x debian/rules if [ -n "" ]; then \ mkdir -p ""; \ fi if [ -n "" ]; then \ mkdir -p ""; \ fi if [ ! -d "." ]; then \ mkdir -p "."; \ fi if [ -z "" ]; then \ if ! test -f debian/compat; then echo 4 > debian/compat; fi; \ fi /usr/bin/make -f debian/rules reverse-config dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) make[3]: Entering directory `/usr/src/unittest++-1.3.0' make[3]: Nothing to be done for `reverse-config'. make[3]: Leaving directory `/usr/src/unittest++-1.3.0' dpatch apply-all applying patch 10_pkgconfig to ./ ... ok. applying patch 20_gcc-4.3 to ./ ... ok. /usr/bin/make -f debian/rules update-config dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) make[3]: Entering directory `/usr/src/unittest++-1.3.0' make[3]: Nothing to be done for `update-config'. make[3]: Leaving directory `/usr/src/unittest++-1.3.0' make -C . CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" make[3]: Entering directory `/usr/src/unittest++-1.3.0' src/AssertException.cpp src/Test.cpp src/Checks.cpp src/TestRunner.cpp src/TestResults.cpp src/TestReporter.cpp src/TestReporterStdout.cpp src/ReportAssert.cpp src/TestList.cpp src/TimeConstraint.cpp src/TestDetails.cpp src/MemoryOutStream.cpp src/DeferredTestReporter.cpp src/DeferredTestResult.cpp src/XmlTestReporter.cpp src/Posix/SignalTranslator.cpp src/Posix/TimeHelpers.cpp Creating libUnitTest++.a library... src/tests/Main.cpp src/tests/TestAssertHandler.cpp src/tests/TestChecks.cpp src/tests/TestUnitTest++.cpp src/tests/TestTest.cpp src/tests/TestTestResults.cpp src/tests/TestTestRunner.cpp src/tests/TestCheckMacros.cpp src/tests/TestTestList.cpp src/tests/TestTestMacros.cpp src/tests/TestTimeConstraint.cpp src/tests/TestTimeConstraintMacro.cpp src/tests/TestMemoryOutStream.cpp src/tests/TestDeferredTestReporter.cpp src/tests/TestXmlTestReporter.cpp Linking TestUnitTest++... Running unit tests... Success: 165 tests passed. Test time: 0.28 seconds. make[3]: Leaving directory `/usr/src/unittest++-1.3.0' touch debian/stamp-makefile-build make[2]: Leaving directory `/usr/src/unittest++-1.3.0' debian/rules binary dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) make[2]: Entering directory `/usr/src/unittest++-1.3.0' test -x debian/rules test "`id -u`" = 0 dh_clean -k dh_installdirs -A if [ -n "" ]; then \ mkdir -p ""; \ fi if [ -n "" ]; then \ mkdir -p ""; \ fi if [ ! -d "." ]; then \ mkdir -p "."; \ fi if [ -z "" ]; then \ if ! test -f debian/compat; then echo 4 > debian/compat; fi; \ fi /usr/bin/make -f debian/rules reverse-config dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) make[3]: Entering directory `/usr/src/unittest++-1.3.0' make[3]: Nothing to be done for `reverse-config'. make[3]: Leaving directory `/usr/src/unittest++-1.3.0' dpatch apply-all 10_pkgconfig already applied to ./ . 20_gcc-4.3 already applied to ./ . /usr/bin/make -f debian/rules update-config dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) make[3]: Entering directory `/usr/src/unittest++-1.3.0' make[3]: Nothing to be done for `update-config'. make[3]: Leaving directory `/usr/src/unittest++-1.3.0' DEB_MAKE_CHECK_TARGET unset, not running checks DEB_MAKE_INSTALL_TARGET unset, skipping default makefile.mk common-install target dh_installdirs -plibunittest++0 dh_installdirs -plibunittest++-dev mkdir -p debian/libunittest++-dev/usr/include/unittest++/Posix/ mkdir -p debian/libunittest++-dev/usr/lib/ mkdir -p debian/libunittest++-dev/usr/lib/pkgconfig/ cp src/*.h debian/libunittest++-dev/usr/include/unittest++/ cp src/Posix/*.h debian/libunittest++-dev/usr/include/unittest++/Posix/ cp *.a debian/libunittest++-dev/usr/lib/ cd debian/libunittest++-dev/usr/lib && ln -s libUnitTest++.a libunittest++.a cp unittest++.pc debian/libunittest++-dev/usr/lib/pkgconfig/ dh_installdocs -plibunittest++0 ./README dh_installexamples -plibunittest++0 dh_installman -plibunittest++0 dh_installinfo -plibunittest++0 dh_installmenu -plibunittest++0 dh_installcron -plibunittest++0 dh_installinit -plibunittest++0 dh_installdebconf -plibunittest++0 dh_installemacsen -plibunittest++0 dh_installpam -plibunittest++0 dh_installlogrotate -plibunittest++0 if test -x /usr/bin/dh_installlogcheck; then dh_installlogcheck -plibunittest++0 ; fi dh_installchangelogs -plibunittest++0 dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dh_install -plibunittest++0 dh_link -plibunittest++0 dh_installdocs -plibunittest++-dev ./README dh_installexamples -plibunittest++-dev dh_installman -plibunittest++-dev dh_installinfo -plibunittest++-dev dh_installmenu -plibunittest++-dev dh_installcron -plibunittest++-dev dh_installinit -plibunittest++-dev dh_installdebconf -plibunittest++-dev dh_installemacsen -plibunittest++-dev dh_installpam -plibunittest++-dev dh_installlogrotate -plibunittest++-dev if test -x /usr/bin/dh_installlogcheck; then dh_installlogcheck -plibunittest++-dev ; fi dh_installchangelogs -plibunittest++-dev dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dh_install -plibunittest++-dev dh_link -plibunittest++-dev if test ""; then :; else dh_strip -plibunittest++0 ; fi dh_compress -plibunittest++0 dh_fixperms -plibunittest++0 if test ""; then :; else dh_makeshlibs -plibunittest++0 ; fi dh_installdeb -plibunittest++0 dh_perl -plibunittest++0 if test ""; then :; else dh_strip -plibunittest++-dev ; fi dh_compress -plibunittest++-dev dh_fixperms -plibunittest++-dev if test ""; then :; else dh_makeshlibs -plibunittest++-dev ; fi dh_installdeb -plibunittest++-dev dh_perl -plibunittest++-dev dh_shlibdeps -plibunittest++0 dh_gencontrol -plibunittest++0 dpkg-gencontrol: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dh_md5sums -plibunittest++0 dh_builddeb -plibunittest++0 dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-deb: building package `libunittest++0' in `../libunittest++0_1.3.0-4_i386.deb'. dh_shlibdeps -plibunittest++-dev dh_gencontrol -plibunittest++-dev dpkg-gencontrol: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-gencontrol: warning: unknown substitution variable ${binary:Version} dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dh_md5sums -plibunittest++-dev dh_builddeb -plibunittest++-dev dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-deb: parse error, in file `debian/libunittest++-dev/DEBIAN/control' near line 6 package `libunittest++-dev': `Depends' field, reference to `libunittest++0': error in version: version string is empty dh_builddeb: command returned error code 512 make[2]: *** [binary-makedeb-IMPL/libunittest++-dev] Error 1 make[2]: Leaving directory `/usr/src/unittest++-1.3.0' make[1]: *** [build/debian] Error 2 make[1]: Leaving directory `/usr/src/unittest++'