make[1]: Entering directory `/usr/src/nprofile' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/etch /usr/src/nprofile/build/debian/etch.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro nprofile-etch /usr/src/nprofile/build/debian/etch ; fi umount /usr/src/nprofile/build/debian/etch/proc > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/etch/dev/pts > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/etch/usr/src > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/etch/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/etch && rm -fr /usr/src/nprofile/build/debian/etch && mkdir /usr/src/nprofile/build/debian/etch rm -fr /usr/src/nprofile/build/debian/etch.unionfs lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/etch /usr/src/nprofile/build/debian/etch.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro nprofile-etch /usr/src/nprofile/build/debian/etch ; 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/etch /usr/src/nprofile/build/debian/etch.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro nprofile-etch /usr/src/nprofile/build/debian/etch ; fi umount /usr/src/nprofile/build/debian/etch/proc > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/etch/dev/pts > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/etch/usr/src > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/etch/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/etch /usr/src/nprofile/build/debian/etch.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro nprofile-etch /usr/src/nprofile/build/debian/etch ; fi mount -t proc proc /usr/src/nprofile/build/debian/etch/proc mount -t devpts devpts /usr/src/nprofile/build/debian/etch/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/etch/archives/partial ; \ mount --bind gnulinux/debian/etch/archives /usr/src/nprofile/build/debian/etch/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/etch/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/etch/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/etch/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/etch/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/etch/src mount --bind gnulinux/debian/etch/src /usr/src/nprofile/build/debian/etch/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/etch/root/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/etch/root/.ccache ; \ fi make[2]: Leaving directory `/usr/src/nprofile' if [ debian = debian ] ; then \ source_list=/usr/src/nprofile/build/debian/etch/etc/apt/sources.list ; \ : ; \ : ; \ timeout 600 chroot /usr/src/nprofile/build/debian/etch apt-get -o Acquire::pdiffs=false update && \ timeout 3600 chroot /usr/src/nprofile/build/debian/etch apt-get -y --force-yes dist-upgrade ; \ elif [ debian = fedora ] ; then \ TEMPLATE=/usr/src/nprofile/build/debian/etch/etc/packaging-farm.yum ; \ : ; \ : ; \ chroot /usr/src/nprofile/build/debian/etch yum -d 0 -e 0 -y update ; \ elif [ debian = gentoo ] ; then \ overlaydir=/usr/src/nprofile/build/debian/etch/overlays ; \ mkdir -p $overlaydir ; \ : ; \ fi Get:1 http://ftp.fr.debian.org etch Release.gpg [378B] Hit http://ftp.fr.debian.org etch Release Hit http://ftp.fr.debian.org etch/main Packages Fetched 1B in 0s (1B/s) Reading package lists... 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/nprofile' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/etch /usr/src/nprofile/build/debian/etch.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro nprofile-etch /usr/src/nprofile/build/debian/etch ; fi umount /usr/src/nprofile/build/debian/etch/proc > /dev/null 2>&1 umount /usr/src/nprofile/build/debian/etch/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/nprofile/build/debian/etch/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/etch/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 1011.33 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/etch/src mkdir -p gnulinux/debian/etch/src if [ -f nprofile/*/debian/control.etch ] ; then \ cd gnulinux/debian/etch/src ; \ dpkg-source -x ../../../../nprofile/*.dsc ; \ cp nprofile-*/debian/control.etch nprofile-*/debian/control ; \ dpkg-source -b nprofile-*[0-9] nprofile_*.tar.gz ; \ elif [ -d nprofile/etch ] ; then \ rsync -av nprofile/etch/*.{dsc,gz} gnulinux/debian/etch/src ; \ else \ rsync -av nprofile/*.{dsc,gz} gnulinux/debian/etch/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/etch /usr/src/nprofile/build/debian/etch.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro nprofile-etch /usr/src/nprofile/build/debian/etch ; fi umount /usr/src/nprofile/build/debian/etch/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/etch/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/etch/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/etch/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/etch /usr/src/nprofile/build/debian/etch.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro nprofile-etch /usr/src/nprofile/build/debian/etch ; fi mount -t proc proc /usr/src/nprofile/build/debian/etch/proc mount -t devpts devpts /usr/src/nprofile/build/debian/etch/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/etch/archives/partial ; \ mount --bind gnulinux/debian/etch/archives /usr/src/nprofile/build/debian/etch/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/etch/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/etch/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/etch/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/etch/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/etch/src mount --bind gnulinux/debian/etch/src /usr/src/nprofile/build/debian/etch/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/etch/root/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/etch/root/.ccache ; \ fi /usr/lib/pbuilder/pbuilder-satisfydepends --force-version --chroot /usr/src/nprofile/build/debian/etch --control gnulinux/debian/etch/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... The following extra packages will be installed: autotools-dev binutils cpp cpp-4.1 dpkg-dev file g++-4.1 gcc gcc-4.1 gettext html2text intltool-debian libc6-dev libmagic1 libpng12-0 libssp0 libstdc++6-4.1-dev linux-kernel-headers 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.1-locales dh-make doxygen-doc doxygen-gui graphviz debian-keyring gcc-4.1-doc lib64stdc++6 manpages-dev automake1.9 flex bison gdb gcc-doc libc6-dev-amd64 lib64gcc1 lib64ssp0 cvs gettext-doc glibc-doc libstdc++6-4.1-doc libtool-doc g77 fortran77-compiler gcj make-doc-non-dfsg diff-doc libterm-readline-gnu-perl libterm-readline-perl-perl libgnome-dev Recommended packages: automaken bzip2 libmudflap0-dev 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.1 debhelper doxygen dpkg-dev file g++ g++-4.1 gcc gcc-4.1 gettext html2text intltool-debian libc6-dev libmagic1 libpng12-0 libssp0 libstdc++6-4.1-dev libtool linux-kernel-headers m4 make patch perl perl-modules pkg-config po-debconf 0 upgraded, 33 newly installed, 0 to remove and 0 not upgraded. Need to get 27.5MB of archives. After unpacking 101MB of additional disk space will be used. Get:1 http://ftp.fr.debian.org etch/main libmagic1 4.17-5etch2 [275kB] Get:2 http://ftp.fr.debian.org etch/main file 4.17-5etch2 [31.6kB] Get:3 http://ftp.fr.debian.org etch/main m4 1.4.8-2 [178kB] Get:4 http://ftp.fr.debian.org etch/main patch 2.5.9-4 [99.5kB] Get:5 http://ftp.fr.debian.org etch/main perl-modules 5.8.8-7 [2310kB] Get:6 http://ftp.fr.debian.org etch/main perl 5.8.8-7 [3575kB] Get:7 http://ftp.fr.debian.org etch/main autoconf 2.61-4 [448kB] Get:8 http://ftp.fr.debian.org etch/main autotools-dev 20060702.1 [60.6kB] Get:9 http://ftp.fr.debian.org etch/main automake1.7 1.7.9-9 [391kB] Get:10 http://ftp.fr.debian.org etch/main binutils 2.17-3 [2605kB] Get:11 http://ftp.fr.debian.org etch/main ccache 2.4-7 [28.4kB] Get:12 http://ftp.fr.debian.org etch/main cdbs 0.4.48 [427kB] Get:13 http://ftp.fr.debian.org etch/main cpp-4.1 4.1.1-21 [2331kB] Get:14 http://ftp.fr.debian.org etch/main cpp 4:4.1.1-15 [11.6kB] Get:15 http://ftp.fr.debian.org etch/main make 3.81-2 [382kB] Get:16 http://ftp.fr.debian.org etch/main dpkg-dev 1.13.25 [166kB] Get:17 http://ftp.fr.debian.org etch/main html2text 1.3.2a-3 [98.9kB] Get:18 http://ftp.fr.debian.org etch/main gettext 0.16.1-1 [2190kB] Get:19 http://ftp.fr.debian.org etch/main intltool-debian 0.35.0+20060710.1 [30.8kB] Get:20 http://ftp.fr.debian.org etch/main po-debconf 1.0.8 [111kB] Get:21 http://ftp.fr.debian.org etch/main debhelper 5.0.42 [510kB] Get:22 http://ftp.fr.debian.org etch/main libpng12-0 1.2.15~beta5-1 [186kB] Get:23 http://ftp.fr.debian.org etch/main doxygen 1.5.1-1 [1361kB] Get:24 http://ftp.fr.debian.org etch/main libssp0 4.1.1-21 [4492B] Get:25 http://ftp.fr.debian.org etch/main gcc-4.1 4.1.1-21 [461kB] Get:26 http://ftp.fr.debian.org etch/main gcc 4:4.1.1-15 [5052B] Get:27 http://ftp.fr.debian.org etch/main linux-kernel-headers 2.6.18-7 [1875kB] Get:28 http://ftp.fr.debian.org etch/main libc6-dev 2.3.6.ds1-13etch2 [2717kB] Get:29 http://ftp.fr.debian.org etch/main libstdc++6-4.1-dev 4.1.1-21 [1634kB] Get:30 http://ftp.fr.debian.org etch/main g++-4.1 4.1.1-21 [2615kB] Get:31 http://ftp.fr.debian.org etch/main g++ 4:4.1.1-15 [1360B] Get:32 http://ftp.fr.debian.org etch/main libtool 1.5.22-4 [328kB] Get:33 http://ftp.fr.debian.org etch/main pkg-config 0.21-1 [67.5kB] Extracting templates from packages: 90% Extracting templates from packages: 100% Fetched 27.5MB in 1m1s (448kB/s) Selecting previously deselected package libmagic1. (Reading database ... 7875 files and directories currently installed.) Unpacking libmagic1 (from .../libmagic1_4.17-5etch2_i386.deb) ... Selecting previously deselected package file. Unpacking file (from .../file_4.17-5etch2_i386.deb) ... Selecting previously deselected package m4. Unpacking m4 (from .../archives/m4_1.4.8-2_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_20060702.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.17-3_i386.deb) ... Selecting previously deselected package ccache. Unpacking ccache (from .../archives/ccache_2.4-7_i386.deb) ... Selecting previously deselected package cdbs. Unpacking cdbs (from .../archives/cdbs_0.4.48_all.deb) ... Selecting previously deselected package cpp-4.1. Unpacking cpp-4.1 (from .../cpp-4.1_4.1.1-21_i386.deb) ... Selecting previously deselected package cpp. Unpacking cpp (from .../cpp_4%3a4.1.1-15_i386.deb) ... Selecting previously deselected package make. Unpacking make (from .../archives/make_3.81-2_i386.deb) ... Selecting previously deselected package dpkg-dev. Unpacking dpkg-dev (from .../dpkg-dev_1.13.25_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-1_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.8_all.deb) ... Selecting previously deselected package debhelper. Unpacking debhelper (from .../debhelper_5.0.42_all.deb) ... Selecting previously deselected package libpng12-0. Unpacking libpng12-0 (from .../libpng12-0_1.2.15~beta5-1_i386.deb) ... Selecting previously deselected package doxygen. Unpacking doxygen (from .../doxygen_1.5.1-1_i386.deb) ... Selecting previously deselected package libssp0. Unpacking libssp0 (from .../libssp0_4.1.1-21_i386.deb) ... Selecting previously deselected package gcc-4.1. Unpacking gcc-4.1 (from .../gcc-4.1_4.1.1-21_i386.deb) ... Selecting previously deselected package gcc. Unpacking gcc (from .../gcc_4%3a4.1.1-15_i386.deb) ... Selecting previously deselected package linux-kernel-headers. Unpacking linux-kernel-headers (from .../linux-kernel-headers_2.6.18-7_i386.deb) ... Selecting previously deselected package libc6-dev. Unpacking libc6-dev (from .../libc6-dev_2.3.6.ds1-13etch2_i386.deb) ... Selecting previously deselected package libstdc++6-4.1-dev. Unpacking libstdc++6-4.1-dev (from .../libstdc++6-4.1-dev_4.1.1-21_i386.deb) ... Selecting previously deselected package g++-4.1. Unpacking g++-4.1 (from .../g++-4.1_4.1.1-21_i386.deb) ... Selecting previously deselected package g++. Unpacking g++ (from .../g++_4%3a4.1.1-15_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.21-1_i386.deb) ... Setting up libmagic1 (4.17-5etch2) ... Setting up file (4.17-5etch2) ... Setting up m4 (1.4.8-2) ... Setting up patch (2.5.9-4) ... Setting up autotools-dev (20060702.1) ... Setting up binutils (2.17-3) ... Setting up ccache (2.4-7) ... Setting up cdbs (0.4.48) ... Setting up cpp-4.1 (4.1.1-21) ... Setting up cpp (4.1.1-15) ... Setting up make (3.81-2) ... Setting up html2text (1.3.2a-3) ... Setting up gettext (0.16.1-1) ... Setting up libpng12-0 (1.2.15~beta5-1) ... Setting up doxygen (1.5.1-1) ... Setting up libssp0 (4.1.1-21) ... Setting up gcc-4.1 (4.1.1-21) ... Setting up gcc (4.1.1-15) ... Setting up linux-kernel-headers (2.6.18-7) ... Setting up libc6-dev (2.3.6.ds1-13etch2) ... Setting up libtool (1.5.22-4) ... Setting up pkg-config (0.21-1) ... Setting up libstdc++6-4.1-dev (4.1.1-21) ... Setting up perl-modules (5.8.8-7) ... Setting up g++-4.1 (4.1.1-21) ... Setting up g++ (4.1.1-15) ... 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.13.25) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.8) ... Setting up debhelper (5.0.42) ... -> Finished parsing the build-deps cp -a /usr/lib/packaging-farm/debian/debuild.sh /usr/src/nprofile/build/debian/etch/usr/src chroot /usr/src/nprofile/build/debian/etch sh -c "cd /usr/src && DISTRIBUTION=etch PACKAGE=nprofile DEB_BUILD_OPTIONS='' ./debuild.sh" dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) 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-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 nprofile 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 0.1.5-1 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 Loic Dachary (OuoU) 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-buildpackage: source version without epoch 0.1.5-1 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/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 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/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.1.2/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.1.2/crtbeginS.o .libs/timer.o .libs/profile.o -L/usr/lib/gcc/i486-linux-gnu/4.1.2 -L/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.1.2/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../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' PROFILE_ROOT prt 100.00 glb 100.00 - time 0.019652 avg 0.019652 ncall 1 funca prt 99.45 glb 99.45 - time 0.019543 avg 0.019543 ncall 1 funcb prt 99.75 glb 99.19 - time 0.019493 avg 0.000097 ncall 200 Unloged prt 0.25 glb 0.25 - time 0.000049 funcb prt 0.46 glb 0.46 - time 0.000089 avg 0.000045 ncall 2 Unloged prt 0.10 glb 0.10 - time 0.000020 0:PROFILE_ROOT:100.00:100.00:0.019652:0.019652:1 1:funca:99.45:99.45:0.019543:0.019543:1 2:funcb:99.75:99.19:0.019493:0.000097:200 1:Unloged:0.25:0.25:0.000049:: 1:funcb:0.46:0.46:0.000089:0.000045:2 0:Unloged:0.10:0.10:0.000020:: Reset test PROFILE_ROOT prt 100.00 glb 100.00 - time 0.186244 avg 0.186244 ncall 1 funca prt 0.00 glb 0.00 - time 0.000000 avg nan ncall 0 funcb prt nan glb 0.00 - time 0.000000 avg nan ncall 0 funcb prt 0.00 glb 0.00 - time 0.000000 avg nan ncall 0 resetTest prt 100.00 glb 100.00 - time 0.186243 avg 0.186243 ncall 1 funcb prt 99.76 glb 99.75 - time 0.185787 avg 0.000092 ncall 2010 Unloged prt 0.24 glb 0.24 - time 0.000456 0:PROFILE_ROOT:100.00:100.00:0.186244:0.186244:1 1:funca:0.00:0.00:0.000000:nan:0 2:funcb:nan:0.00:0.000000:nan:0 1:funcb:0.00:0.00:0.000000:nan:0 1:resetTest:100.00:100.00:0.186243:0.186243:1 2:funcb:99.76:99.75:0.185787:0.000092:2010 1:Unloged:0.24:0.24:0.000456:: PROFILE_ROOT prt 100.00 glb 100.00 - time 0.929297 avg 0.929297 ncall 1 funca prt 0.00 glb 0.00 - time 0.000000 avg nan ncall 0 funcb prt nan glb 0.00 - time 0.000000 avg nan ncall 0 funcb prt 0.00 glb 0.00 - time 0.000000 avg nan ncall 0 resetTest prt 100.00 glb 100.00 - time 0.929296 avg 0.929296 ncall 1 funcb prt 99.75 glb 99.75 - time 0.926956 avg 0.000092 ncall 10050 Unloged prt 0.25 glb 0.25 - time 0.002341 0:PROFILE_ROOT:100.00:100.00:0.929297:0.929297:1 1:funca:0.00:0.00:0.000000:nan:0 2:funcb:nan:0.00:0.000000:nan:0 1:funcb:0.00:0.00:0.000000:nan:0 1:resetTest:100.00:100.00:0.929296:0.929296:1 2:funcb:99.75:99.75:0.926956:0.000092:10050 1:Unloged:0.25:0.25:0.002341:: PASS: ./test ================== All 1 tests passed ================== make[5]: Leaving directory `/usr/src/nprofile-0.1.5/test' make[4]: Leaving directory `/usr/src/nprofile-0.1.5/test' make[4]: Entering directory `/usr/src/nprofile-0.1.5' make[4]: Nothing to be done for `check-am'. make[4]: Leaving directory `/usr/src/nprofile-0.1.5' make[3]: Leaving directory `/usr/src/nprofile-0.1.5' touch debian/stamp-makefile-check make[2]: Leaving directory `/usr/src/nprofile-0.1.5' 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/nprofile-0.1.5' test -x debian/rules test "`id -u`" = 0 dh_clean -k dh_installdirs -A 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 /usr/bin/make -C . install DESTDIR=/usr/src/nprofile-0.1.5/debian/tmp/ make[3]: Entering directory `/usr/src/nprofile-0.1.5' Making install in include make[4]: Entering directory `/usr/src/nprofile-0.1.5/include' Making install in nprofile make[5]: Entering directory `/usr/src/nprofile-0.1.5/include/nprofile' make[6]: Entering directory `/usr/src/nprofile-0.1.5/include/nprofile' make[6]: Nothing to be done for `install-exec-am'. test -z "/usr/include/nprofile" || mkdir -p -- "/usr/src/nprofile-0.1.5/debian/tmp//usr/include/nprofile" /usr/bin/install -c -m 644 'export.h' '/usr/src/nprofile-0.1.5/debian/tmp//usr/include/nprofile/export.h' /usr/bin/install -c -m 644 'node.h' '/usr/src/nprofile-0.1.5/debian/tmp//usr/include/nprofile/node.h' /usr/bin/install -c -m 644 'output.h' '/usr/src/nprofile-0.1.5/debian/tmp//usr/include/nprofile/output.h' /usr/bin/install -c -m 644 'profile.h' '/usr/src/nprofile-0.1.5/debian/tmp//usr/include/nprofile/profile.h' /usr/bin/install -c -m 644 'timer.h' '/usr/src/nprofile-0.1.5/debian/tmp//usr/include/nprofile/timer.h' make[6]: Leaving directory `/usr/src/nprofile-0.1.5/include/nprofile' make[5]: Leaving directory `/usr/src/nprofile-0.1.5/include/nprofile' make[5]: Entering directory `/usr/src/nprofile-0.1.5/include' make[6]: Entering directory `/usr/src/nprofile-0.1.5/include' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/usr/src/nprofile-0.1.5/include' make[5]: Leaving directory `/usr/src/nprofile-0.1.5/include' make[4]: Leaving directory `/usr/src/nprofile-0.1.5/include' Making install in src make[4]: Entering directory `/usr/src/nprofile-0.1.5/src' Making install in nprofile make[5]: Entering directory `/usr/src/nprofile-0.1.5/src/nprofile' make[6]: Entering directory `/usr/src/nprofile-0.1.5/src/nprofile' test -z "/usr/lib" || mkdir -p -- "/usr/src/nprofile-0.1.5/debian/tmp//usr/lib" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libnprofile.la' '/usr/src/nprofile-0.1.5/debian/tmp//usr/lib/libnprofile.la' /usr/bin/install -c .libs/libnprofile.so.0.0.0 /usr/src/nprofile-0.1.5/debian/tmp//usr/lib/libnprofile.so.0.0.0 (cd /usr/src/nprofile-0.1.5/debian/tmp//usr/lib && { ln -s -f libnprofile.so.0.0.0 libnprofile.so.0 || { rm -f libnprofile.so.0 && ln -s libnprofile.so.0.0.0 libnprofile.so.0; }; }) (cd /usr/src/nprofile-0.1.5/debian/tmp//usr/lib && { ln -s -f libnprofile.so.0.0.0 libnprofile.so || { rm -f libnprofile.so && ln -s libnprofile.so.0.0.0 libnprofile.so; }; }) /usr/bin/install -c .libs/libnprofile.lai /usr/src/nprofile-0.1.5/debian/tmp//usr/lib/libnprofile.la /usr/bin/install -c .libs/libnprofile.a /usr/src/nprofile-0.1.5/debian/tmp//usr/lib/libnprofile.a chmod 644 /usr/src/nprofile-0.1.5/debian/tmp//usr/lib/libnprofile.a ranlib /usr/src/nprofile-0.1.5/debian/tmp//usr/lib/libnprofile.a libtool: install: warning: remember to run `libtool --finish /usr/lib' make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/usr/src/nprofile-0.1.5/src/nprofile' make[5]: Leaving directory `/usr/src/nprofile-0.1.5/src/nprofile' make[5]: Entering directory `/usr/src/nprofile-0.1.5/src' make[6]: Entering directory `/usr/src/nprofile-0.1.5/src' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/usr/src/nprofile-0.1.5/src' make[5]: Leaving directory `/usr/src/nprofile-0.1.5/src' make[4]: Leaving directory `/usr/src/nprofile-0.1.5/src' Making install in test make[4]: Entering directory `/usr/src/nprofile-0.1.5/test' make[5]: Entering directory `/usr/src/nprofile-0.1.5/test' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/usr/src/nprofile-0.1.5/test' make[4]: Leaving directory `/usr/src/nprofile-0.1.5/test' make[4]: Entering directory `/usr/src/nprofile-0.1.5' make[5]: Entering directory `/usr/src/nprofile-0.1.5' make[5]: Nothing to be done for `install-exec-am'. test -z "/usr/share/aclocal" || mkdir -p -- "/usr/src/nprofile-0.1.5/debian/tmp//usr/share/aclocal" /usr/bin/install -c -m 644 'nprofile.m4' '/usr/src/nprofile-0.1.5/debian/tmp//usr/share/aclocal/nprofile.m4' test -z "/usr/lib/pkgconfig" || mkdir -p -- "/usr/src/nprofile-0.1.5/debian/tmp//usr/lib/pkgconfig" /usr/bin/install -c -m 644 'libnprofile.pc' '/usr/src/nprofile-0.1.5/debian/tmp//usr/lib/pkgconfig/libnprofile.pc' 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' dh_installdirs -plibnprofile-dev dh_installdirs -plibnprofile0 dh_installdocs -plibnprofile-dev ./README ./NEWS ./AUTHORS dh_installexamples -plibnprofile-dev dh_installman -plibnprofile-dev dh_installinfo -plibnprofile-dev dh_installmenu -plibnprofile-dev dh_installcron -plibnprofile-dev dh_installinit -plibnprofile-dev dh_installdebconf -plibnprofile-dev dh_installemacsen -plibnprofile-dev dh_installcatalogs -plibnprofile-dev dh_installpam -plibnprofile-dev dh_installlogrotate -plibnprofile-dev dh_installlogcheck -plibnprofile-dev dh_installmime -plibnprofile-dev dh_installchangelogs -plibnprofile-dev ./ChangeLog 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_installudev -plibnprofile-dev dh_install -plibnprofile-dev dh_link -plibnprofile-dev dh_installdocs -plibnprofile0 ./README ./NEWS ./AUTHORS dh_installexamples -plibnprofile0 dh_installman -plibnprofile0 dh_installinfo -plibnprofile0 dh_installmenu -plibnprofile0 dh_installcron -plibnprofile0 dh_installinit -plibnprofile0 dh_installdebconf -plibnprofile0 dh_installemacsen -plibnprofile0 dh_installcatalogs -plibnprofile0 dh_installpam -plibnprofile0 dh_installlogrotate -plibnprofile0 dh_installlogcheck -plibnprofile0 dh_installmime -plibnprofile0 dh_installchangelogs -plibnprofile0 ./ChangeLog 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_installudev -plibnprofile0 dh_install -plibnprofile0 dh_link -plibnprofile0 dh_strip -plibnprofile-dev dh_compress -plibnprofile-dev dh_fixperms -plibnprofile-dev dh_makeshlibs -plibnprofile-dev dh_strip -plibnprofile0 dh_compress -plibnprofile0 dh_fixperms -plibnprofile0 dh_makeshlibs -plibnprofile0 dh_installdeb -plibnprofile-dev dh_perl -plibnprofile-dev dh_shlibdeps -plibnprofile-dev dh_installdeb -plibnprofile0 dh_perl -plibnprofile0 dh_shlibdeps -plibnprofile0 dpkg-shlibdeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) couldn't open /etc/ld.so.conf: No such file or directory at /usr/bin/dpkg-shlibdeps line 155. dh_gencontrol -plibnprofile-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-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dh_md5sums -plibnprofile-dev dh_builddeb -plibnprofile-dev dpkg-deb: building package `libnprofile-dev' in `../libnprofile-dev_0.1.5-1_i386.deb'. dh_gencontrol -plibnprofile0 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-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dh_md5sums -plibnprofile0 dh_builddeb -plibnprofile0 dpkg-deb: building package `libnprofile0' in `../libnprofile0_0.1.5-1_i386.deb'. make[2]: Leaving directory `/usr/src/nprofile-0.1.5' dpkg-genchanges -b dpkg-genchanges: 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-genchanges: binary-only upload - not including any source code dpkg-buildpackage: binary only upload (no source included) dpkg-genchanges: 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-genchanges: including full source code in upload lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/etch /usr/src/nprofile/build/debian/etch.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro nprofile-etch /usr/src/nprofile/build/debian/etch ; fi umount /usr/src/nprofile/build/debian/etch/proc > /dev/null 2>&1 umount /usr/src/nprofile/build/debian/etch/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/nprofile/build/debian/etch/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/etch/root/.ccache > /dev/null 2>&1 ; \ fi 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/etch /usr/src/nprofile/build/debian/etch.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro nprofile-etch /usr/src/nprofile/build/debian/etch ; fi umount /usr/src/nprofile/build/debian/etch/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/etch/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/etch/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/etch/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/etch /usr/src/nprofile/build/debian/etch.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro nprofile-etch /usr/src/nprofile/build/debian/etch ; fi mount -t proc proc /usr/src/nprofile/build/debian/etch/proc mount -t devpts devpts /usr/src/nprofile/build/debian/etch/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/etch/archives/partial ; \ mount --bind gnulinux/debian/etch/archives /usr/src/nprofile/build/debian/etch/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/etch/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/etch/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/etch/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/etch/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/etch/src mount --bind gnulinux/debian/etch/src /usr/src/nprofile/build/debian/etch/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/etch/root/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/etch/root/.ccache ; \ fi cd gnulinux/debian/etch/src ; \ dpkg-scanpackages . /dev/null | gzip > Packages.gz ; \ dpkg-scansources . /dev/null | gzip > Sources.gz ** Packages in archive but missing from override file: ** libnprofile-dev libnprofile0 Wrote 2 entries to output Packages file. lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/etch /usr/src/nprofile/build/debian/etch.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro nprofile-etch /usr/src/nprofile/build/debian/etch ; fi umount /usr/src/nprofile/build/debian/etch/proc > /dev/null 2>&1 umount /usr/src/nprofile/build/debian/etch/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/nprofile/build/debian/etch/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/etch/root/.ccache > /dev/null 2>&1 ; \ fi 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/etch /usr/src/nprofile/build/debian/etch.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro nprofile-etch /usr/src/nprofile/build/debian/etch ; fi umount /usr/src/nprofile/build/debian/etch/proc > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/etch/dev/pts > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/etch/usr/src > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/etch/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/etch && rm -fr /usr/src/nprofile/build/debian/etch && mkdir /usr/src/nprofile/build/debian/etch rm -fr /usr/src/nprofile/build/debian/etch.unionfs lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/etch /usr/src/nprofile/build/debian/etch.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro nprofile-etch /usr/src/nprofile/build/debian/etch ; 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/etch /usr/src/nprofile/build/debian/etch.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro nprofile-etch /usr/src/nprofile/build/debian/etch ; fi umount /usr/src/nprofile/build/debian/etch/proc > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/etch/dev/pts > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/etch/usr/src > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/etch/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/etch /usr/src/nprofile/build/debian/etch.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro nprofile-etch /usr/src/nprofile/build/debian/etch ; fi mount -t proc proc /usr/src/nprofile/build/debian/etch/proc mount -t devpts devpts /usr/src/nprofile/build/debian/etch/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/etch/archives/partial ; \ mount --bind gnulinux/debian/etch/archives /usr/src/nprofile/build/debian/etch/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/etch/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/etch/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/etch/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/etch/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/etch/src mount --bind gnulinux/debian/etch/src /usr/src/nprofile/build/debian/etch/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/etch/root/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/etch/root/.ccache ; \ fi make[2]: Leaving directory `/usr/src/nprofile' if [ debian = debian ] ; then \ source_list=/usr/src/nprofile/build/debian/etch/etc/apt/sources.list ; \ : ; \ : ; \ timeout 600 chroot /usr/src/nprofile/build/debian/etch apt-get -o Acquire::pdiffs=false update && \ timeout 3600 chroot /usr/src/nprofile/build/debian/etch apt-get -y --force-yes dist-upgrade ; \ elif [ debian = fedora ] ; then \ TEMPLATE=/usr/src/nprofile/build/debian/etch/etc/packaging-farm.yum ; \ : ; \ : ; \ chroot /usr/src/nprofile/build/debian/etch yum -d 0 -e 0 -y update ; \ elif [ debian = gentoo ] ; then \ overlaydir=/usr/src/nprofile/build/debian/etch/overlays ; \ mkdir -p $overlaydir ; \ : ; \ fi Get:1 http://ftp.fr.debian.org etch Release.gpg [378B] Hit http://ftp.fr.debian.org etch Release Hit http://ftp.fr.debian.org etch/main Packages Fetched 1B in 0s (5B/s) Reading package lists... 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/nprofile' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/etch /usr/src/nprofile/build/debian/etch.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro nprofile-etch /usr/src/nprofile/build/debian/etch ; fi umount /usr/src/nprofile/build/debian/etch/proc > /dev/null 2>&1 umount /usr/src/nprofile/build/debian/etch/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/nprofile/build/debian/etch/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/etch/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' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/etch /usr/src/nprofile/build/debian/etch.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro nprofile-etch /usr/src/nprofile/build/debian/etch ; fi umount /usr/src/nprofile/build/debian/etch/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/etch/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/etch/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/etch/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/etch /usr/src/nprofile/build/debian/etch.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro nprofile-etch /usr/src/nprofile/build/debian/etch ; fi mount -t proc proc /usr/src/nprofile/build/debian/etch/proc mount -t devpts devpts /usr/src/nprofile/build/debian/etch/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/etch/archives/partial ; \ mount --bind gnulinux/debian/etch/archives /usr/src/nprofile/build/debian/etch/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/etch/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/etch/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/etch/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/etch/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/etch/src mount --bind gnulinux/debian/etch/src /usr/src/nprofile/build/debian/etch/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/etch/root/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/etch/root/.ccache ; \ fi if test "" ; then \ echo 'deb file:///usr/src ./' >> /usr/src/nprofile/build/debian/etch/etc/apt/sources.list && \ chroot /usr/src/nprofile/build/debian/etch sh -c "apt-get update && apt-get install --yes --force-yes " ; \ fi lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/etch /usr/src/nprofile/build/debian/etch.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro nprofile-etch /usr/src/nprofile/build/debian/etch ; fi umount /usr/src/nprofile/build/debian/etch/proc > /dev/null 2>&1 umount /usr/src/nprofile/build/debian/etch/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/etch/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/nprofile/build/debian/etch/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/etch/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/etch/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: Leaving directory `/usr/src/nprofile'