make[1]: Entering directory `/usr/src/nprofile' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/dapper /usr/src/nprofile/build/debian/dapper.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro nprofile-dapper /usr/src/nprofile/build/debian/dapper ; fi umount /usr/src/nprofile/build/debian/dapper/proc > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/dapper/dev/pts > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/dapper/usr/src > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/dapper && rm -fr /usr/src/nprofile/build/debian/dapper && mkdir /usr/src/nprofile/build/debian/dapper rm -fr /usr/src/nprofile/build/debian/dapper.unionfs lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/dapper /usr/src/nprofile/build/debian/dapper.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro nprofile-dapper /usr/src/nprofile/build/debian/dapper ; 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/dapper /usr/src/nprofile/build/debian/dapper.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro nprofile-dapper /usr/src/nprofile/build/debian/dapper ; fi umount /usr/src/nprofile/build/debian/dapper/proc > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/dapper/dev/pts > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/dapper/usr/src > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/dapper /usr/src/nprofile/build/debian/dapper.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro nprofile-dapper /usr/src/nprofile/build/debian/dapper ; fi mount -t proc proc /usr/src/nprofile/build/debian/dapper/proc mount -t devpts devpts /usr/src/nprofile/build/debian/dapper/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/dapper/archives/partial ; \ mount --bind gnulinux/debian/dapper/archives /usr/src/nprofile/build/debian/dapper/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/dapper/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/dapper/usr/local/distdir ; \ mkdir -p /var/cache/packaging-farm/debian/portage /usr/src/nprofile/build/debian/dapper/usr/portage ; \ mount --bind /var/cache/packaging-farm/debian/portage /usr/src/nprofile/build/debian/dapper/usr/portage ; \ fi mkdir -p gnulinux/debian/dapper/src mount --bind gnulinux/debian/dapper/src /usr/src/nprofile/build/debian/dapper/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/dapper/root/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/dapper/root/.ccache ; \ fi make[2]: Leaving directory `/usr/src/nprofile' if [ debian = debian ] ; then \ source_list=/usr/src/nprofile/build/debian/dapper/etc/apt/sources.list ; \ : ; \ : ; \ chroot /usr/src/nprofile/build/debian/dapper apt-get -o Acquire::pdiffs=false update ; \ chroot /usr/src/nprofile/build/debian/dapper apt-get -y --force-yes dist-upgrade ; \ elif [ debian = fedora ] ; then \ TEMPLATE=/usr/src/nprofile/build/debian/dapper/etc/packaging-farm.yum ; \ : ; \ : ; \ chroot /usr/src/nprofile/build/debian/dapper yum -d 0 -e 0 -y update ; \ elif [ debian = gentoo ] ; then \ overlaydir=/usr/src/nprofile/build/debian/dapper/overlays ; \ mkdir -p $overlaydir ; \ : ; \ fi Get:1 http://fr.archive.ubuntu.com dapper Release.gpg [189B] Hit http://fr.archive.ubuntu.com dapper Release Err http://fr.archive.ubuntu.com dapper Release Get:2 http://fr.archive.ubuntu.com dapper Release [34.8kB] Ign http://fr.archive.ubuntu.com dapper Release Hit http://fr.archive.ubuntu.com dapper/main Packages Hit http://fr.archive.ubuntu.com dapper/universe Packages Fetched 34.9kB in 0s (36.3kB/s) Reading package lists... W: GPG error: http://fr.archive.ubuntu.com dapper Release: Could not execute /usr/bin/gpgv to verify signature (is gnupg installed?) W: You may want to run apt-get update to correct these problems Reading package lists... Building dependency tree... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. make chroot-umounts make[2]: Entering directory `/usr/src/nprofile' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/dapper /usr/src/nprofile/build/debian/dapper.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro nprofile-dapper /usr/src/nprofile/build/debian/dapper ; fi umount /usr/src/nprofile/build/debian/dapper/proc > /dev/null 2>&1 umount /usr/src/nprofile/build/debian/dapper/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/nprofile/build/debian/dapper/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[2]: Leaving directory `/usr/src/nprofile' make[1]: Leaving directory `/usr/src/nprofile' make[1]: Entering directory `/usr/src/nprofile' mkdir -p "/var/cache/packaging-farm/sources/nprofile" rsync --delete -avH /var/cache/packaging-farm/sources/nprofile/ nprofile/ building file list ... done sent 1400 bytes received 20 bytes 2840.00 bytes/sec total size is 868495 speedup is 611.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/dapper/src mkdir -p gnulinux/debian/dapper/src if [ -f nprofile/*/debian/control.dapper ] ; then \ cd gnulinux/debian/dapper/src ; \ dpkg-source -x ../../../../nprofile/*.dsc ; \ cp nprofile-*/debian/control.dapper nprofile-*/debian/control ; \ dpkg-source -b nprofile-*[0-9] nprofile_*.tar.gz ; \ elif [ -d nprofile/dapper ] ; then \ rsync -av nprofile/dapper/*.{dsc,gz} gnulinux/debian/dapper/src ; \ else \ rsync -av nprofile/*.{dsc,gz} gnulinux/debian/dapper/src ; \ fi building file list ... done nprofile-0.1.5.tar.gz nprofile_0.1.5-1.diff.gz nprofile_0.1.5-1.dsc nprofile_0.1.5.orig.tar.gz sent 665071 bytes received 108 bytes 1330358.00 bytes/sec total size is 664662 speedup is 1.00 make[1]: Leaving directory `/usr/src/nprofile' make[1]: Entering directory `/usr/src/nprofile' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/dapper /usr/src/nprofile/build/debian/dapper.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro nprofile-dapper /usr/src/nprofile/build/debian/dapper ; fi umount /usr/src/nprofile/build/debian/dapper/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/dapper/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/dapper/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/dapper /usr/src/nprofile/build/debian/dapper.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro nprofile-dapper /usr/src/nprofile/build/debian/dapper ; fi mount -t proc proc /usr/src/nprofile/build/debian/dapper/proc mount -t devpts devpts /usr/src/nprofile/build/debian/dapper/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/dapper/archives/partial ; \ mount --bind gnulinux/debian/dapper/archives /usr/src/nprofile/build/debian/dapper/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/dapper/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/dapper/usr/local/distdir ; \ mkdir -p /var/cache/packaging-farm/debian/portage /usr/src/nprofile/build/debian/dapper/usr/portage ; \ mount --bind /var/cache/packaging-farm/debian/portage /usr/src/nprofile/build/debian/dapper/usr/portage ; \ fi mkdir -p gnulinux/debian/dapper/src mount --bind gnulinux/debian/dapper/src /usr/src/nprofile/build/debian/dapper/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/dapper/root/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/dapper/root/.ccache ; \ fi /usr/lib/pbuilder/pbuilder-satisfydepends --force-version --chroot /usr/src/nprofile/build/debian/dapper --control gnulinux/debian/dapper/src/nprofile*.dsc dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.27 2006/05/22 02:18:00 dancer Exp $ -> Considering debhelper (>= 4.0.0) -> Trying debhelper -> Considering doxygen -> Trying doxygen -> Considering autoconf -> Trying autoconf -> Considering automake1.7 | automake1.9 -> Trying automake1.7 -> Considering libtool -> Trying libtool -> Considering pkg-config -> Trying pkg-config -> Considering ccache -> Trying ccache -> Considering cdbs -> Trying cdbs -> Considering g++ (>= 3.3) -> Trying g++ -> Installing debhelper doxygen autoconf automake1.7 libtool pkg-config ccache cdbs g++ Reading package lists... Building dependency tree... g++ is already the newest version. The following extra packages will be installed: autotools-dev debconf-utils html2text libpng12-0 m4 po-debconf Suggested packages: autoconf2.13 autobook autoconf-archive gnu-standards distcc devscripts doc-base dh-make doxygen-doc doxygen-gui graphviz libtool-doc g77 fortran77-compiler gcj libgnome-dev Recommended packages: libltdl3-dev libmail-sendmail-perl libcompress-zlib-perl The following NEW packages will be installed: autoconf automake1.7 autotools-dev ccache cdbs debconf-utils debhelper doxygen html2text libpng12-0 libtool m4 pkg-config po-debconf 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/3535kB of archives. After unpacking 10.8MB of additional disk space will be used. WARNING: The following packages cannot be authenticated! m4 autoconf autotools-dev automake1.7 ccache cdbs debconf-utils html2text po-debconf debhelper libpng12-0 doxygen libtool pkg-config Selecting previously deselected package m4. (Reading database ... 9769 files and directories currently installed.) Unpacking m4 (from .../archives/m4_1.4.4-1_i386.deb) ... Selecting previously deselected package autoconf. Unpacking autoconf (from .../autoconf_2.59a-7_all.deb) ... Selecting previously deselected package autotools-dev. Unpacking autotools-dev (from .../autotools-dev_20050803.1_all.deb) ... Selecting previously deselected package automake1.7. Unpacking automake1.7 (from .../automake1.7_1.7.9-7_all.deb) ... Selecting previously deselected package ccache. Unpacking ccache (from .../archives/ccache_2.4-4_i386.deb) ... Selecting previously deselected package cdbs. Unpacking cdbs (from .../cdbs_0.4.34ubuntu4_all.deb) ... Selecting previously deselected package debconf-utils. Unpacking debconf-utils (from .../debconf-utils_1.4.72ubuntu9_all.deb) ... Selecting previously deselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-3_i386.deb) ... Selecting previously deselected package po-debconf. Unpacking po-debconf (from .../po-debconf_0.9.2_all.deb) ... Selecting previously deselected package debhelper. Unpacking debhelper (from .../debhelper_5.0.7ubuntu13_all.deb) ... Selecting previously deselected package libpng12-0. Unpacking libpng12-0 (from .../libpng12-0_1.2.8rel-5_i386.deb) ... Selecting previously deselected package doxygen. Unpacking doxygen (from .../doxygen_1.4.6-2ubuntu1_i386.deb) ... Selecting previously deselected package libtool. Unpacking libtool (from .../libtool_1.5.22-2_i386.deb) ... Selecting previously deselected package pkg-config. Unpacking pkg-config (from .../pkg-config_0.20-1_i386.deb) ... Setting up m4 (1.4.4-1) ... Setting up autoconf (2.59a-7) ... Setting up autotools-dev (20050803.1) ... Setting up automake1.7 (1.7.9-7) ... Setting up ccache (2.4-4) ... Setting up cdbs (0.4.34ubuntu4) ... Setting up debconf-utils (1.4.72ubuntu9) ... Setting up html2text (1.3.2a-3) ... Setting up po-debconf (0.9.2) ... Setting up debhelper (5.0.7ubuntu13) ... Setting up libpng12-0 (1.2.8rel-5) ... Setting up doxygen (1.4.6-2ubuntu1) ... Setting up libtool (1.5.22-2) ... Setting up pkg-config (0.20-1) ... -> Finished parsing the build-deps cp -a /usr/lib/packaging-farm/debian/debuild.sh /usr/src/nprofile/build/debian/dapper/usr/src chroot /usr/src/nprofile/build/debian/dapper sh -c "cd /usr/src && DISTRIBUTION=dapper PACKAGE=nprofile DEB_BUILD_OPTIONS='' ./debuild.sh" dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-source: extracting nprofile in nprofile-0.1.5 dpkg-source: unpacking nprofile_0.1.5.orig.tar.gz dpkg-source: applying ./nprofile_0.1.5-1.diff.gz dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-buildpackage: source package is nprofile dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-buildpackage: source version is 0.1.5-1 dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-buildpackage: source changed by Loic Dachary (OuoU) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-buildpackage: host architecture i386 dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian/rules clean dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) make[2]: Entering directory `/usr/src/nprofile-0.1.5' test -x debian/rules test "`id -u`" = 0 if test -n "" && test "" != "."; then rmdir ""; fi if test -n "" && test "" != "."; then rmdir ""; fi if test "." != "."; then rmdir .; fi 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 make -C . -k maintainer-clean make[3]: Entering directory `/usr/src/nprofile-0.1.5' make[3]: *** No rule to make target `maintainer-clean'. make[3]: Leaving directory `/usr/src/nprofile-0.1.5' rm -f debian/stamp-makefile-build if [ -f "./config.log" ] && grep -i 'generated.*by.*autoconf' "./config.log" 1>/dev/null; then \ rm -f "./config.log"; \ fi rm -f debian/stamp-autotools-files if test -f ./config.status && grep -i -q 'Generated.*by configure.' ./config.status; then rm -f ./config.status; fi if test -f ./config.cache && grep -i -q 'shell.*script.*caches.*results.*configure' ./config.cache; then rm -f ./config.cache; fi make[2]: Leaving directory `/usr/src/nprofile-0.1.5' debian/rules build dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) make[2]: Entering directory `/usr/src/nprofile-0.1.5' test -x debian/rules if [ -n "" ]; then \ mkdir -p ""; \ fi if [ -n "" ]; then \ mkdir -p ""; \ fi if [ ! -d "." ]; then \ mkdir -p "."; \ fi if [ -z "" ]; then \ if ! test -f debian/compat; then echo 4 > debian/compat; fi; \ fi 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 if test "" = "pre" ; then \ cd . && libtoolize -c -f ; \ fi if test -n "" ; then \ if test -d ./m4 ; then m4="-I m4" ; fi ; \ if test -e ./aclocal.m4 ; then cd . && aclocal- $m4 ; fi ; \ elif test -n "" ; then \ if test -d ./m4 ; then m4="-I m4" ; fi ; \ if test -e ./aclocal.m4 ; then cd . && aclocal- $m4 ; fi ; \ fi if test -n "" ; then \ if test -e ./configure.ac || test -e ./configure.in ; then cd . && `which autoconf || which autoconf` ; fi ; \ fi if test -n "" ; then \ if test -e ./configure.ac || test -e ./configure.in ; then cd . && `which autoheader || which autoheader` ; fi ; \ fi if test -n "" ; then \ if test -e ./Makefile.am ; then cd . && automake- ; fi ; \ fi touch debian/stamp-autotools-files chmod a+x /usr/src/nprofile-0.1.5/./configure if test ""; then cd ""; else cd "."; fi && CC="cc" CXX="g++" CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" /usr/src/nprofile-0.1.5/./configure --build=i486-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/nprofile" --srcdir=. --disable-maintainer-mode --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... gcc3 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++... gcc3 checking for ccache... /usr/bin/ccache checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by ccache cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for ANSI C header files... no checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... no configure: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: dlfcn.h: proceeding with the compiler's result checking for dlfcn.h... yes checking how to run the C++ preprocessor... ccache g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from ccache cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if ccache cc supports -fno-rtti -fno-exceptions... no checking for ccache cc option to produce PIC... -fPIC checking if ccache cc PIC flag -fPIC works... yes checking if ccache cc static flag -static works... yes checking if ccache cc supports -c -o file.o... yes checking whether the ccache cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by ccache g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the ccache g++ linker (/usr/bin/ld) supports shared libraries... yes checking for ccache g++ option to produce PIC... -fPIC checking if ccache g++ PIC flag -fPIC works... yes checking if ccache g++ static flag -static works... yes checking if ccache g++ supports -c -o file.o... yes checking whether the ccache g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for library containing strerror... none required checking for ANSI C header files... (cached) no checking for inline... inline configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/nprofile/Makefile config.status: creating test/Makefile config.status: creating include/Makefile config.status: creating include/nprofile/Makefile config.status: creating libnprofile.pc config.status: creating config.h config.status: executing depfiles commands if test "" = "post" ; then \ if test -e ./libtool ; then cp -f /usr/bin/libtool ./libtool ; fi ; \ fi make -C . make[3]: Entering directory `/usr/src/nprofile-0.1.5' make all-recursive make[4]: Entering directory `/usr/src/nprofile-0.1.5' Making all in include make[5]: Entering directory `/usr/src/nprofile-0.1.5/include' Making all in nprofile make[6]: Entering directory `/usr/src/nprofile-0.1.5/include/nprofile' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/usr/src/nprofile-0.1.5/include/nprofile' make[6]: Entering directory `/usr/src/nprofile-0.1.5/include' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/usr/src/nprofile-0.1.5/include' make[5]: Leaving directory `/usr/src/nprofile-0.1.5/include' Making all in src make[5]: Entering directory `/usr/src/nprofile-0.1.5/src' Making all in nprofile make[6]: Entering directory `/usr/src/nprofile-0.1.5/src/nprofile' if /bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DUSE_NPROFILE -g -Wall -O2 -MT timer.lo -MD -MP -MF ".deps/timer.Tpo" -c -o timer.lo timer.cpp; \ then mv -f ".deps/timer.Tpo" ".deps/timer.Plo"; else rm -f ".deps/timer.Tpo"; exit 1; fi mkdir .libs ccache g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DUSE_NPROFILE -g -Wall -O2 -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.cpp -fPIC -DPIC -o .libs/timer.o ccache g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DUSE_NPROFILE -g -Wall -O2 -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.cpp -o timer.o >/dev/null 2>&1 if /bin/sh ../../libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DUSE_NPROFILE -g -Wall -O2 -MT profile.lo -MD -MP -MF ".deps/profile.Tpo" -c -o profile.lo profile.cpp; \ then mv -f ".deps/profile.Tpo" ".deps/profile.Plo"; else rm -f ".deps/profile.Tpo"; exit 1; fi ccache g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DUSE_NPROFILE -g -Wall -O2 -MT profile.lo -MD -MP -MF .deps/profile.Tpo -c profile.cpp -fPIC -DPIC -o .libs/profile.o ccache g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -DUSE_NPROFILE -g -Wall -O2 -MT profile.lo -MD -MP -MF .deps/profile.Tpo -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.0.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.0.3/crtbeginS.o .libs/timer.o .libs/profile.o -L/usr/lib/gcc/i486-linux-gnu/4.0.3 -L/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../lib -L/usr/lib/gcc/i486-linux-gnu/4.0.3/../../.. -L/lib/../lib -L/usr/lib/../lib -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.0.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.0.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.5/src/nprofile' make[6]: Entering directory `/usr/src/nprofile-0.1.5/src' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/usr/src/nprofile-0.1.5/src' make[5]: Leaving directory `/usr/src/nprofile-0.1.5/src' Making all in test make[5]: Entering directory `/usr/src/nprofile-0.1.5/test' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/usr/src/nprofile-0.1.5/test' make[5]: Entering directory `/usr/src/nprofile-0.1.5' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/usr/src/nprofile-0.1.5' make[4]: Leaving directory `/usr/src/nprofile-0.1.5' make[3]: Leaving directory `/usr/src/nprofile-0.1.5' touch debian/stamp-makefile-build make[2]: Leaving directory `/usr/src/nprofile-0.1.5' debian/rules binary dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) make[2]: Entering directory `/usr/src/nprofile-0.1.5' test -x debian/rules test "`id -u`" = 0 dh_clean -k dh_installdirs -A if [ -n "" ]; then \ mkdir -p ""; \ fi if [ -n "" ]; then \ mkdir -p ""; \ fi if [ ! -d "." ]; then \ mkdir -p "."; \ fi if [ -z "" ]; then \ if ! test -f debian/compat; then echo 4 > debian/compat; fi; \ fi 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 make -C . check make[3]: Entering directory `/usr/src/nprofile-0.1.5' Making check in include make[4]: Entering directory `/usr/src/nprofile-0.1.5/include' Making check in nprofile make[5]: Entering directory `/usr/src/nprofile-0.1.5/include/nprofile' make[5]: Nothing to be done for `check'. make[5]: Leaving directory `/usr/src/nprofile-0.1.5/include/nprofile' make[5]: Entering directory `/usr/src/nprofile-0.1.5/include' make[5]: Nothing to be done for `check-am'. make[5]: Leaving directory `/usr/src/nprofile-0.1.5/include' make[4]: Leaving directory `/usr/src/nprofile-0.1.5/include' Making check in src make[4]: Entering directory `/usr/src/nprofile-0.1.5/src' Making check in nprofile make[5]: Entering directory `/usr/src/nprofile-0.1.5/src/nprofile' make[5]: Nothing to be done for `check'. make[5]: Leaving directory `/usr/src/nprofile-0.1.5/src/nprofile' make[5]: Entering directory `/usr/src/nprofile-0.1.5/src' make[5]: Nothing to be done for `check-am'. make[5]: Leaving directory `/usr/src/nprofile-0.1.5/src' make[4]: Leaving directory `/usr/src/nprofile-0.1.5/src' Making check in test make[4]: Entering directory `/usr/src/nprofile-0.1.5/test' make test make[5]: Entering directory `/usr/src/nprofile-0.1.5/test' if ccache g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DUSE_NPROFILE -g -Wall -O2 -MT test.o -MD -MP -MF ".deps/test.Tpo" -c -o test.o test.cpp; \ then mv -f ".deps/test.Tpo" ".deps/test.Po"; else rm -f ".deps/test.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CXX --mode=link ccache g++ -g -Wall -O2 -o test test.o ../src/nprofile/libnprofile.la mkdir .libs ccache g++ -g -Wall -O2 -o .libs/test test.o ../src/nprofile/.libs/libnprofile.so creating test make[5]: Leaving directory `/usr/src/nprofile-0.1.5/test' make check-TESTS make[5]: Entering directory `/usr/src/nprofile-0.1.5/test' PROFILE_ROOT prt 100.00 glb 100.00 - time 0.013725 avg 0.013725 ncall 1 funca prt 99.46 glb 99.46 - time 0.013651 avg 0.013651 ncall 1 funcb prt 99.82 glb 99.28 - time 0.013625 avg 0.000068 ncall 200 Unloged prt 0.18 glb 0.18 - time 0.000025 funcb prt 0.50 glb 0.50 - time 0.000068 avg 0.000034 ncall 2 0:PROFILE_ROOT:100.00:100.00:0.013725:0.013725:1 1:funca:99.46:99.46:0.013651:0.013651:1 2:funcb:99.82:99.28:0.013625:0.000068:200 1:Unloged:0.18:0.18:0.000025:: 1:funcb:0.50:0.50:0.000068:0.000034:2 Reset test PROFILE_ROOT prt 100.00 glb 100.00 - time 0.136971 avg 0.136971 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.136970 avg 0.136970 ncall 1 funcb prt 99.80 glb 99.80 - time 0.136693 avg 0.000068 ncall 2010 Unloged prt 0.20 glb 0.20 - time 0.000277 0:PROFILE_ROOT:100.00:100.00:0.136971:0.136971: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.136970:0.136970:1 2:funcb:99.80:99.80:0.136693:0.000068:2010 1:Unloged:0.20:0.20:0.000277:: PROFILE_ROOT prt 100.00 glb 100.00 - time 0.684773 avg 0.684773 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.684773 avg 0.684773 ncall 1 funcb prt 99.82 glb 99.82 - time 0.683546 avg 0.000068 ncall 10050 Unloged prt 0.18 glb 0.18 - time 0.001226 0:PROFILE_ROOT:100.00:100.00:0.684773:0.684773: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.684773:0.684773:1 2:funcb:99.82:99.82:0.683546:0.000068:10050 1:Unloged:0.18:0.18:0.001226:: PASS: ./test ================== All 1 tests passed ================== make[5]: Leaving directory `/usr/src/nprofile-0.1.5/test' make[4]: Leaving directory `/usr/src/nprofile-0.1.5/test' make[4]: Entering directory `/usr/src/nprofile-0.1.5' make[4]: Nothing to be done for `check-am'. make[4]: Leaving directory `/usr/src/nprofile-0.1.5' make[3]: Leaving directory `/usr/src/nprofile-0.1.5' make -C . install DESTDIR=/usr/src/nprofile-0.1.5/debian/tmp/ make[3]: Entering directory `/usr/src/nprofile-0.1.5' Making install in include make[4]: Entering directory `/usr/src/nprofile-0.1.5/include' Making install in nprofile make[5]: Entering directory `/usr/src/nprofile-0.1.5/include/nprofile' make[6]: Entering directory `/usr/src/nprofile-0.1.5/include/nprofile' make[6]: Nothing to be done for `install-exec-am'. test -z "/usr/include/nprofile" || mkdir -p -- "/usr/src/nprofile-0.1.5/debian/tmp//usr/include/nprofile" /usr/bin/install -c -m 644 'export.h' '/usr/src/nprofile-0.1.5/debian/tmp//usr/include/nprofile/export.h' /usr/bin/install -c -m 644 'node.h' '/usr/src/nprofile-0.1.5/debian/tmp//usr/include/nprofile/node.h' /usr/bin/install -c -m 644 'output.h' '/usr/src/nprofile-0.1.5/debian/tmp//usr/include/nprofile/output.h' /usr/bin/install -c -m 644 'profile.h' '/usr/src/nprofile-0.1.5/debian/tmp//usr/include/nprofile/profile.h' /usr/bin/install -c -m 644 'timer.h' '/usr/src/nprofile-0.1.5/debian/tmp//usr/include/nprofile/timer.h' make[6]: Leaving directory `/usr/src/nprofile-0.1.5/include/nprofile' make[5]: Leaving directory `/usr/src/nprofile-0.1.5/include/nprofile' make[5]: Entering directory `/usr/src/nprofile-0.1.5/include' make[6]: Entering directory `/usr/src/nprofile-0.1.5/include' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/usr/src/nprofile-0.1.5/include' make[5]: Leaving directory `/usr/src/nprofile-0.1.5/include' make[4]: Leaving directory `/usr/src/nprofile-0.1.5/include' Making install in src make[4]: Entering directory `/usr/src/nprofile-0.1.5/src' Making install in nprofile make[5]: Entering directory `/usr/src/nprofile-0.1.5/src/nprofile' make[6]: Entering directory `/usr/src/nprofile-0.1.5/src/nprofile' test -z "/usr/lib" || mkdir -p -- "/usr/src/nprofile-0.1.5/debian/tmp//usr/lib" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libnprofile.la' '/usr/src/nprofile-0.1.5/debian/tmp//usr/lib/libnprofile.la' /usr/bin/install -c .libs/libnprofile.so.0.0.0 /usr/src/nprofile-0.1.5/debian/tmp//usr/lib/libnprofile.so.0.0.0 (cd /usr/src/nprofile-0.1.5/debian/tmp//usr/lib && { ln -s -f libnprofile.so.0.0.0 libnprofile.so.0 || { rm -f libnprofile.so.0 && ln -s libnprofile.so.0.0.0 libnprofile.so.0; }; }) (cd /usr/src/nprofile-0.1.5/debian/tmp//usr/lib && { ln -s -f libnprofile.so.0.0.0 libnprofile.so || { rm -f libnprofile.so && ln -s libnprofile.so.0.0.0 libnprofile.so; }; }) /usr/bin/install -c .libs/libnprofile.lai /usr/src/nprofile-0.1.5/debian/tmp//usr/lib/libnprofile.la /usr/bin/install -c .libs/libnprofile.a /usr/src/nprofile-0.1.5/debian/tmp//usr/lib/libnprofile.a chmod 644 /usr/src/nprofile-0.1.5/debian/tmp//usr/lib/libnprofile.a ranlib /usr/src/nprofile-0.1.5/debian/tmp//usr/lib/libnprofile.a libtool: install: warning: remember to run `libtool --finish /usr/lib' make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/usr/src/nprofile-0.1.5/src/nprofile' make[5]: Leaving directory `/usr/src/nprofile-0.1.5/src/nprofile' make[5]: Entering directory `/usr/src/nprofile-0.1.5/src' make[6]: Entering directory `/usr/src/nprofile-0.1.5/src' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/usr/src/nprofile-0.1.5/src' make[5]: Leaving directory `/usr/src/nprofile-0.1.5/src' make[4]: Leaving directory `/usr/src/nprofile-0.1.5/src' Making install in test make[4]: Entering directory `/usr/src/nprofile-0.1.5/test' make[5]: Entering directory `/usr/src/nprofile-0.1.5/test' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/usr/src/nprofile-0.1.5/test' make[4]: Leaving directory `/usr/src/nprofile-0.1.5/test' make[4]: Entering directory `/usr/src/nprofile-0.1.5' make[5]: Entering directory `/usr/src/nprofile-0.1.5' make[5]: Nothing to be done for `install-exec-am'. test -z "/usr/share/aclocal" || mkdir -p -- "/usr/src/nprofile-0.1.5/debian/tmp//usr/share/aclocal" /usr/bin/install -c -m 644 'nprofile.m4' '/usr/src/nprofile-0.1.5/debian/tmp//usr/share/aclocal/nprofile.m4' test -z "/usr/lib/pkgconfig" || mkdir -p -- "/usr/src/nprofile-0.1.5/debian/tmp//usr/lib/pkgconfig" /usr/bin/install -c -m 644 'libnprofile.pc' '/usr/src/nprofile-0.1.5/debian/tmp//usr/lib/pkgconfig/libnprofile.pc' make[5]: Leaving directory `/usr/src/nprofile-0.1.5' make[4]: Leaving directory `/usr/src/nprofile-0.1.5' make[3]: Leaving directory `/usr/src/nprofile-0.1.5' dh_installdirs -plibnprofile-dev dh_installdirs -plibnprofile0 dh_installdocs -plibnprofile-dev ./README ./NEWS ./AUTHORS dh_installexamples -plibnprofile-dev dh_installman -plibnprofile-dev dh_installinfo -plibnprofile-dev dh_installmenu -plibnprofile-dev dh_installcron -plibnprofile-dev dh_installinit -plibnprofile-dev dh_installdebconf -plibnprofile-dev dh_installemacsen -plibnprofile-dev dh_installpam -plibnprofile-dev dh_installlogrotate -plibnprofile-dev if test -x /usr/bin/dh_installlogcheck; then dh_installlogcheck -plibnprofile-dev ; fi dh_installchangelogs -plibnprofile-dev ./ChangeLog dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dh_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_installpam -plibnprofile0 dh_installlogrotate -plibnprofile0 if test -x /usr/bin/dh_installlogcheck; then dh_installlogcheck -plibnprofile0 ; fi dh_installchangelogs -plibnprofile0 ./ChangeLog dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dh_install -plibnprofile0 dh_link -plibnprofile0 if test ""; then :; else dh_strip -plibnprofile-dev ; fi dh_compress -plibnprofile-dev dh_fixperms -plibnprofile-dev if test ""; then :; else dh_makeshlibs -plibnprofile-dev ; fi dh_installdeb -plibnprofile-dev dh_perl -plibnprofile-dev if test ""; then :; else dh_strip -plibnprofile0 ; fi dh_compress -plibnprofile0 dh_fixperms -plibnprofile0 if test ""; then :; else dh_makeshlibs -plibnprofile0 ; fi dh_installdeb -plibnprofile0 dh_perl -plibnprofile0 dh_shlibdeps -plibnprofile-dev dh_gencontrol -plibnprofile-dev dpkg-gencontrol: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dh_md5sums -plibnprofile-dev dh_builddeb -plibnprofile-dev dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-deb: building package `libnprofile-dev' in `../libnprofile-dev_0.1.5-1_i386.deb'. dh_shlibdeps -plibnprofile0 dpkg-shlibdeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dh_gencontrol -plibnprofile0 dpkg-gencontrol: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dh_md5sums -plibnprofile0 dh_builddeb -plibnprofile0 dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-deb: building package `libnprofile0' in `../libnprofile0_0.1.5-1_i386.deb'. make[2]: Leaving directory `/usr/src/nprofile-0.1.5' dpkg-genchanges -b dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-genchanges: binary-only upload - not including any source code dpkg-buildpackage: binary only upload (no source included) dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-genchanges: including full source code in upload lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/dapper /usr/src/nprofile/build/debian/dapper.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro nprofile-dapper /usr/src/nprofile/build/debian/dapper ; fi umount /usr/src/nprofile/build/debian/dapper/proc > /dev/null 2>&1 umount /usr/src/nprofile/build/debian/dapper/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/nprofile/build/debian/dapper/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/dapper/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/dapper /usr/src/nprofile/build/debian/dapper.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro nprofile-dapper /usr/src/nprofile/build/debian/dapper ; fi umount /usr/src/nprofile/build/debian/dapper/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/dapper/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/nprofile/build/debian/dapper/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/nprofile/build/debian/dapper /usr/src/nprofile/build/debian/dapper.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro nprofile-dapper /usr/src/nprofile/build/debian/dapper ; fi mount -t proc proc /usr/src/nprofile/build/debian/dapper/proc mount -t devpts devpts /usr/src/nprofile/build/debian/dapper/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/dapper/archives/partial ; \ mount --bind gnulinux/debian/dapper/archives /usr/src/nprofile/build/debian/dapper/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/dapper/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/nprofile/build/debian/dapper/usr/local/distdir ; \ mkdir -p /var/cache/packaging-farm/debian/portage /usr/src/nprofile/build/debian/dapper/usr/portage ; \ mount --bind /var/cache/packaging-farm/debian/portage /usr/src/nprofile/build/debian/dapper/usr/portage ; \ fi mkdir -p gnulinux/debian/dapper/src mount --bind gnulinux/debian/dapper/src /usr/src/nprofile/build/debian/dapper/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/nprofile/build/debian/dapper/root/.ccache ; \ mount --bind /root/.ccache /usr/src/nprofile/build/debian/dapper/root/.ccache ; \ fi cd gnulinux/debian/dapper/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/dapper /usr/src/nprofile/build/debian/dapper.unionfs if ! unionctl --query /usr/src/nprofile/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/nprofile/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro nprofile-dapper /usr/src/nprofile/build/debian/dapper ; fi umount /usr/src/nprofile/build/debian/dapper/proc > /dev/null 2>&1 umount /usr/src/nprofile/build/debian/dapper/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/nprofile/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/nprofile/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/nprofile/build/debian/dapper/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/nprofile/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/nprofile/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: Leaving directory `/usr/src/nprofile'