make[1]: Entering directory `/usr/src/nprofile' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/unstable /usr/src/nprofile/build/debian/unstable.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro nprofile-unstable /usr/src/nprofile/build/debian/unstable ; fi umount /usr/src/nprofile/build/debian/unstable/proc > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/unstable/dev/pts > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/unstable/usr/src > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/unstable/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/unstable && rm -fr /usr/src/nprofile/build/debian/unstable && mkdir /usr/src/nprofile/build/debian/unstable rm -fr /usr/src/nprofile/build/debian/unstable.unionfs lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/unstable /usr/src/nprofile/build/debian/unstable.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro nprofile-unstable /usr/src/nprofile/build/debian/unstable ; 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/unstable /usr/src/nprofile/build/debian/unstable.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro nprofile-unstable /usr/src/nprofile/build/debian/unstable ; fi umount /usr/src/nprofile/build/debian/unstable/proc > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/unstable/dev/pts > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/unstable/usr/src > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/unstable/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/unstable /usr/src/nprofile/build/debian/unstable.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro nprofile-unstable /usr/src/nprofile/build/debian/unstable ; fi mount -t proc proc /usr/src/nprofile/build/debian/unstable/proc mount -t devpts devpts /usr/src/nprofile/build/debian/unstable/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/unstable/archives/partial ; \ mount --bind gnulinux/debian/unstable/archives /usr/src/nprofile/build/debian/unstable/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/unstable/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/unstable/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/unstable/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/unstable/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/unstable/src mount --bind gnulinux/debian/unstable/src /usr/src/nprofile/build/debian/unstable/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/unstable/root/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/unstable/root/.ccache ; \ fi make[2]: Leaving directory `/usr/src/nprofile' if [ debian = debian ] ; then \ source_list=/usr/src/nprofile/build/debian/unstable/etc/apt/sources.list ; \ : ; \ : ; \ timeout 600 chroot /usr/src/nprofile/build/debian/unstable apt-get -o Acquire::pdiffs=false update && \ timeout 3600 chroot /usr/src/nprofile/build/debian/unstable apt-get -y --force-yes dist-upgrade ; \ elif [ debian = fedora ] ; then \ TEMPLATE=/usr/src/nprofile/build/debian/unstable/etc/packaging-farm.yum ; \ : ; \ : ; \ chroot /usr/src/nprofile/build/debian/unstable yum -d 0 -e 0 -y update ; \ elif [ debian = gentoo ] ; then \ overlaydir=/usr/src/nprofile/build/debian/unstable/overlays ; \ mkdir -p $overlaydir ; \ : ; \ fi Get:1 http://ftp.fr.debian.org sid Release.gpg [189B] Ign http://ftp.fr.debian.org sid/main Translation-en_US Get:2 http://ftp.fr.debian.org sid Release [86.4kB] Get:3 http://ftp.fr.debian.org sid/main Packages [5186kB] Fetched 5273kB in 7s (740kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: libgnutls26 libldap-2.4-2 The following packages will be upgraded: at bash bzip2 console-data coreutils cpio cpp-4.2 debconf debconf-i18n debianutils dpkg dpkg-dev dselect e2fslibs e2fsprogs exim4-base exim4-config exim4-daemon-light fakeroot file findutils g++-4.2 gcc-4.2 gcc-4.2-base gcc-4.3-base gnupg gpgv groff-base gzip initscripts iptables laptop-detect libblkid1 libbz2-1.0 libcomerr2 libgcc1 libgnutls13 libgomp1 liblocale-gettext-perl libmagic1 libncurses5 libncursesw5 libpcre3 libsasl2-2 libselinux1 libsepol1 libss2 libstdc++6 libstdc++6-4.2-dev libtasn1-3 libuuid1 lintian linux-libc-dev makedev man-db manpages mktemp modconf ncurses-base ncurses-bin pciutils procps sysv-rc sysvinit sysvinit-utils tzdata update-inetd uuid-runtime 68 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 31.9MB of archives. After this operation, 2331kB of additional disk space will be used. Get:1 http://ftp.fr.debian.org sid/main debianutils 2.28.3 [55.0kB] Get:2 http://ftp.fr.debian.org sid/main bash 3.1dfsg-9 [761kB] Get:3 http://ftp.fr.debian.org sid/main coreutils 6.10-3 [3749kB] Get:4 http://ftp.fr.debian.org sid/main dpkg 1.14.16.6 [2160kB] Get:5 http://ftp.fr.debian.org sid/main e2fslibs 1.40.6-1 [108kB] Get:6 http://ftp.fr.debian.org sid/main e2fsprogs 1.40.6-1 [631kB] Get:7 http://ftp.fr.debian.org sid/main findutils 4.2.32-1 [343kB] Get:8 http://ftp.fr.debian.org sid/main gzip 1.3.12-5 [102kB] Get:9 http://ftp.fr.debian.org sid/main mktemp 1.5-7 [10.8kB] Get:10 http://ftp.fr.debian.org sid/main ncurses-bin 5.6+20080203-1 [134kB] Get:11 http://ftp.fr.debian.org sid/main libselinux1 2.0.35-1 [68.8kB] Get:12 http://ftp.fr.debian.org sid/main libsepol1 2.0.11-1 [108kB] Get:13 http://ftp.fr.debian.org sid/main sysvinit 2.86.ds1-53 [110kB] Get:14 http://ftp.fr.debian.org sid/main libncurses5 5.6+20080203-1 [324kB] Get:15 http://ftp.fr.debian.org sid/main ncurses-base 5.6+20080203-1 [13.3kB] Get:16 http://ftp.fr.debian.org sid/main sysvinit-utils 2.86.ds1-53 [69.2kB] Get:17 http://ftp.fr.debian.org sid/main liblocale-gettext-perl 1.05-2 [20.1kB] Get:18 http://ftp.fr.debian.org sid/main debconf-i18n 1.5.19 [167kB] Get:19 http://ftp.fr.debian.org sid/main debconf 1.5.19 [152kB] Get:20 http://ftp.fr.debian.org sid/main libtasn1-3 1.3-1 [58.3kB] Get:21 http://ftp.fr.debian.org sid/main libgnutls26 2.2.1-3 [379kB] Get:22 http://ftp.fr.debian.org sid/main libsasl2-2 2.1.22.dfsg1-17+b1 [102kB] Get:23 http://ftp.fr.debian.org sid/main libldap-2.4-2 2.4.7-5 [183kB] Get:24 http://ftp.fr.debian.org sid/main gpgv 1.4.6-2+b1 [141kB] Get:25 http://ftp.fr.debian.org sid/main bzip2 1.0.4-3 [44.9kB] Get:26 http://ftp.fr.debian.org sid/main libbz2-1.0 1.0.4-3 [44.3kB] Get:27 http://ftp.fr.debian.org sid/main makedev 2.3.1-86 [41.9kB] Get:28 http://ftp.fr.debian.org sid/main gnupg 1.4.6-2+b1 [1818kB] Get:29 http://ftp.fr.debian.org sid/main libgomp1 4.3-20080202-1 [13.3kB] Get:30 http://ftp.fr.debian.org sid/main gcc-4.3-base 4.3-20080202-1 [103kB] Get:31 http://ftp.fr.debian.org sid/main libstdc++6 4.3-20080202-1 [331kB] Get:32 http://ftp.fr.debian.org sid/main libgcc1 1:4.3-20080202-1 [25.7kB] Get:33 http://ftp.fr.debian.org sid/main initscripts 2.86.ds1-53 [66.4kB] Get:34 http://ftp.fr.debian.org sid/main libblkid1 1.40.6-1 [50.0kB] Get:35 http://ftp.fr.debian.org sid/main libcomerr2 1.40.6-1 [36.1kB] Get:36 http://ftp.fr.debian.org sid/main libss2 1.40.6-1 [41.3kB] Get:37 http://ftp.fr.debian.org sid/main libuuid1 1.40.6-1 [39.5kB] Get:38 http://ftp.fr.debian.org sid/main sysv-rc 2.86.ds1-53 [61.4kB] Get:39 http://ftp.fr.debian.org sid/main tzdata 2007k-3 [727kB] Get:40 http://ftp.fr.debian.org sid/main cpio 2.9-11 [172kB] Get:41 http://ftp.fr.debian.org sid/main groff-base 1.18.1.1-16 [844kB] Get:42 http://ftp.fr.debian.org sid/main iptables 1.4.0-2 [403kB] Get:43 http://ftp.fr.debian.org sid/main laptop-detect 0.13.5 [5086B] Get:44 http://ftp.fr.debian.org sid/main libgnutls13 2.0.4-2 [462kB] Get:45 http://ftp.fr.debian.org sid/main libncursesw5 5.6+20080203-1 [347kB] Get:46 http://ftp.fr.debian.org sid/main man-db 2.5.1-2 [997kB] Get:47 http://ftp.fr.debian.org sid/main manpages 2.77-1 [550kB] Get:48 http://ftp.fr.debian.org sid/main update-inetd 4.29 [11.9kB] Get:49 http://ftp.fr.debian.org sid/main libstdc++6-4.2-dev 4.2.3-1 [1184kB] Get:50 http://ftp.fr.debian.org sid/main g++-4.2 4.2.3-1 [2781kB] Get:51 http://ftp.fr.debian.org sid/main gcc-4.2 4.2.3-1 [405kB] Get:52 http://ftp.fr.debian.org sid/main cpp-4.2 4.2.3-1 [2471kB] Get:53 http://ftp.fr.debian.org sid/main gcc-4.2-base 4.2.3-1 [104kB] Get:54 http://ftp.fr.debian.org sid/main procps 1:3.2.7-6 [223kB] Get:55 http://ftp.fr.debian.org sid/main exim4-config 4.69-2 [310kB] Get:56 http://ftp.fr.debian.org sid/main exim4-daemon-light 4.69-2 [411kB] Get:57 http://ftp.fr.debian.org sid/main exim4-base 4.69-2 [981kB] Get:58 http://ftp.fr.debian.org sid/main libpcre3 7.6-1 [208kB] Get:59 http://ftp.fr.debian.org sid/main at 3.1.10.1 [42.5kB] Get:60 http://ftp.fr.debian.org sid/main file 4.23-2 [41.0kB] Get:61 http://ftp.fr.debian.org sid/main libmagic1 4.23-2 [342kB] Get:62 http://ftp.fr.debian.org sid/main pciutils 1:2.2.9-2 [235kB] Get:63 http://ftp.fr.debian.org sid/main console-data 2:1.05-1 [1093kB] Get:64 http://ftp.fr.debian.org sid/main dpkg-dev 1.14.16.6 [604kB] Get:65 http://ftp.fr.debian.org sid/main dselect 1.14.16.6 [742kB] Get:66 http://ftp.fr.debian.org sid/main fakeroot 1.9.3 [113kB] Get:67 http://ftp.fr.debian.org sid/main lintian 1.23.45 [321kB] Get:68 http://ftp.fr.debian.org sid/main linux-libc-dev 2.6.24-4 [722kB] Get:69 http://ftp.fr.debian.org sid/main modconf 0.3.6 [1338kB] Get:70 http://ftp.fr.debian.org sid/main uuid-runtime 1.40.6-1 [42.8kB] Extracting templates from packages: 42% Extracting templates from packages: 85% Extracting templates from packages: 100% Preconfiguring packages ... Fetched 31.9MB in 27s (1153kB/s) Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16265 files and directories currently installed.) Preparing to replace debianutils 2.28.2 (using .../debianutils_2.28.3_i386.deb) ... Unpacking replacement debianutils ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up debianutils (2.28.3) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16265 files and directories currently installed.) Preparing to replace bash 3.1dfsg-8 (using .../bash_3.1dfsg-9_i386.deb) ... Unpacking replacement bash ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up bash (3.1dfsg-9) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16233 files and directories currently installed.) Preparing to replace coreutils 5.97-5.7 (using .../coreutils_6.10-3_i386.deb) ... Unpacking replacement coreutils ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up coreutils (6.10-3) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace dpkg 1.14.16.1 (using .../dpkg_1.14.16.6_i386.deb) ... Unpacking replacement dpkg ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up dpkg (1.14.16.6) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace e2fslibs 1.40.4-1 (using .../e2fslibs_1.40.6-1_i386.deb) ... Unpacking replacement e2fslibs ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up e2fslibs (1.40.6-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace e2fsprogs 1.40.4-1 (using .../e2fsprogs_1.40.6-1_i386.deb) ... Unpacking replacement e2fsprogs ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up e2fsprogs (1.40.6-1) ... Installing new version of config file /etc/mke2fs.conf ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace findutils 4.2.31-4 (using .../findutils_4.2.32-1_i386.deb) ... Unpacking replacement findutils ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up findutils (4.2.32-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace gzip 1.3.12-4 (using .../gzip_1.3.12-5_i386.deb) ... Unpacking replacement gzip ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up gzip (1.3.12-5) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace mktemp 1.5-5 (using .../archives/mktemp_1.5-7_i386.deb) ... Unpacking replacement mktemp ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up mktemp (1.5-7) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace ncurses-bin 5.6+20080105-1 (using .../ncurses-bin_5.6+20080203-1_i386.deb) ... Unpacking replacement ncurses-bin ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up ncurses-bin (5.6+20080203-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace libselinux1 2.0.15-2+b1 (using .../libselinux1_2.0.35-1_i386.deb) ... Unpacking replacement libselinux1 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libselinux1 (2.0.35-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace libsepol1 2.0.3-1+b1 (using .../libsepol1_2.0.11-1_i386.deb) ... Unpacking replacement libsepol1 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libsepol1 (2.0.11-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace sysvinit 2.86.ds1-52 (using .../sysvinit_2.86.ds1-53_i386.deb) ... Unpacking replacement sysvinit ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up sysvinit (2.86.ds1-53) ... init: timeout opening/writing control channel /dev/initctl Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace libncurses5 5.6+20080105-1 (using .../libncurses5_5.6+20080203-1_i386.deb) ... Unpacking replacement libncurses5 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libncurses5 (5.6+20080203-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace ncurses-base 5.6+20080105-1 (using .../ncurses-base_5.6+20080203-1_all.deb) ... Unpacking replacement ncurses-base ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up ncurses-base (5.6+20080203-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace sysvinit-utils 2.86.ds1-52 (using .../sysvinit-utils_2.86.ds1-53_i386.deb) ... Unpacking replacement sysvinit-utils ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up sysvinit-utils (2.86.ds1-53) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace liblocale-gettext-perl 1.05-1 (using .../liblocale-gettext-perl_1.05-2_i386.deb) ... Unpacking replacement liblocale-gettext-perl ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up liblocale-gettext-perl (1.05-2) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace debconf-i18n 1.5.18 (using .../debconf-i18n_1.5.19_all.deb) ... Unpacking replacement debconf-i18n ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up debconf-i18n (1.5.19) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace debconf 1.5.18 (using .../debconf_1.5.19_all.deb) ... Unpacking replacement debconf ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up debconf (1.5.19) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace libtasn1-3 1.2-1 (using .../libtasn1-3_1.3-1_i386.deb) ... Unpacking replacement libtasn1-3 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libtasn1-3 (1.3-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) Selecting previously deselected package libgnutls26. (Reading database ... 16230 files and directories currently installed.) Unpacking libgnutls26 (from .../libgnutls26_2.2.1-3_i386.deb) ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libgnutls26 (2.2.1-3) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16251 files and directories currently installed.) Preparing to replace libsasl2-2 2.1.22.dfsg1-17 (using .../libsasl2-2_2.1.22.dfsg1-17+b1_i386.deb) ... Unpacking replacement libsasl2-2 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libsasl2-2 (2.1.22.dfsg1-17+b1) ... Can not write log, openpty() failed (/dev/pts not mounted?) Selecting previously deselected package libldap-2.4-2. (Reading database ... 16251 files and directories currently installed.) Unpacking libldap-2.4-2 (from .../libldap-2.4-2_2.4.7-5_i386.deb) ... Replacing files in old package libldap2 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libldap-2.4-2 (2.4.7-5) ... Installing new version of config file /etc/ldap/ldap.conf ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16260 files and directories currently installed.) Preparing to replace gpgv 1.4.6-2 (using .../gpgv_1.4.6-2+b1_i386.deb) ... Unpacking replacement gpgv ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up gpgv (1.4.6-2+b1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16260 files and directories currently installed.) Preparing to replace bzip2 1.0.4-2 (using .../bzip2_1.0.4-3_i386.deb) ... Unpacking replacement bzip2 ... Preparing to replace libbz2-1.0 1.0.4-2 (using .../libbz2-1.0_1.0.4-3_i386.deb) ... Unpacking replacement libbz2-1.0 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libbz2-1.0 (1.0.4-3) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16260 files and directories currently installed.) Preparing to replace makedev 2.3.1-84 (using .../makedev_2.3.1-86_all.deb) ... Removing obsolete conffile /etc/init.d/makedev ... Unpacking replacement makedev ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up makedev (2.3.1-86) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace gnupg 1.4.6-2 (using .../gnupg_1.4.6-2+b1_i386.deb) ... Unpacking replacement gnupg ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up gnupg (1.4.6-2+b1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace libgomp1 4.3-20080116-1 (using .../libgomp1_4.3-20080202-1_i386.deb) ... Unpacking replacement libgomp1 ... Preparing to replace gcc-4.3-base 4.3-20080116-1 (using .../gcc-4.3-base_4.3-20080202-1_i386.deb) ... Unpacking replacement gcc-4.3-base ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up gcc-4.3-base (4.3-20080202-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace libstdc++6 4.3-20080116-1 (using .../libstdc++6_4.3-20080202-1_i386.deb) ... Unpacking replacement libstdc++6 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libstdc++6 (4.3-20080202-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace libgcc1 1:4.3-20080116-1 (using .../libgcc1_1%3a4.3-20080202-1_i386.deb) ... Unpacking replacement libgcc1 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libgcc1 (1:4.3-20080202-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace initscripts 2.86.ds1-52 (using .../initscripts_2.86.ds1-53_i386.deb) ... Unpacking replacement initscripts ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up initscripts (2.86.ds1-53) ... Installing new version of config file /etc/init.d/sendsigs ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace libblkid1 1.40.4-1 (using .../libblkid1_1.40.6-1_i386.deb) ... Unpacking replacement libblkid1 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libblkid1 (1.40.6-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace libcomerr2 1.40.4-1 (using .../libcomerr2_1.40.6-1_i386.deb) ... Unpacking replacement libcomerr2 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libcomerr2 (1.40.6-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace libss2 1.40.4-1 (using .../libss2_1.40.6-1_i386.deb) ... Unpacking replacement libss2 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libss2 (1.40.6-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace libuuid1 1.40.4-1 (using .../libuuid1_1.40.6-1_i386.deb) ... Unpacking replacement libuuid1 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libuuid1 (1.40.6-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace sysv-rc 2.86.ds1-52 (using .../sysv-rc_2.86.ds1-53_all.deb) ... Unpacking replacement sysv-rc ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up sysv-rc (2.86.ds1-53) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace tzdata 2007k-2 (using .../tzdata_2007k-3_all.deb) ... Unpacking replacement tzdata ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up tzdata (2007k-3) ... Current default timezone: 'Europe/Paris' Local time is now: Tue Feb 12 22:52:09 CET 2008. Universal Time is now: Tue Feb 12 21:52:09 UTC 2008. Run 'dpkg-reconfigure tzdata' if you wish to change it. Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace cpio 2.9-9 (using .../archives/cpio_2.9-11_i386.deb) ... Unpacking replacement cpio ... Preparing to replace groff-base 1.18.1.1-15 (using .../groff-base_1.18.1.1-16_i386.deb) ... Unpacking replacement groff-base ... Preparing to replace iptables 1.3.8.0debian1-1 (using .../iptables_1.4.0-2_i386.deb) ... Unpacking replacement iptables ... Preparing to replace laptop-detect 0.13.4 (using .../laptop-detect_0.13.5_i386.deb) ... Unpacking replacement laptop-detect ... Preparing to replace libgnutls13 2.0.4-1 (using .../libgnutls13_2.0.4-2_i386.deb) ... Unpacking replacement libgnutls13 ... Preparing to replace libncursesw5 5.6+20080105-1 (using .../libncursesw5_5.6+20080203-1_i386.deb) ... Unpacking replacement libncursesw5 ... Preparing to replace man-db 2.5.0-4 (using .../man-db_2.5.1-2_i386.deb) ... Unpacking replacement man-db ... Preparing to replace manpages 2.72-1 (using .../manpages_2.77-1_all.deb) ... Unpacking replacement manpages ... Preparing to replace update-inetd 4.27-0.6 (using .../update-inetd_4.29_all.deb) ... Unpacking replacement update-inetd ... Preparing to replace libstdc++6-4.2-dev 4.2.2-7 (using .../libstdc++6-4.2-dev_4.2.3-1_i386.deb) ... Unpacking replacement libstdc++6-4.2-dev ... Preparing to replace g++-4.2 4.2.2-7 (using .../g++-4.2_4.2.3-1_i386.deb) ... Unpacking replacement g++-4.2 ... Preparing to replace gcc-4.2 4.2.2-7 (using .../gcc-4.2_4.2.3-1_i386.deb) ... Unpacking replacement gcc-4.2 ... Preparing to replace cpp-4.2 4.2.2-7 (using .../cpp-4.2_4.2.3-1_i386.deb) ... Unpacking replacement cpp-4.2 ... Preparing to replace gcc-4.2-base 4.2.2-7 (using .../gcc-4.2-base_4.2.3-1_i386.deb) ... Unpacking replacement gcc-4.2-base ... Preparing to replace procps 1:3.2.7-5 (using .../procps_1%3a3.2.7-6_i386.deb) ... Unpacking replacement procps ... Preparing to replace exim4-config 4.68-2 (using .../exim4-config_4.69-2_all.deb) ... Unpacking replacement exim4-config ... Preparing to replace exim4-daemon-light 4.68-2 (using .../exim4-daemon-light_4.69-2_i386.deb) ... Unpacking replacement exim4-daemon-light ... Preparing to replace exim4-base 4.68-2 (using .../exim4-base_4.69-2_i386.deb) ... Unpacking replacement exim4-base ... Preparing to replace libpcre3 7.4-1 (using .../libpcre3_7.6-1_i386.deb) ... Unpacking replacement libpcre3 ... Preparing to replace at 3.1.10 (using .../archives/at_3.1.10.1_i386.deb) ... Unpacking replacement at ... Preparing to replace file 4.23-1 (using .../archives/file_4.23-2_i386.deb) ... Unpacking replacement file ... Preparing to replace libmagic1 4.23-1 (using .../libmagic1_4.23-2_i386.deb) ... Unpacking replacement libmagic1 ... Preparing to replace pciutils 1:2.2.4-1.1 (using .../pciutils_1%3a2.2.9-2_i386.deb) ... Unpacking replacement pciutils ... Preparing to replace console-data 2:1.04-3 (using .../console-data_2%3a1.05-1_all.deb) ... Unpacking replacement console-data ... Preparing to replace dpkg-dev 1.14.16.1 (using .../dpkg-dev_1.14.16.6_all.deb) ... Unpacking replacement dpkg-dev ... Preparing to replace dselect 1.14.16.1 (using .../dselect_1.14.16.6_i386.deb) ... Unpacking replacement dselect ... Preparing to replace fakeroot 1.9 (using .../fakeroot_1.9.3_i386.deb) ... Unpacking replacement fakeroot ... Preparing to replace lintian 1.23.42 (using .../lintian_1.23.45_all.deb) ... Unpacking replacement lintian ... Preparing to replace linux-libc-dev 2.6.23-2 (using .../linux-libc-dev_2.6.24-4_i386.deb) ... Unpacking replacement linux-libc-dev ... Preparing to replace modconf 0.3.5 (using .../archives/modconf_0.3.6_all.deb) ... Unpacking replacement modconf ... Preparing to replace uuid-runtime 1.40.4-1 (using .../uuid-runtime_1.40.6-1_i386.deb) ... Unpacking replacement uuid-runtime ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up bzip2 (1.0.4-3) ... Setting up libgomp1 (4.3-20080202-1) ... Setting up cpio (2.9-11) ... Setting up groff-base (1.18.1.1-16) ... Setting up iptables (1.4.0-2) ... Setting up laptop-detect (0.13.5) ... Setting up libgnutls13 (2.0.4-2) ... Setting up libncursesw5 (5.6+20080203-1) ... Setting up man-db (2.5.1-2) ... Setting up manpages (2.77-1) ... Setting up update-inetd (4.29) ... Setting up gcc-4.2-base (4.2.3-1) ... Setting up cpp-4.2 (4.2.3-1) ... Setting up gcc-4.2 (4.2.3-1) ... Setting up procps (1:3.2.7-6) ... Installing new version of config file /etc/sysctl.conf ... Setting up exim4-config (4.69-2) ... Installing new version of config file /etc/exim4/conf.d/main/02_exim4-config_options ... Installing new version of config file /etc/exim4/conf.d/acl/20_exim4-config_local_deny_exceptions ... Installing new version of config file /etc/exim4/exim4.conf.template ... Setting up exim4-base (4.69-2) ... Installing new version of config file /etc/init.d/exim4 ... Setting up libpcre3 (7.6-1) ... Setting up exim4-daemon-light (4.69-2) ... Setting up at (3.1.10.1) ... Installing new version of config file /etc/init.d/atd ... Setting up libmagic1 (4.23-2) ... Setting up file (4.23-2) ... Setting up pciutils (1:2.2.9-2) ... Setting up console-data (2:1.05-1) ... Looking for keymap to install: NONE Setting up dpkg-dev (1.14.16.6) ... Setting up dselect (1.14.16.6) ... Setting up fakeroot (1.9.3) ... Setting up lintian (1.23.45) ... Setting up linux-libc-dev (2.6.24-4) ... Setting up modconf (0.3.6) ... Setting up uuid-runtime (1.40.6-1) ... Setting up libstdc++6-4.2-dev (4.2.3-1) ... Setting up g++-4.2 (4.2.3-1) ... make chroot-umounts make[2]: Entering directory `/usr/src/nprofile' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/unstable /usr/src/nprofile/build/debian/unstable.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro nprofile-unstable /usr/src/nprofile/build/debian/unstable ; fi umount /usr/src/nprofile/build/debian/unstable/proc > /dev/null 2>&1 umount /usr/src/nprofile/build/debian/unstable/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/nprofile/build/debian/unstable/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/unstable/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 deleting nprofile-0.1.5/visual/test.vcproj deleting nprofile-0.1.5/visual/nprofile.vcproj deleting nprofile-0.1.5/visual/nprofile.sln deleting nprofile-0.1.5/visual/ deleting nprofile-0.1.5/test/test.cpp deleting nprofile-0.1.5/test/Makefile.am deleting nprofile-0.1.5/test/ deleting nprofile-0.1.5/src/nprofile/timer.cpp deleting nprofile-0.1.5/src/nprofile/profile.cpp deleting nprofile-0.1.5/src/nprofile/Makefile.am deleting nprofile-0.1.5/src/nprofile/ deleting nprofile-0.1.5/src/Makefile.am deleting nprofile-0.1.5/src/ deleting nprofile-0.1.5/include/nprofile/timer.h deleting nprofile-0.1.5/include/nprofile/profile.h deleting nprofile-0.1.5/include/nprofile/output.h deleting nprofile-0.1.5/include/nprofile/node.h deleting nprofile-0.1.5/include/nprofile/export.h deleting nprofile-0.1.5/include/nprofile/Makefile.am deleting nprofile-0.1.5/include/nprofile/ deleting nprofile-0.1.5/include/Makefile.am deleting nprofile-0.1.5/include/ deleting nprofile-0.1.5/gentoo/dev-cpp/nprofile/nprofile-0.1.5-r1.ebuild deleting nprofile-0.1.5/gentoo/dev-cpp/nprofile/nprofile-0.1.3-r1.ebuild deleting nprofile-0.1.5/gentoo/dev-cpp/nprofile/ deleting nprofile-0.1.5/gentoo/dev-cpp/ deleting nprofile-0.1.5/gentoo/ deleting nprofile-0.1.5/debian/rules deleting nprofile-0.1.5/debian/libnprofile0.install deleting nprofile-0.1.5/debian/libnprofile-dev.install deleting nprofile-0.1.5/debian/copyright deleting nprofile-0.1.5/debian/control deleting nprofile-0.1.5/debian/compat deleting nprofile-0.1.5/debian/changelog deleting nprofile-0.1.5/debian/ deleting nprofile-0.1.5/config/ccache.m4 deleting nprofile-0.1.5/config/ deleting nprofile-0.1.5/nprofile.m4 deleting nprofile-0.1.5/libnprofile.pc.in deleting nprofile-0.1.5/configure.ac deleting nprofile-0.1.5/README deleting nprofile-0.1.5/NEWS deleting nprofile-0.1.5/Makefile.am deleting nprofile-0.1.5/ChangeLog deleting nprofile-0.1.5/COPYING deleting nprofile-0.1.5/AUTHORS deleting nprofile-0.1.5/ deleting nprofile_0.1.5.orig.tar.gz deleting nprofile_0.1.5-1_i386.changes deleting nprofile_0.1.5-1.dsc deleting nprofile_0.1.5-1.diff.gz deleting nprofile-0.1.5.tar.gz deleting libnprofile0_0.1.5-1_i386.deb deleting libnprofile-dev_0.1.5-1_i386.deb ./ clean.out configure.out debuild.out distcheck.out libnprofile-dev_0.1.8-1_i386.deb libnprofile0_0.1.8-1_i386.deb nprofile_0.1.8-1.diff.gz nprofile_0.1.8-1.dsc nprofile_0.1.8-1_i386.changes nprofile_0.1.8.orig.tar.gz tag version nprofile-0.1.8/ nprofile-0.1.8/AUTHORS nprofile-0.1.8/COPYING nprofile-0.1.8/ChangeLog nprofile-0.1.8/Makefile.am nprofile-0.1.8/NEWS nprofile-0.1.8/README nprofile-0.1.8/configure.ac nprofile-0.1.8/libnprofile.pc.in nprofile-0.1.8/nprofile.m4 nprofile-0.1.8/config/ nprofile-0.1.8/config/ccache.m4 nprofile-0.1.8/debian/ nprofile-0.1.8/debian/changelog nprofile-0.1.8/debian/compat nprofile-0.1.8/debian/control nprofile-0.1.8/debian/copyright nprofile-0.1.8/debian/libnprofile-dev.install nprofile-0.1.8/debian/libnprofile0.install nprofile-0.1.8/debian/rules nprofile-0.1.8/gentoo/ nprofile-0.1.8/gentoo/dev-cpp/ nprofile-0.1.8/gentoo/dev-cpp/nprofile/ nprofile-0.1.8/gentoo/dev-cpp/nprofile/nprofile-0.1.6-r1.ebuild nprofile-0.1.8/include/ nprofile-0.1.8/include/Makefile.am nprofile-0.1.8/include/nprofile/ nprofile-0.1.8/include/nprofile/Makefile.am nprofile-0.1.8/include/nprofile/export.h nprofile-0.1.8/include/nprofile/node.h nprofile-0.1.8/include/nprofile/output.h nprofile-0.1.8/include/nprofile/profile.h nprofile-0.1.8/include/nprofile/timer.h nprofile-0.1.8/src/ nprofile-0.1.8/src/Makefile.am nprofile-0.1.8/src/nprofile/ nprofile-0.1.8/src/nprofile/Makefile.am nprofile-0.1.8/src/nprofile/profile.cpp nprofile-0.1.8/src/nprofile/timer.cpp nprofile-0.1.8/test/ nprofile-0.1.8/test/Makefile.am nprofile-0.1.8/test/test.cpp nprofile-0.1.8/visual/ nprofile-0.1.8/visual/nprofile.sln nprofile-0.1.8/visual/nprofile.vcproj nprofile-0.1.8/visual/test.vcproj nprofile-0.1.8.tar.gz => nprofile_0.1.8.orig.tar.gz sent 531524 bytes received 1143 bytes 1065334.00 bytes/sec total size is 861308 speedup is 1.62 # # 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/unstable/src mkdir -p gnulinux/debian/unstable/src if [ -f nprofile/*/debian/control.unstable ] ; then \ cd gnulinux/debian/unstable/src ; \ dpkg-source -x ../../../../nprofile/*.dsc ; \ cp nprofile-*/debian/control.unstable nprofile-*/debian/control ; \ dpkg-source -b nprofile-*[0-9] nprofile_*.tar.gz ; \ elif [ -d nprofile/unstable ] ; then \ rsync -av nprofile/unstable/*.{dsc,gz} gnulinux/debian/unstable/src ; \ else \ rsync -av nprofile/*.{dsc,gz} gnulinux/debian/unstable/src ; \ fi building file list ... done nprofile-0.1.8.tar.gz nprofile_0.1.8-1.diff.gz nprofile_0.1.8-1.dsc nprofile_0.1.8.orig.tar.gz sent 670067 bytes received 108 bytes 1340350.00 bytes/sec total size is 669672 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/unstable /usr/src/nprofile/build/debian/unstable.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro nprofile-unstable /usr/src/nprofile/build/debian/unstable ; fi umount /usr/src/nprofile/build/debian/unstable/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/unstable/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/unstable/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/unstable/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/unstable /usr/src/nprofile/build/debian/unstable.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro nprofile-unstable /usr/src/nprofile/build/debian/unstable ; fi mount -t proc proc /usr/src/nprofile/build/debian/unstable/proc mount -t devpts devpts /usr/src/nprofile/build/debian/unstable/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/unstable/archives/partial ; \ mount --bind gnulinux/debian/unstable/archives /usr/src/nprofile/build/debian/unstable/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/unstable/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/unstable/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/unstable/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/unstable/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/unstable/src mount --bind gnulinux/debian/unstable/src /usr/src/nprofile/build/debian/unstable/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/unstable/root/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/unstable/root/.ccache ; \ fi /usr/lib/pbuilder/pbuilder-satisfydepends --force-version --chroot /usr/src/nprofile/build/debian/unstable --control gnulinux/debian/unstable/src/nprofile*.dsc -> 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... g++ is already the newest version. The following extra packages will be installed: automake autotools-dev html2text libcompress-raw-zlib-perl libcompress-zlib-perl libdigest-hmac-perl libdigest-sha1-perl libfile-remove-perl libglib2.0-0 libglib2.0-data libio-compress-base-perl libio-compress-zlib-perl libio-stringy-perl libltdl3 libltdl3-dev libmail-box-perl libmail-sendmail-perl libmailtools-perl libmime-types-perl libobject-realize-later-perl libpng12-0 libuser-identity-perl m4 po-debconf Suggested packages: autobook autoconf-archive autoconf-doc autoconf2.13 gnu-standards distcc devscripts doc-base dh-make doxygen-doc doxygen-gui graphviz libtool-doc libhtml-format-perl libhtml-tree-perl libmail-imapclient-perl libmime-tools-perl spamassassin automaken g77 fortran77-compiler gcj The following NEW packages will be installed: autoconf automake automake1.7 autotools-dev ccache cdbs debhelper doxygen html2text libcompress-raw-zlib-perl libcompress-zlib-perl libdigest-hmac-perl libdigest-sha1-perl libfile-remove-perl libglib2.0-0 libglib2.0-data libio-compress-base-perl libio-compress-zlib-perl libio-stringy-perl libltdl3 libltdl3-dev libmail-box-perl libmail-sendmail-perl libmailtools-perl libmime-types-perl libobject-realize-later-perl libpng12-0 libtool libuser-identity-perl m4 pkg-config po-debconf 0 upgraded, 32 newly installed, 0 to remove and 0 not upgraded. Need to get 7976kB/8786kB of archives. After this operation, 26.3MB of additional disk space will be used. Get:1 http://ftp.fr.debian.org sid/main autoconf 2.61-6 [448kB] Get:2 http://ftp.fr.debian.org sid/main automake 1:1.10.1-3 [550kB] Get:3 http://ftp.fr.debian.org sid/main ccache 2.4-13 [31.6kB] Get:4 http://ftp.fr.debian.org sid/main po-debconf 1.0.11 [231kB] Get:5 http://ftp.fr.debian.org sid/main debhelper 6.0.5 [519kB] Get:6 http://ftp.fr.debian.org sid/main cdbs 0.4.51 [919kB] Get:7 http://ftp.fr.debian.org sid/main libpng12-0 1.2.15~beta5-3 [187kB] Get:8 http://ftp.fr.debian.org sid/main doxygen 1.5.5-1 [1480kB] Get:9 http://ftp.fr.debian.org sid/main libcompress-raw-zlib-perl 2.008-2 [91.8kB] Get:10 http://ftp.fr.debian.org sid/main libio-compress-base-perl 2.008-1 [55.5kB] Get:11 http://ftp.fr.debian.org sid/main libio-compress-zlib-perl 2.008-1 [139kB] Get:12 http://ftp.fr.debian.org sid/main libcompress-zlib-perl 2.008-1 [35.9kB] Get:13 http://ftp.fr.debian.org sid/main libdigest-sha1-perl 2.11-2 [24.3kB] Get:14 http://ftp.fr.debian.org sid/main libdigest-hmac-perl 1.01-6 [10.5kB] Get:15 http://ftp.fr.debian.org sid/main libfile-remove-perl 0.39-1 [11.3kB] Get:16 http://ftp.fr.debian.org sid/main libglib2.0-0 2.14.6-1 [561kB] Get:17 http://ftp.fr.debian.org sid/main libglib2.0-data 2.14.6-1 [383kB] Get:18 http://ftp.fr.debian.org sid/main libio-stringy-perl 2.110-3 [95.3kB] Get:19 http://ftp.fr.debian.org sid/main libltdl3 1.5.26-1 [177kB] Get:20 http://ftp.fr.debian.org sid/main libltdl3-dev 1.5.26-1 [370kB] Get:21 http://ftp.fr.debian.org sid/main libmailtools-perl 2.02-1 [96.6kB] Get:22 http://ftp.fr.debian.org sid/main libmime-types-perl 1.23-1 [29.6kB] Get:23 http://ftp.fr.debian.org sid/main libobject-realize-later-perl 0.18-1 [17.7kB] Get:24 http://ftp.fr.debian.org sid/main libuser-identity-perl 0.92-1 [73.7kB] Get:25 http://ftp.fr.debian.org sid/main libmail-box-perl 2.080-1 [1069kB] Get:26 http://ftp.fr.debian.org sid/main libmail-sendmail-perl 0.79-4 [27.6kB] Get:27 http://ftp.fr.debian.org sid/main libtool 1.5.26-1 [339kB] Extracting templates from packages: 93% Extracting templates from packages: 100% Fetched 7976kB in 9s (831kB/s) Can not write log, openpty() failed (/dev/pts not mounted?) Selecting previously deselected package m4. (Reading database ... 16181 files and directories currently installed.) Unpacking m4 (from .../archives/m4_1.4.10-1_i386.deb) ... Selecting previously deselected package autoconf. Unpacking autoconf (from .../autoconf_2.61-6_all.deb) ... Selecting previously deselected package autotools-dev. Unpacking autotools-dev (from .../autotools-dev_20070725.1_all.deb) ... Selecting previously deselected package automake. Unpacking automake (from .../automake_1%3a1.10.1-3_all.deb) ... Selecting previously deselected package automake1.7. Unpacking automake1.7 (from .../automake1.7_1.7.9-9_all.deb) ... Selecting previously deselected package ccache. Unpacking ccache (from .../ccache_2.4-13_i386.deb) ... Selecting previously deselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-3_i386.deb) ... Selecting previously deselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.11_all.deb) ... Selecting previously deselected package debhelper. Unpacking debhelper (from .../debhelper_6.0.5_all.deb) ... Selecting previously deselected package cdbs. Unpacking cdbs (from .../archives/cdbs_0.4.51_all.deb) ... Selecting previously deselected package libpng12-0. Unpacking libpng12-0 (from .../libpng12-0_1.2.15~beta5-3_i386.deb) ... Selecting previously deselected package doxygen. Unpacking doxygen (from .../doxygen_1.5.5-1_i386.deb) ... Selecting previously deselected package libcompress-raw-zlib-perl. Unpacking libcompress-raw-zlib-perl (from .../libcompress-raw-zlib-perl_2.008-2_i386.deb) ... Selecting previously deselected package libio-compress-base-perl. Unpacking libio-compress-base-perl (from .../libio-compress-base-perl_2.008-1_all.deb) ... Selecting previously deselected package libio-compress-zlib-perl. Unpacking libio-compress-zlib-perl (from .../libio-compress-zlib-perl_2.008-1_all.deb) ... Selecting previously deselected package libcompress-zlib-perl. Unpacking libcompress-zlib-perl (from .../libcompress-zlib-perl_2.008-1_all.deb) ... Selecting previously deselected package libdigest-sha1-perl. Unpacking libdigest-sha1-perl (from .../libdigest-sha1-perl_2.11-2_i386.deb) ... Selecting previously deselected package libdigest-hmac-perl. Unpacking libdigest-hmac-perl (from .../libdigest-hmac-perl_1.01-6_all.deb) ... Selecting previously deselected package libfile-remove-perl. Unpacking libfile-remove-perl (from .../libfile-remove-perl_0.39-1_all.deb) ... Selecting previously deselected package libglib2.0-0. Unpacking libglib2.0-0 (from .../libglib2.0-0_2.14.6-1_i386.deb) ... Selecting previously deselected package libglib2.0-data. Unpacking libglib2.0-data (from .../libglib2.0-data_2.14.6-1_all.deb) ... Selecting previously deselected package libio-stringy-perl. Unpacking libio-stringy-perl (from .../libio-stringy-perl_2.110-3_all.deb) ... Selecting previously deselected package libltdl3. Unpacking libltdl3 (from .../libltdl3_1.5.26-1_i386.deb) ... Selecting previously deselected package libltdl3-dev. Unpacking libltdl3-dev (from .../libltdl3-dev_1.5.26-1_i386.deb) ... Selecting previously deselected package libmailtools-perl. Unpacking libmailtools-perl (from .../libmailtools-perl_2.02-1_all.deb) ... Selecting previously deselected package libmime-types-perl. Unpacking libmime-types-perl (from .../libmime-types-perl_1.23-1_all.deb) ... Selecting previously deselected package libobject-realize-later-perl. Unpacking libobject-realize-later-perl (from .../libobject-realize-later-perl_0.18-1_all.deb) ... Selecting previously deselected package libuser-identity-perl. Unpacking libuser-identity-perl (from .../libuser-identity-perl_0.92-1_all.deb) ... Selecting previously deselected package libmail-box-perl. Unpacking libmail-box-perl (from .../libmail-box-perl_2.080-1_all.deb) ... Selecting previously deselected package libmail-sendmail-perl. Unpacking libmail-sendmail-perl (from .../libmail-sendmail-perl_0.79-4_all.deb) ... Selecting previously deselected package libtool. Unpacking libtool (from .../libtool_1.5.26-1_i386.deb) ... Selecting previously deselected package pkg-config. Unpacking pkg-config (from .../pkg-config_0.22-1_i386.deb) ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up m4 (1.4.10-1) ... Setting up autoconf (2.61-6) ... Setting up autotools-dev (20070725.1) ... Setting up automake (1:1.10.1-3) ... Setting up automake1.7 (1.7.9-9) ... Setting up ccache (2.4-13) ... Setting up html2text (1.3.2a-3) ... Setting up po-debconf (1.0.11) ... Setting up debhelper (6.0.5) ... Setting up cdbs (0.4.51) ... Setting up libpng12-0 (1.2.15~beta5-3) ... Setting up doxygen (1.5.5-1) ... Setting up libcompress-raw-zlib-perl (2.008-2) ... Setting up libio-compress-base-perl (2.008-1) ... Setting up libio-compress-zlib-perl (2.008-1) ... Setting up libcompress-zlib-perl (2.008-1) ... Setting up libdigest-sha1-perl (2.11-2) ... Setting up libdigest-hmac-perl (1.01-6) ... Setting up libfile-remove-perl (0.39-1) ... Setting up libglib2.0-0 (2.14.6-1) ... Setting up libglib2.0-data (2.14.6-1) ... Setting up libio-stringy-perl (2.110-3) ... Setting up libltdl3 (1.5.26-1) ... Setting up libltdl3-dev (1.5.26-1) ... Setting up libmailtools-perl (2.02-1) ... Setting up libmime-types-perl (1.23-1) ... Setting up libobject-realize-later-perl (0.18-1) ... Setting up libuser-identity-perl (0.92-1) ... Setting up libmail-box-perl (2.080-1) ... Setting up libmail-sendmail-perl (0.79-4) ... Setting up libtool (1.5.26-1) ... Setting up pkg-config (0.22-1) ... -> Finished parsing the build-deps cp -a /usr/lib/packaging-farm/debian/debuild.sh /usr/src/nprofile/build/debian/unstable/usr/src chroot /usr/src/nprofile/build/debian/unstable sh -c "cd /usr/src && DISTRIBUTION=unstable PACKAGE=nprofile DEB_BUILD_OPTIONS='' ./debuild.sh" gpg: can't open `/gnupg/options.skel': No such file or directory gpg: Signature made Tue 12 Feb 2008 10:49:49 PM CET using DSA key ID 497A176D gpg: Can't check signature: public key not found dpkg-source: extracting nprofile in nprofile-0.1.8 dpkg-source: unpacking nprofile_0.1.8.orig.tar.gz dpkg-source: applying ./nprofile_0.1.8-1.diff.gz dpkg-buildpackage: source package nprofile dpkg-buildpackage: source version 0.1.8-1 dpkg-buildpackage: source changed by Loic Dachary (OuoU) dpkg-buildpackage: host architecture i386 debian/rules clean make[2]: Entering directory `/usr/src/nprofile-0.1.8' test -x debian/rules dh_testroot 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.8' make[3]: *** No rule to make target `maintainer-clean'. make[3]: Leaving directory `/usr/src/nprofile-0.1.8' 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.8' debian/rules build make[2]: Entering directory `/usr/src/nprofile-0.1.8' 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.8/./configure cd . && CC="cc" CXX="g++" CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS="" /usr/src/nprofile-0.1.8/./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 recognize 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 xlf... no checking for f77... 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 xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... 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... 98304 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.8' /usr/bin/make all-recursive make[4]: Entering directory `/usr/src/nprofile-0.1.8' Making all in include make[5]: Entering directory `/usr/src/nprofile-0.1.8/include' Making all in nprofile make[6]: Entering directory `/usr/src/nprofile-0.1.8/include/nprofile' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/usr/src/nprofile-0.1.8/include/nprofile' make[6]: Entering directory `/usr/src/nprofile-0.1.8/include' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/usr/src/nprofile-0.1.8/include' make[5]: Leaving directory `/usr/src/nprofile-0.1.8/include' Making all in src make[5]: Entering directory `/usr/src/nprofile-0.1.8/src' Making all in nprofile make[6]: Entering directory `/usr/src/nprofile-0.1.8/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.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.2.3/crtbeginS.o .libs/timer.o .libs/profile.o -L/usr/lib/gcc/i486-linux-gnu/4.2.3 -L/usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.2.3/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.2.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../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.8/src/nprofile' make[6]: Entering directory `/usr/src/nprofile-0.1.8/src' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/usr/src/nprofile-0.1.8/src' make[5]: Leaving directory `/usr/src/nprofile-0.1.8/src' Making all in test make[5]: Entering directory `/usr/src/nprofile-0.1.8/test' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/usr/src/nprofile-0.1.8/test' make[5]: Entering directory `/usr/src/nprofile-0.1.8' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/usr/src/nprofile-0.1.8' make[4]: Leaving directory `/usr/src/nprofile-0.1.8' make[3]: Leaving directory `/usr/src/nprofile-0.1.8' touch debian/stamp-makefile-build /usr/bin/make -C . check make[3]: Entering directory `/usr/src/nprofile-0.1.8' Making check in include make[4]: Entering directory `/usr/src/nprofile-0.1.8/include' Making check in nprofile make[5]: Entering directory `/usr/src/nprofile-0.1.8/include/nprofile' make[5]: Nothing to be done for `check'. make[5]: Leaving directory `/usr/src/nprofile-0.1.8/include/nprofile' make[5]: Entering directory `/usr/src/nprofile-0.1.8/include' make[5]: Nothing to be done for `check-am'. make[5]: Leaving directory `/usr/src/nprofile-0.1.8/include' make[4]: Leaving directory `/usr/src/nprofile-0.1.8/include' Making check in src make[4]: Entering directory `/usr/src/nprofile-0.1.8/src' Making check in nprofile make[5]: Entering directory `/usr/src/nprofile-0.1.8/src/nprofile' make[5]: Nothing to be done for `check'. make[5]: Leaving directory `/usr/src/nprofile-0.1.8/src/nprofile' make[5]: Entering directory `/usr/src/nprofile-0.1.8/src' make[5]: Nothing to be done for `check-am'. make[5]: Leaving directory `/usr/src/nprofile-0.1.8/src' make[4]: Leaving directory `/usr/src/nprofile-0.1.8/src' Making check in test make[4]: Entering directory `/usr/src/nprofile-0.1.8/test' /usr/bin/make test make[5]: Entering directory `/usr/src/nprofile-0.1.8/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.8/test' /usr/bin/make check-TESTS make[5]: Entering directory `/usr/src/nprofile-0.1.8/test' PROFILE_ROOT prt 100.00 glb 100.00 - time 0.014974 avg 0.014974 ncall 1 funca prt 99.47 glb 99.47 - time 0.014895 avg 0.014895 ncall 1 funcb prt 98.98 glb 98.46 - time 0.014743 avg 0.000074 ncall 200 Unloged prt 1.02 glb 1.02 - time 0.000152 funcb prt 0.49 glb 0.49 - time 0.000073 avg 0.000036 ncall 2 0:PROFILE_ROOT:100.00:100.00:0.014974:0.014974:1 1:funca:99.47:99.47:0.014895:0.014895:1 2:funcb:98.98:98.46:0.014743:0.000074:200 1:Unloged:1.02:1.02:0.000152:: 1:funcb:0.49:0.49:0.000073:0.000036:2 Reset test PROFILE_ROOT prt 100.00 glb 100.00 - time 0.149526 avg 0.149526 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.149523 avg 0.149523 ncall 1 funcb prt 99.06 glb 99.06 - time 0.148121 avg 0.000074 ncall 2010 Unloged prt 0.94 glb 0.94 - time 0.001402 0:PROFILE_ROOT:100.00:100.00:0.149526:0.149526: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.149523:0.149523:1 2:funcb:99.06:99.06:0.148121:0.000074:2010 1:Unloged:0.94:0.94:0.001402:: PROFILE_ROOT prt 100.00 glb 100.00 - time 0.746271 avg 0.746271 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.746269 avg 0.746269 ncall 1 funcb prt 99.06 glb 99.06 - time 0.739278 avg 0.000074 ncall 10050 Unloged prt 0.94 glb 0.94 - time 0.006991 0:PROFILE_ROOT:100.00:100.00:0.746271:0.746271: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.746269:0.746269:1 2:funcb:99.06:99.06:0.739278:0.000074:10050 1:Unloged:0.94:0.94:0.006991:: PASS: ./test ================== All 1 tests passed ================== make[5]: Leaving directory `/usr/src/nprofile-0.1.8/test' make[4]: Leaving directory `/usr/src/nprofile-0.1.8/test' make[4]: Entering directory `/usr/src/nprofile-0.1.8' make[4]: Nothing to be done for `check-am'. make[4]: Leaving directory `/usr/src/nprofile-0.1.8' make[3]: Leaving directory `/usr/src/nprofile-0.1.8' touch debian/stamp-makefile-check make[2]: Leaving directory `/usr/src/nprofile-0.1.8' debian/rules binary make[2]: Entering directory `/usr/src/nprofile-0.1.8' test -x debian/rules dh_testroot 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.8/debian/tmp/ make[3]: Entering directory `/usr/src/nprofile-0.1.8' Making install in include make[4]: Entering directory `/usr/src/nprofile-0.1.8/include' Making install in nprofile make[5]: Entering directory `/usr/src/nprofile-0.1.8/include/nprofile' make[6]: Entering directory `/usr/src/nprofile-0.1.8/include/nprofile' make[6]: Nothing to be done for `install-exec-am'. test -z "/usr/include/nprofile" || mkdir -p -- "/usr/src/nprofile-0.1.8/debian/tmp//usr/include/nprofile" /usr/bin/install -c -m 644 'export.h' '/usr/src/nprofile-0.1.8/debian/tmp//usr/include/nprofile/export.h' /usr/bin/install -c -m 644 'node.h' '/usr/src/nprofile-0.1.8/debian/tmp//usr/include/nprofile/node.h' /usr/bin/install -c -m 644 'output.h' '/usr/src/nprofile-0.1.8/debian/tmp//usr/include/nprofile/output.h' /usr/bin/install -c -m 644 'profile.h' '/usr/src/nprofile-0.1.8/debian/tmp//usr/include/nprofile/profile.h' /usr/bin/install -c -m 644 'timer.h' '/usr/src/nprofile-0.1.8/debian/tmp//usr/include/nprofile/timer.h' make[6]: Leaving directory `/usr/src/nprofile-0.1.8/include/nprofile' make[5]: Leaving directory `/usr/src/nprofile-0.1.8/include/nprofile' make[5]: Entering directory `/usr/src/nprofile-0.1.8/include' make[6]: Entering directory `/usr/src/nprofile-0.1.8/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.8/include' make[5]: Leaving directory `/usr/src/nprofile-0.1.8/include' make[4]: Leaving directory `/usr/src/nprofile-0.1.8/include' Making install in src make[4]: Entering directory `/usr/src/nprofile-0.1.8/src' Making install in nprofile make[5]: Entering directory `/usr/src/nprofile-0.1.8/src/nprofile' make[6]: Entering directory `/usr/src/nprofile-0.1.8/src/nprofile' test -z "/usr/lib" || mkdir -p -- "/usr/src/nprofile-0.1.8/debian/tmp//usr/lib" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libnprofile.la' '/usr/src/nprofile-0.1.8/debian/tmp//usr/lib/libnprofile.la' /usr/bin/install -c .libs/libnprofile.so.0.0.0 /usr/src/nprofile-0.1.8/debian/tmp//usr/lib/libnprofile.so.0.0.0 (cd /usr/src/nprofile-0.1.8/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.8/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.8/debian/tmp//usr/lib/libnprofile.la /usr/bin/install -c .libs/libnprofile.a /usr/src/nprofile-0.1.8/debian/tmp//usr/lib/libnprofile.a chmod 644 /usr/src/nprofile-0.1.8/debian/tmp//usr/lib/libnprofile.a ranlib /usr/src/nprofile-0.1.8/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.8/src/nprofile' make[5]: Leaving directory `/usr/src/nprofile-0.1.8/src/nprofile' make[5]: Entering directory `/usr/src/nprofile-0.1.8/src' make[6]: Entering directory `/usr/src/nprofile-0.1.8/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.8/src' make[5]: Leaving directory `/usr/src/nprofile-0.1.8/src' make[4]: Leaving directory `/usr/src/nprofile-0.1.8/src' Making install in test make[4]: Entering directory `/usr/src/nprofile-0.1.8/test' make[5]: Entering directory `/usr/src/nprofile-0.1.8/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.8/test' make[4]: Leaving directory `/usr/src/nprofile-0.1.8/test' make[4]: Entering directory `/usr/src/nprofile-0.1.8' make[5]: Entering directory `/usr/src/nprofile-0.1.8' make[5]: Nothing to be done for `install-exec-am'. test -z "/usr/share/aclocal" || mkdir -p -- "/usr/src/nprofile-0.1.8/debian/tmp//usr/share/aclocal" /usr/bin/install -c -m 644 'nprofile.m4' '/usr/src/nprofile-0.1.8/debian/tmp//usr/share/aclocal/nprofile.m4' test -z "/usr/lib/pkgconfig" || mkdir -p -- "/usr/src/nprofile-0.1.8/debian/tmp//usr/lib/pkgconfig" /usr/bin/install -c -m 644 'libnprofile.pc' '/usr/src/nprofile-0.1.8/debian/tmp//usr/lib/pkgconfig/libnprofile.pc' make[5]: Leaving directory `/usr/src/nprofile-0.1.8' make[4]: Leaving directory `/usr/src/nprofile-0.1.8' make[3]: Leaving directory `/usr/src/nprofile-0.1.8' 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 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 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 dh_gencontrol -plibnprofile-dev dh_md5sums -plibnprofile-dev dh_builddeb -plibnprofile-dev dpkg-deb: building package `libnprofile-dev' in `../libnprofile-dev_0.1.8-1_i386.deb'. dh_gencontrol -plibnprofile0 dh_md5sums -plibnprofile0 dh_builddeb -plibnprofile0 dpkg-deb: building package `libnprofile0' in `../libnprofile0_0.1.8-1_i386.deb'. make[2]: Leaving directory `/usr/src/nprofile-0.1.8' dpkg-genchanges -b >../nprofile_0.1.8-1_i386.changes dpkg-genchanges: binary-only upload - not including any source code dpkg-buildpackage: binary only upload (no source included) dpkg-genchanges: including full source code in upload lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/unstable /usr/src/nprofile/build/debian/unstable.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro nprofile-unstable /usr/src/nprofile/build/debian/unstable ; fi umount /usr/src/nprofile/build/debian/unstable/proc > /dev/null 2>&1 umount /usr/src/nprofile/build/debian/unstable/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/nprofile/build/debian/unstable/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/unstable/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/unstable /usr/src/nprofile/build/debian/unstable.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro nprofile-unstable /usr/src/nprofile/build/debian/unstable ; fi umount /usr/src/nprofile/build/debian/unstable/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/unstable/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/unstable/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/unstable/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/unstable /usr/src/nprofile/build/debian/unstable.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro nprofile-unstable /usr/src/nprofile/build/debian/unstable ; fi mount -t proc proc /usr/src/nprofile/build/debian/unstable/proc mount -t devpts devpts /usr/src/nprofile/build/debian/unstable/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/unstable/archives/partial ; \ mount --bind gnulinux/debian/unstable/archives /usr/src/nprofile/build/debian/unstable/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/unstable/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/unstable/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/unstable/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/unstable/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/unstable/src mount --bind gnulinux/debian/unstable/src /usr/src/nprofile/build/debian/unstable/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/unstable/root/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/unstable/root/.ccache ; \ fi cd gnulinux/debian/unstable/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/unstable /usr/src/nprofile/build/debian/unstable.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro nprofile-unstable /usr/src/nprofile/build/debian/unstable ; fi umount /usr/src/nprofile/build/debian/unstable/proc > /dev/null 2>&1 umount /usr/src/nprofile/build/debian/unstable/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/nprofile/build/debian/unstable/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/unstable/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/unstable /usr/src/nprofile/build/debian/unstable.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro nprofile-unstable /usr/src/nprofile/build/debian/unstable ; fi umount /usr/src/nprofile/build/debian/unstable/proc > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/unstable/dev/pts > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/unstable/usr/src > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/unstable/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/unstable && rm -fr /usr/src/nprofile/build/debian/unstable && mkdir /usr/src/nprofile/build/debian/unstable rm -fr /usr/src/nprofile/build/debian/unstable.unionfs lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/unstable /usr/src/nprofile/build/debian/unstable.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro nprofile-unstable /usr/src/nprofile/build/debian/unstable ; 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/unstable /usr/src/nprofile/build/debian/unstable.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro nprofile-unstable /usr/src/nprofile/build/debian/unstable ; fi umount /usr/src/nprofile/build/debian/unstable/proc > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/unstable/dev/pts > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/unstable/usr/src > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/unstable/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/unstable /usr/src/nprofile/build/debian/unstable.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro nprofile-unstable /usr/src/nprofile/build/debian/unstable ; fi mount -t proc proc /usr/src/nprofile/build/debian/unstable/proc mount -t devpts devpts /usr/src/nprofile/build/debian/unstable/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/unstable/archives/partial ; \ mount --bind gnulinux/debian/unstable/archives /usr/src/nprofile/build/debian/unstable/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/unstable/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/unstable/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/unstable/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/unstable/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/unstable/src mount --bind gnulinux/debian/unstable/src /usr/src/nprofile/build/debian/unstable/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/unstable/root/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/unstable/root/.ccache ; \ fi make[2]: Leaving directory `/usr/src/nprofile' if [ debian = debian ] ; then \ source_list=/usr/src/nprofile/build/debian/unstable/etc/apt/sources.list ; \ : ; \ : ; \ timeout 600 chroot /usr/src/nprofile/build/debian/unstable apt-get -o Acquire::pdiffs=false update && \ timeout 3600 chroot /usr/src/nprofile/build/debian/unstable apt-get -y --force-yes dist-upgrade ; \ elif [ debian = fedora ] ; then \ TEMPLATE=/usr/src/nprofile/build/debian/unstable/etc/packaging-farm.yum ; \ : ; \ : ; \ chroot /usr/src/nprofile/build/debian/unstable yum -d 0 -e 0 -y update ; \ elif [ debian = gentoo ] ; then \ overlaydir=/usr/src/nprofile/build/debian/unstable/overlays ; \ mkdir -p $overlaydir ; \ : ; \ fi Get:1 http://ftp.fr.debian.org sid Release.gpg [189B] Ign http://ftp.fr.debian.org sid/main Translation-en_US Get:2 http://ftp.fr.debian.org sid Release [86.4kB] Get:3 http://ftp.fr.debian.org sid/main Packages [5186kB] Fetched 5273kB in 6s (824kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: libgnutls26 libldap-2.4-2 The following packages will be upgraded: at bash bzip2 console-data coreutils cpio cpp-4.2 debconf debconf-i18n debianutils dpkg dpkg-dev dselect e2fslibs e2fsprogs exim4-base exim4-config exim4-daemon-light fakeroot file findutils g++-4.2 gcc-4.2 gcc-4.2-base gcc-4.3-base gnupg gpgv groff-base gzip initscripts iptables laptop-detect libblkid1 libbz2-1.0 libcomerr2 libgcc1 libgnutls13 libgomp1 liblocale-gettext-perl libmagic1 libncurses5 libncursesw5 libpcre3 libsasl2-2 libselinux1 libsepol1 libss2 libstdc++6 libstdc++6-4.2-dev libtasn1-3 libuuid1 lintian linux-libc-dev makedev man-db manpages mktemp modconf ncurses-base ncurses-bin pciutils procps sysv-rc sysvinit sysvinit-utils tzdata update-inetd uuid-runtime Extracting templates from packages: 42% Extracting templates from packages: 85% Extracting templates from packages: 100% Preconfiguring packages ... 68 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/31.9MB of archives. After this operation, 2331kB of additional disk space will be used. Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16265 files and directories currently installed.) Preparing to replace debianutils 2.28.2 (using .../debianutils_2.28.3_i386.deb) ... Unpacking replacement debianutils ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up debianutils (2.28.3) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16265 files and directories currently installed.) Preparing to replace bash 3.1dfsg-8 (using .../bash_3.1dfsg-9_i386.deb) ... Unpacking replacement bash ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up bash (3.1dfsg-9) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16233 files and directories currently installed.) Preparing to replace coreutils 5.97-5.7 (using .../coreutils_6.10-3_i386.deb) ... Unpacking replacement coreutils ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up coreutils (6.10-3) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace dpkg 1.14.16.1 (using .../dpkg_1.14.16.6_i386.deb) ... Unpacking replacement dpkg ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up dpkg (1.14.16.6) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace e2fslibs 1.40.4-1 (using .../e2fslibs_1.40.6-1_i386.deb) ... Unpacking replacement e2fslibs ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up e2fslibs (1.40.6-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace e2fsprogs 1.40.4-1 (using .../e2fsprogs_1.40.6-1_i386.deb) ... Unpacking replacement e2fsprogs ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up e2fsprogs (1.40.6-1) ... Installing new version of config file /etc/mke2fs.conf ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace findutils 4.2.31-4 (using .../findutils_4.2.32-1_i386.deb) ... Unpacking replacement findutils ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up findutils (4.2.32-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace gzip 1.3.12-4 (using .../gzip_1.3.12-5_i386.deb) ... Unpacking replacement gzip ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up gzip (1.3.12-5) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace mktemp 1.5-5 (using .../archives/mktemp_1.5-7_i386.deb) ... Unpacking replacement mktemp ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up mktemp (1.5-7) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace ncurses-bin 5.6+20080105-1 (using .../ncurses-bin_5.6+20080203-1_i386.deb) ... Unpacking replacement ncurses-bin ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up ncurses-bin (5.6+20080203-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace libselinux1 2.0.15-2+b1 (using .../libselinux1_2.0.35-1_i386.deb) ... Unpacking replacement libselinux1 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libselinux1 (2.0.35-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace libsepol1 2.0.3-1+b1 (using .../libsepol1_2.0.11-1_i386.deb) ... Unpacking replacement libsepol1 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libsepol1 (2.0.11-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace sysvinit 2.86.ds1-52 (using .../sysvinit_2.86.ds1-53_i386.deb) ... Unpacking replacement sysvinit ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up sysvinit (2.86.ds1-53) ... init: timeout opening/writing control channel /dev/initctl Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace libncurses5 5.6+20080105-1 (using .../libncurses5_5.6+20080203-1_i386.deb) ... Unpacking replacement libncurses5 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libncurses5 (5.6+20080203-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace ncurses-base 5.6+20080105-1 (using .../ncurses-base_5.6+20080203-1_all.deb) ... Unpacking replacement ncurses-base ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up ncurses-base (5.6+20080203-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace sysvinit-utils 2.86.ds1-52 (using .../sysvinit-utils_2.86.ds1-53_i386.deb) ... Unpacking replacement sysvinit-utils ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up sysvinit-utils (2.86.ds1-53) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace liblocale-gettext-perl 1.05-1 (using .../liblocale-gettext-perl_1.05-2_i386.deb) ... Unpacking replacement liblocale-gettext-perl ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up liblocale-gettext-perl (1.05-2) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace debconf-i18n 1.5.18 (using .../debconf-i18n_1.5.19_all.deb) ... Unpacking replacement debconf-i18n ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up debconf-i18n (1.5.19) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace debconf 1.5.18 (using .../debconf_1.5.19_all.deb) ... Unpacking replacement debconf ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up debconf (1.5.19) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16230 files and directories currently installed.) Preparing to replace libtasn1-3 1.2-1 (using .../libtasn1-3_1.3-1_i386.deb) ... Unpacking replacement libtasn1-3 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libtasn1-3 (1.3-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) Selecting previously deselected package libgnutls26. (Reading database ... 16230 files and directories currently installed.) Unpacking libgnutls26 (from .../libgnutls26_2.2.1-3_i386.deb) ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libgnutls26 (2.2.1-3) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16251 files and directories currently installed.) Preparing to replace libsasl2-2 2.1.22.dfsg1-17 (using .../libsasl2-2_2.1.22.dfsg1-17+b1_i386.deb) ... Unpacking replacement libsasl2-2 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libsasl2-2 (2.1.22.dfsg1-17+b1) ... Can not write log, openpty() failed (/dev/pts not mounted?) Selecting previously deselected package libldap-2.4-2. (Reading database ... 16251 files and directories currently installed.) Unpacking libldap-2.4-2 (from .../libldap-2.4-2_2.4.7-5_i386.deb) ... Replacing files in old package libldap2 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libldap-2.4-2 (2.4.7-5) ... Installing new version of config file /etc/ldap/ldap.conf ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16260 files and directories currently installed.) Preparing to replace gpgv 1.4.6-2 (using .../gpgv_1.4.6-2+b1_i386.deb) ... Unpacking replacement gpgv ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up gpgv (1.4.6-2+b1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16260 files and directories currently installed.) Preparing to replace bzip2 1.0.4-2 (using .../bzip2_1.0.4-3_i386.deb) ... Unpacking replacement bzip2 ... Preparing to replace libbz2-1.0 1.0.4-2 (using .../libbz2-1.0_1.0.4-3_i386.deb) ... Unpacking replacement libbz2-1.0 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libbz2-1.0 (1.0.4-3) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16260 files and directories currently installed.) Preparing to replace makedev 2.3.1-84 (using .../makedev_2.3.1-86_all.deb) ... Removing obsolete conffile /etc/init.d/makedev ... Unpacking replacement makedev ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up makedev (2.3.1-86) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace gnupg 1.4.6-2 (using .../gnupg_1.4.6-2+b1_i386.deb) ... Unpacking replacement gnupg ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up gnupg (1.4.6-2+b1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace libgomp1 4.3-20080116-1 (using .../libgomp1_4.3-20080202-1_i386.deb) ... Unpacking replacement libgomp1 ... Preparing to replace gcc-4.3-base 4.3-20080116-1 (using .../gcc-4.3-base_4.3-20080202-1_i386.deb) ... Unpacking replacement gcc-4.3-base ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up gcc-4.3-base (4.3-20080202-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace libstdc++6 4.3-20080116-1 (using .../libstdc++6_4.3-20080202-1_i386.deb) ... Unpacking replacement libstdc++6 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libstdc++6 (4.3-20080202-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace libgcc1 1:4.3-20080116-1 (using .../libgcc1_1%3a4.3-20080202-1_i386.deb) ... Unpacking replacement libgcc1 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libgcc1 (1:4.3-20080202-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace initscripts 2.86.ds1-52 (using .../initscripts_2.86.ds1-53_i386.deb) ... Unpacking replacement initscripts ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up initscripts (2.86.ds1-53) ... Installing new version of config file /etc/init.d/sendsigs ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace libblkid1 1.40.4-1 (using .../libblkid1_1.40.6-1_i386.deb) ... Unpacking replacement libblkid1 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libblkid1 (1.40.6-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace libcomerr2 1.40.4-1 (using .../libcomerr2_1.40.6-1_i386.deb) ... Unpacking replacement libcomerr2 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libcomerr2 (1.40.6-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace libss2 1.40.4-1 (using .../libss2_1.40.6-1_i386.deb) ... Unpacking replacement libss2 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libss2 (1.40.6-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace libuuid1 1.40.4-1 (using .../libuuid1_1.40.6-1_i386.deb) ... Unpacking replacement libuuid1 ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up libuuid1 (1.40.6-1) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace sysv-rc 2.86.ds1-52 (using .../sysv-rc_2.86.ds1-53_all.deb) ... Unpacking replacement sysv-rc ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up sysv-rc (2.86.ds1-53) ... Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace tzdata 2007k-2 (using .../tzdata_2007k-3_all.deb) ... Unpacking replacement tzdata ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up tzdata (2007k-3) ... Current default timezone: 'Europe/Paris' Local time is now: Tue Feb 12 22:54:06 CET 2008. Universal Time is now: Tue Feb 12 21:54:06 UTC 2008. Run 'dpkg-reconfigure tzdata' if you wish to change it. Can not write log, openpty() failed (/dev/pts not mounted?) (Reading database ... 16259 files and directories currently installed.) Preparing to replace cpio 2.9-9 (using .../archives/cpio_2.9-11_i386.deb) ... Unpacking replacement cpio ... Preparing to replace groff-base 1.18.1.1-15 (using .../groff-base_1.18.1.1-16_i386.deb) ... Unpacking replacement groff-base ... Preparing to replace iptables 1.3.8.0debian1-1 (using .../iptables_1.4.0-2_i386.deb) ... Unpacking replacement iptables ... Preparing to replace laptop-detect 0.13.4 (using .../laptop-detect_0.13.5_i386.deb) ... Unpacking replacement laptop-detect ... Preparing to replace libgnutls13 2.0.4-1 (using .../libgnutls13_2.0.4-2_i386.deb) ... Unpacking replacement libgnutls13 ... Preparing to replace libncursesw5 5.6+20080105-1 (using .../libncursesw5_5.6+20080203-1_i386.deb) ... Unpacking replacement libncursesw5 ... Preparing to replace man-db 2.5.0-4 (using .../man-db_2.5.1-2_i386.deb) ... Unpacking replacement man-db ... Preparing to replace manpages 2.72-1 (using .../manpages_2.77-1_all.deb) ... Unpacking replacement manpages ... Preparing to replace update-inetd 4.27-0.6 (using .../update-inetd_4.29_all.deb) ... Unpacking replacement update-inetd ... Preparing to replace libstdc++6-4.2-dev 4.2.2-7 (using .../libstdc++6-4.2-dev_4.2.3-1_i386.deb) ... Unpacking replacement libstdc++6-4.2-dev ... Preparing to replace g++-4.2 4.2.2-7 (using .../g++-4.2_4.2.3-1_i386.deb) ... Unpacking replacement g++-4.2 ... Preparing to replace gcc-4.2 4.2.2-7 (using .../gcc-4.2_4.2.3-1_i386.deb) ... Unpacking replacement gcc-4.2 ... Preparing to replace cpp-4.2 4.2.2-7 (using .../cpp-4.2_4.2.3-1_i386.deb) ... Unpacking replacement cpp-4.2 ... Preparing to replace gcc-4.2-base 4.2.2-7 (using .../gcc-4.2-base_4.2.3-1_i386.deb) ... Unpacking replacement gcc-4.2-base ... Preparing to replace procps 1:3.2.7-5 (using .../procps_1%3a3.2.7-6_i386.deb) ... Unpacking replacement procps ... Preparing to replace exim4-config 4.68-2 (using .../exim4-config_4.69-2_all.deb) ... Unpacking replacement exim4-config ... Preparing to replace exim4-daemon-light 4.68-2 (using .../exim4-daemon-light_4.69-2_i386.deb) ... Unpacking replacement exim4-daemon-light ... Preparing to replace exim4-base 4.68-2 (using .../exim4-base_4.69-2_i386.deb) ... Unpacking replacement exim4-base ... Preparing to replace libpcre3 7.4-1 (using .../libpcre3_7.6-1_i386.deb) ... Unpacking replacement libpcre3 ... Preparing to replace at 3.1.10 (using .../archives/at_3.1.10.1_i386.deb) ... Unpacking replacement at ... Preparing to replace file 4.23-1 (using .../archives/file_4.23-2_i386.deb) ... Unpacking replacement file ... Preparing to replace libmagic1 4.23-1 (using .../libmagic1_4.23-2_i386.deb) ... Unpacking replacement libmagic1 ... Preparing to replace pciutils 1:2.2.4-1.1 (using .../pciutils_1%3a2.2.9-2_i386.deb) ... Unpacking replacement pciutils ... Preparing to replace console-data 2:1.04-3 (using .../console-data_2%3a1.05-1_all.deb) ... Unpacking replacement console-data ... Preparing to replace dpkg-dev 1.14.16.1 (using .../dpkg-dev_1.14.16.6_all.deb) ... Unpacking replacement dpkg-dev ... Preparing to replace dselect 1.14.16.1 (using .../dselect_1.14.16.6_i386.deb) ... Unpacking replacement dselect ... Preparing to replace fakeroot 1.9 (using .../fakeroot_1.9.3_i386.deb) ... Unpacking replacement fakeroot ... Preparing to replace lintian 1.23.42 (using .../lintian_1.23.45_all.deb) ... Unpacking replacement lintian ... Preparing to replace linux-libc-dev 2.6.23-2 (using .../linux-libc-dev_2.6.24-4_i386.deb) ... Unpacking replacement linux-libc-dev ... Preparing to replace modconf 0.3.5 (using .../archives/modconf_0.3.6_all.deb) ... Unpacking replacement modconf ... Preparing to replace uuid-runtime 1.40.4-1 (using .../uuid-runtime_1.40.6-1_i386.deb) ... Unpacking replacement uuid-runtime ... Can not write log, openpty() failed (/dev/pts not mounted?) Setting up bzip2 (1.0.4-3) ... Setting up libgomp1 (4.3-20080202-1) ... Setting up cpio (2.9-11) ... Setting up groff-base (1.18.1.1-16) ... Setting up iptables (1.4.0-2) ... Setting up laptop-detect (0.13.5) ... Setting up libgnutls13 (2.0.4-2) ... Setting up libncursesw5 (5.6+20080203-1) ... Setting up man-db (2.5.1-2) ... Setting up manpages (2.77-1) ... Setting up update-inetd (4.29) ... Setting up gcc-4.2-base (4.2.3-1) ... Setting up cpp-4.2 (4.2.3-1) ... Setting up gcc-4.2 (4.2.3-1) ... Setting up procps (1:3.2.7-6) ... Installing new version of config file /etc/sysctl.conf ... Setting up exim4-config (4.69-2) ... Installing new version of config file /etc/exim4/conf.d/main/02_exim4-config_options ... Installing new version of config file /etc/exim4/conf.d/acl/20_exim4-config_local_deny_exceptions ... Installing new version of config file /etc/exim4/exim4.conf.template ... Setting up exim4-base (4.69-2) ... Installing new version of config file /etc/init.d/exim4 ... Setting up libpcre3 (7.6-1) ... Setting up exim4-daemon-light (4.69-2) ... Setting up at (3.1.10.1) ... Installing new version of config file /etc/init.d/atd ... Setting up libmagic1 (4.23-2) ... Setting up file (4.23-2) ... Setting up pciutils (1:2.2.9-2) ... Setting up console-data (2:1.05-1) ... Looking for keymap to install: NONE Setting up dpkg-dev (1.14.16.6) ... Setting up dselect (1.14.16.6) ... Setting up fakeroot (1.9.3) ... Setting up lintian (1.23.45) ... Setting up linux-libc-dev (2.6.24-4) ... Setting up modconf (0.3.6) ... Setting up uuid-runtime (1.40.6-1) ... Setting up libstdc++6-4.2-dev (4.2.3-1) ... Setting up g++-4.2 (4.2.3-1) ... make chroot-umounts make[2]: Entering directory `/usr/src/nprofile' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/unstable /usr/src/nprofile/build/debian/unstable.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro nprofile-unstable /usr/src/nprofile/build/debian/unstable ; fi umount /usr/src/nprofile/build/debian/unstable/proc > /dev/null 2>&1 umount /usr/src/nprofile/build/debian/unstable/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/nprofile/build/debian/unstable/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/unstable/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/unstable /usr/src/nprofile/build/debian/unstable.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro nprofile-unstable /usr/src/nprofile/build/debian/unstable ; fi umount /usr/src/nprofile/build/debian/unstable/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/unstable/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/unstable/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/unstable/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/unstable /usr/src/nprofile/build/debian/unstable.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro nprofile-unstable /usr/src/nprofile/build/debian/unstable ; fi mount -t proc proc /usr/src/nprofile/build/debian/unstable/proc mount -t devpts devpts /usr/src/nprofile/build/debian/unstable/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/unstable/archives/partial ; \ mount --bind gnulinux/debian/unstable/archives /usr/src/nprofile/build/debian/unstable/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/unstable/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/unstable/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/unstable/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/nprofile/build/debian/unstable/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/unstable/src mount --bind gnulinux/debian/unstable/src /usr/src/nprofile/build/debian/unstable/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/unstable/root/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/unstable/root/.ccache ; \ fi if test "" ; then \ echo 'deb file:///usr/src ./' >> /usr/src/nprofile/build/debian/unstable/etc/apt/sources.list && \ chroot /usr/src/nprofile/build/debian/unstable 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/unstable /usr/src/nprofile/build/debian/unstable.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro nprofile-unstable /usr/src/nprofile/build/debian/unstable ; fi umount /usr/src/nprofile/build/debian/unstable/proc > /dev/null 2>&1 umount /usr/src/nprofile/build/debian/unstable/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/nprofile/build/debian/unstable/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/unstable/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: Leaving directory `/usr/src/nprofile'