make[1]: Entering directory `/usr/src/osgcal' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/edgy /usr/src/osgcal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgcal-edgy /usr/src/osgcal/build/debian/edgy ; fi umount /usr/src/osgcal/build/debian/edgy/proc > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/edgy/dev/pts > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/edgy/usr/src > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/edgy/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/edgy && rm -fr /usr/src/osgcal/build/debian/edgy && mkdir /usr/src/osgcal/build/debian/edgy rm -fr /usr/src/osgcal/build/debian/edgy.unionfs lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/edgy /usr/src/osgcal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgcal-edgy /usr/src/osgcal/build/debian/edgy ; fi make chroot-mounts make[2]: Entering directory `/usr/src/osgcal' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/edgy /usr/src/osgcal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgcal-edgy /usr/src/osgcal/build/debian/edgy ; fi umount /usr/src/osgcal/build/debian/edgy/proc > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/edgy/dev/pts > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/edgy/usr/src > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/edgy/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/osgcal/build/debian/edgy /usr/src/osgcal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgcal-edgy /usr/src/osgcal/build/debian/edgy ; fi mount -t proc proc /usr/src/osgcal/build/debian/edgy/proc mount -t devpts devpts /usr/src/osgcal/build/debian/edgy/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/edgy/archives/partial ; \ mount --bind gnulinux/debian/edgy/archives /usr/src/osgcal/build/debian/edgy/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/osgcal/build/debian/edgy/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/osgcal/build/debian/edgy/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/osgcal/build/debian/edgy/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/osgcal/build/debian/edgy/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/edgy/src mount --bind gnulinux/debian/edgy/src /usr/src/osgcal/build/debian/edgy/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/osgcal/build/debian/edgy/root/.ccache ; \ mount --bind /root/.ccache /usr/src/osgcal/build/debian/edgy/root/.ccache ; \ fi make[2]: Leaving directory `/usr/src/osgcal' if [ debian = debian ] ; then \ source_list=/usr/src/osgcal/build/debian/edgy/etc/apt/sources.list ; \ : ; \ echo 'deb http://localhost/packaging-farm/openscenegraph/gnulinux/debian/edgy/src ./' >> $source_list ; \ timeout 600 chroot /usr/src/osgcal/build/debian/edgy apt-get -o Acquire::pdiffs=false update && \ timeout 3600 chroot /usr/src/osgcal/build/debian/edgy apt-get -y --force-yes dist-upgrade ; \ elif [ debian = fedora ] ; then \ TEMPLATE=/usr/src/osgcal/build/debian/edgy/etc/packaging-farm.yum ; \ : ; \ : ; \ chroot /usr/src/osgcal/build/debian/edgy yum -d 0 -e 0 -y update ; \ elif [ debian = gentoo ] ; then \ overlaydir=/usr/src/osgcal/build/debian/edgy/overlays ; \ mkdir -p $overlaydir ; \ rsync -avH --delete /gnulinux/gentoo/edgy/src/ $overlaydir/openthreads/ ; rsync -avH --delete /usr/src/openscenegraph/gnulinux/gentoo/edgy/src/ $overlaydir/openscenegraph/ ; \ fi Ign http://localhost ./ Release.gpg Ign http://localhost ./ Translation-en_US Ign http://localhost ./ Release Ign http://localhost ./ Packages Get:1 http://localhost ./ Packages [1312B] Get:2 http://fr2.archive.ubuntu.com edgy Release.gpg [191B] Ign http://fr2.archive.ubuntu.com edgy/main Translation-en_US Ign http://fr2.archive.ubuntu.com edgy/universe Translation-en_US Hit http://fr2.archive.ubuntu.com edgy Release Hit http://fr2.archive.ubuntu.com edgy/main Packages Hit http://fr2.archive.ubuntu.com edgy/universe Packages Fetched 1313B in 0s (2854B/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. make chroot-umounts make[2]: Entering directory `/usr/src/osgcal' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/edgy /usr/src/osgcal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgcal-edgy /usr/src/osgcal/build/debian/edgy ; fi umount /usr/src/osgcal/build/debian/edgy/proc > /dev/null 2>&1 umount /usr/src/osgcal/build/debian/edgy/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/osgcal/build/debian/edgy/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/edgy/root/.ccache > /dev/null 2>&1 ; \ fi make[2]: Leaving directory `/usr/src/osgcal' make[1]: Leaving directory `/usr/src/osgcal' make[1]: Entering directory `/usr/src/osgcal' mkdir -p "/var/cache/packaging-farm/sources/osgcal" rsync --delete -avH /var/cache/packaging-farm/sources/osgcal/ osgcal/ building file list ... done sent 6610 bytes received 20 bytes 13260.00 bytes/sec total size is 21528640 speedup is 3247.16 # # 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=osgcal/osgcal*[0-9].tar.gz ; \ version=$(expr $tarbal : '.*-\(.*\).tar.gz') ; \ if [ -f osgcal/osgcal-*[0-9]/debian/patches/00list ] ; then \ for patch in osgcal/osgcal-*[0-9]/debian/patches/*.dpatch ; do \ base=$(basename $patch) ; \ cp -a $patch osgcal ; \ cp -a $patch osgcal/osgcal-debian-$base ; \ done ; \ fi rm -fr gnulinux/debian/edgy/src mkdir -p gnulinux/debian/edgy/src if [ -f osgcal/*/debian/control.edgy ] ; then \ cd gnulinux/debian/edgy/src ; \ dpkg-source -x ../../../../osgcal/*.dsc ; \ cp osgcal-*/debian/control.edgy osgcal-*/debian/control ; \ dpkg-source -b osgcal-*[0-9] osgcal_*.tar.gz ; \ elif [ -d osgcal/edgy ] ; then \ rsync -av osgcal/edgy/*.{dsc,gz} gnulinux/debian/edgy/src ; \ else \ rsync -av osgcal/*.{dsc,gz} gnulinux/debian/edgy/src ; \ fi dpkg-source: warning: extracting unsigned source package (./../../../../osgcal/osgcal_0.1.46-2.dsc) dpkg-source: extracting osgcal in osgcal-0.1.46 dpkg-source: unpacking osgcal_0.1.46.orig.tar.gz dpkg-source: applying ./../../../../osgcal/osgcal_0.1.46-2.diff.gz dpkg-source: building osgcal using existing osgcal_0.1.46.orig.tar.gz dpkg-source: building osgcal in osgcal_0.1.46-2.diff.gz dpkg-source: building osgcal in osgcal_0.1.46-2.dsc make[1]: Leaving directory `/usr/src/osgcal' make[1]: Entering directory `/usr/src/osgcal' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/edgy /usr/src/osgcal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgcal-edgy /usr/src/osgcal/build/debian/edgy ; fi umount /usr/src/osgcal/build/debian/edgy/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/edgy/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/edgy/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/edgy/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/osgcal/build/debian/edgy /usr/src/osgcal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgcal-edgy /usr/src/osgcal/build/debian/edgy ; fi mount -t proc proc /usr/src/osgcal/build/debian/edgy/proc mount -t devpts devpts /usr/src/osgcal/build/debian/edgy/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/edgy/archives/partial ; \ mount --bind gnulinux/debian/edgy/archives /usr/src/osgcal/build/debian/edgy/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/osgcal/build/debian/edgy/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/osgcal/build/debian/edgy/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/osgcal/build/debian/edgy/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/osgcal/build/debian/edgy/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/edgy/src mount --bind gnulinux/debian/edgy/src /usr/src/osgcal/build/debian/edgy/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/osgcal/build/debian/edgy/root/.ccache ; \ mount --bind /root/.ccache /usr/src/osgcal/build/debian/edgy/root/.ccache ; \ fi /usr/lib/pbuilder/pbuilder-satisfydepends --force-version --chroot /usr/src/osgcal/build/debian/edgy --control gnulinux/debian/edgy/src/osgcal*.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 g++ (> 3.0) -> Trying g++ -> Considering automake1.9 -> Trying automake1.9 -> Considering libtool -> Trying libtool -> Considering pkg-config -> Trying pkg-config -> Considering ccache -> Trying ccache -> Considering cdbs -> Trying cdbs -> Considering libcal3d11-dev | libcal3d10-dev -> Trying libcal3d11-dev -> Considering libopenscenegraph-dev (>= 0.9.8) -> Trying libopenscenegraph-dev -> Considering libsdl1.2-dev -> Trying libsdl1.2-dev -> Considering libxml2-dev -> Trying libxml2-dev -> Considering libglib2.0-dev -> Trying libglib2.0-dev -> Considering blender (>= 2.41) -> Trying blender -> Considering xfonts-base -> Trying xfonts-base -> Installing debhelper doxygen autoconf g++ automake1.9 libtool pkg-config ccache cdbs libcal3d11-dev libopenscenegraph-dev libsdl1.2-dev libxml2-dev libglib2.0-dev blender xfonts-base Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: autotools-dev binutils cpp cpp-4.1 dpkg-dev esound-common file g++-4.1 gcc gcc-4.1 gettext html2text intltool-debian liba52-0.7.4 libaa1 libaa1-dev libartsc0 libartsc0-dev libasound2-dev libaudio-dev libaudio2 libaudiofile-dev libaudiofile0 libavcodec0d libavformat0d libcal3d11c2a libcoin40c2 libdc1394-13 libdirectfb-0.9-24 libdirectfb-dev libdirectfb-extra libdrm2 libesd-alsa0 libesd0-dev libfontenc1 libfreetype6 libfreetype6-dev libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx libglib2.0-0 libglu1-mesa libglu1-mesa-dev libgsm1 libice-dev libice6 libjasper-1.701-1 libjpeg62 libjpeg62-dev libmagic1 libncurses5-dev libogg0 libopenexr2c2a libopenscenegraph6 libopenthreads-dev libopenthreads6 libpng12-0 libpng12-dev libraw1394-8 libsdl1.2debian libsdl1.2debian-alsa libslang2-dev libsm-dev libsm6 libstdc++6-4.1-dev libtiff4 libungif4g libvorbis0a libvorbisenc2 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfont1 libxi6 libxml2 libxt-dev libxt6 libxxf86vm1 m4 make mesa-common-dev patch po-debconf python-central x-dev x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev xfonts-encodings xfonts-utils xtrans-dev zlib1g-dev Suggested packages: autoconf2.13 autobook autoconf-archive gnu-standards autoconf-doc binutils-doc yafray distcc devscripts doc-base cpp-doc gcc-4.1-locales dh-make doxygen-doc doxygen-gui graphviz debian-keyring gcc-4.1-doc lib64stdc++6 manpages-dev flex bison gdb gcc-doc libc6-dev-amd64 lib64gcc1 cvs gettext-doc libasound2-doc nas libopenal0a esound libglib2.0-doc libjasper-runtime libstdc++6-4.1-doc libtool-doc g77 fortran77-compiler gcj make-doc-non-dfsg ed diff-doc libgnome-dev xfs xserver Recommended packages: automaken libmudflap0-dev curl wget lynx esound-clients libglib2.0-data libltdl3-dev xml-core libmail-sendmail-perl libcompress-zlib-perl The following NEW packages will be installed: autoconf automake1.9 autotools-dev binutils blender ccache cdbs cpp cpp-4.1 debhelper doxygen dpkg-dev esound-common file g++ g++-4.1 gcc gcc-4.1 gettext html2text intltool-debian liba52-0.7.4 libaa1 libaa1-dev libartsc0 libartsc0-dev libasound2-dev libaudio-dev libaudio2 libaudiofile-dev libaudiofile0 libavcodec0d libavformat0d libcal3d11-dev libcal3d11c2a libcoin40c2 libdc1394-13 libdirectfb-0.9-24 libdirectfb-dev libdirectfb-extra libdrm2 libesd-alsa0 libesd0-dev libfontenc1 libfreetype6 libfreetype6-dev libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx libglib2.0-0 libglib2.0-dev libglu1-mesa libglu1-mesa-dev libgsm1 libice-dev libice6 libjasper-1.701-1 libjpeg62 libjpeg62-dev libmagic1 libncurses5-dev libogg0 libopenexr2c2a libopenscenegraph-dev libopenscenegraph6 libopenthreads-dev libopenthreads6 libpng12-0 libpng12-dev libraw1394-8 libsdl1.2-dev libsdl1.2debian libsdl1.2debian-alsa libslang2-dev libsm-dev libsm6 libstdc++6-4.1-dev libtiff4 libtool libungif4g libvorbis0a libvorbisenc2 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfont1 libxi6 libxml2 libxml2-dev libxt-dev libxt6 libxxf86vm1 m4 make mesa-common-dev patch pkg-config po-debconf python-central x-dev x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev xfonts-base xfonts-encodings xfonts-utils xtrans-dev zlib1g-dev 0 upgraded, 115 newly installed, 0 to remove and 0 not upgraded. Need to get 34.7MB/94.9MB of archives. After unpacking 333MB of additional disk space will be used. WARNING: The following packages cannot be authenticated! libopenthreads6 libopenthreads-dev libopenscenegraph6 libopenscenegraph-dev Get:1 http://localhost ./ libopenthreads6 2.2.0-1 [17.7kB] Get:2 http://localhost ./ libopenthreads-dev 2.2.0-1 [14.4kB] Get:3 http://localhost ./ libopenscenegraph6 2.2.0-1 [34.2MB] Get:4 http://localhost ./ libopenscenegraph-dev 2.2.0-1 [453kB] Extracting templates from packages: 26% Extracting templates from packages: 52% Extracting templates from packages: 78% Extracting templates from packages: 100% Fetched 34.7MB in 1s (21.5MB/s) Selecting previously deselected package libice6. (Reading database ... 13728 files and directories currently installed.) Unpacking libice6 (from .../libice6_2%3a1.0.1-1ubuntu1_i386.deb) ... Selecting previously deselected package x11proto-core-dev. Unpacking x11proto-core-dev (from .../x11proto-core-dev_7.0.7-1_all.deb) ... Selecting previously deselected package libice-dev. Unpacking libice-dev (from .../libice-dev_2%3a1.0.1-1ubuntu1_i386.deb) ... Selecting previously deselected package libsm6. Unpacking libsm6 (from .../libsm6_2%3a1.0.1-1ubuntu1_i386.deb) ... Selecting previously deselected package libsm-dev. Unpacking libsm-dev (from .../libsm-dev_2%3a1.0.1-1ubuntu1_i386.deb) ... Selecting previously deselected package libxau6. Unpacking libxau6 (from .../libxau6_1%3a1.0.1-1_i386.deb) ... Selecting previously deselected package libxdmcp6. Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.0.1-1_i386.deb) ... Selecting previously deselected package libx11-data. Unpacking libx11-data (from .../libx11-data_2%3a1.0.3-0ubuntu4_all.deb) ... Selecting previously deselected package libx11-6. Unpacking libx11-6 (from .../libx11-6_2%3a1.0.3-0ubuntu4_i386.deb) ... Selecting previously deselected package libxau-dev. Unpacking libxau-dev (from .../libxau-dev_1%3a1.0.1-1_i386.deb) ... Selecting previously deselected package libxdmcp-dev. Unpacking libxdmcp-dev (from .../libxdmcp-dev_1%3a1.0.1-1_i386.deb) ... Selecting previously deselected package libxext6. Unpacking libxext6 (from .../libxext6_2%3a1.0.1-1ubuntu1_i386.deb) ... Selecting previously deselected package x11proto-input-dev. Unpacking x11proto-input-dev (from .../x11proto-input-dev_1.3.2-3ubuntu1_all.deb) ... Selecting previously deselected package x11proto-xext-dev. Unpacking x11proto-xext-dev (from .../x11proto-xext-dev_7.0.2-4ubuntu1_all.deb) ... Selecting previously deselected package x11proto-kb-dev. Unpacking x11proto-kb-dev (from .../x11proto-kb-dev_1.0.3-0ubuntu1_all.deb) ... Selecting previously deselected package xtrans-dev. Unpacking xtrans-dev (from .../xtrans-dev_1.0.1-1_all.deb) ... Selecting previously deselected package libx11-dev. Unpacking libx11-dev (from .../libx11-dev_2%3a1.0.3-0ubuntu4_i386.deb) ... Selecting previously deselected package libxext-dev. Unpacking libxext-dev (from .../libxext-dev_2%3a1.0.1-1ubuntu1_i386.deb) ... Selecting previously deselected package libxt6. Unpacking libxt6 (from .../libxt6_1%3a1.0.2-1ubuntu1_i386.deb) ... Selecting previously deselected package libxt-dev. Unpacking libxt-dev (from .../libxt-dev_1%3a1.0.2-1ubuntu1_i386.deb) ... Selecting previously deselected package libfontenc1. Unpacking libfontenc1 (from .../libfontenc1_1%3a1.0.2-1_i386.deb) ... Selecting previously deselected package libfreetype6. Unpacking libfreetype6 (from .../libfreetype6_2.2.1-5_i386.deb) ... Selecting previously deselected package libxfont1. Unpacking libxfont1 (from .../libxfont1_1%3a1.2.0-0ubuntu3_i386.deb) ... Selecting previously deselected package xfonts-encodings. Unpacking xfonts-encodings (from .../xfonts-encodings_1%3a1.0.0-5.1_all.deb) ... Selecting previously deselected package xfonts-utils. Unpacking xfonts-utils (from .../xfonts-utils_1%3a1.0.0-6ubuntu3_i386.deb) ... Setting up libfontenc1 (1.0.2-1) ... Setting up libfreetype6 (2.2.1-5) ... Setting up libxfont1 (1.2.0-0ubuntu3) ... Setting up xfonts-encodings (1.0.0-5.1) ... Setting up xfonts-utils (1.0.0-6ubuntu3) ... Selecting previously deselected package xfonts-base. (Reading database ... 15286 files and directories currently installed.) Unpacking xfonts-base (from .../xfonts-base_1%3a1.0.0-3ubuntu1_all.deb) ... Selecting previously deselected package libmagic1. Unpacking libmagic1 (from .../libmagic1_4.17-2ubuntu1_i386.deb) ... Selecting previously deselected package file. Unpacking file (from .../file_4.17-2ubuntu1_i386.deb) ... Selecting previously deselected package m4. Unpacking m4 (from .../archives/m4_1.4.4-1_i386.deb) ... Selecting previously deselected package autoconf. Unpacking autoconf (from .../autoconf_2.60-1_all.deb) ... Selecting previously deselected package autotools-dev. Unpacking autotools-dev (from .../autotools-dev_20060223.1_all.deb) ... Selecting previously deselected package automake1.9. Unpacking automake1.9 (from .../automake1.9_1.9.6-4_all.deb) ... Selecting previously deselected package binutils. Unpacking binutils (from .../binutils_2.17-1ubuntu1_i386.deb) ... Selecting previously deselected package liba52-0.7.4. Unpacking liba52-0.7.4 (from .../liba52-0.7.4_0.7.4-3_i386.deb) ... Selecting previously deselected package libgsm1. Unpacking libgsm1 (from .../libgsm1_1.0.10-13_i386.deb) ... Selecting previously deselected package libogg0. Unpacking libogg0 (from .../libogg0_1.1.3-2ubuntu1_i386.deb) ... Selecting previously deselected package libvorbis0a. Unpacking libvorbis0a (from .../libvorbis0a_1.1.2-1ubuntu1_i386.deb) ... Selecting previously deselected package libvorbisenc2. Unpacking libvorbisenc2 (from .../libvorbisenc2_1.1.2-1ubuntu1_i386.deb) ... Selecting previously deselected package libavcodec0d. Unpacking libavcodec0d (from .../libavcodec0d_3%3a0.cvs20060823-3.1ubuntu1_i386.deb) ... Selecting previously deselected package libraw1394-8. Unpacking libraw1394-8 (from .../libraw1394-8_1.2.1-0ubuntu1_i386.deb) ... Selecting previously deselected package libdc1394-13. Unpacking libdc1394-13 (from .../libdc1394-13_1.1.0-3ubuntu1_i386.deb) ... Selecting previously deselected package libavformat0d. Unpacking libavformat0d (from .../libavformat0d_3%3a0.cvs20060823-3.1ubuntu1_i386.deb) ... Selecting previously deselected package gettext. Unpacking gettext (from .../gettext_0.15-2ubuntu1_i386.deb) ... Selecting previously deselected package libdrm2. Unpacking libdrm2 (from .../libdrm2_2.0.2+git20060809-0ubuntu1_i386.deb) ... Selecting previously deselected package libxxf86vm1. Unpacking libxxf86vm1 (from .../libxxf86vm1_1%3a1.0.1-0ubuntu1_i386.deb) ... Selecting previously deselected package libgl1-mesa-glx. Unpacking libgl1-mesa-glx (from .../libgl1-mesa-glx_6.5.1~20060817-0ubuntu3_i386.deb) ... Selecting previously deselected package libglu1-mesa. Unpacking libglu1-mesa (from .../libglu1-mesa_6.5.1~20060817-0ubuntu3_i386.deb) ... Selecting previously deselected package libjpeg62. Unpacking libjpeg62 (from .../libjpeg62_6b-13_i386.deb) ... Selecting previously deselected package libopenexr2c2a. Unpacking libopenexr2c2a (from .../libopenexr2c2a_1.2.2-4.3_i386.deb) ... Selecting previously deselected package libpng12-0. Unpacking libpng12-0 (from .../libpng12-0_1.2.8rel-5.1_i386.deb) ... Selecting previously deselected package libdirectfb-0.9-24. Unpacking libdirectfb-0.9-24 (from .../libdirectfb-0.9-24_0.9.24-4ubuntu4_i386.deb) ... Selecting previously deselected package libsdl1.2debian-alsa. Unpacking libsdl1.2debian-alsa (from .../libsdl1.2debian-alsa_1.2.10-3ubuntu2_i386.deb) ... Selecting previously deselected package libsdl1.2debian. Unpacking libsdl1.2debian (from .../libsdl1.2debian_1.2.10-3ubuntu2_i386.deb) ... Selecting previously deselected package libxi6. Unpacking libxi6 (from .../libxi6_2%3a1.0.1-0ubuntu1_i386.deb) ... Selecting previously deselected package python-central. Unpacking python-central (from .../python-central_0.5.6ubuntu2_all.deb) ... Selecting previously deselected package blender. Unpacking blender (from .../blender_2.42a-1ubuntu1_i386.deb) ... Selecting previously deselected package ccache. Unpacking ccache (from .../archives/ccache_2.4-6_i386.deb) ... Selecting previously deselected package cdbs. Unpacking cdbs (from .../cdbs_0.4.46ubuntu6_all.deb) ... Selecting previously deselected package cpp-4.1. Unpacking cpp-4.1 (from .../cpp-4.1_4.1.1-13ubuntu5_i386.deb) ... Selecting previously deselected package cpp. Unpacking cpp (from .../cpp_4%3a4.1.1-6ubuntu3_i386.deb) ... Selecting previously deselected package patch. Unpacking patch (from .../patch_2.5.9-4_i386.deb) ... Selecting previously deselected package make. Unpacking make (from .../archives/make_3.81-2_i386.deb) ... Selecting previously deselected package dpkg-dev. Unpacking dpkg-dev (from .../dpkg-dev_1.13.22ubuntu7_all.deb) ... Selecting previously deselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-3_i386.deb) ... Selecting previously deselected package intltool-debian. Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710_all.deb) ... Selecting previously deselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.5_all.deb) ... Selecting previously deselected package debhelper. Unpacking debhelper (from .../debhelper_5.0.37.3ubuntu4_all.deb) ... Selecting previously deselected package doxygen. Unpacking doxygen (from .../doxygen_1.4.7-1_i386.deb) ... Selecting previously deselected package esound-common. Unpacking esound-common (from .../esound-common_0.2.36-3ubuntu3_all.deb) ... Selecting previously deselected package gcc-4.1. Unpacking gcc-4.1 (from .../gcc-4.1_4.1.1-13ubuntu5_i386.deb) ... Selecting previously deselected package gcc. Unpacking gcc (from .../gcc_4%3a4.1.1-6ubuntu3_i386.deb) ... Selecting previously deselected package libstdc++6-4.1-dev. Unpacking libstdc++6-4.1-dev (from .../libstdc++6-4.1-dev_4.1.1-13ubuntu5_i386.deb) ... Selecting previously deselected package g++-4.1. Unpacking g++-4.1 (from .../g++-4.1_4.1.1-13ubuntu5_i386.deb) ... Selecting previously deselected package g++. Unpacking g++ (from .../g++_4%3a4.1.1-6ubuntu3_i386.deb) ... Selecting previously deselected package libaa1. Unpacking libaa1 (from .../libaa1_1.4p5-30_i386.deb) ... Selecting previously deselected package libslang2-dev. Unpacking libslang2-dev (from .../libslang2-dev_2.0.6-2_i386.deb) ... Selecting previously deselected package libncurses5-dev. Unpacking libncurses5-dev (from .../libncurses5-dev_5.5-2ubuntu1_i386.deb) ... Selecting previously deselected package libaa1-dev. Unpacking libaa1-dev (from .../libaa1-dev_1.4p5-30_i386.deb) ... Selecting previously deselected package libartsc0. Unpacking libartsc0 (from .../libartsc0_1.5.4-0ubuntu1_i386.deb) ... Selecting previously deselected package libglib2.0-0. Unpacking libglib2.0-0 (from .../libglib2.0-0_2.12.4-0ubuntu1_i386.deb) ... Selecting previously deselected package pkg-config. Unpacking pkg-config (from .../pkg-config_0.20-1_i386.deb) ... Selecting previously deselected package libglib2.0-dev. Unpacking libglib2.0-dev (from .../libglib2.0-dev_2.12.4-0ubuntu1_i386.deb) ... Selecting previously deselected package libartsc0-dev. Unpacking libartsc0-dev (from .../libartsc0-dev_1.5.4-0ubuntu1_i386.deb) ... Selecting previously deselected package libasound2-dev. Unpacking libasound2-dev (from .../libasound2-dev_1.0.11-7ubuntu3_i386.deb) ... Selecting previously deselected package libaudio2. Unpacking libaudio2 (from .../libaudio2_1.8-2_i386.deb) ... Selecting previously deselected package libaudiofile0. Unpacking libaudiofile0 (from .../libaudiofile0_0.2.6-6ubuntu1_i386.deb) ... Selecting previously deselected package libaudiofile-dev. Unpacking libaudiofile-dev (from .../libaudiofile-dev_0.2.6-6ubuntu1_i386.deb) ... Selecting previously deselected package libcal3d11c2a. Unpacking libcal3d11c2a (from .../libcal3d11c2a_0.10.0-7_i386.deb) ... Selecting previously deselected package libcal3d11-dev. Unpacking libcal3d11-dev (from .../libcal3d11-dev_0.10.0-7_i386.deb) ... Selecting previously deselected package libcoin40c2. Unpacking libcoin40c2 (from .../libcoin40c2_2.4.5-2ubuntu1_i386.deb) ... Selecting previously deselected package libdirectfb-extra. Unpacking libdirectfb-extra (from .../libdirectfb-extra_0.9.24-4ubuntu4_i386.deb) ... Selecting previously deselected package zlib1g-dev. Unpacking zlib1g-dev (from .../zlib1g-dev_1%3a1.2.3-13ubuntu2_i386.deb) ... Selecting previously deselected package libfreetype6-dev. Unpacking libfreetype6-dev (from .../libfreetype6-dev_2.2.1-5_i386.deb) ... Selecting previously deselected package libjpeg62-dev. Unpacking libjpeg62-dev (from .../libjpeg62-dev_6b-13_i386.deb) ... Selecting previously deselected package libpng12-dev. Unpacking libpng12-dev (from .../libpng12-dev_1.2.8rel-5.1_i386.deb) ... Selecting previously deselected package x-dev. Unpacking x-dev (from .../archives/x-dev_7.0.7-1_all.deb) ... Selecting previously deselected package libdirectfb-dev. Unpacking libdirectfb-dev (from .../libdirectfb-dev_0.9.24-4ubuntu4_i386.deb) ... Selecting previously deselected package libesd-alsa0. Unpacking libesd-alsa0 (from .../libesd-alsa0_0.2.36-3ubuntu3_i386.deb) ... Selecting previously deselected package libesd0-dev. Unpacking libesd0-dev (from .../libesd0-dev_0.2.36-3ubuntu3_i386.deb) ... Selecting previously deselected package mesa-common-dev. Unpacking mesa-common-dev (from .../mesa-common-dev_6.5.1~20060817-0ubuntu3_all.deb) ... Selecting previously deselected package libgl1-mesa-dri. Unpacking libgl1-mesa-dri (from .../libgl1-mesa-dri_6.5.1~20060817-0ubuntu3_i386.deb) ... Selecting previously deselected package libgl1-mesa-dev. Unpacking libgl1-mesa-dev (from .../libgl1-mesa-dev_6.5.1~20060817-0ubuntu3_i386.deb) ... Selecting previously deselected package libglu1-mesa-dev. Unpacking libglu1-mesa-dev (from .../libglu1-mesa-dev_6.5.1~20060817-0ubuntu3_i386.deb) ... Selecting previously deselected package libjasper-1.701-1. Unpacking libjasper-1.701-1 (from .../libjasper-1.701-1_1.701.0-2_i386.deb) ... Selecting previously deselected package libopenthreads6. Unpacking libopenthreads6 (from .../libopenthreads6_2.2.0-1_i386.deb) ... Selecting previously deselected package libopenthreads-dev. Unpacking libopenthreads-dev (from .../libopenthreads-dev_2.2.0-1_i386.deb) ... Selecting previously deselected package libtiff4. Unpacking libtiff4 (from .../libtiff4_3.8.2-6_i386.deb) ... Selecting previously deselected package libungif4g. Unpacking libungif4g (from .../libungif4g_4.1.4-2_i386.deb) ... Selecting previously deselected package libopenscenegraph6. Unpacking libopenscenegraph6 (from .../libopenscenegraph6_2.2.0-1_i386.deb) ... Selecting previously deselected package libopenscenegraph-dev. Unpacking libopenscenegraph-dev (from .../libopenscenegraph-dev_2.2.0-1_i386.deb) ... Selecting previously deselected package libaudio-dev. Unpacking libaudio-dev (from .../libaudio-dev_1.8-2_i386.deb) ... Selecting previously deselected package libsdl1.2-dev. Unpacking libsdl1.2-dev (from .../libsdl1.2-dev_1.2.10-3ubuntu2_i386.deb) ... Selecting previously deselected package libtool. Unpacking libtool (from .../libtool_1.5.22-4_i386.deb) ... Selecting previously deselected package libxml2. Unpacking libxml2 (from .../libxml2_2.6.26.dfsg-2ubuntu4_i386.deb) ... Selecting previously deselected package libxml2-dev. Unpacking libxml2-dev (from .../libxml2-dev_2.6.26.dfsg-2ubuntu4_i386.deb) ... Setting up libice6 (1.0.1-1ubuntu1) ... Setting up x11proto-core-dev (7.0.7-1) ... Setting up libice-dev (1.0.1-1ubuntu1) ... Setting up libsm6 (1.0.1-1ubuntu1) ... Setting up libsm-dev (1.0.1-1ubuntu1) ... Setting up libxau6 (1.0.1-1) ... Setting up libxdmcp6 (1.0.1-1) ... Setting up libx11-data (1.0.3-0ubuntu4) ... Setting up libx11-6 (1.0.3-0ubuntu4) ... Setting up libxau-dev (1.0.1-1) ... Setting up libxdmcp-dev (1.0.1-1) ... Setting up libxext6 (1.0.1-1ubuntu1) ... Setting up x11proto-input-dev (1.3.2-3ubuntu1) ... Setting up x11proto-xext-dev (7.0.2-4ubuntu1) ... Setting up x11proto-kb-dev (1.0.3-0ubuntu1) ... Setting up xtrans-dev (1.0.1-1) ... Setting up libxt6 (1.0.2-1ubuntu1) ... Setting up xfonts-base (1.0.0-3ubuntu1) ... warning: /usr/lib/X11/fonts/misc does not exist or is not a directory warning: /etc/X11/fonts/misc does not exist or is not a directory warning: /usr/lib/X11/fonts/misc does not exist or is not a directory Setting up libmagic1 (4.17-2ubuntu1) ... Setting up file (4.17-2ubuntu1) ... Setting up m4 (1.4.4-1) ... Setting up autoconf (2.60-1) ... Setting up autotools-dev (20060223.1) ... Setting up automake1.9 (1.9.6-4) ... Setting up binutils (2.17-1ubuntu1) ... Setting up liba52-0.7.4 (0.7.4-3) ... Setting up libgsm1 (1.0.10-13) ... Setting up libogg0 (1.1.3-2ubuntu1) ... Setting up libvorbis0a (1.1.2-1ubuntu1) ... Setting up libvorbisenc2 (1.1.2-1ubuntu1) ... Setting up libavcodec0d (0.cvs20060823-3.1ubuntu1) ... Setting up libraw1394-8 (1.2.1-0ubuntu1) ... Creating device node /dev/raw1394... done. Setting up libdc1394-13 (1.1.0-3ubuntu1) ... Setting up libavformat0d (0.cvs20060823-3.1ubuntu1) ... Setting up gettext (0.15-2ubuntu1) ... Setting up libdrm2 (2.0.2+git20060809-0ubuntu1) ... Setting up libxxf86vm1 (1.0.1-0ubuntu1) ... Setting up libgl1-mesa-glx (6.5.1~20060817-0ubuntu3) ... Setting up libglu1-mesa (6.5.1~20060817-0ubuntu3) ... Setting up libjpeg62 (6b-13) ... Setting up libopenexr2c2a (1.2.2-4.3) ... Setting up libpng12-0 (1.2.8rel-5.1) ... Setting up libdirectfb-0.9-24 (0.9.24-4ubuntu4) ... Setting up libsdl1.2debian-alsa (1.2.10-3ubuntu2) ... Setting up libsdl1.2debian (1.2.10-3ubuntu2) ... Setting up libxi6 (1.0.1-0ubuntu1) ... Setting up python-central (0.5.6ubuntu2) ... Setting up blender (2.42a-1ubuntu1) ... Setting up ccache (2.4-6) ... Setting up cdbs (0.4.46ubuntu6) ... Setting up cpp-4.1 (4.1.1-13ubuntu5) ... Setting up cpp (4.1.1-6ubuntu3) ... Setting up patch (2.5.9-4) ... Setting up make (3.81-2) ... Setting up dpkg-dev (1.13.22ubuntu7) ... Setting up html2text (1.3.2a-3) ... Setting up intltool-debian (0.35.0+20060710) ... Setting up po-debconf (1.0.5) ... Setting up debhelper (5.0.37.3ubuntu4) ... Setting up doxygen (1.4.7-1) ... Setting up esound-common (0.2.36-3ubuntu3) ... Setting up gcc-4.1 (4.1.1-13ubuntu5) ... Setting up gcc (4.1.1-6ubuntu3) ... Setting up libaa1 (1.4p5-30) ... Setting up libslang2-dev (2.0.6-2) ... Setting up libncurses5-dev (5.5-2ubuntu1) ... Setting up libartsc0 (1.5.4-0ubuntu1) ... Setting up libglib2.0-0 (2.12.4-0ubuntu1) ... Setting up pkg-config (0.20-1) ... Setting up libglib2.0-dev (2.12.4-0ubuntu1) ... Setting up libartsc0-dev (1.5.4-0ubuntu1) ... Setting up libasound2-dev (1.0.11-7ubuntu3) ... Setting up libaudio2 (1.8-2) ... Setting up libaudiofile0 (0.2.6-6ubuntu1) ... Setting up libaudiofile-dev (0.2.6-6ubuntu1) ... Setting up libcal3d11c2a (0.10.0-7) ... Setting up libcal3d11-dev (0.10.0-7) ... Setting up libcoin40c2 (2.4.5-2ubuntu1) ... Setting up libdirectfb-extra (0.9.24-4ubuntu4) ... Setting up zlib1g-dev (1.2.3-13ubuntu2) ... Setting up libfreetype6-dev (2.2.1-5) ... Setting up libjpeg62-dev (6b-13) ... Setting up libpng12-dev (1.2.8rel-5.1) ... Setting up x-dev (7.0.7-1) ... Setting up libesd-alsa0 (0.2.36-3ubuntu3) ... Setting up libesd0-dev (0.2.36-3ubuntu3) ... Setting up mesa-common-dev (6.5.1~20060817-0ubuntu3) ... Setting up libgl1-mesa-dri (6.5.1~20060817-0ubuntu3) ... Setting up libgl1-mesa-dev (6.5.1~20060817-0ubuntu3) ... Setting up libglu1-mesa-dev (6.5.1~20060817-0ubuntu3) ... Setting up libjasper-1.701-1 (1.701.0-2) ... Setting up libopenthreads6 (2.2.0-1) ... Setting up libopenthreads-dev (2.2.0-1) ... Setting up libtiff4 (3.8.2-6) ... Setting up libungif4g (4.1.4-2) ... Setting up libopenscenegraph6 (2.2.0-1) ... Setting up libopenscenegraph-dev (2.2.0-1) ... Setting up libaudio-dev (1.8-2) ... Setting up libtool (1.5.22-4) ... Setting up libxml2 (2.6.26.dfsg-2ubuntu4) ... Setting up libxml2-dev (2.6.26.dfsg-2ubuntu4) ... Setting up libxext-dev (1.0.1-1ubuntu1) ... Setting up libx11-dev (1.0.3-0ubuntu4) ... Setting up libxt-dev (1.0.2-1ubuntu1) ... Setting up g++-4.1 (4.1.1-13ubuntu5) ... Setting up libstdc++6-4.1-dev (4.1.1-13ubuntu5) ... Setting up g++ (4.1.1-6ubuntu3) ... Setting up libaa1-dev (1.4p5-30) ... Setting up libdirectfb-dev (0.9.24-4ubuntu4) ... Setting up libsdl1.2-dev (1.2.10-3ubuntu2) ... -> Finished parsing the build-deps cp -a /usr/lib/packaging-farm/debian/debuild.sh /usr/src/osgcal/build/debian/edgy/usr/src chroot /usr/src/osgcal/build/debian/edgy sh -c "cd /usr/src && DISTRIBUTION=edgy PACKAGE=osgcal DEB_BUILD_OPTIONS='' ./debuild.sh" dpkg-source: warning: extracting unsigned source package (./osgcal_0.1.46-2.dsc) dpkg-source: extracting osgcal in osgcal-0.1.46 dpkg-source: unpacking osgcal_0.1.46.orig.tar.gz dpkg-source: applying ./osgcal_0.1.46-2.diff.gz dpkg-buildpackage: source package is osgcal dpkg-buildpackage: source version is 0.1.46-2 dpkg-buildpackage: source changed by Loic Dachary (OuoU) dpkg-buildpackage: host architecture i386 dpkg-buildpackage: source version without epoch 0.1.46-2 debian/rules clean make[2]: Entering directory `/usr/src/osgcal-0.1.46' test -x debian/rules test "`id -u`" = 0 for i in ./config/config.guess ./config/config.sub ; do \ if test -e $i.cdbs-orig ; then \ mv $i.cdbs-orig $i ; \ fi ; \ done dh_clean /usr/bin/make -C . -k maintainer-clean make[3]: Entering directory `/usr/src/osgcal-0.1.46' make[3]: *** No rule to make target `maintainer-clean'. make[3]: Leaving directory `/usr/src/osgcal-0.1.46' 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 rm -fr html make[2]: Leaving directory `/usr/src/osgcal-0.1.46' debian/rules build make[2]: Entering directory `/usr/src/osgcal-0.1.46' 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/osgcal-0.1.46/./configure cd . && CC="cc" CXX="g++" CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS="" /usr/src/osgcal-0.1.46/./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/osgcal" --disable-maintainer-mode --disable-dependency-tracking --srcdir=. 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 perl... /usr/bin/perl checking for blender... /usr/bin/blender checking for Xvfb... no checking for valgrind... no checking whether to enable maintainer-specific portions of Makefiles... no checking for library containing strerror... none required checking for ANSI C header files... (cached) no checking for inline... inline checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for UNITTESTCPP... no checking for CAL3D... yes checking for XML... yes checking for GLIB... yes checking for sdl-config... /usr/bin/sdl-config checking for SDL - version >= 1.2.0... yes checking for OPENSCENEGRAPH... yes configure: creating ./config.status config.status: creating benchmark config.status: creating test-check config.status: creating check-benchmark config.status: creating Makefile config.status: creating osgcal.pc config.status: creating osgcal.1 config.status: creating test/Makefile config.status: creating test/texturelayersflatten/Makefile config.status: creating test/fixNormalHW/Makefile config.status: creating test/osgcal/Makefile config.status: creating data/Makefile config.status: creating data/simple/Makefile config.status: creating data/MC/Makefile config.status: creating config.h config.status: executing depfiles commands /usr/bin/make -C . make[3]: Entering directory `/usr/src/osgcal-0.1.46' /usr/bin/make all-recursive make[4]: Entering directory `/usr/src/osgcal-0.1.46' Making all in data make[5]: Entering directory `/usr/src/osgcal-0.1.46/data' Making all in simple make[6]: Entering directory `/usr/src/osgcal-0.1.46/data/simple' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/usr/src/osgcal-0.1.46/data/simple' Making all in MC make[6]: Entering directory `/usr/src/osgcal-0.1.46/data/MC' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/usr/src/osgcal-0.1.46/data/MC' make[6]: Entering directory `/usr/src/osgcal-0.1.46/data' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/usr/src/osgcal-0.1.46/data' make[5]: Leaving directory `/usr/src/osgcal-0.1.46/data' Making all in test make[5]: Entering directory `/usr/src/osgcal-0.1.46/test' make[6]: Entering directory `/usr/src/osgcal-0.1.46/test' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/usr/src/osgcal-0.1.46/test' make[5]: Leaving directory `/usr/src/osgcal-0.1.46/test' make[5]: Entering directory `/usr/src/osgcal-0.1.46' /bin/bash ./libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c -o CoreModel.lo `test -f 'src/osgCal/CoreModel.cpp' || echo './'`src/osgCal/CoreModel.cpp mkdir .libs ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/CoreModel.cpp -fPIC -DPIC -o .libs/CoreModel.o ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/CoreModel.cpp -o CoreModel.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c -o HardwareModel.lo `test -f 'src/osgCal/HardwareModel.cpp' || echo './'`src/osgCal/HardwareModel.cpp ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/HardwareModel.cpp -fPIC -DPIC -o .libs/HardwareModel.o ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/HardwareModel.cpp -o HardwareModel.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c -o IOCFG.lo `test -f 'src/osgCal/IOCFG.cpp' || echo './'`src/osgCal/IOCFG.cpp ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/IOCFG.cpp -fPIC -DPIC -o .libs/IOCFG.o ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/IOCFG.cpp -o IOCFG.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c -o IODebug.lo `test -f 'src/osgCal/IODebug.cpp' || echo './'`src/osgCal/IODebug.cpp ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/IODebug.cpp -fPIC -DPIC -o .libs/IODebug.o ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/IODebug.cpp -o IODebug.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c -o IOXFG.lo `test -f 'src/osgCal/IOXFG.cpp' || echo './'`src/osgCal/IOXFG.cpp ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/IOXFG.cpp -fPIC -DPIC -o .libs/IOXFG.o ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/IOXFG.cpp -o IOXFG.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c -o ImageCache.lo `test -f 'src/osgCal/ImageCache.cpp' || echo './'`src/osgCal/ImageCache.cpp ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/ImageCache.cpp -fPIC -DPIC -o .libs/ImageCache.o ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/ImageCache.cpp -o ImageCache.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c -o Model.lo `test -f 'src/osgCal/Model.cpp' || echo './'`src/osgCal/Model.cpp ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/Model.cpp -fPIC -DPIC -o .libs/Model.o ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/Model.cpp -o Model.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c -o SubMeshHardware.lo `test -f 'src/osgCal/SubMeshHardware.cpp' || echo './'`src/osgCal/SubMeshHardware.cpp ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/SubMeshHardware.cpp -fPIC -DPIC -o .libs/SubMeshHardware.o ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/SubMeshHardware.cpp -o SubMeshHardware.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c -o CustomAssert.lo `test -f 'src/osgCal/CustomAssert.cpp' || echo './'`src/osgCal/CustomAssert.cpp ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/CustomAssert.cpp -fPIC -DPIC -o .libs/CustomAssert.o ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/CustomAssert.cpp -o CustomAssert.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c -o SubMeshSoftware.lo `test -f 'src/osgCal/SubMeshSoftware.cpp' || echo './'`src/osgCal/SubMeshSoftware.cpp ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/SubMeshSoftware.cpp -fPIC -DPIC -o .libs/SubMeshSoftware.o ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/SubMeshSoftware.cpp -o SubMeshSoftware.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CXX --mode=compile ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c -o TextureLayersFlatten.lo `test -f 'src/osgCal/TextureLayersFlatten.cpp' || echo './'`src/osgCal/TextureLayersFlatten.cpp ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/TextureLayersFlatten.cpp -fPIC -DPIC -o .libs/TextureLayersFlatten.o ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c src/osgCal/TextureLayersFlatten.cpp -o TextureLayersFlatten.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CXX --mode=link ccache g++ -g -Wall -O2 -o libosgCal.la -rpath /usr/lib -version-info 0:0:0 CoreModel.lo HardwareModel.lo IOCFG.lo IODebug.lo IOXFG.lo ImageCache.lo Model.lo SubMeshHardware.lo CustomAssert.lo SubMeshSoftware.lo TextureLayersFlatten.lo -lcal3d -lxml2 -lglib-2.0 ccache g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.1.2/crtbeginS.o .libs/CoreModel.o .libs/HardwareModel.o .libs/IOCFG.o .libs/IODebug.o .libs/IOXFG.o .libs/ImageCache.o .libs/Model.o .libs/SubMeshHardware.o .libs/CustomAssert.o .libs/SubMeshSoftware.o .libs/TextureLayersFlatten.o /usr/lib/libcal3d.so /usr/lib/libxml2.so /usr/lib/libglib-2.0.so -L/usr/lib/gcc/i486-linux-gnu/4.1.2 -L/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.1.2/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/crtn.o -Wl,-soname -Wl,libosgCal.so.0 -o .libs/libosgCal.so.0.0.0 (cd .libs && rm -f libosgCal.so.0 && ln -s libosgCal.so.0.0.0 libosgCal.so.0) (cd .libs && rm -f libosgCal.so && ln -s libosgCal.so.0.0.0 libosgCal.so) ar cru .libs/libosgCal.a CoreModel.o HardwareModel.o IOCFG.o IODebug.o IOXFG.o ImageCache.o Model.o SubMeshHardware.o CustomAssert.o SubMeshSoftware.o TextureLayersFlatten.o ranlib .libs/libosgCal.a creating libosgCal.la (cd .libs && rm -f libosgCal.la && ln -s ../libosgCal.la libosgCal.la) ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDEFAULT_FILES='"paladin/paladin.cfg", "franck/cal3d.xfg", "simple/simple.cfg", "MC/cal3d.xfg"' -DDATA_DIR='"/usr/share/osgcal"' -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c -o osgcal-osgcal.o `test -f 'osgcal.cpp' || echo './'`osgcal.cpp ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDEFAULT_FILES='"paladin/paladin.cfg", "franck/cal3d.xfg", "simple/simple.cfg", "MC/cal3d.xfg"' -DDATA_DIR='"/usr/share/osgcal"' -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c -o osgcal-osgcal_main.o `test -f 'osgcal_main.cpp' || echo './'`osgcal_main.cpp ccache g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDEFAULT_FILES='"paladin/paladin.cfg", "franck/cal3d.xfg", "simple/simple.cfg", "MC/cal3d.xfg"' -DDATA_DIR='"/usr/share/osgcal"' -g -Wall -O2 -I./include -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -O2 -c -o osgcal-osgviewer.o `test -f 'osgviewer.cpp' || echo './'`osgviewer.cpp /bin/bash ./libtool --tag=CXX --mode=link ccache g++ -g -Wall -O2 -o osgcal osgcal-osgcal.o osgcal-osgcal_main.o osgcal-osgviewer.o ./libosgCal.la -lSDL -lpthread -lglib-2.0 -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgViewer -lOpenThreads -lutil -lcal3d -lxml2 -lglib-2.0 ccache g++ -g -Wall -O2 -o .libs/osgcal osgcal-osgcal.o osgcal-osgcal_main.o osgcal-osgviewer.o ./.libs/libosgCal.so /usr/lib/libSDL.so -lpthread -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgViewer -lOpenThreads -lutil /usr/lib/libcal3d.so /usr/lib/libxml2.so /usr/lib/libglib-2.0.so creating osgcal make[5]: Leaving directory `/usr/src/osgcal-0.1.46' make[4]: Leaving directory `/usr/src/osgcal-0.1.46' make[3]: Leaving directory `/usr/src/osgcal-0.1.46' touch debian/stamp-makefile-build /usr/bin/make -C . check make[3]: Entering directory `/usr/src/osgcal-0.1.46' Making check in data make[4]: Entering directory `/usr/src/osgcal-0.1.46/data' Making check in simple make[5]: Entering directory `/usr/src/osgcal-0.1.46/data/simple' make[5]: Nothing to be done for `check'. make[5]: Leaving directory `/usr/src/osgcal-0.1.46/data/simple' Making check in MC make[5]: Entering directory `/usr/src/osgcal-0.1.46/data/MC' make[5]: Nothing to be done for `check'. make[5]: Leaving directory `/usr/src/osgcal-0.1.46/data/MC' make[5]: Entering directory `/usr/src/osgcal-0.1.46/data' make[5]: Nothing to be done for `check-am'. make[5]: Leaving directory `/usr/src/osgcal-0.1.46/data' make[4]: Leaving directory `/usr/src/osgcal-0.1.46/data' Making check in test make[4]: Entering directory `/usr/src/osgcal-0.1.46/test' make[5]: Entering directory `/usr/src/osgcal-0.1.46/test' make[5]: Nothing to be done for `check-am'. make[5]: Leaving directory `/usr/src/osgcal-0.1.46/test' make[4]: Leaving directory `/usr/src/osgcal-0.1.46/test' make[4]: Entering directory `/usr/src/osgcal-0.1.46' /usr/bin/make check-TESTS make[5]: Entering directory `/usr/src/osgcal-0.1.46' No display and no xvfb : skip test-check.in PASS: ./test-check ================== All 1 tests passed ================== make[5]: Leaving directory `/usr/src/osgcal-0.1.46' make[4]: Leaving directory `/usr/src/osgcal-0.1.46' make[3]: Leaving directory `/usr/src/osgcal-0.1.46' touch debian/stamp-makefile-check doxygen debian/Doxyfile make[2]: Leaving directory `/usr/src/osgcal-0.1.46' debian/rules binary make[2]: Entering directory `/usr/src/osgcal-0.1.46' test -x debian/rules test "`id -u`" = 0 dh_clean -k dh_installdirs -A mkdir -p "." if test -e /usr/share/misc/config.guess ; then \ for i in ./config/config.guess ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.guess $i ; \ fi ; \ done ; \ fi if test -e /usr/share/misc/config.sub ; then \ for i in ./config/config.sub ; do \ if ! test -e $i.cdbs-orig ; then \ mv $i $i.cdbs-orig ; \ cp --remove-destination /usr/share/misc/config.sub $i ; \ fi ; \ done ; \ fi doxygen debian/Doxyfile /usr/bin/make -C . install DESTDIR=/usr/src/osgcal-0.1.46/debian/tmp/ make[3]: Entering directory `/usr/src/osgcal-0.1.46' Making install in data make[4]: Entering directory `/usr/src/osgcal-0.1.46/data' Making install in simple make[5]: Entering directory `/usr/src/osgcal-0.1.46/data/simple' make[6]: Entering directory `/usr/src/osgcal-0.1.46/data/simple' make[6]: Nothing to be done for `install-exec-am'. test -z "/usr/share/osgcal/simple" || mkdir -p -- "/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/simple" /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'simple.blend' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/simple/simple.blend' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'simple.cfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/simple/simple.cfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'Action_001.xaf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/simple/Action_001.xaf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'Cube.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/simple/Cube.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'plain.xrf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/simple/plain.xrf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'simple.xsf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/simple/simple.xsf' make[6]: Leaving directory `/usr/src/osgcal-0.1.46/data/simple' make[5]: Leaving directory `/usr/src/osgcal-0.1.46/data/simple' Making install in MC make[5]: Entering directory `/usr/src/osgcal-0.1.46/data/MC' make[6]: Entering directory `/usr/src/osgcal-0.1.46/data/MC' make[6]: Nothing to be done for `install-exec-am'. test -z "/usr/share/osgcal/MC" || mkdir -p -- "/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC" /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC1.blend' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/MC1.blend' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC2.blend' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/MC2.blend' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC3.blend' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/MC3.blend' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC1.cfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/MC1.cfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC2.cfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/MC2.cfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC3.cfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/MC3.cfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'Action.xaf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/Action.xaf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'box_mul.xrf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/box_mul.xrf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'Close_Head.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/Close_Head.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'console_mul.xrf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/console_mul.xrf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'Cube.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/Cube.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'dress_mul.xrf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/dress_mul.xrf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'Dress.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/Dress.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'Eyes.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/Eyes.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC1.xsf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/MC1.xsf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC2.xsf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/MC2.xsf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC3.xsf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/MC3.xsf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'Men_torso.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/Men_torso.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'Open_Head.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/Open_Head.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'Pant.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/Pant.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'plain.xrf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/plain.xrf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'Short.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/Short.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'Women_Torso.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/Women_Torso.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'texture/smilley_gif_nml.gif' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/smilley_gif_nml.gif' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'texture/box_mul.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/box_mul.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'texture/col.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/col.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'texture/console_mul.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/console_mul.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'texture/dress_mul.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/dress_mul.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'texture/head_brain_nml.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/head_brain_nml.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'texture/head_chip_nml.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/head_chip_nml.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'texture/head_hole_mul.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/head_hole_mul.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'texture/head_hole_ovl.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/head_hole_ovl.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'texture/head_spot_add.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/head_spot_add.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'texture/short_legs_nml.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/short_legs_nml.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'texture/torso_miss3_nml.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/torso_miss3_nml.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'texture/torso_mister3_nml.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/torso_mister3_nml.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'texture/msk_dress.tif' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/msk_dress.tif' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'texture/msk_head.tif' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/msk_head.tif' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'texture/msk_legs.tif' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/msk_legs.tif' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'texture/msk_torso.tif' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/msk_torso.tif' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'texture/MC.xcf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/MC.xcf' make[6]: Leaving directory `/usr/src/osgcal-0.1.46/data/MC' make[5]: Leaving directory `/usr/src/osgcal-0.1.46/data/MC' make[5]: Entering directory `/usr/src/osgcal-0.1.46/data' make[6]: Entering directory `/usr/src/osgcal-0.1.46/data' make[6]: Nothing to be done for `install-exec-am'. test -z "/usr/share/osgcal" || mkdir -p -- "/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal" /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_sneak.caf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_sneak.caf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_shoe.png' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_shoe.png' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_cape.cmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_cape.cmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_cloth.png' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_cloth.png' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_legguard_right.crf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_legguard_right.crf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin.csf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin.csf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_plate.png' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_plate.png' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_arm.png' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_arm.png' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_head.crf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_head.crf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_flesh.png' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_flesh.png' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_shoe.crf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_shoe.crf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin.cfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin.cfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_wave.caf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_wave.caf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_cape.png' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_cape.png' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_edge.png' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_edge.png' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_leg_right.crf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_leg_right.crf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_shoot_arrow.caf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_shoot_arrow.caf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_legplate_left.crf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_legplate_left.crf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_legplate_left.png' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_legplate_left.png' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_chest.png' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_chest.png' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_strut.caf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_strut.caf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_loin_lower.crf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_loin_lower.crf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_legging.png' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_legging.png' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_edge_alpha.png' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_edge_alpha.png' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_edge.crf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_edge.crf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_leg_left.crf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_leg_left.crf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_loin_upper.crf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_loin_upper.crf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_legplate_right.png' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_legplate_right.png' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_head.png' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_head.png' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_arm_right.crf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_arm_right.crf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_ponytail.png' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_ponytail.png' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_stripe.crf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_stripe.crf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_legguard_left.crf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_legguard_left.crf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_walk.caf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_walk.caf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_legguard.png' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_legguard.png' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_chest.crf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_chest.crf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_gird.crf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_gird.crf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_idle.caf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_idle.caf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_flesh.crf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_flesh.crf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_gird.png' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_gird.png' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_ponytail.crf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_ponytail.crf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_body.cmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_body.cmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_jog.caf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_jog.caf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_cape.crf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_cape.crf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_arm_left.crf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_arm_left.crf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_stripe.png' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_stripe.png' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_legplate_right.crf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_legplate_right.crf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'paladin/paladin_loincloth.cmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/paladin/paladin_loincloth.cmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/outfit.xfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/outfit.xfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/cardface1.xrf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/cardface1.xrf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/franck.blend' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/franck.blend' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/cardface2.xrf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/cardface2.xrf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/body2.xrf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/body2.xrf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/bentcard0.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/bentcard0.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/bentcard1.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/bentcard1.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/cardcovr.xrf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/cardcovr.xrf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/Action.xaf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/Action.xaf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/cardface0.xrf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/cardface0.xrf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/noiseeyes.xaf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/noiseeyes.xaf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/lookat.xaf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/lookat.xaf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/bentcard3.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/bentcard3.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/men.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/men.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/animation.xml' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/animation.xml' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/noiseskull.xaf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/noiseskull.xaf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/franck.xsf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/franck.xsf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/bentcard4.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/bentcard4.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/texture/cardface2.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/texture/cardface2.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/texture/cardcovr.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/texture/cardcovr.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/texture/cardface0.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/texture/cardface0.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/texture/mskmen.tif' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/texture/mskmen.tif' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/texture/cardface4.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/texture/cardface4.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/texture/body2.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/texture/body2.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/texture/cardface1.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/texture/cardface1.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/texture/cardface3.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/texture/cardface3.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/franck.cfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/franck.cfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/cardface3.xrf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/cardface3.xrf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/cal3d.xfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/cal3d.xfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/cardface4.xrf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/cardface4.xrf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'franck/bentcard2.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/franck/bentcard2.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/Open_Head.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/Open_Head.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/outfit01.xfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/outfit01.xfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/outfit10.xfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/outfit10.xfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/outfit.xfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/outfit.xfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/MC1.xsf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/MC1.xsf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/outfit00.xfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/outfit00.xfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/outfit08.xfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/outfit08.xfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/MC3.blend' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/MC3.blend' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/outfit09.xfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/outfit09.xfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/Women_Torso.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/Women_Torso.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/outfit15.xfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/outfit15.xfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/outfit14.xfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/outfit14.xfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/Short.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/Short.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/outfit03.xfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/outfit03.xfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/outfit12.xfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/outfit12.xfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/outfit11.xfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/outfit11.xfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/Pant.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/Pant.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/Men_torso.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/Men_torso.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/MC3.cfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/MC3.cfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/outfit13.xfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/outfit13.xfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/Eyes.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/Eyes.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/console_mul.xrf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/console_mul.xrf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/MC3.xsf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/MC3.xsf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/box_mul.xrf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/box_mul.xrf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/plain.xrf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/plain.xrf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/Action.xaf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/Action.xaf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/Dress.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/Dress.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/MC2.cfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/MC2.cfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/MC1.blend' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/MC1.blend' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/outfit02.xfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/outfit02.xfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/dress_mul.xrf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/dress_mul.xrf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/texture/col.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/col.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/texture/msk_legs.tif' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/msk_legs.tif' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/texture/msk_head.tif' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/msk_head.tif' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/texture/head_spot_add.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/head_spot_add.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/texture/head_hole_mul.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/head_hole_mul.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/texture/torso_mister3_nml.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/torso_mister3_nml.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/texture/MC.xcf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/MC.xcf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/texture/head_hole_ovl.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/head_hole_ovl.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/texture/torso_miss3_nml.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/torso_miss3_nml.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/texture/dress_mul.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/dress_mul.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/texture/smilley_gif_nml.gif' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/smilley_gif_nml.gif' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/texture/short_legs_nml.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/short_legs_nml.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/texture/box_mul.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/box_mul.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/texture/console_mul.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/console_mul.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/texture/msk_dress.tif' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/msk_dress.tif' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/texture/head_brain_nml.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/head_brain_nml.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/texture/head_chip_nml.tga' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/head_chip_nml.tga' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/texture/msk_torso.tif' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/texture/msk_torso.tif' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/Close_Head.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/Close_Head.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/outfit06.xfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/outfit06.xfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/Cube.xmf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/Cube.xmf' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/outfit04.xfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/outfit04.xfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/outfit07.xfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/outfit07.xfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/cal3d.xfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/cal3d.xfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/outfit05.xfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/outfit05.xfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/MC2.blend' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/MC2.blend' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/MC1.cfg' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/MC1.cfg' /usr/src/osgcal-0.1.46/config/install-sh -c -m 644 'MC/MC2.xsf' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/osgcal/MC/MC2.xsf' make[6]: Leaving directory `/usr/src/osgcal-0.1.46/data' make[5]: Leaving directory `/usr/src/osgcal-0.1.46/data' make[4]: Leaving directory `/usr/src/osgcal-0.1.46/data' Making install in test make[4]: Entering directory `/usr/src/osgcal-0.1.46/test' make[5]: Entering directory `/usr/src/osgcal-0.1.46/test' make[6]: Entering directory `/usr/src/osgcal-0.1.46/test' 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/osgcal-0.1.46/test' make[5]: Leaving directory `/usr/src/osgcal-0.1.46/test' make[4]: Leaving directory `/usr/src/osgcal-0.1.46/test' make[4]: Entering directory `/usr/src/osgcal-0.1.46' make[5]: Entering directory `/usr/src/osgcal-0.1.46' test -z "/usr/lib" || mkdir -p -- "/usr/src/osgcal-0.1.46/debian/tmp//usr/lib" /bin/bash ./libtool --mode=install /usr/bin/install -c 'libosgCal.la' '/usr/src/osgcal-0.1.46/debian/tmp//usr/lib/libosgCal.la' /usr/bin/install -c .libs/libosgCal.so.0.0.0 /usr/src/osgcal-0.1.46/debian/tmp//usr/lib/libosgCal.so.0.0.0 (cd /usr/src/osgcal-0.1.46/debian/tmp//usr/lib && { ln -s -f libosgCal.so.0.0.0 libosgCal.so.0 || { rm -f libosgCal.so.0 && ln -s libosgCal.so.0.0.0 libosgCal.so.0; }; }) (cd /usr/src/osgcal-0.1.46/debian/tmp//usr/lib && { ln -s -f libosgCal.so.0.0.0 libosgCal.so || { rm -f libosgCal.so && ln -s libosgCal.so.0.0.0 libosgCal.so; }; }) /usr/bin/install -c .libs/libosgCal.lai /usr/src/osgcal-0.1.46/debian/tmp//usr/lib/libosgCal.la /usr/bin/install -c .libs/libosgCal.a /usr/src/osgcal-0.1.46/debian/tmp//usr/lib/libosgCal.a chmod 644 /usr/src/osgcal-0.1.46/debian/tmp//usr/lib/libosgCal.a ranlib /usr/src/osgcal-0.1.46/debian/tmp//usr/lib/libosgCal.a libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/bin" || mkdir -p -- "/usr/src/osgcal-0.1.46/debian/tmp//usr/bin" /bin/bash ./libtool --mode=install /usr/bin/install -c 'osgcal' '/usr/src/osgcal-0.1.46/debian/tmp//usr/bin/osgcal' libtool: install: warning: `./libosgCal.la' has not been installed in `/usr/lib' /usr/bin/install -c .libs/osgcal /usr/src/osgcal-0.1.46/debian/tmp//usr/bin/osgcal test -z "/usr/share/man/man1" || mkdir -p -- "/usr/src/osgcal-0.1.46/debian/tmp//usr/share/man/man1" /usr/bin/install -c -m 644 './osgcal.1' '/usr/src/osgcal-0.1.46/debian/tmp//usr/share/man/man1/osgcal.1' test -z "/usr/lib/pkgconfig" || mkdir -p -- "/usr/src/osgcal-0.1.46/debian/tmp//usr/lib/pkgconfig" /usr/bin/install -c -m 644 'osgcal.pc' '/usr/src/osgcal-0.1.46/debian/tmp//usr/lib/pkgconfig/osgcal.pc' test -z "/usr/include/osgCal" || mkdir -p -- "/usr/src/osgcal-0.1.46/debian/tmp//usr/include/osgCal" /usr/bin/install -c -m 644 'include/osgCal/CoreModel' '/usr/src/osgcal-0.1.46/debian/tmp//usr/include/osgCal/CoreModel' /usr/bin/install -c -m 644 'include/osgCal/Export' '/usr/src/osgcal-0.1.46/debian/tmp//usr/include/osgCal/Export' /usr/bin/install -c -m 644 'include/osgCal/Model' '/usr/src/osgcal-0.1.46/debian/tmp//usr/include/osgCal/Model' /usr/bin/install -c -m 644 'include/osgCal/ImageCache' '/usr/src/osgcal-0.1.46/debian/tmp//usr/include/osgCal/ImageCache' /usr/bin/install -c -m 644 'include/osgCal/CustomAssert' '/usr/src/osgcal-0.1.46/debian/tmp//usr/include/osgCal/CustomAssert' /usr/bin/install -c -m 644 'include/osgCal/SubMeshHardware' '/usr/src/osgcal-0.1.46/debian/tmp//usr/include/osgCal/SubMeshHardware' /usr/bin/install -c -m 644 'include/osgCal/SubMeshSoftware' '/usr/src/osgcal-0.1.46/debian/tmp//usr/include/osgCal/SubMeshSoftware' /usr/bin/install -c -m 644 'include/osgCal/TextureLayersFlatten' '/usr/src/osgcal-0.1.46/debian/tmp//usr/include/osgCal/TextureLayersFlatten' make[5]: Leaving directory `/usr/src/osgcal-0.1.46' make[4]: Leaving directory `/usr/src/osgcal-0.1.46' make[3]: Leaving directory `/usr/src/osgcal-0.1.46' dh_installdirs -posgcal-doc dh_installdocs -posgcal-doc ./README ./NEWS ./AUTHORS dh_installexamples -posgcal-doc dh_installman -posgcal-doc dh_installinfo -posgcal-doc dh_installmenu -posgcal-doc dh_installcron -posgcal-doc dh_installinit -posgcal-doc dh_installdebconf -posgcal-doc dh_installemacsen -posgcal-doc dh_installcatalogs -posgcal-doc dh_installpam -posgcal-doc dh_installlogrotate -posgcal-doc dh_installlogcheck -posgcal-doc dh_installmime -posgcal-doc dh_installchangelogs -posgcal-doc ./ChangeLog dh_installudev -posgcal-doc dh_install -posgcal-doc dh_link -posgcal-doc dh_strip -posgcal-doc dh_compress -posgcal-doc dh_fixperms -posgcal-doc dh_makeshlibs -posgcal-doc dh_installdeb -posgcal-doc dh_perl -posgcal-doc dh_shlibdeps -posgcal-doc dh_gencontrol -posgcal-doc dh_md5sums -posgcal-doc dh_builddeb -posgcal-doc tar: -: file name read contains nul character dpkg-deb: building package `osgcal-doc' in `../osgcal-doc_0.1.46-2_all.deb'. dh_installdirs -plibosgcal-dev dh_installdirs -plibosgcal0 dh_installdirs -posgcal dh_installdocs -plibosgcal-dev ./README ./NEWS ./AUTHORS dh_installexamples -plibosgcal-dev dh_installman -plibosgcal-dev dh_installinfo -plibosgcal-dev dh_installmenu -plibosgcal-dev dh_installcron -plibosgcal-dev dh_installinit -plibosgcal-dev dh_installdebconf -plibosgcal-dev dh_installemacsen -plibosgcal-dev dh_installcatalogs -plibosgcal-dev dh_installpam -plibosgcal-dev dh_installlogrotate -plibosgcal-dev dh_installlogcheck -plibosgcal-dev dh_installmime -plibosgcal-dev dh_installchangelogs -plibosgcal-dev ./ChangeLog dh_installudev -plibosgcal-dev dh_install -plibosgcal-dev dh_link -plibosgcal-dev dh_installdocs -plibosgcal0 ./README ./NEWS ./AUTHORS dh_installexamples -plibosgcal0 dh_installman -plibosgcal0 dh_installinfo -plibosgcal0 dh_installmenu -plibosgcal0 dh_installcron -plibosgcal0 dh_installinit -plibosgcal0 dh_installdebconf -plibosgcal0 dh_installemacsen -plibosgcal0 dh_installcatalogs -plibosgcal0 dh_installpam -plibosgcal0 dh_installlogrotate -plibosgcal0 dh_installlogcheck -plibosgcal0 dh_installmime -plibosgcal0 dh_installchangelogs -plibosgcal0 ./ChangeLog dh_installudev -plibosgcal0 dh_install -plibosgcal0 dh_link -plibosgcal0 dh_installdocs -posgcal ./README ./NEWS ./AUTHORS dh_installexamples -posgcal dh_installman -posgcal dh_installinfo -posgcal dh_installmenu -posgcal dh_installcron -posgcal dh_installinit -posgcal dh_installdebconf -posgcal dh_installemacsen -posgcal dh_installcatalogs -posgcal dh_installpam -posgcal dh_installlogrotate -posgcal dh_installlogcheck -posgcal dh_installmime -posgcal dh_installchangelogs -posgcal ./ChangeLog dh_installudev -posgcal dh_install -posgcal dh_link -posgcal dh_strip -plibosgcal-dev dh_compress -plibosgcal-dev dh_fixperms -plibosgcal-dev dh_makeshlibs -plibosgcal-dev dh_strip -plibosgcal0 dh_compress -plibosgcal0 dh_fixperms -plibosgcal0 dh_makeshlibs -plibosgcal0 dh_strip -posgcal dh_compress -posgcal dh_fixperms -posgcal dh_makeshlibs -posgcal dh_installdeb -plibosgcal-dev dh_perl -plibosgcal-dev dh_shlibdeps -plibosgcal-dev dh_installdeb -plibosgcal0 dh_perl -plibosgcal0 dh_shlibdeps -plibosgcal0 dh_installdeb -posgcal dh_perl -posgcal dh_shlibdeps -posgcal dh_gencontrol -plibosgcal-dev dh_md5sums -plibosgcal-dev dh_builddeb -plibosgcal-dev tar: -: file name read contains nul character dpkg-deb: building package `libosgcal-dev' in `../libosgcal-dev_0.1.46-2_i386.deb'. dh_gencontrol -plibosgcal0 dh_md5sums -plibosgcal0 dh_builddeb -plibosgcal0 tar: -: file name read contains nul character dpkg-deb: building package `libosgcal0' in `../libosgcal0_0.1.46-2_i386.deb'. dh_gencontrol -posgcal dh_md5sums -posgcal dh_builddeb -posgcal tar: -: file name read contains nul character dpkg-deb: building package `osgcal' in `../osgcal_0.1.46-2_i386.deb'. make[2]: Leaving directory `/usr/src/osgcal-0.1.46' 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/osgcal/build/debian/edgy /usr/src/osgcal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgcal-edgy /usr/src/osgcal/build/debian/edgy ; fi umount /usr/src/osgcal/build/debian/edgy/proc > /dev/null 2>&1 umount /usr/src/osgcal/build/debian/edgy/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/osgcal/build/debian/edgy/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/edgy/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: Leaving directory `/usr/src/osgcal' make[1]: Entering directory `/usr/src/osgcal' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/edgy /usr/src/osgcal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgcal-edgy /usr/src/osgcal/build/debian/edgy ; fi umount /usr/src/osgcal/build/debian/edgy/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/edgy/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/edgy/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/edgy/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/osgcal/build/debian/edgy /usr/src/osgcal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgcal-edgy /usr/src/osgcal/build/debian/edgy ; fi mount -t proc proc /usr/src/osgcal/build/debian/edgy/proc mount -t devpts devpts /usr/src/osgcal/build/debian/edgy/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/edgy/archives/partial ; \ mount --bind gnulinux/debian/edgy/archives /usr/src/osgcal/build/debian/edgy/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/osgcal/build/debian/edgy/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/osgcal/build/debian/edgy/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/osgcal/build/debian/edgy/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/osgcal/build/debian/edgy/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/edgy/src mount --bind gnulinux/debian/edgy/src /usr/src/osgcal/build/debian/edgy/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/osgcal/build/debian/edgy/root/.ccache ; \ mount --bind /root/.ccache /usr/src/osgcal/build/debian/edgy/root/.ccache ; \ fi cd gnulinux/debian/edgy/src ; \ dpkg-scanpackages . /dev/null | gzip > Packages.gz ; \ dpkg-scansources . /dev/null | gzip > Sources.gz ** Packages in archive but missing from override file: ** libosgcal-dev libosgcal0 osgcal osgcal-doc Wrote 4 entries to output Packages file. lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/edgy /usr/src/osgcal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgcal-edgy /usr/src/osgcal/build/debian/edgy ; fi umount /usr/src/osgcal/build/debian/edgy/proc > /dev/null 2>&1 umount /usr/src/osgcal/build/debian/edgy/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/osgcal/build/debian/edgy/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/edgy/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: Leaving directory `/usr/src/osgcal' make[1]: Entering directory `/usr/src/osgcal' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/edgy /usr/src/osgcal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgcal-edgy /usr/src/osgcal/build/debian/edgy ; fi umount /usr/src/osgcal/build/debian/edgy/proc > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/edgy/dev/pts > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/edgy/usr/src > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/edgy/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/edgy && rm -fr /usr/src/osgcal/build/debian/edgy && mkdir /usr/src/osgcal/build/debian/edgy rm -fr /usr/src/osgcal/build/debian/edgy.unionfs lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/edgy /usr/src/osgcal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgcal-edgy /usr/src/osgcal/build/debian/edgy ; fi make chroot-mounts make[2]: Entering directory `/usr/src/osgcal' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/edgy /usr/src/osgcal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgcal-edgy /usr/src/osgcal/build/debian/edgy ; fi umount /usr/src/osgcal/build/debian/edgy/proc > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/edgy/dev/pts > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/edgy/usr/src > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/edgy/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/osgcal/build/debian/edgy /usr/src/osgcal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgcal-edgy /usr/src/osgcal/build/debian/edgy ; fi mount -t proc proc /usr/src/osgcal/build/debian/edgy/proc mount -t devpts devpts /usr/src/osgcal/build/debian/edgy/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/edgy/archives/partial ; \ mount --bind gnulinux/debian/edgy/archives /usr/src/osgcal/build/debian/edgy/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/osgcal/build/debian/edgy/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/osgcal/build/debian/edgy/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/osgcal/build/debian/edgy/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/osgcal/build/debian/edgy/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/edgy/src mount --bind gnulinux/debian/edgy/src /usr/src/osgcal/build/debian/edgy/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/osgcal/build/debian/edgy/root/.ccache ; \ mount --bind /root/.ccache /usr/src/osgcal/build/debian/edgy/root/.ccache ; \ fi make[2]: Leaving directory `/usr/src/osgcal' if [ debian = debian ] ; then \ source_list=/usr/src/osgcal/build/debian/edgy/etc/apt/sources.list ; \ : ; \ echo 'deb http://localhost/packaging-farm/openscenegraph/gnulinux/debian/edgy/src ./' >> $source_list ; \ timeout 600 chroot /usr/src/osgcal/build/debian/edgy apt-get -o Acquire::pdiffs=false update && \ timeout 3600 chroot /usr/src/osgcal/build/debian/edgy apt-get -y --force-yes dist-upgrade ; \ elif [ debian = fedora ] ; then \ TEMPLATE=/usr/src/osgcal/build/debian/edgy/etc/packaging-farm.yum ; \ : ; \ : ; \ chroot /usr/src/osgcal/build/debian/edgy yum -d 0 -e 0 -y update ; \ elif [ debian = gentoo ] ; then \ overlaydir=/usr/src/osgcal/build/debian/edgy/overlays ; \ mkdir -p $overlaydir ; \ rsync -avH --delete /gnulinux/gentoo/edgy/src/ $overlaydir/openthreads/ ; rsync -avH --delete /usr/src/openscenegraph/gnulinux/gentoo/edgy/src/ $overlaydir/openscenegraph/ ; \ fi Ign http://localhost ./ Release.gpg Ign http://localhost ./ Translation-en_US Ign http://localhost ./ Release Ign http://localhost ./ Packages Get:1 http://localhost ./ Packages [1312B] Get:2 http://fr2.archive.ubuntu.com edgy Release.gpg [191B] Ign http://fr2.archive.ubuntu.com edgy/main Translation-en_US Ign http://fr2.archive.ubuntu.com edgy/universe Translation-en_US Hit http://fr2.archive.ubuntu.com edgy Release Hit http://fr2.archive.ubuntu.com edgy/main Packages Hit http://fr2.archive.ubuntu.com edgy/universe Packages Fetched 1313B in 0s (5015B/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. make chroot-umounts make[2]: Entering directory `/usr/src/osgcal' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/edgy /usr/src/osgcal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgcal-edgy /usr/src/osgcal/build/debian/edgy ; fi umount /usr/src/osgcal/build/debian/edgy/proc > /dev/null 2>&1 umount /usr/src/osgcal/build/debian/edgy/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/osgcal/build/debian/edgy/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/edgy/root/.ccache > /dev/null 2>&1 ; \ fi make[2]: Leaving directory `/usr/src/osgcal' make[1]: Leaving directory `/usr/src/osgcal' make[1]: Entering directory `/usr/src/osgcal' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/edgy /usr/src/osgcal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgcal-edgy /usr/src/osgcal/build/debian/edgy ; fi umount /usr/src/osgcal/build/debian/edgy/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/edgy/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/edgy/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/edgy/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/osgcal/build/debian/edgy /usr/src/osgcal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgcal-edgy /usr/src/osgcal/build/debian/edgy ; fi mount -t proc proc /usr/src/osgcal/build/debian/edgy/proc mount -t devpts devpts /usr/src/osgcal/build/debian/edgy/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/edgy/archives/partial ; \ mount --bind gnulinux/debian/edgy/archives /usr/src/osgcal/build/debian/edgy/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/osgcal/build/debian/edgy/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/osgcal/build/debian/edgy/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/osgcal/build/debian/edgy/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/osgcal/build/debian/edgy/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/edgy/src mount --bind gnulinux/debian/edgy/src /usr/src/osgcal/build/debian/edgy/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/osgcal/build/debian/edgy/root/.ccache ; \ mount --bind /root/.ccache /usr/src/osgcal/build/debian/edgy/root/.ccache ; \ fi if test "libosgcal-dev osgcal" ; then \ echo 'deb file:///usr/src ./' >> /usr/src/osgcal/build/debian/edgy/etc/apt/sources.list && \ chroot /usr/src/osgcal/build/debian/edgy sh -c "apt-get update && apt-get install --yes --force-yes libosgcal-dev osgcal" ; \ fi Ign http://localhost ./ Release.gpg Ign file: ./ Release.gpg Ign file: ./ Translation-en_US Ign file: ./ Release Ign file: ./ Packages Ign http://localhost ./ Translation-en_US Ign http://localhost ./ Release Ign http://localhost ./ Packages Hit http://localhost ./ Packages Get:1 http://fr2.archive.ubuntu.com edgy Release.gpg [191B] Ign http://fr2.archive.ubuntu.com edgy/main Translation-en_US Ign http://fr2.archive.ubuntu.com edgy/universe Translation-en_US Hit http://fr2.archive.ubuntu.com edgy Release Hit http://fr2.archive.ubuntu.com edgy/main Packages Hit http://fr2.archive.ubuntu.com edgy/universe Packages Fetched 1B in 0s (4B/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libcal3d11-dev libcal3d11c2a libcoin40c2 libdirectfb-0.9-24 libdrm2 libfreetype6 libgl1-mesa-glx libglib2.0-0 libglu1-mesa libice6 libjasper-1.701-1 libjpeg62 libopenscenegraph6 libopenthreads6 libosgcal0 libpng12-0 libsdl1.2debian libsdl1.2debian-alsa libsm6 libtiff4 libungif4g libx11-6 libx11-data libxau6 libxdmcp6 libxext6 libxml2 libxxf86vm1 osgcal-doc Suggested packages: libopenal0a libfreetype6-dev libjasper-runtime blender gimp Recommended packages: libglib2.0-data xml-core The following NEW packages will be installed: libcal3d11-dev libcal3d11c2a libcoin40c2 libdirectfb-0.9-24 libdrm2 libfreetype6 libgl1-mesa-glx libglib2.0-0 libglu1-mesa libice6 libjasper-1.701-1 libjpeg62 libopenscenegraph6 libopenthreads6 libosgcal-dev libosgcal0 libpng12-0 libsdl1.2debian libsdl1.2debian-alsa libsm6 libtiff4 libungif4g libx11-6 libx11-data libxau6 libxdmcp6 libxext6 libxml2 libxxf86vm1 osgcal osgcal-doc 0 upgraded, 31 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/45.1MB of archives. After unpacking 182MB of additional disk space will be used. WARNING: The following packages cannot be authenticated! libopenthreads6 libopenscenegraph6 libosgcal0 libosgcal-dev osgcal-doc osgcal Extracting templates from packages: 96% Extracting templates from packages: 100% Selecting previously deselected package libxau6. (Reading database ... 13728 files and directories currently installed.) Unpacking libxau6 (from .../libxau6_1%3a1.0.1-1_i386.deb) ... Selecting previously deselected package libxdmcp6. Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.0.1-1_i386.deb) ... Selecting previously deselected package libx11-data. Unpacking libx11-data (from .../libx11-data_2%3a1.0.3-0ubuntu4_all.deb) ... Selecting previously deselected package libx11-6. Unpacking libx11-6 (from .../libx11-6_2%3a1.0.3-0ubuntu4_i386.deb) ... Selecting previously deselected package libcal3d11c2a. Unpacking libcal3d11c2a (from .../libcal3d11c2a_0.10.0-7_i386.deb) ... Selecting previously deselected package libcal3d11-dev. Unpacking libcal3d11-dev (from .../libcal3d11-dev_0.10.0-7_i386.deb) ... Selecting previously deselected package libdrm2. Unpacking libdrm2 (from .../libdrm2_2.0.2+git20060809-0ubuntu1_i386.deb) ... Selecting previously deselected package libxext6. Unpacking libxext6 (from .../libxext6_2%3a1.0.1-1ubuntu1_i386.deb) ... Selecting previously deselected package libxxf86vm1. Unpacking libxxf86vm1 (from .../libxxf86vm1_1%3a1.0.1-0ubuntu1_i386.deb) ... Selecting previously deselected package libgl1-mesa-glx. Unpacking libgl1-mesa-glx (from .../libgl1-mesa-glx_6.5.1~20060817-0ubuntu3_i386.deb) ... Selecting previously deselected package libice6. Unpacking libice6 (from .../libice6_2%3a1.0.1-1ubuntu1_i386.deb) ... Selecting previously deselected package libsm6. Unpacking libsm6 (from .../libsm6_2%3a1.0.1-1ubuntu1_i386.deb) ... Selecting previously deselected package libcoin40c2. Unpacking libcoin40c2 (from .../libcoin40c2_2.4.5-2ubuntu1_i386.deb) ... Selecting previously deselected package libdirectfb-0.9-24. Unpacking libdirectfb-0.9-24 (from .../libdirectfb-0.9-24_0.9.24-4ubuntu4_i386.deb) ... Selecting previously deselected package libfreetype6. Unpacking libfreetype6 (from .../libfreetype6_2.2.1-5_i386.deb) ... Selecting previously deselected package libglib2.0-0. Unpacking libglib2.0-0 (from .../libglib2.0-0_2.12.4-0ubuntu1_i386.deb) ... Selecting previously deselected package libjpeg62. Unpacking libjpeg62 (from .../libjpeg62_6b-13_i386.deb) ... Selecting previously deselected package libjasper-1.701-1. Unpacking libjasper-1.701-1 (from .../libjasper-1.701-1_1.701.0-2_i386.deb) ... Selecting previously deselected package libglu1-mesa. Unpacking libglu1-mesa (from .../libglu1-mesa_6.5.1~20060817-0ubuntu3_i386.deb) ... Selecting previously deselected package libopenthreads6. Unpacking libopenthreads6 (from .../libopenthreads6_2.2.0-1_i386.deb) ... Selecting previously deselected package libpng12-0. Unpacking libpng12-0 (from .../libpng12-0_1.2.8rel-5.1_i386.deb) ... Selecting previously deselected package libtiff4. Unpacking libtiff4 (from .../libtiff4_3.8.2-6_i386.deb) ... Selecting previously deselected package libungif4g. Unpacking libungif4g (from .../libungif4g_4.1.4-2_i386.deb) ... Selecting previously deselected package libopenscenegraph6. Unpacking libopenscenegraph6 (from .../libopenscenegraph6_2.2.0-1_i386.deb) ... Selecting previously deselected package libxml2. Unpacking libxml2 (from .../libxml2_2.6.26.dfsg-2ubuntu4_i386.deb) ... Selecting previously deselected package libosgcal0. Unpacking libosgcal0 (from ..././libosgcal0_0.1.46-2_i386.deb) ... Selecting previously deselected package libosgcal-dev. Unpacking libosgcal-dev (from .../libosgcal-dev_0.1.46-2_i386.deb) ... Selecting previously deselected package libsdl1.2debian-alsa. Unpacking libsdl1.2debian-alsa (from .../libsdl1.2debian-alsa_1.2.10-3ubuntu2_i386.deb) ... Selecting previously deselected package libsdl1.2debian. Unpacking libsdl1.2debian (from .../libsdl1.2debian_1.2.10-3ubuntu2_i386.deb) ... Selecting previously deselected package osgcal-doc. Unpacking osgcal-doc (from ..././osgcal-doc_0.1.46-2_all.deb) ... Selecting previously deselected package osgcal. Unpacking osgcal (from .../src/./osgcal_0.1.46-2_i386.deb) ... Setting up libxau6 (1.0.1-1) ... Setting up libxdmcp6 (1.0.1-1) ... Setting up libx11-data (1.0.3-0ubuntu4) ... Setting up libx11-6 (1.0.3-0ubuntu4) ... Setting up libcal3d11c2a (0.10.0-7) ... Setting up libcal3d11-dev (0.10.0-7) ... Setting up libdrm2 (2.0.2+git20060809-0ubuntu1) ... Setting up libxext6 (1.0.1-1ubuntu1) ... Setting up libxxf86vm1 (1.0.1-0ubuntu1) ... Setting up libgl1-mesa-glx (6.5.1~20060817-0ubuntu3) ... Setting up libice6 (1.0.1-1ubuntu1) ... Setting up libsm6 (1.0.1-1ubuntu1) ... Setting up libcoin40c2 (2.4.5-2ubuntu1) ... Setting up libdirectfb-0.9-24 (0.9.24-4ubuntu4) ... Setting up libfreetype6 (2.2.1-5) ... Setting up libglib2.0-0 (2.12.4-0ubuntu1) ... Setting up libjpeg62 (6b-13) ... Setting up libjasper-1.701-1 (1.701.0-2) ... Setting up libglu1-mesa (6.5.1~20060817-0ubuntu3) ... Setting up libopenthreads6 (2.2.0-1) ... Setting up libpng12-0 (1.2.8rel-5.1) ... Setting up libtiff4 (3.8.2-6) ... Setting up libungif4g (4.1.4-2) ... Setting up libopenscenegraph6 (2.2.0-1) ... Setting up libxml2 (2.6.26.dfsg-2ubuntu4) ... Setting up libosgcal0 (0.1.46-2) ... Setting up libosgcal-dev (0.1.46-2) ... Setting up libsdl1.2debian-alsa (1.2.10-3ubuntu2) ... Setting up libsdl1.2debian (1.2.10-3ubuntu2) ... Setting up osgcal-doc (0.1.46-2) ... Setting up osgcal (0.1.46-2) ... lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/edgy /usr/src/osgcal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgcal-edgy /usr/src/osgcal/build/debian/edgy ; fi umount /usr/src/osgcal/build/debian/edgy/proc > /dev/null 2>&1 umount /usr/src/osgcal/build/debian/edgy/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/edgy/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/osgcal/build/debian/edgy/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/edgy/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/edgy/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: Leaving directory `/usr/src/osgcal'