make[1]: Entering directory `/usr/src/poker3d-data' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/poker3d-data/build/debian/dapper /usr/src/poker3d-data/build/debian/dapper.unionfs if ! unionctl --query /usr/src/poker3d-data/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/poker3d-data/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro poker3d-data-dapper /usr/src/poker3d-data/build/debian/dapper ; fi umount /usr/src/poker3d-data/build/debian/dapper/proc > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/poker3d-data/build/debian/dapper/dev/pts > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/poker3d-data/build/debian/dapper/usr/src > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/poker3d-data/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/poker3d-data/build/debian/dapper && rm -fr /usr/src/poker3d-data/build/debian/dapper && mkdir /usr/src/poker3d-data/build/debian/dapper rm -fr /usr/src/poker3d-data/build/debian/dapper.unionfs lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/poker3d-data/build/debian/dapper /usr/src/poker3d-data/build/debian/dapper.unionfs if ! unionctl --query /usr/src/poker3d-data/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/poker3d-data/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro poker3d-data-dapper /usr/src/poker3d-data/build/debian/dapper ; fi make chroot-mounts make[2]: Entering directory `/usr/src/poker3d-data' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/poker3d-data/build/debian/dapper /usr/src/poker3d-data/build/debian/dapper.unionfs if ! unionctl --query /usr/src/poker3d-data/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/poker3d-data/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro poker3d-data-dapper /usr/src/poker3d-data/build/debian/dapper ; fi umount /usr/src/poker3d-data/build/debian/dapper/proc > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/poker3d-data/build/debian/dapper/dev/pts > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/poker3d-data/build/debian/dapper/usr/src > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/poker3d-data/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/poker3d-data/build/debian/dapper /usr/src/poker3d-data/build/debian/dapper.unionfs if ! unionctl --query /usr/src/poker3d-data/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/poker3d-data/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro poker3d-data-dapper /usr/src/poker3d-data/build/debian/dapper ; fi mount -t proc proc /usr/src/poker3d-data/build/debian/dapper/proc mount -t devpts devpts /usr/src/poker3d-data/build/debian/dapper/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/dapper/archives/partial ; \ mount --bind gnulinux/debian/dapper/archives /usr/src/poker3d-data/build/debian/dapper/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/dapper/src mount --bind gnulinux/debian/dapper/src /usr/src/poker3d-data/build/debian/dapper/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/poker3d-data/build/debian/dapper/root/.ccache ; \ mount --bind /root/.ccache /usr/src/poker3d-data/build/debian/dapper/root/.ccache ; \ fi make[2]: Leaving directory `/usr/src/poker3d-data' if [ debian = debian ] ; then \ source_list=/usr/src/poker3d-data/build/debian/dapper/etc/apt/sources.list ; \ : ; \ : ; \ timeout 600 chroot /usr/src/poker3d-data/build/debian/dapper apt-get -o Acquire::pdiffs=false update && \ timeout 3600 chroot /usr/src/poker3d-data/build/debian/dapper apt-get -y --force-yes dist-upgrade ; \ elif [ debian = fedora ] ; then \ TEMPLATE=/usr/src/poker3d-data/build/debian/dapper/etc/packaging-farm.yum ; \ : ; \ : ; \ chroot /usr/src/poker3d-data/build/debian/dapper yum -d 0 -e 0 -y update ; \ elif [ debian = gentoo ] ; then \ overlaydir=/usr/src/poker3d-data/build/debian/dapper/overlays ; \ mkdir -p $overlaydir ; \ : ; \ fi Get:1 http://fr2.archive.ubuntu.com dapper Release.gpg [189B] Hit http://fr2.archive.ubuntu.com dapper Release Err http://fr2.archive.ubuntu.com dapper Release Get:2 http://fr2.archive.ubuntu.com dapper Release [34.8kB] Ign http://fr2.archive.ubuntu.com dapper Release Hit http://fr2.archive.ubuntu.com dapper/main Packages Hit http://fr2.archive.ubuntu.com dapper/universe Packages Fetched 34.9kB in 0s (40.9kB/s) Reading package lists... W: GPG error: http://fr2.archive.ubuntu.com dapper Release: Could not execute /usr/bin/gpgv to verify signature (is gnupg installed?) W: You may want to run apt-get update to correct these problems Reading package lists... Building dependency tree... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. make chroot-umounts make[2]: Entering directory `/usr/src/poker3d-data' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/poker3d-data/build/debian/dapper /usr/src/poker3d-data/build/debian/dapper.unionfs if ! unionctl --query /usr/src/poker3d-data/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/poker3d-data/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro poker3d-data-dapper /usr/src/poker3d-data/build/debian/dapper ; fi umount /usr/src/poker3d-data/build/debian/dapper/proc > /dev/null 2>&1 umount /usr/src/poker3d-data/build/debian/dapper/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/poker3d-data/build/debian/dapper/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/poker3d-data/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[2]: Leaving directory `/usr/src/poker3d-data' make[1]: Leaving directory `/usr/src/poker3d-data' make[1]: Entering directory `/usr/src/poker3d-data' mkdir -p "/var/cache/packaging-farm/sources/poker3d-data" rsync --delete -avH /var/cache/packaging-farm/sources/poker3d-data/ poker3d-data/ building file list ... done sent 285 bytes received 20 bytes 610.00 bytes/sec total size is 167386121 speedup is 548806.95 # # 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=poker3d-data/poker3d-data*[0-9].tar.gz ; \ version=$(expr $tarbal : '.*-\(.*\).tar.gz') ; \ if [ -f poker3d-data/poker3d-data-*[0-9]/debian/patches/00list ] ; then \ for patch in poker3d-data/poker3d-data-*[0-9]/debian/patches/*.dpatch ; do \ base=$(basename $patch) ; \ cp -a $patch poker3d-data ; \ cp -a $patch poker3d-data/poker3d-data-debian-$base ; \ done ; \ fi rm -fr gnulinux/debian/dapper/src mkdir -p gnulinux/debian/dapper/src if [ -f poker3d-data/*/debian/control.dapper ] ; then \ cd gnulinux/debian/dapper/src ; \ dpkg-source -x ../../../../poker3d-data/*.dsc ; \ cp poker3d-data-*/debian/control.dapper poker3d-data-*/debian/control ; \ dpkg-source -b poker3d-data-*[0-9] poker3d-data_*.tar.gz ; \ elif [ -d poker3d-data/dapper ] ; then \ rsync -av poker3d-data/dapper/*.{dsc,gz} gnulinux/debian/dapper/src ; \ else \ rsync -av poker3d-data/*.{dsc,gz} gnulinux/debian/dapper/src ; \ fi building file list ... done poker3d-data-1.1.36.tar.gz poker3d-data_1.1.36-1.diff.gz poker3d-data_1.1.36-1.dsc poker3d-data_1.1.36.orig.tar.gz sent 111832569 bytes received 108 bytes 74555118.00 bytes/sec total size is 111818575 speedup is 1.00 make[1]: Leaving directory `/usr/src/poker3d-data' make[1]: Entering directory `/usr/src/poker3d-data' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/poker3d-data/build/debian/dapper /usr/src/poker3d-data/build/debian/dapper.unionfs if ! unionctl --query /usr/src/poker3d-data/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/poker3d-data/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro poker3d-data-dapper /usr/src/poker3d-data/build/debian/dapper ; fi umount /usr/src/poker3d-data/build/debian/dapper/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/poker3d-data/build/debian/dapper/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/poker3d-data/build/debian/dapper/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/poker3d-data/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/poker3d-data/build/debian/dapper /usr/src/poker3d-data/build/debian/dapper.unionfs if ! unionctl --query /usr/src/poker3d-data/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/poker3d-data/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro poker3d-data-dapper /usr/src/poker3d-data/build/debian/dapper ; fi mount -t proc proc /usr/src/poker3d-data/build/debian/dapper/proc mount -t devpts devpts /usr/src/poker3d-data/build/debian/dapper/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/dapper/archives/partial ; \ mount --bind gnulinux/debian/dapper/archives /usr/src/poker3d-data/build/debian/dapper/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/dapper/src mount --bind gnulinux/debian/dapper/src /usr/src/poker3d-data/build/debian/dapper/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/poker3d-data/build/debian/dapper/root/.ccache ; \ mount --bind /root/.ccache /usr/src/poker3d-data/build/debian/dapper/root/.ccache ; \ fi /usr/lib/pbuilder/pbuilder-satisfydepends --force-version --chroot /usr/src/poker3d-data/build/debian/dapper --control gnulinux/debian/dapper/src/poker3d-data*.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 -> Installing debhelper Reading package lists... Building dependency tree... The following extra packages will be installed: debconf-utils html2text po-debconf Suggested packages: dh-make Recommended packages: libmail-sendmail-perl libcompress-zlib-perl The following NEW packages will be installed: debconf-utils debhelper html2text po-debconf 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 735kB of archives. After unpacking 1970kB of additional disk space will be used. WARNING: The following packages cannot be authenticated! debconf-utils html2text po-debconf debhelper Get:1 http://fr2.archive.ubuntu.com dapper/main debconf-utils 1.4.72ubuntu9 [30.9kB] Get:2 http://fr2.archive.ubuntu.com dapper/main html2text 1.3.2a-3 [95.5kB] Get:3 http://fr2.archive.ubuntu.com dapper/main po-debconf 0.9.2 [103kB] Get:4 http://fr2.archive.ubuntu.com dapper/main debhelper 5.0.7ubuntu13 [506kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 735kB in 1s (653kB/s) Selecting previously deselected package debconf-utils. (Reading database ... 9879 files and directories currently installed.) 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) ... 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) ... -> Finished parsing the build-deps cp -a /usr/lib/packaging-farm/debian/debuild.sh /usr/src/poker3d-data/build/debian/dapper/usr/src chroot /usr/src/poker3d-data/build/debian/dapper sh -c "cd /usr/src && DISTRIBUTION=dapper PACKAGE=poker3d-data DEB_BUILD_OPTIONS='' ./debuild.sh" dpkg-source: extracting poker3d-data in poker3d-data-1.1.36 dpkg-source: unpacking poker3d-data_1.1.36.orig.tar.gz dpkg-source: applying ./poker3d-data_1.1.36-1.diff.gz dpkg-buildpackage: source package is poker3d-data dpkg-buildpackage: source version is 1.1.36-1 dpkg-buildpackage: source changed by Loic Dachary (OuoU) dpkg-buildpackage: host architecture i386 debian/rules clean make[2]: Entering directory `/usr/src/poker3d-data-1.1.36' dh_testdir dh_testroot dh_clean make[2]: Leaving directory `/usr/src/poker3d-data-1.1.36' debian/rules build make[2]: Entering directory `/usr/src/poker3d-data-1.1.36' dh_testdir find data -type f | xargs chmod 644 make[2]: Leaving directory `/usr/src/poker3d-data-1.1.36' debian/rules binary make[2]: Entering directory `/usr/src/poker3d-data-1.1.36' dh_testdir dh_testroot dh_install data usr/share/poker3d dh_gencontrol dh_md5sums dh_builddeb dpkg-deb: building package `poker3d-data' in `../poker3d-data_1.1.36-1_all.deb'. make[2]: Leaving directory `/usr/src/poker3d-data-1.1.36' dpkg-genchanges -b 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/poker3d-data/build/debian/dapper /usr/src/poker3d-data/build/debian/dapper.unionfs if ! unionctl --query /usr/src/poker3d-data/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/poker3d-data/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro poker3d-data-dapper /usr/src/poker3d-data/build/debian/dapper ; fi umount /usr/src/poker3d-data/build/debian/dapper/proc > /dev/null 2>&1 umount /usr/src/poker3d-data/build/debian/dapper/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/poker3d-data/build/debian/dapper/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/poker3d-data/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: Leaving directory `/usr/src/poker3d-data' make[1]: Entering directory `/usr/src/poker3d-data' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/poker3d-data/build/debian/dapper /usr/src/poker3d-data/build/debian/dapper.unionfs if ! unionctl --query /usr/src/poker3d-data/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/poker3d-data/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro poker3d-data-dapper /usr/src/poker3d-data/build/debian/dapper ; fi umount /usr/src/poker3d-data/build/debian/dapper/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/poker3d-data/build/debian/dapper/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/poker3d-data/build/debian/dapper/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/poker3d-data/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/poker3d-data/build/debian/dapper /usr/src/poker3d-data/build/debian/dapper.unionfs if ! unionctl --query /usr/src/poker3d-data/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/poker3d-data/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro poker3d-data-dapper /usr/src/poker3d-data/build/debian/dapper ; fi mount -t proc proc /usr/src/poker3d-data/build/debian/dapper/proc mount -t devpts devpts /usr/src/poker3d-data/build/debian/dapper/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/dapper/archives/partial ; \ mount --bind gnulinux/debian/dapper/archives /usr/src/poker3d-data/build/debian/dapper/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/dapper/src mount --bind gnulinux/debian/dapper/src /usr/src/poker3d-data/build/debian/dapper/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/poker3d-data/build/debian/dapper/root/.ccache ; \ mount --bind /root/.ccache /usr/src/poker3d-data/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: ** poker3d-data Wrote 1 entries to output Packages file. lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/poker3d-data/build/debian/dapper /usr/src/poker3d-data/build/debian/dapper.unionfs if ! unionctl --query /usr/src/poker3d-data/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/poker3d-data/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro poker3d-data-dapper /usr/src/poker3d-data/build/debian/dapper ; fi umount /usr/src/poker3d-data/build/debian/dapper/proc > /dev/null 2>&1 umount /usr/src/poker3d-data/build/debian/dapper/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/poker3d-data/build/debian/dapper/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/poker3d-data/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: Leaving directory `/usr/src/poker3d-data' make[1]: Entering directory `/usr/src/poker3d-data' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/poker3d-data/build/debian/dapper /usr/src/poker3d-data/build/debian/dapper.unionfs if ! unionctl --query /usr/src/poker3d-data/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/poker3d-data/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro poker3d-data-dapper /usr/src/poker3d-data/build/debian/dapper ; fi umount /usr/src/poker3d-data/build/debian/dapper/proc > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/poker3d-data/build/debian/dapper/dev/pts > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/poker3d-data/build/debian/dapper/usr/src > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/poker3d-data/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/poker3d-data/build/debian/dapper && rm -fr /usr/src/poker3d-data/build/debian/dapper && mkdir /usr/src/poker3d-data/build/debian/dapper rm -fr /usr/src/poker3d-data/build/debian/dapper.unionfs lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/poker3d-data/build/debian/dapper /usr/src/poker3d-data/build/debian/dapper.unionfs if ! unionctl --query /usr/src/poker3d-data/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/poker3d-data/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro poker3d-data-dapper /usr/src/poker3d-data/build/debian/dapper ; fi make chroot-mounts make[2]: Entering directory `/usr/src/poker3d-data' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/poker3d-data/build/debian/dapper /usr/src/poker3d-data/build/debian/dapper.unionfs if ! unionctl --query /usr/src/poker3d-data/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/poker3d-data/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro poker3d-data-dapper /usr/src/poker3d-data/build/debian/dapper ; fi umount /usr/src/poker3d-data/build/debian/dapper/proc > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/poker3d-data/build/debian/dapper/dev/pts > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/poker3d-data/build/debian/dapper/usr/src > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/poker3d-data/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/poker3d-data/build/debian/dapper /usr/src/poker3d-data/build/debian/dapper.unionfs if ! unionctl --query /usr/src/poker3d-data/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/poker3d-data/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro poker3d-data-dapper /usr/src/poker3d-data/build/debian/dapper ; fi mount -t proc proc /usr/src/poker3d-data/build/debian/dapper/proc mount -t devpts devpts /usr/src/poker3d-data/build/debian/dapper/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/dapper/archives/partial ; \ mount --bind gnulinux/debian/dapper/archives /usr/src/poker3d-data/build/debian/dapper/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/dapper/src mount --bind gnulinux/debian/dapper/src /usr/src/poker3d-data/build/debian/dapper/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/poker3d-data/build/debian/dapper/root/.ccache ; \ mount --bind /root/.ccache /usr/src/poker3d-data/build/debian/dapper/root/.ccache ; \ fi make[2]: Leaving directory `/usr/src/poker3d-data' if [ debian = debian ] ; then \ source_list=/usr/src/poker3d-data/build/debian/dapper/etc/apt/sources.list ; \ : ; \ : ; \ timeout 600 chroot /usr/src/poker3d-data/build/debian/dapper apt-get -o Acquire::pdiffs=false update && \ timeout 3600 chroot /usr/src/poker3d-data/build/debian/dapper apt-get -y --force-yes dist-upgrade ; \ elif [ debian = fedora ] ; then \ TEMPLATE=/usr/src/poker3d-data/build/debian/dapper/etc/packaging-farm.yum ; \ : ; \ : ; \ chroot /usr/src/poker3d-data/build/debian/dapper yum -d 0 -e 0 -y update ; \ elif [ debian = gentoo ] ; then \ overlaydir=/usr/src/poker3d-data/build/debian/dapper/overlays ; \ mkdir -p $overlaydir ; \ : ; \ fi Get:1 http://fr2.archive.ubuntu.com dapper Release.gpg [189B] Hit http://fr2.archive.ubuntu.com dapper Release Err http://fr2.archive.ubuntu.com dapper Release Get:2 http://fr2.archive.ubuntu.com dapper Release [34.8kB] Ign http://fr2.archive.ubuntu.com dapper Release Hit http://fr2.archive.ubuntu.com dapper/main Packages Hit http://fr2.archive.ubuntu.com dapper/universe Packages Fetched 34.9kB in 0s (82.0kB/s) Reading package lists... W: GPG error: http://fr2.archive.ubuntu.com dapper Release: Could not execute /usr/bin/gpgv to verify signature (is gnupg installed?) W: You may want to run apt-get update to correct these problems Reading package lists... Building dependency tree... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. make chroot-umounts make[2]: Entering directory `/usr/src/poker3d-data' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/poker3d-data/build/debian/dapper /usr/src/poker3d-data/build/debian/dapper.unionfs if ! unionctl --query /usr/src/poker3d-data/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/poker3d-data/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro poker3d-data-dapper /usr/src/poker3d-data/build/debian/dapper ; fi umount /usr/src/poker3d-data/build/debian/dapper/proc > /dev/null 2>&1 umount /usr/src/poker3d-data/build/debian/dapper/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/poker3d-data/build/debian/dapper/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/poker3d-data/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[2]: Leaving directory `/usr/src/poker3d-data' make[1]: Leaving directory `/usr/src/poker3d-data' make[1]: Entering directory `/usr/src/poker3d-data' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/poker3d-data/build/debian/dapper /usr/src/poker3d-data/build/debian/dapper.unionfs if ! unionctl --query /usr/src/poker3d-data/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/poker3d-data/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro poker3d-data-dapper /usr/src/poker3d-data/build/debian/dapper ; fi umount /usr/src/poker3d-data/build/debian/dapper/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/poker3d-data/build/debian/dapper/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/poker3d-data/build/debian/dapper/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/poker3d-data/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/poker3d-data/build/debian/dapper /usr/src/poker3d-data/build/debian/dapper.unionfs if ! unionctl --query /usr/src/poker3d-data/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/poker3d-data/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro poker3d-data-dapper /usr/src/poker3d-data/build/debian/dapper ; fi mount -t proc proc /usr/src/poker3d-data/build/debian/dapper/proc mount -t devpts devpts /usr/src/poker3d-data/build/debian/dapper/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/dapper/archives/partial ; \ mount --bind gnulinux/debian/dapper/archives /usr/src/poker3d-data/build/debian/dapper/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/dapper/src mount --bind gnulinux/debian/dapper/src /usr/src/poker3d-data/build/debian/dapper/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/poker3d-data/build/debian/dapper/root/.ccache ; \ mount --bind /root/.ccache /usr/src/poker3d-data/build/debian/dapper/root/.ccache ; \ fi if test "" ; then \ echo 'deb file:///usr/src ./' >> /usr/src/poker3d-data/build/debian/dapper/etc/apt/sources.list && \ chroot /usr/src/poker3d-data/build/debian/dapper sh -c "apt-get update && apt-get install --yes --force-yes " ; \ fi lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/poker3d-data/build/debian/dapper /usr/src/poker3d-data/build/debian/dapper.unionfs if ! unionctl --query /usr/src/poker3d-data/build/debian/dapper > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/poker3d-data/build/debian/dapper.unionfs=rw:/chroot/debian/dapper=ro poker3d-data-dapper /usr/src/poker3d-data/build/debian/dapper ; fi umount /usr/src/poker3d-data/build/debian/dapper/proc > /dev/null 2>&1 umount /usr/src/poker3d-data/build/debian/dapper/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/poker3d-data/build/debian/dapper/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/poker3d-data/build/debian/dapper/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/poker3d-data/build/debian/dapper/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/poker3d-data/build/debian/dapper/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: Leaving directory `/usr/src/poker3d-data'