make[1]: Entering directory `/usr/src/nprofile' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/lenny /usr/src/nprofile/build/debian/lenny.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/lenny > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/lenny.unionfs=rw:/chroot/debian/lenny=ro nprofile-lenny /usr/src/nprofile/build/debian/lenny ; fi umount /usr/src/nprofile/build/debian/lenny/proc > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/lenny/dev/pts > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/lenny/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/lenny/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/lenny/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/lenny/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/lenny/usr/src > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/lenny/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/lenny/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/lenny && rm -fr /usr/src/nprofile/build/debian/lenny && mkdir /usr/src/nprofile/build/debian/lenny rm -fr /usr/src/nprofile/build/debian/lenny.unionfs lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/lenny /usr/src/nprofile/build/debian/lenny.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/lenny > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/lenny.unionfs=rw:/chroot/debian/lenny=ro nprofile-lenny /usr/src/nprofile/build/debian/lenny ; fi make chroot-mounts make[2]: Entering directory `/usr/src/nprofile' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/lenny /usr/src/nprofile/build/debian/lenny.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/lenny > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/lenny.unionfs=rw:/chroot/debian/lenny=ro nprofile-lenny /usr/src/nprofile/build/debian/lenny ; fi umount /usr/src/nprofile/build/debian/lenny/proc > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/lenny/dev/pts > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/lenny/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/lenny/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/lenny/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/lenny/usr/portage > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/lenny/usr/src > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/lenny/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/lenny/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/nprofile/build/debian/lenny /usr/src/nprofile/build/debian/lenny.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/lenny > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/lenny.unionfs=rw:/chroot/debian/lenny=ro nprofile-lenny /usr/src/nprofile/build/debian/lenny ; fi mount -t proc proc /usr/src/nprofile/build/debian/lenny/proc mount -t devpts devpts /usr/src/nprofile/build/debian/lenny/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/lenny/archives/partial ; \ mount --bind gnulinux/debian/lenny/archives /usr/src/nprofile/build/debian/lenny/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/lenny/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/lenny/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/lenny/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/lenny/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/lenny/src mount --bind gnulinux/debian/lenny/src /usr/src/nprofile/build/debian/lenny/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/lenny/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/lenny/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/lenny/root/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/lenny/root/.ccache ; \ fi make[2]: Leaving directory `/usr/src/nprofile' if [ debian = debian ] ; then \ source_list=/usr/src/nprofile/build/debian/lenny/etc/apt/sources.list ; \ : ; \ : ; \ timeout 600 chroot /usr/src/nprofile/build/debian/lenny apt-get -o Acquire::pdiffs=false update && \ timeout 3600 chroot /usr/src/nprofile/build/debian/lenny apt-get -y --force-yes dist-upgrade ; \ elif [ debian = fedora ] ; then \ TEMPLATE=/usr/src/nprofile/build/debian/lenny/etc/packaging-farm.yum ; \ : ; \ : ; \ chroot /usr/src/nprofile/build/debian/lenny yum -d 0 -e 0 -y update ; \ elif [ debian = gentoo ] ; then \ overlaydir=/usr/src/nprofile/build/debian/lenny/overlays ; \ mkdir -p $overlaydir ; \ : ; \ fi Get:1 http://ftp.fr.debian.org lenny Release.gpg [189B] Ign http://ftp.fr.debian.org lenny/main Translation-en_US Get:2 http://ftp.fr.debian.org lenny Release [68.5kB] Get:3 http://ftp.fr.debian.org lenny/main Packages [6228kB] Fetched 6296kB in 11s (540kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following packages will be upgraded: groff-base libncurses5 libncursesw5 ncurses-base ncurses-bin procps 6 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 1886kB of archives. After unpacking 90.1kB of additional disk space will be used. Get:1 http://ftp.fr.debian.org lenny/main ncurses-bin 5.6+20070908-1 [157kB] Get:2 http://ftp.fr.debian.org lenny/main libncurses5 5.6+20070908-1 [315kB] Get:3 http://ftp.fr.debian.org lenny/main ncurses-base 5.6+20070908-1 [12.9kB] Get:4 http://ftp.fr.debian.org lenny/main groff-base 1.18.1.1-13 [844kB] Get:5 http://ftp.fr.debian.org lenny/main libncursesw5 5.6+20070908-1 [336kB] Get:6 http://ftp.fr.debian.org lenny/main procps 1:3.2.7-4.1 [221kB] Fetched 1886kB in 3s (553kB/s) (Reading database ... 7985 files and directories currently installed.) Preparing to replace ncurses-bin 5.6+20070825-1 (using .../ncurses-bin_5.6+20070908-1_i386.deb) ... Unpacking replacement ncurses-bin ... Setting up ncurses-bin (5.6+20070908-1) ... (Reading database ... 7985 files and directories currently installed.) Preparing to replace libncurses5 5.6+20070825-1 (using .../libncurses5_5.6+20070908-1_i386.deb) ... Unpacking replacement libncurses5 ... Setting up libncurses5 (5.6+20070908-1) ... (Reading database ... 7985 files and directories currently installed.) Preparing to replace ncurses-base 5.6+20070825-1 (using .../ncurses-base_5.6+20070908-1_all.deb) ... Unpacking replacement ncurses-base ... Setting up ncurses-base (5.6+20070908-1) ... (Reading database ... 7985 files and directories currently installed.) Preparing to replace groff-base 1.18.1.1-12 (using .../groff-base_1.18.1.1-13_i386.deb) ... Unpacking replacement groff-base ... Preparing to replace libncursesw5 5.6+20070825-1 (using .../libncursesw5_5.6+20070908-1_i386.deb) ... Unpacking replacement libncursesw5 ... Preparing to replace procps 1:3.2.7-4 (using .../procps_1%3a3.2.7-4.1_i386.deb) ... Unpacking replacement procps ... Setting up groff-base (1.18.1.1-13) ... Setting up libncursesw5 (5.6+20070908-1) ... Setting up procps (1:3.2.7-4.1) ... Setting kernel variables...done. make chroot-umounts make[2]: Entering directory `/usr/src/nprofile' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/lenny /usr/src/nprofile/build/debian/lenny.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/lenny > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/lenny.unionfs=rw:/chroot/debian/lenny=ro nprofile-lenny /usr/src/nprofile/build/debian/lenny ; fi umount /usr/src/nprofile/build/debian/lenny/proc > /dev/null 2>&1 umount /usr/src/nprofile/build/debian/lenny/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/lenny/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/lenny/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/lenny/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/lenny/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/nprofile/build/debian/lenny/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/lenny/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/lenny/root/.ccache > /dev/null 2>&1 ; \ fi make[2]: Leaving directory `/usr/src/nprofile' make[1]: Leaving directory `/usr/src/nprofile' make[1]: Entering directory `/usr/src/nprofile' mkdir -p "/var/cache/packaging-farm/sources/nprofile" rsync --delete -avH /var/cache/packaging-farm/sources/nprofile/ nprofile/ building file list ... done sent 1497 bytes received 20 bytes 3034.00 bytes/sec total size is 868495 speedup is 572.51 # # 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=nprofile/nprofile*[0-9].tar.gz ; \ version=$(expr $tarbal : '.*-\(.*\).tar.gz') ; \ if [ -f nprofile/nprofile-*[0-9]/debian/patches/00list ] ; then \ for patch in nprofile/nprofile-*[0-9]/debian/patches/*.dpatch ; do \ base=$(basename $patch) ; \ cp -a $patch nprofile ; \ cp -a $patch nprofile/nprofile-debian-$base ; \ done ; \ fi rm -fr gnulinux/debian/lenny/src mkdir -p gnulinux/debian/lenny/src if [ -f nprofile/*/debian/control.lenny ] ; then \ cd gnulinux/debian/lenny/src ; \ dpkg-source -x ../../../../nprofile/*.dsc ; \ cp nprofile-*/debian/control.lenny nprofile-*/debian/control ; \ dpkg-source -b nprofile-*[0-9] nprofile_*.tar.gz ; \ elif [ -d nprofile/lenny ] ; then \ rsync -av nprofile/lenny/*.{dsc,gz} gnulinux/debian/lenny/src ; \ else \ rsync -av nprofile/*.{dsc,gz} gnulinux/debian/lenny/src ; \ fi building file list ... done nprofile-0.1.5.tar.gz nprofile_0.1.5-1.diff.gz nprofile_0.1.5-1.dsc nprofile_0.1.5.orig.tar.gz sent 665057 bytes received 108 bytes 1330330.00 bytes/sec total size is 664662 speedup is 1.00 make[1]: Leaving directory `/usr/src/nprofile' make[1]: Entering directory `/usr/src/nprofile' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/lenny /usr/src/nprofile/build/debian/lenny.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/lenny > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/lenny.unionfs=rw:/chroot/debian/lenny=ro nprofile-lenny /usr/src/nprofile/build/debian/lenny ; fi umount /usr/src/nprofile/build/debian/lenny/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/lenny/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/lenny/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/lenny/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/lenny/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/lenny/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/lenny/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/lenny/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/lenny/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/nprofile/build/debian/lenny /usr/src/nprofile/build/debian/lenny.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/lenny > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/lenny.unionfs=rw:/chroot/debian/lenny=ro nprofile-lenny /usr/src/nprofile/build/debian/lenny ; fi mount -t proc proc /usr/src/nprofile/build/debian/lenny/proc mount -t devpts devpts /usr/src/nprofile/build/debian/lenny/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/lenny/archives/partial ; \ mount --bind gnulinux/debian/lenny/archives /usr/src/nprofile/build/debian/lenny/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/lenny/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/lenny/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/lenny/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/lenny/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/lenny/src mount --bind gnulinux/debian/lenny/src /usr/src/nprofile/build/debian/lenny/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/lenny/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/lenny/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/lenny/root/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/lenny/root/.ccache ; \ fi /usr/lib/pbuilder/pbuilder-satisfydepends --force-version --chroot /usr/src/nprofile/build/debian/lenny --control gnulinux/debian/lenny/src/nprofile*.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 debhelper (>= 4.0.0) -> Trying debhelper -> Considering doxygen -> Trying doxygen -> Considering autoconf -> Trying autoconf -> Considering automake1.7 | automake1.9 -> Trying automake1.7 -> Considering libtool -> Trying libtool -> Considering pkg-config -> Trying pkg-config -> Considering ccache -> Trying ccache -> Considering cdbs -> Trying cdbs -> Considering g++ (>= 3.3) -> Trying g++ -> Installing debhelper doxygen autoconf automake1.7 libtool pkg-config ccache cdbs g++ Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: autotools-dev binutils cpp cpp-4.2 dpkg-dev file g++-4.2 gcc gcc-4.2 gettext html2text intltool-debian libc6-dev libglib2.0-0 libgomp1 libmagic1 libpng12-0 libstdc++6-4.2-dev linux-libc-dev m4 make patch perl perl-modules po-debconf Suggested packages: autoconf2.13 autobook autoconf-archive gnu-standards autoconf-doc binutils-doc distcc devscripts doc-base cpp-doc gcc-4.2-locales dh-make doxygen-doc doxygen-gui graphviz debian-keyring g++-multilib g++-4.2-multilib gcc-4.2-doc gcc-multilib manpages-dev automake1.9 flex bison gdb gcc-doc gcc-4.2-multilib cvs gettext-doc glibc-doc libstdc++6-4.2-doc libtool-doc g77 fortran77-compiler gcj make-doc diff-doc libterm-readline-gnu-perl libterm-readline-perl-perl Recommended packages: automaken bzip2 libmudflap0-4.2-dev libglib2.0-data libltdl3-dev perl-doc libmail-sendmail-perl libcompress-zlib-perl The following NEW packages will be installed: autoconf automake1.7 autotools-dev binutils ccache cdbs cpp cpp-4.2 debhelper doxygen dpkg-dev file g++ g++-4.2 gcc gcc-4.2 gettext html2text intltool-debian libc6-dev libglib2.0-0 libgomp1 libmagic1 libpng12-0 libstdc++6-4.2-dev libtool linux-libc-dev m4 make patch perl perl-modules pkg-config po-debconf 0 upgraded, 34 newly installed, 0 to remove and 0 not upgraded. Need to get 27.6MB of archives. After unpacking 95.9MB of additional disk space will be used. Get:1 http://ftp.fr.debian.org lenny/main libmagic1 4.21-3 [333kB] Get:2 http://ftp.fr.debian.org lenny/main file 4.21-3 [39.8kB] Get:3 http://ftp.fr.debian.org lenny/main m4 1.4.10-1 [206kB] Get:4 http://ftp.fr.debian.org lenny/main patch 2.5.9-4 [99.5kB] Get:5 http://ftp.fr.debian.org lenny/main perl-modules 5.8.8-7 [2310kB] Get:6 http://ftp.fr.debian.org lenny/main perl 5.8.8-7 [3575kB] Get:7 http://ftp.fr.debian.org lenny/main autoconf 2.61-4 [448kB] Get:8 http://ftp.fr.debian.org lenny/main autotools-dev 20070725.1 [61.8kB] Get:9 http://ftp.fr.debian.org lenny/main automake1.7 1.7.9-9 [391kB] Get:10 http://ftp.fr.debian.org lenny/main binutils 2.18-1 [2670kB] Get:11 http://ftp.fr.debian.org lenny/main ccache 2.4-9 [31.4kB] Get:12 http://ftp.fr.debian.org lenny/main cdbs 0.4.49 [400kB] Get:13 http://ftp.fr.debian.org lenny/main cpp-4.2 4.2.1-4 [2484kB] Get:14 http://ftp.fr.debian.org lenny/main cpp 4:4.2.1-6 [12.4kB] Get:15 http://ftp.fr.debian.org lenny/main make 3.81-3 [392kB] Get:16 http://ftp.fr.debian.org lenny/main dpkg-dev 1.14.6 [227kB] Get:17 http://ftp.fr.debian.org lenny/main html2text 1.3.2a-3 [98.9kB] Get:18 http://ftp.fr.debian.org lenny/main gettext 0.16.1-2 [2188kB] Get:19 http://ftp.fr.debian.org lenny/main intltool-debian 0.35.0+20060710.1 [30.8kB] Get:20 http://ftp.fr.debian.org lenny/main po-debconf 1.0.9 [117kB] Get:21 http://ftp.fr.debian.org lenny/main debhelper 5.0.53 [520kB] Get:22 http://ftp.fr.debian.org lenny/main libpng12-0 1.2.15~beta5-2 [187kB] Get:23 http://ftp.fr.debian.org lenny/main doxygen 1.5.3-1 [1335kB] Get:24 http://ftp.fr.debian.org lenny/main libgomp1 4.2.1-4 [11.4kB] Get:25 http://ftp.fr.debian.org lenny/main gcc-4.2 4.2.1-4 [466kB] Get:26 http://ftp.fr.debian.org lenny/main gcc 4:4.2.1-6 [5010B] Get:27 http://ftp.fr.debian.org lenny/main linux-libc-dev 2.6.21-6 [686kB] Get:28 http://ftp.fr.debian.org lenny/main libc6-dev 2.6.1-1+b1 [3338kB] Get:29 http://ftp.fr.debian.org lenny/main libstdc++6-4.2-dev 4.2.1-4 [1182kB] Get:30 http://ftp.fr.debian.org lenny/main g++-4.2 4.2.1-4 [2780kB] Get:31 http://ftp.fr.debian.org lenny/main g++ 4:4.2.1-6 [1362B] Get:32 http://ftp.fr.debian.org lenny/main libglib2.0-0 2.14.0-2 [596kB] Get:33 http://ftp.fr.debian.org lenny/main libtool 1.5.22-4 [328kB] Get:34 http://ftp.fr.debian.org lenny/main pkg-config 0.22-1 [52.2kB] Extracting templates from packages: 88% Extracting templates from packages: 100% Fetched 27.6MB in 46s (593kB/s) Selecting previously deselected package libmagic1. (Reading database ... 7985 files and directories currently installed.) Unpacking libmagic1 (from .../libmagic1_4.21-3_i386.deb) ... Selecting previously deselected package file. Unpacking file (from .../archives/file_4.21-3_i386.deb) ... Selecting previously deselected package m4. Unpacking m4 (from .../archives/m4_1.4.10-1_i386.deb) ... Selecting previously deselected package patch. Unpacking patch (from .../patch_2.5.9-4_i386.deb) ... Selecting previously deselected package perl-modules. Unpacking perl-modules (from .../perl-modules_5.8.8-7_all.deb) ... Selecting previously deselected package perl. Unpacking perl (from .../archives/perl_5.8.8-7_i386.deb) ... Selecting previously deselected package autoconf. Unpacking autoconf (from .../autoconf_2.61-4_all.deb) ... Selecting previously deselected package autotools-dev. Unpacking autotools-dev (from .../autotools-dev_20070725.1_all.deb) ... Selecting previously deselected package automake1.7. Unpacking automake1.7 (from .../automake1.7_1.7.9-9_all.deb) ... Selecting previously deselected package binutils. Unpacking binutils (from .../binutils_2.18-1_i386.deb) ... Selecting previously deselected package ccache. Unpacking ccache (from .../archives/ccache_2.4-9_i386.deb) ... Selecting previously deselected package cdbs. Unpacking cdbs (from .../archives/cdbs_0.4.49_all.deb) ... Selecting previously deselected package cpp-4.2. Unpacking cpp-4.2 (from .../cpp-4.2_4.2.1-4_i386.deb) ... Selecting previously deselected package cpp. Unpacking cpp (from .../cpp_4%3a4.2.1-6_i386.deb) ... Selecting previously deselected package make. Unpacking make (from .../archives/make_3.81-3_i386.deb) ... Selecting previously deselected package dpkg-dev. Unpacking dpkg-dev (from .../dpkg-dev_1.14.6_all.deb) ... Selecting previously deselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-3_i386.deb) ... Selecting previously deselected package gettext. Unpacking gettext (from .../gettext_0.16.1-2_i386.deb) ... Selecting previously deselected package intltool-debian. Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ... Selecting previously deselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.9_all.deb) ... Selecting previously deselected package debhelper. Unpacking debhelper (from .../debhelper_5.0.53_all.deb) ... Selecting previously deselected package libpng12-0. Unpacking libpng12-0 (from .../libpng12-0_1.2.15~beta5-2_i386.deb) ... Selecting previously deselected package doxygen. Unpacking doxygen (from .../doxygen_1.5.3-1_i386.deb) ... Selecting previously deselected package libgomp1. Unpacking libgomp1 (from .../libgomp1_4.2.1-4_i386.deb) ... Selecting previously deselected package gcc-4.2. Unpacking gcc-4.2 (from .../gcc-4.2_4.2.1-4_i386.deb) ... Selecting previously deselected package gcc. Unpacking gcc (from .../gcc_4%3a4.2.1-6_i386.deb) ... Selecting previously deselected package linux-libc-dev. Unpacking linux-libc-dev (from .../linux-libc-dev_2.6.21-6_i386.deb) ... Selecting previously deselected package libc6-dev. Unpacking libc6-dev (from .../libc6-dev_2.6.1-1+b1_i386.deb) ... Selecting previously deselected package libstdc++6-4.2-dev. Unpacking libstdc++6-4.2-dev (from .../libstdc++6-4.2-dev_4.2.1-4_i386.deb) ... Selecting previously deselected package g++-4.2. Unpacking g++-4.2 (from .../g++-4.2_4.2.1-4_i386.deb) ... Selecting previously deselected package g++. Unpacking g++ (from .../g++_4%3a4.2.1-6_i386.deb) ... Selecting previously deselected package libglib2.0-0. Unpacking libglib2.0-0 (from .../libglib2.0-0_2.14.0-2_i386.deb) ... Selecting previously deselected package libtool. Unpacking libtool (from .../libtool_1.5.22-4_i386.deb) ... Selecting previously deselected package pkg-config. Unpacking pkg-config (from .../pkg-config_0.22-1_i386.deb) ... Setting up libmagic1 (4.21-3) ... Setting up file (4.21-3) ... Setting up m4 (1.4.10-1) ... Setting up patch (2.5.9-4) ... Setting up autotools-dev (20070725.1) ... Setting up binutils (2.18-1) ... Setting up ccache (2.4-9) ... Setting up cdbs (0.4.49) ... Setting up cpp-4.2 (4.2.1-4) ... Setting up cpp (4:4.2.1-6) ... Setting up make (3.81-3) ... Setting up html2text (1.3.2a-3) ... Setting up gettext (0.16.1-2) ... Setting up libpng12-0 (1.2.15~beta5-2) ... Setting up doxygen (1.5.3-1) ... Setting up libgomp1 (4.2.1-4) ... Setting up gcc-4.2 (4.2.1-4) ... Setting up gcc (4:4.2.1-6) ... Setting up linux-libc-dev (2.6.21-6) ... Setting up libc6-dev (2.6.1-1+b1) ... Setting up libglib2.0-0 (2.14.0-2) ... Setting up libtool (1.5.22-4) ... Setting up pkg-config (0.22-1) ... Setting up libstdc++6-4.2-dev (4.2.1-4) ... Setting up perl-modules (5.8.8-7) ... Setting up g++-4.2 (4.2.1-4) ... Setting up g++ (4:4.2.1-6) ... Setting up perl (5.8.8-7) ... Setting up autoconf (2.61-4) ... Setting up automake1.7 (1.7.9-9) ... Setting up dpkg-dev (1.14.6) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.9) ... Setting up debhelper (5.0.53) ... -> Finished parsing the build-deps cp -a /usr/lib/packaging-farm/debian/debuild.sh /usr/src/nprofile/build/debian/lenny/usr/src chroot /usr/src/nprofile/build/debian/lenny sh -c "cd /usr/src && DISTRIBUTION=lenny PACKAGE=nprofile DEB_BUILD_OPTIONS='' ./debuild.sh" gpg: can't open `/gnupg/options.skel': No such file or directory gpg: Signature made Mon 30 Oct 2006 11:38:47 AM CET using DSA key ID 497A176D gpg: Can't check signature: public key not found dpkg-source: extracting nprofile in nprofile-0.1.5 dpkg-source: unpacking nprofile_0.1.5.orig.tar.gz dpkg-source: applying ./nprofile_0.1.5-1.diff.gz dpkg-buildpackage: source package is nprofile dpkg-buildpackage: source version is 0.1.5-1 dpkg-buildpackage: source changed by Loic Dachary (OuoU) dpkg-buildpackage: host architecture i386 dpkg-buildpackage: source version without epoch 0.1.5-1 debian/rules clean make[2]: Entering directory `/usr/src/nprofile-0.1.5' test -x debian/rules test "`id -u`" = 0 for i in ./config/config.guess ./config/config.sub ; do \ if test -e $i.cdbs-orig ; then \ mv $i.cdbs-orig $i ; \ fi ; \ done dh_clean /usr/bin/make -C . -k maintainer-clean make[3]: Entering directory `/usr/src/nprofile-0.1.5' make[3]: *** No rule to make target `maintainer-clean'. make[3]: Leaving directory `/usr/src/nprofile-0.1.5' make[2]: [makefile-clean] Error 2 (ignored) rm -f debian/stamp-makefile-build rm -f debian/stamp-makefile-check rm -f debian/stamp-autotools-files make[2]: Leaving directory `/usr/src/nprofile-0.1.5' debian/rules build make[2]: Entering directory `/usr/src/nprofile-0.1.5' test -x debian/rules mkdir -p "." if test -e /usr/share/misc/config.guess ; then \ for i in ./config/config.guess ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.guess $i ; \ fi ; \ done ; \ fi if test -e /usr/share/misc/config.sub ; then \ for i in ./config/config.sub ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.sub $i ; \ fi ; \ done ; \ fi touch debian/stamp-autotools-files chmod a+x /usr/src/nprofile-0.1.5/./configure cd . && CC="cc" CXX="g++" CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS="" /usr/src/nprofile-0.1.5/./configure --build=i486-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/nprofile" --disable-maintainer-mode --disable-dependency-tracking --srcdir=. --enable-maintainer-mode checking build system type... i486-pc-linux-gnu checking host system type... i486-pc-linux-gnu checking target system type... i486-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make sets $(MAKE)... (cached) yes checking for style of include used by make... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... none checking how to run the C preprocessor... cc -E checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking for ccache... /usr/bin/ccache checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by ccache cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for ANSI C header files... no checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... no configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result checking for dlfcn.h... yes checking how to run the C++ preprocessor... ccache g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from ccache cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if ccache cc supports -fno-rtti -fno-exceptions... no checking for ccache cc option to produce PIC... -fPIC checking if ccache cc PIC flag -fPIC works... yes checking if ccache cc static flag -static works... yes checking if ccache cc supports -c -o file.o... yes checking whether the ccache cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by ccache g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the ccache g++ linker (/usr/bin/ld) supports shared libraries... yes checking for ccache g++ option to produce PIC... -fPIC checking if ccache g++ PIC flag -fPIC works... yes checking if ccache g++ static flag -static works... yes checking if ccache g++ supports -c -o file.o... yes checking whether the ccache g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for library containing strerror... none required checking for ANSI C header files... (cached) no checking for inline... inline configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/nprofile/Makefile config.status: creating test/Makefile config.status: creating include/Makefile config.status: creating include/nprofile/Makefile config.status: creating libnprofile.pc config.status: creating config.h config.status: executing depfiles commands /usr/bin/make -C . make[3]: Entering directory `/usr/src/nprofile-0.1.5' /usr/bin/make all-recursive make[4]: Entering directory `/usr/src/nprofile-0.1.5' Making all in include make[5]: Entering directory `/usr/src/nprofile-0.1.5/include' Making all in nprofile make[6]: Entering directory `/usr/src/nprofile-0.1.5/include/nprofile' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/usr/src/nprofile-0.1.5/include/nprofile' make[6]: Entering directory `/usr/src/nprofile-0.1.5/include' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/usr/src/nprofile-0.1.5/include' make[5]: Leaving directory `/usr/src/nprofile-0.1.5/include' Making all in src make[5]: Entering directory `/usr/src/nprofile-0.1.5/src' Making all in nprofile make[6]: Entering directory `/usr/src/nprofile-0.1.5/src/nprofile' /bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DUSE_NPROFILE -g -Wall -O2 -c -o timer.lo timer.cpp mkdir .libs ccache g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DUSE_NPROFILE -g -Wall -O2 -c timer.cpp -fPIC -DPIC -o .libs/timer.o ccache g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DUSE_NPROFILE -g -Wall -O2 -c timer.cpp -o timer.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DUSE_NPROFILE -g -Wall -O2 -c -o profile.lo profile.cpp ccache g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DUSE_NPROFILE -g -Wall -O2 -c profile.cpp -fPIC -DPIC -o .libs/profile.o ccache g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DUSE_NPROFILE -g -Wall -O2 -c profile.cpp -o profile.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=link ccache g++ -g -Wall -O2 -o libnprofile.la -rpath /usr/lib -version-info 0:0:0 timer.lo profile.lo ccache g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.2.1/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.2.1/crtbeginS.o .libs/timer.o .libs/profile.o -L/usr/lib/gcc/i486-linux-gnu/4.2.1 -L/usr/lib/gcc/i486-linux-gnu/4.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.2.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.2.1/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.2.1/../../../../lib/crtn.o -Wl,-soname -Wl,libnprofile.so.0 -o .libs/libnprofile.so.0.0.0 (cd .libs && rm -f libnprofile.so.0 && ln -s libnprofile.so.0.0.0 libnprofile.so.0) (cd .libs && rm -f libnprofile.so && ln -s libnprofile.so.0.0.0 libnprofile.so) ar cru .libs/libnprofile.a timer.o profile.o ranlib .libs/libnprofile.a creating libnprofile.la (cd .libs && rm -f libnprofile.la && ln -s ../libnprofile.la libnprofile.la) make[6]: Leaving directory `/usr/src/nprofile-0.1.5/src/nprofile' make[6]: Entering directory `/usr/src/nprofile-0.1.5/src' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/usr/src/nprofile-0.1.5/src' make[5]: Leaving directory `/usr/src/nprofile-0.1.5/src' Making all in test make[5]: Entering directory `/usr/src/nprofile-0.1.5/test' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/usr/src/nprofile-0.1.5/test' make[5]: Entering directory `/usr/src/nprofile-0.1.5' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/usr/src/nprofile-0.1.5' make[4]: Leaving directory `/usr/src/nprofile-0.1.5' make[3]: Leaving directory `/usr/src/nprofile-0.1.5' touch debian/stamp-makefile-build /usr/bin/make -C . check make[3]: Entering directory `/usr/src/nprofile-0.1.5' Making check in include make[4]: Entering directory `/usr/src/nprofile-0.1.5/include' Making check in nprofile make[5]: Entering directory `/usr/src/nprofile-0.1.5/include/nprofile' make[5]: Nothing to be done for `check'. make[5]: Leaving directory `/usr/src/nprofile-0.1.5/include/nprofile' make[5]: Entering directory `/usr/src/nprofile-0.1.5/include' make[5]: Nothing to be done for `check-am'. make[5]: Leaving directory `/usr/src/nprofile-0.1.5/include' make[4]: Leaving directory `/usr/src/nprofile-0.1.5/include' Making check in src make[4]: Entering directory `/usr/src/nprofile-0.1.5/src' Making check in nprofile make[5]: Entering directory `/usr/src/nprofile-0.1.5/src/nprofile' make[5]: Nothing to be done for `check'. make[5]: Leaving directory `/usr/src/nprofile-0.1.5/src/nprofile' make[5]: Entering directory `/usr/src/nprofile-0.1.5/src' make[5]: Nothing to be done for `check-am'. make[5]: Leaving directory `/usr/src/nprofile-0.1.5/src' make[4]: Leaving directory `/usr/src/nprofile-0.1.5/src' Making check in test make[4]: Entering directory `/usr/src/nprofile-0.1.5/test' /usr/bin/make test make[5]: Entering directory `/usr/src/nprofile-0.1.5/test' ccache g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DUSE_NPROFILE -g -Wall -O2 -c -o test.o test.cpp /bin/sh ../libtool --tag=CXX --mode=link ccache g++ -g -Wall -O2 -o test test.o ../src/nprofile/libnprofile.la mkdir .libs ccache g++ -g -Wall -O2 -o .libs/test test.o ../src/nprofile/.libs/libnprofile.so creating test make[5]: Leaving directory `/usr/src/nprofile-0.1.5/test' /usr/bin/make check-TESTS make[5]: Entering directory `/usr/src/nprofile-0.1.5/test' /bin/sh: line 4: 25505 Floating point exception${dir}$tst FAIL: ./test =================== 1 of 1 tests failed =================== make[5]: *** [check-TESTS] Error 1 make[5]: Leaving directory `/usr/src/nprofile-0.1.5/test' make[4]: *** [check-am] Error 2 make[4]: Leaving directory `/usr/src/nprofile-0.1.5/test' make[3]: *** [check-recursive] Error 1 make[3]: Leaving directory `/usr/src/nprofile-0.1.5' make[2]: *** [debian/stamp-makefile-check] Error 2 make[2]: Leaving directory `/usr/src/nprofile-0.1.5' make[1]: *** [build/debian] Error 2 make[1]: Leaving directory `/usr/src/nprofile'