make[1]: Entering directory `/usr/src/osgcal' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/unstable /usr/src/osgcal/build/debian/unstable.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro osgcal-unstable /usr/src/osgcal/build/debian/unstable ; fi umount /usr/src/osgcal/build/debian/unstable/proc > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/unstable/dev/pts > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/unstable/usr/src > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/unstable/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/unstable && rm -fr /usr/src/osgcal/build/debian/unstable && mkdir /usr/src/osgcal/build/debian/unstable rm -fr /usr/src/osgcal/build/debian/unstable.unionfs lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/unstable /usr/src/osgcal/build/debian/unstable.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro osgcal-unstable /usr/src/osgcal/build/debian/unstable ; 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/unstable /usr/src/osgcal/build/debian/unstable.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro osgcal-unstable /usr/src/osgcal/build/debian/unstable ; fi umount /usr/src/osgcal/build/debian/unstable/proc > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/unstable/dev/pts > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/unstable/usr/src > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/unstable/root/.ccache > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/unstable /usr/src/osgcal/build/debian/unstable.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro osgcal-unstable /usr/src/osgcal/build/debian/unstable ; fi mount -t proc proc /usr/src/osgcal/build/debian/unstable/proc mount -t devpts devpts /usr/src/osgcal/build/debian/unstable/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/unstable/archives/partial ; \ mount --bind gnulinux/debian/unstable/archives /usr/src/osgcal/build/debian/unstable/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/osgcal/build/debian/unstable/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/osgcal/build/debian/unstable/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/osgcal/build/debian/unstable/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/osgcal/build/debian/unstable/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/unstable/src mount --bind gnulinux/debian/unstable/src /usr/src/osgcal/build/debian/unstable/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/osgcal/build/debian/unstable/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/osgcal/build/debian/unstable/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/osgcal/build/debian/unstable/root/.ccache ; \ mount --bind /root/.ccache /usr/src/osgcal/build/debian/unstable/root/.ccache ; \ fi make[2]: Leaving directory `/usr/src/osgcal' if [ debian = debian ] ; then \ source_list=/usr/src/osgcal/build/debian/unstable/etc/apt/sources.list ; \ : ; \ echo 'deb http://localhost/packaging-farm/openscenegraph/gnulinux/debian/unstable/src ./' >> $source_list ; \ timeout 600 chroot /usr/src/osgcal/build/debian/unstable apt-get -o Acquire::pdiffs=false update && \ timeout 3600 chroot /usr/src/osgcal/build/debian/unstable apt-get -y --force-yes dist-upgrade ; \ elif [ debian = fedora ] ; then \ TEMPLATE=/usr/src/osgcal/build/debian/unstable/etc/packaging-farm.yum ; \ : ; \ : ; \ chroot /usr/src/osgcal/build/debian/unstable yum -d 0 -e 0 -y update ; \ elif [ debian = gentoo ] ; then \ overlaydir=/usr/src/osgcal/build/debian/unstable/overlays ; \ mkdir -p $overlaydir ; \ rsync -avH --delete /gnulinux/gentoo/unstable/src/ $overlaydir/openthreads/ ; rsync -avH --delete /usr/src/openscenegraph/gnulinux/gentoo/unstable/src/ $overlaydir/openscenegraph/ ; \ fi Ign http://localhost ./ Release.gpg Ign http://localhost ./ Translation-en_US Ign http://localhost ./ Release Get:1 http://localhost ./ Packages [1331B] Get:2 http://ftp.fr.debian.org sid Release.gpg [189B] Ign http://ftp.fr.debian.org sid/main Translation-en_US Get:3 http://ftp.fr.debian.org sid Release [79.6kB] Get:4 http://ftp.fr.debian.org sid/main Packages [6548kB] Fetched 6629kB in 18s (353kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following packages will be upgraded: dpkg dpkg-dev dselect exim4-base exim4-config exim4-daemon-light fakeroot libdb4.4 man-db Preconfiguring packages ... 9 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/5872kB of archives. After unpacking 479kB of additional disk space will be used. (Reading database ... 15972 files and directories currently installed.) Preparing to replace dpkg 1.14.6 (using .../archives/dpkg_1.14.7_i386.deb) ... Unpacking replacement dpkg ... Setting up dpkg (1.14.7) ... (Reading database ... 15972 files and directories currently installed.) Preparing to replace libdb4.4 4.4.20-10 (using .../libdb4.4_4.4.20-11_i386.deb) ... Unpacking replacement libdb4.4 ... Preparing to replace man-db 2.4.4-4 (using .../man-db_2.5.0-1_i386.deb) ... Unpacking replacement man-db ... Preparing to replace dselect 1.14.6 (using .../dselect_1.14.7_i386.deb) ... Unpacking replacement dselect ... Preparing to replace exim4-daemon-light 4.67-8 (using .../exim4-daemon-light_4.68-1_i386.deb) ... Unpacking replacement exim4-daemon-light ... Preparing to replace exim4-config 4.67-8 (using .../exim4-config_4.68-1_all.deb) ... Removing obsolete conffile /etc/exim4/conf.d/acl/20_exim4-config_whitelist_local_deny ... Removing obsolete conffile /etc/exim4/conf.d/router/250_exim4-config_lowuid ... Unpacking replacement exim4-config ... Preparing to replace exim4-base 4.67-8 (using .../exim4-base_4.68-1_i386.deb) ... Unpacking replacement exim4-base ... Preparing to replace dpkg-dev 1.14.6 (using .../dpkg-dev_1.14.7_all.deb) ... Unpacking replacement dpkg-dev ... Preparing to replace fakeroot 1.8 (using .../fakeroot_1.8.1_i386.deb) ... Unpacking replacement fakeroot ... Setting up libdb4.4 (4.4.20-11) ... Setting up man-db (2.5.0-1) ... Installing new version of config file /etc/manpath.config ... Setting up dselect (1.14.7) ... Setting up exim4-config (4.68-1) ... Installing new version of config file /etc/exim4/conf.d/router/300_exim4-config_real_local ... Installing new version of config file /etc/exim4/conf.d/acl/40_exim4-config_check_data ... Installing new version of config file /etc/exim4/conf.d/acl/30_exim4-config_check_rcpt ... Installing new version of config file /etc/exim4/conf.d/main/03_exim4-config_tlsoptions ... Installing new version of config file /etc/exim4/exim4.conf.template ... Setting up exim4-base (4.68-1) ... Installing new version of config file /etc/init.d/exim4 ... Setting up exim4-daemon-light (4.68-1) ... Setting up dpkg-dev (1.14.7) ... Setting up fakeroot (1.8.1) ... make chroot-umounts make[2]: Entering directory `/usr/src/osgcal' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/unstable /usr/src/osgcal/build/debian/unstable.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro osgcal-unstable /usr/src/osgcal/build/debian/unstable ; fi umount /usr/src/osgcal/build/debian/unstable/proc > /dev/null 2>&1 umount /usr/src/osgcal/build/debian/unstable/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/osgcal/build/debian/unstable/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/unstable/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/unstable/src mkdir -p gnulinux/debian/unstable/src if [ -f osgcal/*/debian/control.unstable ] ; then \ cd gnulinux/debian/unstable/src ; \ dpkg-source -x ../../../../osgcal/*.dsc ; \ cp osgcal-*/debian/control.unstable osgcal-*/debian/control ; \ dpkg-source -b osgcal-*[0-9] osgcal_*.tar.gz ; \ elif [ -d osgcal/unstable ] ; then \ rsync -av osgcal/unstable/*.{dsc,gz} gnulinux/debian/unstable/src ; \ else \ rsync -av osgcal/*.{dsc,gz} gnulinux/debian/unstable/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/unstable /usr/src/osgcal/build/debian/unstable.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro osgcal-unstable /usr/src/osgcal/build/debian/unstable ; fi umount /usr/src/osgcal/build/debian/unstable/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/unstable/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/unstable/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/unstable/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/unstable /usr/src/osgcal/build/debian/unstable.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro osgcal-unstable /usr/src/osgcal/build/debian/unstable ; fi mount -t proc proc /usr/src/osgcal/build/debian/unstable/proc mount -t devpts devpts /usr/src/osgcal/build/debian/unstable/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/unstable/archives/partial ; \ mount --bind gnulinux/debian/unstable/archives /usr/src/osgcal/build/debian/unstable/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/osgcal/build/debian/unstable/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/osgcal/build/debian/unstable/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/osgcal/build/debian/unstable/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/osgcal/build/debian/unstable/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/unstable/src mount --bind gnulinux/debian/unstable/src /usr/src/osgcal/build/debian/unstable/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/osgcal/build/debian/unstable/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/osgcal/build/debian/unstable/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/osgcal/build/debian/unstable/root/.ccache ; \ mount --bind /root/.ccache /usr/src/osgcal/build/debian/unstable/root/.ccache ; \ fi /usr/lib/pbuilder/pbuilder-satisfydepends --force-version --chroot /usr/src/osgcal/build/debian/unstable --control gnulinux/debian/unstable/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 libcal3d12-dev -> Trying libcal3d12-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 xvfb [i386] -> Trying xvfb -> Considering xfonts-base -> Trying xfonts-base -> Installing debhelper doxygen autoconf g++ automake1.9 libtool pkg-config ccache cdbs libcal3d12-dev libopenscenegraph-dev libsdl1.2-dev libxml2-dev libglib2.0-dev blender xvfb xfonts-base Reading package lists... Building dependency tree... Reading state information... g++ is already the newest version. The following extra packages will be installed: autotools-dev html2text liba52-0.7.4 libasound2 libavcodec1d libavformat1d libavutil1d libcal3d12 libcoin40c2 libcurl3-gnutls libdbus-1-3 libdc1394-13 libdirectfb-0.9-25 libdrm2 libexpat1 libfontenc1 libfreetype6 libgdal1-1.4.0 libgeos-c1 libgeos2c2a libgl1-mesa-dev libgl1-mesa-glx libglib2.0-0 libglu1-mesa libglu1-mesa-dev libgsm1 libhal1 libhdf4g libhdf5-serial-1.6.5-0 libice6 libicu36 libidn11 libjasper1 libjpeg62 libkeyutils1 libkrb53 libltdl3 libmysqlclient15off libnetcdf3 libogdi3.2 libogg0 libopenexr2ldbl libopenscenegraph6 libopenthreads-dev libopenthreads6 libpixman-1-0 libpng12-0 libpq5 libraw1394-8 libsdl1.2debian libsdl1.2debian-alsa libsm6 libsqlite3-0 libsvga1 libsysfs2 libtheora0 libtiff4 libungif4g libvorbis0a libvorbisenc2 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxdamage1 libxdmcp-dev libxdmcp6 libxerces27 libxext-dev libxext6 libxfixes3 libxfont1 libxi6 libxml2 libxxf86vm1 m4 mesa-common-dev mysql-common odbcinst1debian1 po-debconf proj svgalibg1 unixodbc x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev xfonts-encodings xfonts-utils xlibmesa-gl-dev xtrans-dev Suggested packages: autoconf2.13 autobook autoconf-archive gnu-standards autoconf-doc automake1.9-doc yafray distcc devscripts doc-base dh-make doxygen-doc doxygen-gui graphviz libasound2-plugins libsimage-dev libopenal0 libfreetype6-dev libglib2.0-doc libhdf4g-doc libhdf4g-dev hdf4-tools libjasper-runtime krb5-doc krb5-user netcdf-doc ogdi-bin libraw1394-doc libtool-doc g77 fortran77-compiler gcj xalan proj-ps-doc libmyodbc odbc-postgresql libct1 xfs xserver Recommended packages: automaken ca-certificates dbus libglib2.0-data libxt-dev libsvga1-dev libasound2-dev libaa1-dev libaudio-dev libartsc0-dev libesd0-dev libdirectfb-dev libcaca-dev libcucul-dev libltdl3-dev xml-core libmail-sendmail-perl libcompress-zlib-perl xbase-clients The following NEW packages will be installed: autoconf automake1.9 autotools-dev blender ccache cdbs debhelper doxygen html2text liba52-0.7.4 libasound2 libavcodec1d libavformat1d libavutil1d libcal3d12 libcal3d12-dev libcoin40c2 libcurl3-gnutls libdbus-1-3 libdc1394-13 libdirectfb-0.9-25 libdrm2 libexpat1 libfontenc1 libfreetype6 libgdal1-1.4.0 libgeos-c1 libgeos2c2a libgl1-mesa-dev libgl1-mesa-glx libglib2.0-0 libglib2.0-dev libglu1-mesa libglu1-mesa-dev libgsm1 libhal1 libhdf4g libhdf5-serial-1.6.5-0 libice6 libicu36 libidn11 libjasper1 libjpeg62 libkeyutils1 libkrb53 libltdl3 libmysqlclient15off libnetcdf3 libogdi3.2 libogg0 libopenexr2ldbl libopenscenegraph-dev libopenscenegraph6 libopenthreads-dev libopenthreads6 libpixman-1-0 libpng12-0 libpq5 libraw1394-8 libsdl1.2-dev libsdl1.2debian libsdl1.2debian-alsa libsm6 libsqlite3-0 libsvga1 libsysfs2 libtheora0 libtiff4 libtool libungif4g libvorbis0a libvorbisenc2 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxdamage1 libxdmcp-dev libxdmcp6 libxerces27 libxext-dev libxext6 libxfixes3 libxfont1 libxi6 libxml2 libxml2-dev libxxf86vm1 m4 mesa-common-dev mysql-common odbcinst1debian1 pkg-config po-debconf proj svgalibg1 unixodbc x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev xfonts-base xfonts-encodings xfonts-utils xlibmesa-gl-dev xtrans-dev xvfb Extracting templates from packages: 27% Extracting templates from packages: 55% Extracting templates from packages: 82% Extracting templates from packages: 100% Preconfiguring packages ... 0 upgraded, 109 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/90.3MB of archives. After unpacking 289MB of additional disk space will be used. Selecting previously deselected package x11-common. (Reading database ... 15998 files and directories currently installed.) Unpacking x11-common (from .../x11-common_1%3a7.3+2_i386.deb) ... Selecting previously deselected package libxau6. Unpacking libxau6 (from .../libxau6_1%3a1.0.3-2_i386.deb) ... Selecting previously deselected package libxdmcp6. Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.0.2-2_i386.deb) ... Setting up x11-common (1:7.3+2) ... Selecting previously deselected package libx11-data. (Reading database ... 16041 files and directories currently installed.) Unpacking libx11-data (from .../libx11-data_2%3a1.0.3-7_all.deb) ... Selecting previously deselected package libx11-6. Unpacking libx11-6 (from .../libx11-6_2%3a1.0.3-7_i386.deb) ... /dev/mem: Operation not permitted Selecting previously deselected package x11proto-core-dev. Unpacking x11proto-core-dev (from .../x11proto-core-dev_7.0.11-1_all.deb) ... Selecting previously deselected package libxau-dev. Unpacking libxau-dev (from .../libxau-dev_1%3a1.0.3-2_i386.deb) ... Selecting previously deselected package libxdmcp-dev. Unpacking libxdmcp-dev (from .../libxdmcp-dev_1%3a1.0.2-2_i386.deb) ... Selecting previously deselected package libxext6. Unpacking libxext6 (from .../libxext6_1%3a1.0.3-2_i386.deb) ... Selecting previously deselected package x11proto-input-dev. Unpacking x11proto-input-dev (from .../x11proto-input-dev_1.4.2-1_all.deb) ... Selecting previously deselected package x11proto-xext-dev. Unpacking x11proto-xext-dev (from .../x11proto-xext-dev_7.0.2-5_all.deb) ... Selecting previously deselected package libxext-dev. Unpacking libxext-dev (from .../libxext-dev_1%3a1.0.3-2_i386.deb) ... Selecting previously deselected package x11proto-kb-dev. Unpacking x11proto-kb-dev (from .../x11proto-kb-dev_1.0.3-2_all.deb) ... Selecting previously deselected package xtrans-dev. Unpacking xtrans-dev (from .../xtrans-dev_1.0.4-1_all.deb) ... Selecting previously deselected package libx11-dev. Unpacking libx11-dev (from .../libx11-dev_2%3a1.0.3-7_i386.deb) ... Selecting previously deselected package libxfixes3. Unpacking libxfixes3 (from .../libxfixes3_1%3a4.0.3-2_i386.deb) ... Selecting previously deselected package libidn11. Unpacking libidn11 (from .../libidn11_1.1-1_i386.deb) ... Selecting previously deselected package libkeyutils1. Unpacking libkeyutils1 (from .../libkeyutils1_1.2-4_i386.deb) ... Selecting previously deselected package libkrb53. Unpacking libkrb53 (from .../libkrb53_1.6.dfsg.3~beta1-1_i386.deb) ... Selecting previously deselected package m4. Unpacking m4 (from .../archives/m4_1.4.10-1_i386.deb) ... Selecting previously deselected package autoconf. Unpacking autoconf (from .../autoconf_2.61-4_all.deb) ... Selecting previously deselected package autotools-dev. Unpacking autotools-dev (from .../autotools-dev_20070725.1_all.deb) ... Selecting previously deselected package automake1.9. Unpacking automake1.9 (from .../automake1.9_1.9.6+nogfdl-3_all.deb) ... Selecting previously deselected package liba52-0.7.4. Unpacking liba52-0.7.4 (from .../liba52-0.7.4_0.7.4-11_i386.deb) ... Selecting previously deselected package libavutil1d. Unpacking libavutil1d (from .../libavutil1d_0.cvs20070307-6_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-2_i386.deb) ... Selecting previously deselected package libtheora0. Unpacking libtheora0 (from .../libtheora0_1.0~beta1-1_i386.deb) ... Selecting previously deselected package libvorbis0a. Unpacking libvorbis0a (from .../libvorbis0a_1.2.0.dfsg-2_i386.deb) ... Selecting previously deselected package libvorbisenc2. Unpacking libvorbisenc2 (from .../libvorbisenc2_1.2.0.dfsg-2_i386.deb) ... Selecting previously deselected package libavcodec1d. Unpacking libavcodec1d (from .../libavcodec1d_0.cvs20070307-6_i386.deb) ... Selecting previously deselected package libraw1394-8. Unpacking libraw1394-8 (from .../libraw1394-8_1.2.1-3.1_i386.deb) ... Selecting previously deselected package libdc1394-13. Unpacking libdc1394-13 (from .../libdc1394-13_1.1.0-5_i386.deb) ... Selecting previously deselected package libavformat1d. Unpacking libavformat1d (from .../libavformat1d_0.cvs20070307-6_i386.deb) ... Selecting previously deselected package libfreetype6. Unpacking libfreetype6 (from .../libfreetype6_2.3.5-1+b1_i386.deb) ... Selecting previously deselected package libdrm2. Unpacking libdrm2 (from .../libdrm2_2.3.0-4_i386.deb) ... Selecting previously deselected package libxdamage1. Unpacking libxdamage1 (from .../libxdamage1_1%3a1.1.1-3_i386.deb) ... Selecting previously deselected package libxxf86vm1. Unpacking libxxf86vm1 (from .../libxxf86vm1_1%3a1.0.1-2_i386.deb) ... Selecting previously deselected package libgl1-mesa-glx. Unpacking libgl1-mesa-glx (from .../libgl1-mesa-glx_7.0.1-2_i386.deb) ... Selecting previously deselected package libglu1-mesa. Unpacking libglu1-mesa (from .../libglu1-mesa_7.0.1-2_i386.deb) ... Selecting previously deselected package libjpeg62. Unpacking libjpeg62 (from .../libjpeg62_6b-14_i386.deb) ... Selecting previously deselected package libopenexr2ldbl. Unpacking libopenexr2ldbl (from .../libopenexr2ldbl_1.2.2-4.4_i386.deb) ... Selecting previously deselected package libpng12-0. Unpacking libpng12-0 (from .../libpng12-0_1.2.15~beta5-2_i386.deb) ... Selecting previously deselected package libasound2. Unpacking libasound2 (from .../libasound2_1.0.14a-2_i386.deb) ... Selecting previously deselected package libsysfs2. Unpacking libsysfs2 (from .../libsysfs2_2.1.0-2+b1_i386.deb) ... Selecting previously deselected package libdirectfb-0.9-25. Unpacking libdirectfb-0.9-25 (from .../libdirectfb-0.9-25_0.9.25.1-6_i386.deb) ... Selecting previously deselected package libsvga1. Unpacking libsvga1 (from .../libsvga1_1%3a1.4.3-24_i386.deb) ... Selecting previously deselected package svgalibg1. Unpacking svgalibg1 (from .../svgalibg1_1%3a1.4.3-24_all.deb) ... Selecting previously deselected package libsdl1.2debian-alsa. Unpacking libsdl1.2debian-alsa (from .../libsdl1.2debian-alsa_1.2.12-1_i386.deb) ... Selecting previously deselected package libsdl1.2debian. Unpacking libsdl1.2debian (from .../libsdl1.2debian_1.2.12-1_i386.deb) ... Selecting previously deselected package libxi6. Unpacking libxi6 (from .../libxi6_2%3a1.1.3-1_i386.deb) ... Selecting previously deselected package blender. Unpacking blender (from .../blender_2.45-1_i386.deb) ... Selecting previously deselected package ccache. Unpacking ccache (from .../archives/ccache_2.4-9_i386.deb) ... Selecting previously deselected package cdbs. Unpacking cdbs (from .../archives/cdbs_0.4.49_all.deb) ... Selecting previously deselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-3_i386.deb) ... Selecting previously deselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.9_all.deb) ... Selecting previously deselected package debhelper. Unpacking debhelper (from .../debhelper_5.0.57_all.deb) ... Selecting previously deselected package doxygen. Unpacking doxygen (from .../doxygen_1.5.3-1_i386.deb) ... Selecting previously deselected package libcal3d12. Unpacking libcal3d12 (from .../libcal3d12_0.11.0-2_i386.deb) ... Selecting previously deselected package libcal3d12-dev. Unpacking libcal3d12-dev (from .../libcal3d12-dev_0.11.0-2_i386.deb) ... Selecting previously deselected package libice6. Unpacking libice6 (from .../libice6_2%3a1.0.4-1_i386.deb) ... Selecting previously deselected package libsm6. Unpacking libsm6 (from .../libsm6_2%3a1.0.3-1+b1_i386.deb) ... Selecting previously deselected package libcoin40c2. Unpacking libcoin40c2 (from .../libcoin40c2_2.4.6-2_i386.deb) ... Selecting previously deselected package libcurl3-gnutls. Unpacking libcurl3-gnutls (from .../libcurl3-gnutls_7.17.0-1_i386.deb) ... Selecting previously deselected package libdbus-1-3. Unpacking libdbus-1-3 (from .../libdbus-1-3_1.1.1-3_i386.deb) ... Selecting previously deselected package libexpat1. Unpacking libexpat1 (from .../libexpat1_1.95.8-4_i386.deb) ... Selecting previously deselected package libfontenc1. Unpacking libfontenc1 (from .../libfontenc1_1%3a1.0.4-2_i386.deb) ... Selecting previously deselected package libgeos2c2a. Unpacking libgeos2c2a (from .../libgeos2c2a_2.2.3-3_i386.deb) ... Selecting previously deselected package libgeos-c1. Unpacking libgeos-c1 (from .../libgeos-c1_2.2.3-3_i386.deb) ... Selecting previously deselected package mesa-common-dev. Unpacking mesa-common-dev (from .../mesa-common-dev_7.0.1-2_all.deb) ... Selecting previously deselected package libgl1-mesa-dev. Unpacking libgl1-mesa-dev (from .../libgl1-mesa-dev_7.0.1-2_all.deb) ... Selecting previously deselected package libglib2.0-0. Unpacking libglib2.0-0 (from .../libglib2.0-0_2.14.1-5_i386.deb) ... Selecting previously deselected package pkg-config. Unpacking pkg-config (from .../pkg-config_0.22-1_i386.deb) ... Selecting previously deselected package libglib2.0-dev. Unpacking libglib2.0-dev (from .../libglib2.0-dev_2.14.1-5_i386.deb) ... Selecting previously deselected package libglu1-mesa-dev. Unpacking libglu1-mesa-dev (from .../libglu1-mesa-dev_7.0.1-2_i386.deb) ... Selecting previously deselected package libhal1. Unpacking libhal1 (from .../libhal1_0.5.9.1-6_i386.deb) ... Selecting previously deselected package libhdf4g. Unpacking libhdf4g (from .../libhdf4g_4.1r4-21_i386.deb) ... Selecting previously deselected package libhdf5-serial-1.6.5-0. Unpacking libhdf5-serial-1.6.5-0 (from .../libhdf5-serial-1.6.5-0_1.6.5-5+b1_i386.deb) ... Selecting previously deselected package libicu36. Unpacking libicu36 (from .../libicu36_3.6-6_i386.deb) ... Selecting previously deselected package libjasper1. Unpacking libjasper1 (from .../libjasper1_1.900.1-3_i386.deb) ... Selecting previously deselected package libltdl3. Unpacking libltdl3 (from .../libltdl3_1.5.24-1_i386.deb) ... Selecting previously deselected package mysql-common. Unpacking mysql-common (from .../mysql-common_5.0.45-1_all.deb) ... Selecting previously deselected package libmysqlclient15off. Unpacking libmysqlclient15off (from .../libmysqlclient15off_5.0.45-1_i386.deb) ... Selecting previously deselected package libnetcdf3. Unpacking libnetcdf3 (from .../libnetcdf3_3.6.1-1_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 xlibmesa-gl-dev. Unpacking xlibmesa-gl-dev (from .../xlibmesa-gl-dev_1%3a7.3+2_all.deb) ... Selecting previously deselected package proj. Unpacking proj (from .../archives/proj_4.5.0-2_i386.deb) ... Selecting previously deselected package libogdi3.2. Unpacking libogdi3.2 (from .../libogdi3.2_3.2.0~beta1-3_i386.deb) ... Selecting previously deselected package libpq5. Unpacking libpq5 (from .../libpq5_8.2.5-1_i386.deb) ... Selecting previously deselected package libsqlite3-0. Unpacking libsqlite3-0 (from .../libsqlite3-0_3.4.2-2_i386.deb) ... Selecting previously deselected package libtiff4. Unpacking libtiff4 (from .../libtiff4_3.8.2-7_i386.deb) ... Selecting previously deselected package libungif4g. Unpacking libungif4g (from .../libungif4g_4.1.4-5_i386.deb) ... Selecting previously deselected package libxerces27. Unpacking libxerces27 (from .../libxerces27_2.7.0-4_i386.deb) ... Selecting previously deselected package odbcinst1debian1. Unpacking odbcinst1debian1 (from .../odbcinst1debian1_2.2.11-16_i386.deb) ... Selecting previously deselected package unixodbc. Unpacking unixodbc (from .../unixodbc_2.2.11-16_i386.deb) ... Selecting previously deselected package libgdal1-1.4.0. Unpacking libgdal1-1.4.0 (from .../libgdal1-1.4.0_1.4.2-1_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 libpixman-1-0. Unpacking libpixman-1-0 (from .../libpixman-1-0_0.9.5-2_i386.deb) ... Selecting previously deselected package libsdl1.2-dev. Unpacking libsdl1.2-dev (from .../libsdl1.2-dev_1.2.12-1_i386.deb) ... Selecting previously deselected package libtool. Unpacking libtool (from .../libtool_1.5.24-1_i386.deb) ... Selecting previously deselected package libxfont1. Unpacking libxfont1 (from .../libxfont1_1%3a1.3.1-1_i386.deb) ... Selecting previously deselected package libxml2. Unpacking libxml2 (from .../libxml2_2.6.30.dfsg-2_i386.deb) ... Selecting previously deselected package libxml2-dev. Unpacking libxml2-dev (from .../libxml2-dev_2.6.30.dfsg-2_i386.deb) ... Selecting previously deselected package xfonts-encodings. Unpacking xfonts-encodings (from .../xfonts-encodings_1%3a1.0.2-3_all.deb) ... Selecting previously deselected package xfonts-utils. Unpacking xfonts-utils (from .../xfonts-utils_1%3a1.0.1-2_i386.deb) ... Selecting previously deselected package xfonts-base. Unpacking xfonts-base (from .../xfonts-base_1%3a1.0.0-5_all.deb) ... /dev/mem: Operation not permitted Selecting previously deselected package xvfb. Unpacking xvfb (from .../xvfb_2%3a1.4-3_i386.deb) ... Setting up libxau6 (1:1.0.3-2) ... Setting up libxdmcp6 (1:1.0.2-2) ... Setting up libx11-data (2:1.0.3-7) ... Setting up libx11-6 (2:1.0.3-7) ... /dev/mem: Operation not permitted Setting up x11proto-core-dev (7.0.11-1) ... Setting up libxau-dev (1:1.0.3-2) ... Setting up libxdmcp-dev (1:1.0.2-2) ... Setting up libxext6 (1:1.0.3-2) ... Setting up x11proto-input-dev (1.4.2-1) ... Setting up x11proto-xext-dev (7.0.2-5) ... Setting up x11proto-kb-dev (1.0.3-2) ... Setting up xtrans-dev (1.0.4-1) ... Setting up libxfixes3 (1:4.0.3-2) ... Setting up libidn11 (1.1-1) ... Setting up libkeyutils1 (1.2-4) ... Setting up libkrb53 (1.6.dfsg.3~beta1-1) ... Setting up m4 (1.4.10-1) ... Setting up autoconf (2.61-4) ... Setting up autotools-dev (20070725.1) ... Setting up automake1.9 (1.9.6+nogfdl-3) ... Setting up liba52-0.7.4 (0.7.4-11) ... Setting up libavutil1d (0.cvs20070307-6) ... Setting up libgsm1 (1.0.10-13) ... Setting up libogg0 (1.1.3-2) ... Setting up libtheora0 (1.0~beta1-1) ... Setting up libvorbis0a (1.2.0.dfsg-2) ... Setting up libvorbisenc2 (1.2.0.dfsg-2) ... Setting up libavcodec1d (0.cvs20070307-6) ... Setting up libraw1394-8 (1.2.1-3.1) ... Creating device node /dev/raw1394... done. Setting up libdc1394-13 (1.1.0-5) ... Setting up libavformat1d (0.cvs20070307-6) ... Setting up libfreetype6 (2.3.5-1+b1) ... Setting up libdrm2 (2.3.0-4) ... Setting up libxdamage1 (1:1.1.1-3) ... Setting up libxxf86vm1 (1:1.0.1-2) ... Setting up libgl1-mesa-glx (7.0.1-2) ... Setting up libglu1-mesa (7.0.1-2) ... Setting up libjpeg62 (6b-14) ... Setting up libopenexr2ldbl (1.2.2-4.4) ... Setting up libpng12-0 (1.2.15~beta5-2) ... Setting up libasound2 (1.0.14a-2) ... Setting up libsysfs2 (2.1.0-2+b1) ... Setting up libdirectfb-0.9-25 (0.9.25.1-6) ... Setting up libsvga1 (1:1.4.3-24) ... Setting up svgalibg1 (1:1.4.3-24) ... Setting up libsdl1.2debian-alsa (1.2.12-1) ... Setting up libsdl1.2debian (1.2.12-1) ... Setting up libxi6 (2:1.1.3-1) ... Setting up blender (2.45-1) ... INFO: using old version '/usr/bin/python2.3' Setting up ccache (2.4-9) ... Setting up cdbs (0.4.49) ... Setting up html2text (1.3.2a-3) ... Setting up po-debconf (1.0.9) ... Setting up debhelper (5.0.57) ... Setting up doxygen (1.5.3-1) ... Setting up libcal3d12 (0.11.0-2) ... Setting up libcal3d12-dev (0.11.0-2) ... Setting up libice6 (2:1.0.4-1) ... Setting up libsm6 (2:1.0.3-1+b1) ... Setting up libcoin40c2 (2.4.6-2) ... Setting up libcurl3-gnutls (7.17.0-1) ... Setting up libdbus-1-3 (1.1.1-3) ... Setting up libexpat1 (1.95.8-4) ... Setting up libfontenc1 (1:1.0.4-2) ... Setting up libgeos2c2a (2.2.3-3) ... Setting up libgeos-c1 (2.2.3-3) ... Setting up libglib2.0-0 (2.14.1-5) ... Setting up pkg-config (0.22-1) ... Setting up libglib2.0-dev (2.14.1-5) ... Setting up libhal1 (0.5.9.1-6) ... Setting up libhdf4g (4.1r4-21) ... Setting up libhdf5-serial-1.6.5-0 (1.6.5-5+b1) ... Setting up libicu36 (3.6-6) ... Setting up libjasper1 (1.900.1-3) ... Setting up libltdl3 (1.5.24-1) ... Setting up mysql-common (5.0.45-1) ... Setting up libmysqlclient15off (5.0.45-1) ... Setting up libnetcdf3 (3.6.1-1) ... Setting up libopenthreads6 (2.2.0-1) ... Setting up libopenthreads-dev (2.2.0-1) ... Setting up proj (4.5.0-2) ... Setting up libogdi3.2 (3.2.0~beta1-3) ... Setting up libpq5 (8.2.5-1) ... Setting up libsqlite3-0 (3.4.2-2) ... Setting up libtiff4 (3.8.2-7) ... Setting up libungif4g (4.1.4-5) ... Setting up libxerces27 (2.7.0-4) ... Setting up odbcinst1debian1 (2.2.11-16) ... Setting up unixodbc (2.2.11-16) ... Setting up libgdal1-1.4.0 (1.4.2-1) ... Setting up libopenscenegraph6 (2.2.0-1) ... Setting up libpixman-1-0 (0.9.5-2) ... Setting up libtool (1.5.24-1) ... Setting up libxfont1 (1:1.3.1-1) ... Setting up libxml2 (2.6.30.dfsg-2) ... Setting up libxml2-dev (2.6.30.dfsg-2) ... Setting up xfonts-encodings (1:1.0.2-3) ... Setting up xfonts-utils (1:1.0.1-2) ... Setting up xfonts-base (1:1.0.0-5) ... /dev/mem: Operation not permitted Setting up xvfb (2:1.4-3) ... Setting up libxext-dev (1:1.0.3-2) ... Setting up libx11-dev (2:1.0.3-7) ... Setting up mesa-common-dev (7.0.1-2) ... Setting up libgl1-mesa-dev (7.0.1-2) ... Setting up libglu1-mesa-dev (7.0.1-2) ... Setting up xlibmesa-gl-dev (1:7.3+2) ... Setting up libopenscenegraph-dev (2.2.0-1) ... Setting up libsdl1.2-dev (1.2.12-1) ... -> Finished parsing the build-deps cp -a /usr/lib/packaging-farm/debian/debuild.sh /usr/src/osgcal/build/debian/unstable/usr/src chroot /usr/src/osgcal/build/debian/unstable sh -c "cd /usr/src && DISTRIBUTION=unstable 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 osgcal dpkg-buildpackage: source version 0.1.46-2 dpkg-buildpackage: source changed by Loic Dachary (OuoU) dpkg-buildpackage: host architecture i386 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... /usr/bin/Xvfb 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/sh ./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/sh ./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/sh ./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/sh ./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/sh ./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/sh ./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/sh ./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/sh ./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/sh ./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/sh ./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/sh ./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/sh ./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.2.1/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.2.1/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.2.1 -L/usr/lib/gcc/i486-linux-gnu/4.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.2.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.2.1/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.2.1/../../../../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/sh ./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 -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 -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' 0 error opening security policy file /etc/X11/xserver/SecurityPolicy Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list! Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled, removing from list! Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, removing from list! Could not init font path element /usr/share/fonts/X11/Type1, removing from list! Could not init font path element /usr/share/fonts/X11/100dpi, removing from list! Could not init font path element /usr/share/fonts/X11/75dpi, removing from list! Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list! FreeFontPath: FPE "/usr/share/fonts/X11/misc" refcount is 2, should be 1; fixing. error opening security policy file /etc/X11/xserver/SecurityPolicy Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list! Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled, removing from list! Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, removing from list! Could not init font path element /usr/share/fonts/X11/Type1, removing from list! Could not init font path element /usr/share/fonts/X11/100dpi, removing from list! Could not init font path element /usr/share/fonts/X11/75dpi, removing from list! Could not init font path element /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list! Time to load = 0.762377 FreeFontPath: FPE "/usr/share/fonts/X11/misc" refcount is 2, should be 1; fixing. error opening security policy file /etc/X11/xserver/SecurityPolicy 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 Warning: Tag `USE_WINDOWS_ENCODING' at line 10 of file debian/Doxyfile has become obsolete. To avoid this warning please update your configuration file using "doxygen -u" Warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 197 of file debian/Doxyfile has become obsolete. To avoid this warning please update your configuration file using "doxygen -u" Warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 198 of file debian/Doxyfile has become obsolete. To avoid this warning please update your configuration file using "doxygen -u" 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 Warning: Tag `USE_WINDOWS_ENCODING' at line 10 of file debian/Doxyfile has become obsolete. To avoid this warning please update your configuration file using "doxygen -u" Warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 197 of file debian/Doxyfile has become obsolete. To avoid this warning please update your configuration file using "doxygen -u" Warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 198 of file debian/Doxyfile has become obsolete. To avoid this warning please update your configuration file using "doxygen -u" /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/sh ./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/sh ./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 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 dpkg-deb: building package `libosgcal-dev' in `../libosgcal-dev_0.1.46-2_i386.deb'. dh_gencontrol -plibosgcal0 dh_md5sums -plibosgcal0 dh_builddeb -plibosgcal0 dpkg-deb: building package `libosgcal0' in `../libosgcal0_0.1.46-2_i386.deb'. dh_gencontrol -posgcal dh_md5sums -posgcal dh_builddeb -posgcal 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 >../osgcal_0.1.46-2_i386.changes dpkg-genchanges: binary-only upload - not including any source code dpkg-buildpackage: binary only upload (no source included) dpkg-genchanges: including full source code in upload lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/unstable /usr/src/osgcal/build/debian/unstable.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro osgcal-unstable /usr/src/osgcal/build/debian/unstable ; fi umount /usr/src/osgcal/build/debian/unstable/proc > /dev/null 2>&1 umount /usr/src/osgcal/build/debian/unstable/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/osgcal/build/debian/unstable/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/unstable/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/unstable /usr/src/osgcal/build/debian/unstable.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro osgcal-unstable /usr/src/osgcal/build/debian/unstable ; fi umount /usr/src/osgcal/build/debian/unstable/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/unstable/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/unstable/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/unstable/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/unstable /usr/src/osgcal/build/debian/unstable.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro osgcal-unstable /usr/src/osgcal/build/debian/unstable ; fi mount -t proc proc /usr/src/osgcal/build/debian/unstable/proc mount -t devpts devpts /usr/src/osgcal/build/debian/unstable/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/unstable/archives/partial ; \ mount --bind gnulinux/debian/unstable/archives /usr/src/osgcal/build/debian/unstable/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/osgcal/build/debian/unstable/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/osgcal/build/debian/unstable/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/osgcal/build/debian/unstable/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/osgcal/build/debian/unstable/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/unstable/src mount --bind gnulinux/debian/unstable/src /usr/src/osgcal/build/debian/unstable/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/osgcal/build/debian/unstable/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/osgcal/build/debian/unstable/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/osgcal/build/debian/unstable/root/.ccache ; \ mount --bind /root/.ccache /usr/src/osgcal/build/debian/unstable/root/.ccache ; \ fi cd gnulinux/debian/unstable/src ; \ dpkg-scanpackages . /dev/null | gzip > Packages.gz ; \ dpkg-scansources . /dev/null | gzip > Sources.gz ** Packages in archive but missing from override file: ** 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/unstable /usr/src/osgcal/build/debian/unstable.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro osgcal-unstable /usr/src/osgcal/build/debian/unstable ; fi umount /usr/src/osgcal/build/debian/unstable/proc > /dev/null 2>&1 umount /usr/src/osgcal/build/debian/unstable/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/osgcal/build/debian/unstable/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/unstable/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/unstable /usr/src/osgcal/build/debian/unstable.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro osgcal-unstable /usr/src/osgcal/build/debian/unstable ; fi umount /usr/src/osgcal/build/debian/unstable/proc > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/unstable/dev/pts > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/unstable/usr/src > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/unstable/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/unstable && rm -fr /usr/src/osgcal/build/debian/unstable && mkdir /usr/src/osgcal/build/debian/unstable rm -fr /usr/src/osgcal/build/debian/unstable.unionfs lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/unstable /usr/src/osgcal/build/debian/unstable.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro osgcal-unstable /usr/src/osgcal/build/debian/unstable ; 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/unstable /usr/src/osgcal/build/debian/unstable.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro osgcal-unstable /usr/src/osgcal/build/debian/unstable ; fi umount /usr/src/osgcal/build/debian/unstable/proc > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/unstable/dev/pts > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/unstable/usr/src > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/unstable/root/.ccache > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/unstable /usr/src/osgcal/build/debian/unstable.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro osgcal-unstable /usr/src/osgcal/build/debian/unstable ; fi mount -t proc proc /usr/src/osgcal/build/debian/unstable/proc mount -t devpts devpts /usr/src/osgcal/build/debian/unstable/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/unstable/archives/partial ; \ mount --bind gnulinux/debian/unstable/archives /usr/src/osgcal/build/debian/unstable/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/osgcal/build/debian/unstable/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/osgcal/build/debian/unstable/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/osgcal/build/debian/unstable/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/osgcal/build/debian/unstable/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/unstable/src mount --bind gnulinux/debian/unstable/src /usr/src/osgcal/build/debian/unstable/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/osgcal/build/debian/unstable/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/osgcal/build/debian/unstable/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/osgcal/build/debian/unstable/root/.ccache ; \ mount --bind /root/.ccache /usr/src/osgcal/build/debian/unstable/root/.ccache ; \ fi make[2]: Leaving directory `/usr/src/osgcal' if [ debian = debian ] ; then \ source_list=/usr/src/osgcal/build/debian/unstable/etc/apt/sources.list ; \ : ; \ echo 'deb http://localhost/packaging-farm/openscenegraph/gnulinux/debian/unstable/src ./' >> $source_list ; \ timeout 600 chroot /usr/src/osgcal/build/debian/unstable apt-get -o Acquire::pdiffs=false update && \ timeout 3600 chroot /usr/src/osgcal/build/debian/unstable apt-get -y --force-yes dist-upgrade ; \ elif [ debian = fedora ] ; then \ TEMPLATE=/usr/src/osgcal/build/debian/unstable/etc/packaging-farm.yum ; \ : ; \ : ; \ chroot /usr/src/osgcal/build/debian/unstable yum -d 0 -e 0 -y update ; \ elif [ debian = gentoo ] ; then \ overlaydir=/usr/src/osgcal/build/debian/unstable/overlays ; \ mkdir -p $overlaydir ; \ rsync -avH --delete /gnulinux/gentoo/unstable/src/ $overlaydir/openthreads/ ; rsync -avH --delete /usr/src/openscenegraph/gnulinux/gentoo/unstable/src/ $overlaydir/openscenegraph/ ; \ fi Ign http://localhost ./ Release.gpg Ign http://localhost ./ Translation-en_US Ign http://localhost ./ Release Get:1 http://localhost ./ Packages [1331B] Get:2 http://ftp.fr.debian.org sid Release.gpg [189B] Ign http://ftp.fr.debian.org sid/main Translation-en_US Get:3 http://ftp.fr.debian.org sid Release [79.6kB] Get:4 http://ftp.fr.debian.org sid/main Packages [6548kB] Fetched 6629kB in 20s (320kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following packages will be upgraded: dpkg dpkg-dev dselect exim4-base exim4-config exim4-daemon-light fakeroot libdb4.4 man-db Preconfiguring packages ... 9 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/5872kB of archives. After unpacking 479kB of additional disk space will be used. (Reading database ... 15972 files and directories currently installed.) Preparing to replace dpkg 1.14.6 (using .../archives/dpkg_1.14.7_i386.deb) ... Unpacking replacement dpkg ... Setting up dpkg (1.14.7) ... (Reading database ... 15972 files and directories currently installed.) Preparing to replace libdb4.4 4.4.20-10 (using .../libdb4.4_4.4.20-11_i386.deb) ... Unpacking replacement libdb4.4 ... Preparing to replace man-db 2.4.4-4 (using .../man-db_2.5.0-1_i386.deb) ... Unpacking replacement man-db ... Preparing to replace dselect 1.14.6 (using .../dselect_1.14.7_i386.deb) ... Unpacking replacement dselect ... Preparing to replace exim4-daemon-light 4.67-8 (using .../exim4-daemon-light_4.68-1_i386.deb) ... Unpacking replacement exim4-daemon-light ... Preparing to replace exim4-config 4.67-8 (using .../exim4-config_4.68-1_all.deb) ... Removing obsolete conffile /etc/exim4/conf.d/acl/20_exim4-config_whitelist_local_deny ... Removing obsolete conffile /etc/exim4/conf.d/router/250_exim4-config_lowuid ... Unpacking replacement exim4-config ... Preparing to replace exim4-base 4.67-8 (using .../exim4-base_4.68-1_i386.deb) ... Unpacking replacement exim4-base ... Preparing to replace dpkg-dev 1.14.6 (using .../dpkg-dev_1.14.7_all.deb) ... Unpacking replacement dpkg-dev ... Preparing to replace fakeroot 1.8 (using .../fakeroot_1.8.1_i386.deb) ... Unpacking replacement fakeroot ... Setting up libdb4.4 (4.4.20-11) ... Setting up man-db (2.5.0-1) ... Installing new version of config file /etc/manpath.config ... Setting up dselect (1.14.7) ... Setting up exim4-config (4.68-1) ... Installing new version of config file /etc/exim4/conf.d/router/300_exim4-config_real_local ... Installing new version of config file /etc/exim4/conf.d/acl/40_exim4-config_check_data ... Installing new version of config file /etc/exim4/conf.d/acl/30_exim4-config_check_rcpt ... Installing new version of config file /etc/exim4/conf.d/main/03_exim4-config_tlsoptions ... Installing new version of config file /etc/exim4/exim4.conf.template ... Setting up exim4-base (4.68-1) ... Installing new version of config file /etc/init.d/exim4 ... Setting up exim4-daemon-light (4.68-1) ... Setting up dpkg-dev (1.14.7) ... Setting up fakeroot (1.8.1) ... make chroot-umounts make[2]: Entering directory `/usr/src/osgcal' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/unstable /usr/src/osgcal/build/debian/unstable.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro osgcal-unstable /usr/src/osgcal/build/debian/unstable ; fi umount /usr/src/osgcal/build/debian/unstable/proc > /dev/null 2>&1 umount /usr/src/osgcal/build/debian/unstable/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/osgcal/build/debian/unstable/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/unstable/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/unstable /usr/src/osgcal/build/debian/unstable.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro osgcal-unstable /usr/src/osgcal/build/debian/unstable ; fi umount /usr/src/osgcal/build/debian/unstable/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/unstable/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgcal/build/debian/unstable/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgcal/build/debian/unstable/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/osgcal/build/debian/unstable/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgcal/build/debian/unstable/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgcal/build/debian/unstable /usr/src/osgcal/build/debian/unstable.unionfs if ! unionctl --query /usr/src/osgcal/build/debian/unstable > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgcal/build/debian/unstable.unionfs=rw:/chroot/debian/unstable=ro osgcal-unstable /usr/src/osgcal/build/debian/unstable ; fi mount -t proc proc /usr/src/osgcal/build/debian/unstable/proc mount -t devpts devpts /usr/src/osgcal/build/debian/unstable/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/unstable/archives/partial ; \ mount --bind gnulinux/debian/unstable/archives /usr/src/osgcal/build/debian/unstable/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/osgcal/build/debian/unstable/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/osgcal/build/debian/unstable/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/osgcal/build/debian/unstable/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/osgcal/build/debian/unstable/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/unstable/src mount --bind gnulinux/debian/unstable/src /usr/src/osgcal/build/debian/unstable/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/osgcal/build/debian/unstable/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/osgcal/build/debian/unstable/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/osgcal/build/debian/unstable/root/.ccache ; \ mount --bind /root/.ccache /usr/src/osgcal/build/debian/unstable/root/.ccache ; \ fi if test "libosgcal-dev osgcal" ; then \ echo 'deb file:///usr/src ./' >> /usr/src/osgcal/build/debian/unstable/etc/apt/sources.list && \ chroot /usr/src/osgcal/build/debian/unstable sh -c "apt-get update && apt-get install --yes --force-yes libosgcal-dev osgcal" ; \ fi Ign file: ./ Release.gpg Ign file: ./ Translation-en_US Ign file: ./ Release Ign http://localhost ./ Release.gpg Ign http://localhost ./ Translation-en_US Ign http://localhost ./ Release Ign http://localhost ./ Packages/DiffIndex Hit http://localhost ./ Packages Get:1 http://ftp.fr.debian.org sid Release.gpg [189B] Ign http://ftp.fr.debian.org sid/main Translation-en_US Hit http://ftp.fr.debian.org sid Release Get:2 http://ftp.fr.debian.org sid/main Packages/DiffIndex [2038B] Fetched 2039B in 0s (2393B/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libasound2 libcal3d12 libcal3d12-dev libcoin40c2 libcurl3-gnutls libdirectfb-0.9-25 libdrm2 libexpat1 libfreetype6 libgdal1-1.4.0 libgeos-c1 libgeos2c2a libgl1-mesa-glx libglib2.0-0 libglu1-mesa libhdf4g libhdf5-serial-1.6.5-0 libice6 libicu36 libidn11 libjasper1 libjpeg62 libkeyutils1 libkrb53 libltdl3 libmysqlclient15off libnetcdf3 libogdi3.2 libopenscenegraph6 libopenthreads6 libosgcal0 libpng12-0 libpq5 libsdl1.2debian libsdl1.2debian-alsa libsm6 libsqlite3-0 libsvga1 libsysfs2 libtiff4 libungif4g libx11-6 libx11-data libxau6 libxdamage1 libxdmcp6 libxerces27 libxext6 libxfixes3 libxml2 libxxf86vm1 mysql-common odbcinst1debian1 osgcal-doc proj svgalibg1 unixodbc x11-common Suggested packages: libasound2-plugins libsimage-dev libopenal0 libfreetype6-dev libhdf4g-doc libhdf4g-dev hdf4-tools libjasper-runtime krb5-doc krb5-user netcdf-doc ogdi-bin xalan blender gimp proj-ps-doc libmyodbc odbc-postgresql libct1 Recommended packages: ca-certificates libglib2.0-data xml-core The following NEW packages will be installed: libasound2 libcal3d12 libcal3d12-dev libcoin40c2 libcurl3-gnutls libdirectfb-0.9-25 libdrm2 libexpat1 libfreetype6 libgdal1-1.4.0 libgeos-c1 libgeos2c2a libgl1-mesa-glx libglib2.0-0 libglu1-mesa libhdf4g libhdf5-serial-1.6.5-0 libice6 libicu36 libidn11 libjasper1 libjpeg62 libkeyutils1 libkrb53 libltdl3 libmysqlclient15off libnetcdf3 libogdi3.2 libopenscenegraph6 libopenthreads6 libosgcal-dev libosgcal0 libpng12-0 libpq5 libsdl1.2debian libsdl1.2debian-alsa libsm6 libsqlite3-0 libsvga1 libsysfs2 libtiff4 libungif4g libx11-6 libx11-data libxau6 libxdamage1 libxdmcp6 libxerces27 libxext6 libxfixes3 libxml2 libxxf86vm1 mysql-common odbcinst1debian1 osgcal osgcal-doc proj svgalibg1 unixodbc x11-common 0 upgraded, 60 newly installed, 0 to remove and 0 not upgraded. Need to get 0B/65.9MB of archives. After unpacking 227MB of additional disk space will be used. WARNING: The following packages cannot be authenticated! libosgcal0 libosgcal-dev osgcal-doc osgcal Extracting templates from packages: 50% Extracting templates from packages: 100% Preconfiguring packages ... Selecting previously deselected package x11-common. (Reading database ... 15998 files and directories currently installed.) Unpacking x11-common (from .../x11-common_1%3a7.3+2_i386.deb) ... Selecting previously deselected package libxau6. Unpacking libxau6 (from .../libxau6_1%3a1.0.3-2_i386.deb) ... Selecting previously deselected package libxdmcp6. Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.0.2-2_i386.deb) ... Setting up x11-common (1:7.3+2) ... Selecting previously deselected package libx11-data. (Reading database ... 16041 files and directories currently installed.) Unpacking libx11-data (from .../libx11-data_2%3a1.0.3-7_all.deb) ... Selecting previously deselected package libx11-6. Unpacking libx11-6 (from .../libx11-6_2%3a1.0.3-7_i386.deb) ... /dev/mem: Operation not permitted Selecting previously deselected package libxfixes3. Unpacking libxfixes3 (from .../libxfixes3_1%3a4.0.3-2_i386.deb) ... Selecting previously deselected package libidn11. Unpacking libidn11 (from .../libidn11_1.1-1_i386.deb) ... Selecting previously deselected package libkeyutils1. Unpacking libkeyutils1 (from .../libkeyutils1_1.2-4_i386.deb) ... Selecting previously deselected package libkrb53. Unpacking libkrb53 (from .../libkrb53_1.6.dfsg.3~beta1-1_i386.deb) ... Selecting previously deselected package libasound2. Unpacking libasound2 (from .../libasound2_1.0.14a-2_i386.deb) ... Selecting previously deselected package libcal3d12. Unpacking libcal3d12 (from .../libcal3d12_0.11.0-2_i386.deb) ... Selecting previously deselected package libcal3d12-dev. Unpacking libcal3d12-dev (from .../libcal3d12-dev_0.11.0-2_i386.deb) ... Selecting previously deselected package libdrm2. Unpacking libdrm2 (from .../libdrm2_2.3.0-4_i386.deb) ... Selecting previously deselected package libxdamage1. Unpacking libxdamage1 (from .../libxdamage1_1%3a1.1.1-3_i386.deb) ... Selecting previously deselected package libxext6. Unpacking libxext6 (from .../libxext6_1%3a1.0.3-2_i386.deb) ... Selecting previously deselected package libxxf86vm1. Unpacking libxxf86vm1 (from .../libxxf86vm1_1%3a1.0.1-2_i386.deb) ... Selecting previously deselected package libgl1-mesa-glx. Unpacking libgl1-mesa-glx (from .../libgl1-mesa-glx_7.0.1-2_i386.deb) ... Selecting previously deselected package libice6. Unpacking libice6 (from .../libice6_2%3a1.0.4-1_i386.deb) ... Selecting previously deselected package libsm6. Unpacking libsm6 (from .../libsm6_2%3a1.0.3-1+b1_i386.deb) ... Selecting previously deselected package libcoin40c2. Unpacking libcoin40c2 (from .../libcoin40c2_2.4.6-2_i386.deb) ... Selecting previously deselected package libcurl3-gnutls. Unpacking libcurl3-gnutls (from .../libcurl3-gnutls_7.17.0-1_i386.deb) ... Selecting previously deselected package libsysfs2. Unpacking libsysfs2 (from .../libsysfs2_2.1.0-2+b1_i386.deb) ... Selecting previously deselected package libdirectfb-0.9-25. Unpacking libdirectfb-0.9-25 (from .../libdirectfb-0.9-25_0.9.25.1-6_i386.deb) ... Selecting previously deselected package libexpat1. Unpacking libexpat1 (from .../libexpat1_1.95.8-4_i386.deb) ... Selecting previously deselected package libfreetype6. Unpacking libfreetype6 (from .../libfreetype6_2.3.5-1+b1_i386.deb) ... Selecting previously deselected package libgeos2c2a. Unpacking libgeos2c2a (from .../libgeos2c2a_2.2.3-3_i386.deb) ... Selecting previously deselected package libgeos-c1. Unpacking libgeos-c1 (from .../libgeos-c1_2.2.3-3_i386.deb) ... Selecting previously deselected package libglib2.0-0. Unpacking libglib2.0-0 (from .../libglib2.0-0_2.14.1-5_i386.deb) ... Selecting previously deselected package libglu1-mesa. Unpacking libglu1-mesa (from .../libglu1-mesa_7.0.1-2_i386.deb) ... Selecting previously deselected package libjpeg62. Unpacking libjpeg62 (from .../libjpeg62_6b-14_i386.deb) ... Selecting previously deselected package libhdf4g. Unpacking libhdf4g (from .../libhdf4g_4.1r4-21_i386.deb) ... Selecting previously deselected package libhdf5-serial-1.6.5-0. Unpacking libhdf5-serial-1.6.5-0 (from .../libhdf5-serial-1.6.5-0_1.6.5-5+b1_