make[1]: Entering directory `/usr/src/osgal' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgal/build/debian/edgy /usr/src/osgal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgal-edgy /usr/src/osgal/build/debian/edgy ; fi umount /usr/src/osgal/build/debian/edgy/proc > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/osgal/build/debian/edgy/dev/pts > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/osgal/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgal/build/debian/edgy/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgal/build/debian/edgy/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgal/build/debian/edgy/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/osgal/build/debian/edgy/usr/src > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/osgal/build/debian/edgy/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgal/build/debian/edgy/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/osgal/build/debian/edgy && rm -fr /usr/src/osgal/build/debian/edgy && mkdir /usr/src/osgal/build/debian/edgy rm -fr /usr/src/osgal/build/debian/edgy.unionfs lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgal/build/debian/edgy /usr/src/osgal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgal-edgy /usr/src/osgal/build/debian/edgy ; fi make chroot-mounts make[2]: Entering directory `/usr/src/osgal' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgal/build/debian/edgy /usr/src/osgal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgal-edgy /usr/src/osgal/build/debian/edgy ; fi umount /usr/src/osgal/build/debian/edgy/proc > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgal/build/debian/edgy/dev/pts > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/osgal/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgal/build/debian/edgy/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgal/build/debian/edgy/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgal/build/debian/edgy/usr/portage > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgal/build/debian/edgy/usr/src > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/osgal/build/debian/edgy/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgal/build/debian/edgy/root/.ccache > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgal/build/debian/edgy /usr/src/osgal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgal-edgy /usr/src/osgal/build/debian/edgy ; fi mount -t proc proc /usr/src/osgal/build/debian/edgy/proc mount -t devpts devpts /usr/src/osgal/build/debian/edgy/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/edgy/archives/partial ; \ mount --bind gnulinux/debian/edgy/archives /usr/src/osgal/build/debian/edgy/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/osgal/build/debian/edgy/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/osgal/build/debian/edgy/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/osgal/build/debian/edgy/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/osgal/build/debian/edgy/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/edgy/src mount --bind gnulinux/debian/edgy/src /usr/src/osgal/build/debian/edgy/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/osgal/build/debian/edgy/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/osgal/build/debian/edgy/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/osgal/build/debian/edgy/root/.ccache ; \ mount --bind /root/.ccache /usr/src/osgal/build/debian/edgy/root/.ccache ; \ fi make[2]: Leaving directory `/usr/src/osgal' if [ debian = debian ] ; then \ source_list=/usr/src/osgal/build/debian/edgy/etc/apt/sources.list ; \ echo 'deb http://localhost/packaging-farm/openscenegraph/gnulinux/debian/edgy/src ./' >> $source_list ; \ : ; \ timeout 600 chroot /usr/src/osgal/build/debian/edgy apt-get -o Acquire::pdiffs=false update && \ timeout 3600 chroot /usr/src/osgal/build/debian/edgy apt-get -y --force-yes dist-upgrade ; \ elif [ debian = fedora ] ; then \ TEMPLATE=/usr/src/osgal/build/debian/edgy/etc/packaging-farm.yum ; \ : ; \ : ; \ chroot /usr/src/osgal/build/debian/edgy yum -d 0 -e 0 -y update ; \ elif [ debian = gentoo ] ; then \ overlaydir=/usr/src/osgal/build/debian/edgy/overlays ; \ mkdir -p $overlaydir ; \ rsync -avH --delete /gnulinux/gentoo/edgy/src/ $overlaydir/openthreads/ ; rsync -avH --delete /usr/src/openscenegraph/gnulinux/gentoo/edgy/src/ $overlaydir/openscenegraph/ ; \ fi Ign http://localhost ./ Release.gpg Ign http://localhost ./ Translation-en_US Ign http://localhost ./ Release Ign http://localhost ./ Packages Get:1 http://localhost ./ Packages [1312B] Get:2 http://fr2.archive.ubuntu.com edgy Release.gpg [191B] Ign http://fr2.archive.ubuntu.com edgy/main Translation-en_US Ign http://fr2.archive.ubuntu.com edgy/universe Translation-en_US Hit http://fr2.archive.ubuntu.com edgy Release Hit http://fr2.archive.ubuntu.com edgy/main Packages Hit http://fr2.archive.ubuntu.com edgy/universe Packages Fetched 1313B in 0s (1608B/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. make chroot-umounts make[2]: Entering directory `/usr/src/osgal' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgal/build/debian/edgy /usr/src/osgal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgal-edgy /usr/src/osgal/build/debian/edgy ; fi umount /usr/src/osgal/build/debian/edgy/proc > /dev/null 2>&1 umount /usr/src/osgal/build/debian/edgy/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/osgal/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgal/build/debian/edgy/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgal/build/debian/edgy/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgal/build/debian/edgy/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/osgal/build/debian/edgy/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/osgal/build/debian/edgy/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgal/build/debian/edgy/root/.ccache > /dev/null 2>&1 ; \ fi make[2]: Leaving directory `/usr/src/osgal' make[1]: Leaving directory `/usr/src/osgal' make[1]: Entering directory `/usr/src/osgal' mkdir -p "/var/cache/packaging-farm/sources/osgal" rsync --delete -avH /var/cache/packaging-farm/sources/osgal/ osgal/ building file list ... done sent 5695 bytes received 20 bytes 11430.00 bytes/sec total size is 10664169 speedup is 1866.00 # # 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=osgal/osgal*[0-9].tar.gz ; \ version=$(expr $tarbal : '.*-\(.*\).tar.gz') ; \ if [ -f osgal/osgal-*[0-9]/debian/patches/00list ] ; then \ for patch in osgal/osgal-*[0-9]/debian/patches/*.dpatch ; do \ base=$(basename $patch) ; \ cp -a $patch osgal ; \ cp -a $patch osgal/osgal-debian-$base ; \ done ; \ fi rm -fr gnulinux/debian/edgy/src mkdir -p gnulinux/debian/edgy/src if [ -f osgal/*/debian/control.edgy ] ; then \ cd gnulinux/debian/edgy/src ; \ dpkg-source -x ../../../../osgal/*.dsc ; \ cp osgal-*/debian/control.edgy osgal-*/debian/control ; \ dpkg-source -b osgal-*[0-9] osgal_*.tar.gz ; \ elif [ -d osgal/edgy ] ; then \ rsync -av osgal/edgy/*.{dsc,gz} gnulinux/debian/edgy/src ; \ else \ rsync -av osgal/*.{dsc,gz} gnulinux/debian/edgy/src ; \ fi dpkg-source: warning: extracting unsigned source package (./../../../../osgal/osgal_0.6.1-2.dsc) dpkg-source: extracting osgal in osgal-0.6.1 dpkg-source: unpacking osgal_0.6.1.orig.tar.gz dpkg-source: applying ./../../../../osgal/osgal_0.6.1-2.diff.gz dpkg-source: building osgal using existing osgal_0.6.1.orig.tar.gz dpkg-source: building osgal in osgal_0.6.1-2.diff.gz dpkg-source: building osgal in osgal_0.6.1-2.dsc make[1]: Leaving directory `/usr/src/osgal' make[1]: Entering directory `/usr/src/osgal' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgal/build/debian/edgy /usr/src/osgal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgal-edgy /usr/src/osgal/build/debian/edgy ; fi umount /usr/src/osgal/build/debian/edgy/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgal/build/debian/edgy/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/osgal/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgal/build/debian/edgy/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgal/build/debian/edgy/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgal/build/debian/edgy/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgal/build/debian/edgy/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/osgal/build/debian/edgy/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgal/build/debian/edgy/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgal/build/debian/edgy /usr/src/osgal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgal-edgy /usr/src/osgal/build/debian/edgy ; fi mount -t proc proc /usr/src/osgal/build/debian/edgy/proc mount -t devpts devpts /usr/src/osgal/build/debian/edgy/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/edgy/archives/partial ; \ mount --bind gnulinux/debian/edgy/archives /usr/src/osgal/build/debian/edgy/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/osgal/build/debian/edgy/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/osgal/build/debian/edgy/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/osgal/build/debian/edgy/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/osgal/build/debian/edgy/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/edgy/src mount --bind gnulinux/debian/edgy/src /usr/src/osgal/build/debian/edgy/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/osgal/build/debian/edgy/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/osgal/build/debian/edgy/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/osgal/build/debian/edgy/root/.ccache ; \ mount --bind /root/.ccache /usr/src/osgal/build/debian/edgy/root/.ccache ; \ fi /usr/lib/pbuilder/pbuilder-satisfydepends --force-version --chroot /usr/src/osgal/build/debian/edgy --control gnulinux/debian/edgy/src/osgal*.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 dpatch -> Trying dpatch -> Considering ccache -> Trying ccache -> Considering cdbs -> Trying cdbs -> Considering g++ (>= 3.3.0) -> Trying g++ -> Considering doxygen -> Trying doxygen -> Considering pkg-config -> Trying pkg-config -> Considering autoconf -> Trying autoconf -> Considering automake1.9 -> Trying automake1.9 -> Considering libtool -> Trying libtool -> Considering libopenal-dev -> Trying libopenal-dev -> Considering libalut-dev -> Trying libalut-dev -> Considering libvorbis-dev -> Trying libvorbis-dev -> Considering libopenscenegraph-dev (>= 0.9.8) -> Trying libopenscenegraph-dev -> Considering libvorbis-dev -> Trying libvorbis-dev -> Considering xlibmesa-gl-dev | libgl-dev | libgl1-mesa-dev -> Trying xlibmesa-gl-dev -> Installing debhelper dpatch ccache cdbs g++ doxygen pkg-config autoconf automake1.9 libtool libopenal-dev libalut-dev libvorbis-dev libopenscenegraph-dev libvorbis-dev xlibmesa-gl-dev Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: autotools-dev binutils cpp cpp-4.1 dpkg-dev file g++-4.1 gcc gcc-4.1 gettext html2text intltool-debian libalut0 libcoin40c2 libdrm2 libfreetype6 libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx libglu1-mesa libglu1-mesa-dev libice6 libjasper-1.701-1 libjpeg62 libmagic1 libogg-dev libogg0 libopenal0a libopenscenegraph6 libopenthreads-dev libopenthreads6 libpng12-0 libsm6 libstdc++6-4.1-dev libtiff4 libungif4g libvorbis0a libvorbisenc2 libvorbisfile3 libx11-6 libx11-data libxau6 libxdmcp6 libxext6 libxxf86vm1 m4 make mesa-common-dev patch po-debconf Suggested packages: autoconf2.13 autobook autoconf-archive gnu-standards autoconf-doc binutils-doc distcc devscripts doc-base cpp-doc gcc-4.1-locales dh-make doxygen-doc doxygen-gui graphviz curl debian-keyring gcc-4.1-doc lib64stdc++6 manpages-dev flex bison gdb gcc-doc libc6-dev-amd64 lib64gcc1 cvs gettext-doc libfreetype6-dev libjasper-runtime libstdc++6-4.1-doc libtool-doc g77 fortran77-compiler gcj make-doc-non-dfsg ed diff-doc libgnome-dev Recommended packages: automaken patchutils libmudflap0-dev libltdl3-dev libmail-sendmail-perl libcompress-zlib-perl The following NEW packages will be installed: autoconf automake1.9 autotools-dev binutils ccache cdbs cpp cpp-4.1 debhelper doxygen dpatch dpkg-dev file g++ g++-4.1 gcc gcc-4.1 gettext html2text intltool-debian libalut-dev libalut0 libcoin40c2 libdrm2 libfreetype6 libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx libglu1-mesa libglu1-mesa-dev libice6 libjasper-1.701-1 libjpeg62 libmagic1 libogg-dev libogg0 libopenal-dev libopenal0a libopenscenegraph-dev libopenscenegraph6 libopenthreads-dev libopenthreads6 libpng12-0 libsm6 libstdc++6-4.1-dev libtiff4 libtool libungif4g libvorbis-dev libvorbis0a libvorbisenc2 libvorbisfile3 libx11-6 libx11-data libxau6 libxdmcp6 libxext6 libxxf86vm1 m4 make mesa-common-dev patch pkg-config po-debconf xlibmesa-gl-dev 0 upgraded, 65 newly installed, 0 to remove and 0 not upgraded. Need to get 34.7MB/68.3MB of archives. After unpacking 261MB of additional disk space will be used. WARNING: The following packages cannot be authenticated! libopenthreads6 libopenthreads-dev libopenscenegraph6 libopenscenegraph-dev Get:1 http://localhost ./ libopenthreads6 2.2.0-1 [17.7kB] Get:2 http://localhost ./ libopenthreads-dev 2.2.0-1 [14.4kB] Get:3 http://localhost ./ libopenscenegraph6 2.2.0-1 [34.2MB] Get:4 http://localhost ./ libopenscenegraph-dev 2.2.0-1 [453kB] Extracting templates from packages: 46% Extracting templates from packages: 92% Extracting templates from packages: 100% Fetched 34.7MB in 3s (9177kB/s) Selecting previously deselected package libxau6. (Reading database ... 13728 files and directories currently installed.) Unpacking libxau6 (from .../libxau6_1%3a1.0.1-1_i386.deb) ... Selecting previously deselected package libxdmcp6. Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.0.1-1_i386.deb) ... Selecting previously deselected package libx11-data. Unpacking libx11-data (from .../libx11-data_2%3a1.0.3-0ubuntu4_all.deb) ... Selecting previously deselected package libx11-6. Unpacking libx11-6 (from .../libx11-6_2%3a1.0.3-0ubuntu4_i386.deb) ... Selecting previously deselected package libmagic1. Unpacking libmagic1 (from .../libmagic1_4.17-2ubuntu1_i386.deb) ... Selecting previously deselected package file. Unpacking file (from .../file_4.17-2ubuntu1_i386.deb) ... Selecting previously deselected package m4. Unpacking m4 (from .../archives/m4_1.4.4-1_i386.deb) ... Selecting previously deselected package autoconf. Unpacking autoconf (from .../autoconf_2.60-1_all.deb) ... Selecting previously deselected package autotools-dev. Unpacking autotools-dev (from .../autotools-dev_20060223.1_all.deb) ... Selecting previously deselected package automake1.9. Unpacking automake1.9 (from .../automake1.9_1.9.6-4_all.deb) ... Selecting previously deselected package binutils. Unpacking binutils (from .../binutils_2.17-1ubuntu1_i386.deb) ... Selecting previously deselected package ccache. Unpacking ccache (from .../archives/ccache_2.4-6_i386.deb) ... Selecting previously deselected package cdbs. Unpacking cdbs (from .../cdbs_0.4.46ubuntu6_all.deb) ... Selecting previously deselected package cpp-4.1. Unpacking cpp-4.1 (from .../cpp-4.1_4.1.1-13ubuntu5_i386.deb) ... Selecting previously deselected package cpp. Unpacking cpp (from .../cpp_4%3a4.1.1-6ubuntu3_i386.deb) ... Selecting previously deselected package patch. Unpacking patch (from .../patch_2.5.9-4_i386.deb) ... Selecting previously deselected package make. Unpacking make (from .../archives/make_3.81-2_i386.deb) ... Selecting previously deselected package dpkg-dev. Unpacking dpkg-dev (from .../dpkg-dev_1.13.22ubuntu7_all.deb) ... Selecting previously deselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-3_i386.deb) ... Selecting previously deselected package gettext. Unpacking gettext (from .../gettext_0.15-2ubuntu1_i386.deb) ... Selecting previously deselected package intltool-debian. Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710_all.deb) ... Selecting previously deselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.5_all.deb) ... Selecting previously deselected package debhelper. Unpacking debhelper (from .../debhelper_5.0.37.3ubuntu4_all.deb) ... Selecting previously deselected package libpng12-0. Unpacking libpng12-0 (from .../libpng12-0_1.2.8rel-5.1_i386.deb) ... Selecting previously deselected package doxygen. Unpacking doxygen (from .../doxygen_1.4.7-1_i386.deb) ... Selecting previously deselected package dpatch. Unpacking dpatch (from .../archives/dpatch_2.0.20_all.deb) ... Selecting previously deselected package gcc-4.1. Unpacking gcc-4.1 (from .../gcc-4.1_4.1.1-13ubuntu5_i386.deb) ... Selecting previously deselected package gcc. Unpacking gcc (from .../gcc_4%3a4.1.1-6ubuntu3_i386.deb) ... Selecting previously deselected package libstdc++6-4.1-dev. Unpacking libstdc++6-4.1-dev (from .../libstdc++6-4.1-dev_4.1.1-13ubuntu5_i386.deb) ... Selecting previously deselected package g++-4.1. Unpacking g++-4.1 (from .../g++-4.1_4.1.1-13ubuntu5_i386.deb) ... Selecting previously deselected package g++. Unpacking g++ (from .../g++_4%3a4.1.1-6ubuntu3_i386.deb) ... Selecting previously deselected package libopenal0a. Unpacking libopenal0a (from .../libopenal0a_1%3a0.0.8-1ubuntu1_i386.deb) ... Selecting previously deselected package libalut0. Unpacking libalut0 (from .../libalut0_1.0.1-1_i386.deb) ... Selecting previously deselected package libalut-dev. Unpacking libalut-dev (from .../libalut-dev_1.0.1-1_i386.deb) ... Selecting previously deselected package libdrm2. Unpacking libdrm2 (from .../libdrm2_2.0.2+git20060809-0ubuntu1_i386.deb) ... Selecting previously deselected package libxext6. Unpacking libxext6 (from .../libxext6_2%3a1.0.1-1ubuntu1_i386.deb) ... Selecting previously deselected package libxxf86vm1. Unpacking libxxf86vm1 (from .../libxxf86vm1_1%3a1.0.1-0ubuntu1_i386.deb) ... Selecting previously deselected package libgl1-mesa-glx. Unpacking libgl1-mesa-glx (from .../libgl1-mesa-glx_6.5.1~20060817-0ubuntu3_i386.deb) ... Selecting previously deselected package libice6. Unpacking libice6 (from .../libice6_2%3a1.0.1-1ubuntu1_i386.deb) ... Selecting previously deselected package libsm6. Unpacking libsm6 (from .../libsm6_2%3a1.0.1-1ubuntu1_i386.deb) ... Selecting previously deselected package libcoin40c2. Unpacking libcoin40c2 (from .../libcoin40c2_2.4.5-2ubuntu1_i386.deb) ... Selecting previously deselected package libfreetype6. Unpacking libfreetype6 (from .../libfreetype6_2.2.1-5_i386.deb) ... Selecting previously deselected package libglu1-mesa. Unpacking libglu1-mesa (from .../libglu1-mesa_6.5.1~20060817-0ubuntu3_i386.deb) ... Selecting previously deselected package mesa-common-dev. Unpacking mesa-common-dev (from .../mesa-common-dev_6.5.1~20060817-0ubuntu3_all.deb) ... Selecting previously deselected package libgl1-mesa-dri. Unpacking libgl1-mesa-dri (from .../libgl1-mesa-dri_6.5.1~20060817-0ubuntu3_i386.deb) ... Selecting previously deselected package libgl1-mesa-dev. Unpacking libgl1-mesa-dev (from .../libgl1-mesa-dev_6.5.1~20060817-0ubuntu3_i386.deb) ... Selecting previously deselected package libglu1-mesa-dev. Unpacking libglu1-mesa-dev (from .../libglu1-mesa-dev_6.5.1~20060817-0ubuntu3_i386.deb) ... Selecting previously deselected package libjpeg62. Unpacking libjpeg62 (from .../libjpeg62_6b-13_i386.deb) ... Selecting previously deselected package libjasper-1.701-1. Unpacking libjasper-1.701-1 (from .../libjasper-1.701-1_1.701.0-2_i386.deb) ... Selecting previously deselected package libogg0. Unpacking libogg0 (from .../libogg0_1.1.3-2ubuntu1_i386.deb) ... Selecting previously deselected package libogg-dev. Unpacking libogg-dev (from .../libogg-dev_1.1.3-2ubuntu1_i386.deb) ... Selecting previously deselected package libopenal-dev. Unpacking libopenal-dev (from .../libopenal-dev_1%3a0.0.8-1ubuntu1_i386.deb) ... Selecting previously deselected package libopenthreads6. Unpacking libopenthreads6 (from .../libopenthreads6_2.2.0-1_i386.deb) ... Selecting previously deselected package libopenthreads-dev. Unpacking libopenthreads-dev (from .../libopenthreads-dev_2.2.0-1_i386.deb) ... Selecting previously deselected package libtiff4. Unpacking libtiff4 (from .../libtiff4_3.8.2-6_i386.deb) ... Selecting previously deselected package libungif4g. Unpacking libungif4g (from .../libungif4g_4.1.4-2_i386.deb) ... Selecting previously deselected package libopenscenegraph6. Unpacking libopenscenegraph6 (from .../libopenscenegraph6_2.2.0-1_i386.deb) ... Selecting previously deselected package libopenscenegraph-dev. Unpacking libopenscenegraph-dev (from .../libopenscenegraph-dev_2.2.0-1_i386.deb) ... Selecting previously deselected package libtool. Unpacking libtool (from .../libtool_1.5.22-4_i386.deb) ... Selecting previously deselected package libvorbis0a. Unpacking libvorbis0a (from .../libvorbis0a_1.1.2-1ubuntu1_i386.deb) ... Selecting previously deselected package libvorbisenc2. Unpacking libvorbisenc2 (from .../libvorbisenc2_1.1.2-1ubuntu1_i386.deb) ... Selecting previously deselected package libvorbisfile3. Unpacking libvorbisfile3 (from .../libvorbisfile3_1.1.2-1ubuntu1_i386.deb) ... Selecting previously deselected package libvorbis-dev. Unpacking libvorbis-dev (from .../libvorbis-dev_1.1.2-1ubuntu1_i386.deb) ... Selecting previously deselected package pkg-config. Unpacking pkg-config (from .../pkg-config_0.20-1_i386.deb) ... Selecting previously deselected package xlibmesa-gl-dev. Unpacking xlibmesa-gl-dev (from .../xlibmesa-gl-dev_1%3a7.1.1ubuntu6_all.deb) ... Setting up libxau6 (1.0.1-1) ... Setting up libxdmcp6 (1.0.1-1) ... Setting up libx11-data (1.0.3-0ubuntu4) ... Setting up libx11-6 (1.0.3-0ubuntu4) ... Setting up libmagic1 (4.17-2ubuntu1) ... Setting up file (4.17-2ubuntu1) ... Setting up m4 (1.4.4-1) ... Setting up autoconf (2.60-1) ... Setting up autotools-dev (20060223.1) ... Setting up automake1.9 (1.9.6-4) ... Setting up binutils (2.17-1ubuntu1) ... Setting up ccache (2.4-6) ... Setting up cdbs (0.4.46ubuntu6) ... Setting up cpp-4.1 (4.1.1-13ubuntu5) ... Setting up cpp (4.1.1-6ubuntu3) ... Setting up patch (2.5.9-4) ... Setting up make (3.81-2) ... Setting up dpkg-dev (1.13.22ubuntu7) ... Setting up html2text (1.3.2a-3) ... Setting up gettext (0.15-2ubuntu1) ... Setting up intltool-debian (0.35.0+20060710) ... Setting up po-debconf (1.0.5) ... Setting up debhelper (5.0.37.3ubuntu4) ... Setting up libpng12-0 (1.2.8rel-5.1) ... Setting up doxygen (1.4.7-1) ... Setting up dpatch (2.0.20) ... Setting up gcc-4.1 (4.1.1-13ubuntu5) ... Setting up gcc (4.1.1-6ubuntu3) ... Setting up libopenal0a (0.0.8-1ubuntu1) ... Setting up libalut0 (1.0.1-1) ... Setting up libalut-dev (1.0.1-1) ... Setting up libdrm2 (2.0.2+git20060809-0ubuntu1) ... Setting up libxext6 (1.0.1-1ubuntu1) ... Setting up libxxf86vm1 (1.0.1-0ubuntu1) ... Setting up libgl1-mesa-glx (6.5.1~20060817-0ubuntu3) ... Setting up libice6 (1.0.1-1ubuntu1) ... Setting up libsm6 (1.0.1-1ubuntu1) ... Setting up libcoin40c2 (2.4.5-2ubuntu1) ... Setting up libfreetype6 (2.2.1-5) ... Setting up libglu1-mesa (6.5.1~20060817-0ubuntu3) ... Setting up mesa-common-dev (6.5.1~20060817-0ubuntu3) ... Setting up libgl1-mesa-dri (6.5.1~20060817-0ubuntu3) ... Setting up libgl1-mesa-dev (6.5.1~20060817-0ubuntu3) ... Setting up libglu1-mesa-dev (6.5.1~20060817-0ubuntu3) ... Setting up libjpeg62 (6b-13) ... Setting up libjasper-1.701-1 (1.701.0-2) ... Setting up libogg0 (1.1.3-2ubuntu1) ... Setting up libogg-dev (1.1.3-2ubuntu1) ... Setting up libopenal-dev (0.0.8-1ubuntu1) ... Setting up libopenthreads6 (2.2.0-1) ... Setting up libopenthreads-dev (2.2.0-1) ... Setting up libtiff4 (3.8.2-6) ... Setting up libungif4g (4.1.4-2) ... Setting up libopenscenegraph6 (2.2.0-1) ... Setting up libopenscenegraph-dev (2.2.0-1) ... Setting up libtool (1.5.22-4) ... Setting up libvorbis0a (1.1.2-1ubuntu1) ... Setting up libvorbisenc2 (1.1.2-1ubuntu1) ... Setting up libvorbisfile3 (1.1.2-1ubuntu1) ... Setting up libvorbis-dev (1.1.2-1ubuntu1) ... Setting up pkg-config (0.20-1) ... Setting up xlibmesa-gl-dev (7.1.1ubuntu6) ... Setting up g++-4.1 (4.1.1-13ubuntu5) ... Setting up libstdc++6-4.1-dev (4.1.1-13ubuntu5) ... Setting up g++ (4.1.1-6ubuntu3) ... -> Finished parsing the build-deps cp -a /usr/lib/packaging-farm/debian/debuild.sh /usr/src/osgal/build/debian/edgy/usr/src chroot /usr/src/osgal/build/debian/edgy sh -c "cd /usr/src && DISTRIBUTION=edgy PACKAGE=osgal DEB_BUILD_OPTIONS='' ./debuild.sh" dpkg-source: warning: extracting unsigned source package (./osgal_0.6.1-2.dsc) dpkg-source: extracting osgal in osgal-0.6.1 dpkg-source: unpacking osgal_0.6.1.orig.tar.gz dpkg-source: applying ./osgal_0.6.1-2.diff.gz dpkg-buildpackage: source package is osgal dpkg-buildpackage: source version is 0.6.1-2 dpkg-buildpackage: source changed by Loic Dachary (OuoU) dpkg-buildpackage: host architecture i386 dpkg-buildpackage: source version without epoch 0.6.1-2 debian/rules clean make[2]: Entering directory `/usr/src/osgal-0.6.1' 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/osgal-0.6.1' make[3]: *** No rule to make target `maintainer-clean'. make[3]: Leaving directory `/usr/src/osgal-0.6.1' make[2]: [makefile-clean] Error 2 (ignored) rm -f debian/stamp-makefile-build rm -f debian/stamp-autotools-files rm -fr html rm -f configure make[2]: Leaving directory `/usr/src/osgal-0.6.1' debian/rules build make[2]: Entering directory `/usr/src/osgal-0.6.1' 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 AUTOMAKE=automake-1.9 ACLOCAL=aclocal-1.9 autoreconf --install Putting files in AC_CONFIG_AUX_DIR, `config'. libtoolize: `config.guess' exists: use `--force' to overwrite libtoolize: `config.sub' exists: use `--force' to overwrite libtoolize: `ltmain.sh' exists: use `--force' to overwrite chmod a+x /usr/src/osgal-0.6.1/./configure cd . && CC="cc" CXX="g++" CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS="" /usr/src/osgal-0.6.1/./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/osgal" --disable-maintainer-mode --disable-dependency-tracking --srcdir=. 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 how to run the C++ preprocessor... g++ -E checking for ccache... /usr/bin/ccache checking build system type... i486-pc-linux-gnu checking host system type... i486-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by ccache cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for ANSI C header files... yes 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... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from ccache cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if ccache cc supports -fno-rtti -fno-exceptions... no checking for ccache cc option to produce PIC... -fPIC checking if ccache cc PIC flag -fPIC works... yes checking if ccache cc static flag -static works... yes checking if ccache cc supports -c -o file.o... yes checking whether the ccache cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory 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... cat: /etc/ld.so.conf.d/*.conf: No such file or directory GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for OPENSCENEGRAPH... yes checking for OPENAL... yes checking for FREEALUT... yes checking for VORBIS... yes checking for VORBISFILE... yes configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/osgAL/Makefile config.status: creating include/openalpp/Makefile config.status: creating src/Makefile config.status: creating src/osgAL/Makefile config.status: creating src/openalpp/Makefile config.status: creating src/osgPlugin/Makefile config.status: creating examples/Makefile config.status: creating osgal.pc config.status: creating examples/openalpp/Makefile config.status: creating examples/osgal/Makefile config.status: creating examples/osgalocclude/Makefile config.status: creating examples/osgalmultiple/Makefile config.status: creating examples/osgalviewer/Makefile config.status: executing depfiles commands /usr/bin/make -C . make[3]: Entering directory `/usr/src/osgal-0.6.1' Making all in src make[4]: Entering directory `/usr/src/osgal-0.6.1/src' Making all in openalpp make[5]: Entering directory `/usr/src/osgal-0.6.1/src/openalpp' /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libopenalpp_la-AudioBase.lo `test -f 'AudioBase.cpp' || echo './'`AudioBase.cpp mkdir .libs ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c AudioBase.cpp -fPIC -DPIC -o .libs/libopenalpp_la-AudioBase.o ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c AudioBase.cpp -o libopenalpp_la-AudioBase.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libopenalpp_la-AudioConvert.lo `test -f 'AudioConvert.cpp' || echo './'`AudioConvert.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c AudioConvert.cpp -fPIC -DPIC -o .libs/libopenalpp_la-AudioConvert.o AudioConvert.cpp: In function 'void* ac_wave_to_pcm(void*, ALuint*, ALushort*, ALushort*, ALushort*)': AudioConvert.cpp:1265: warning: dereferencing type-punned pointer will break strict-aliasing rules AudioConvert.cpp:1266: warning: dereferencing type-punned pointer will break strict-aliasing rules AudioConvert.cpp:1285: warning: dereferencing type-punned pointer will break strict-aliasing rules AudioConvert.cpp:1286: warning: dereferencing type-punned pointer will break strict-aliasing rules ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c AudioConvert.cpp -o libopenalpp_la-AudioConvert.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libopenalpp_la-AudioEnvironment.lo `test -f 'AudioEnvironment.cpp' || echo './'`AudioEnvironment.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c AudioEnvironment.cpp -fPIC -DPIC -o .libs/libopenalpp_la-AudioEnvironment.o ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c AudioEnvironment.cpp -o libopenalpp_la-AudioEnvironment.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libopenalpp_la-Capture.lo `test -f 'Capture.cpp' || echo './'`Capture.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c Capture.cpp -fPIC -DPIC -o .libs/libopenalpp_la-Capture.o ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c Capture.cpp -o libopenalpp_la-Capture.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libopenalpp_la-DeviceUpdater.lo `test -f 'DeviceUpdater.cpp' || echo './'`DeviceUpdater.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c DeviceUpdater.cpp -fPIC -DPIC -o .libs/libopenalpp_la-DeviceUpdater.o ../../include/openalpp/DeviceUpdater: In constructor 'openalpp::DeviceUpdater::DeviceUpdater(int, unsigned int, unsigned int, openalpp::SampleFormat, ALuint, ALuint)': ../../include/openalpp/DeviceUpdater:43: warning: 'openalpp::DeviceUpdater::pCaptureDevice_' will be initialized after ../../include/openalpp/DeviceUpdater:41: warning: 'unsigned int openalpp::DeviceUpdater::totalDataSize_' DeviceUpdater.cpp:41: warning: when initialized here DeviceUpdater.cpp:78: warning: passing 'double' for argument 1 to 'void openalpp::StreamUpdater::setSleepTime(int)' DeviceUpdater.cpp: In constructor 'openalpp::DeviceUpdater::DeviceUpdater(int, unsigned int, unsigned int, openalpp::SampleFormat, ALuint, ALuint)': DeviceUpdater.cpp:48: warning: 'bitsPerSample' may be used uninitialized in this function DeviceUpdater.cpp:47: warning: 'nchannels' may be used uninitialized in this function DeviceUpdater.cpp: In constructor 'openalpp::DeviceUpdater::DeviceUpdater(int, unsigned int, unsigned int, openalpp::SampleFormat, ALuint, ALuint)': DeviceUpdater.cpp:48: warning: 'bitsPerSample' may be used uninitialized in this function DeviceUpdater.cpp:47: warning: 'nchannels' may be used uninitialized in this function ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c DeviceUpdater.cpp -o libopenalpp_la-DeviceUpdater.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libopenalpp_la-Error.lo `test -f 'Error.cpp' || echo './'`Error.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c Error.cpp -fPIC -DPIC -o .libs/libopenalpp_la-Error.o ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c Error.cpp -o libopenalpp_la-Error.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libopenalpp_la-Event.lo `test -f 'Event.cpp' || echo './'`Event.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c Event.cpp -fPIC -DPIC -o .libs/libopenalpp_la-Event.o Event.cpp: In member function 'bool openalpp::Event::wait(long unsigned int)': Event.cpp:53: warning: unused variable 'result' ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c Event.cpp -o libopenalpp_la-Event.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libopenalpp_la-FileStream.lo `test -f 'FileStream.cpp' || echo './'`FileStream.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c FileStream.cpp -fPIC -DPIC -o .libs/libopenalpp_la-FileStream.o ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c FileStream.cpp -o libopenalpp_la-FileStream.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libopenalpp_la-FileStreamUpdater.lo `test -f 'FileStreamUpdater.cpp' || echo './'`FileStreamUpdater.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c FileStreamUpdater.cpp -fPIC -DPIC -o .libs/libopenalpp_la-FileStreamUpdater.o ../../include/openalpp/FileStreamUpdater: In constructor 'openalpp::FileStreamUpdater::FileStreamUpdater(OggVorbis_File*, ALuint, ALuint, ALenum, unsigned int, unsigned int)': ../../include/openalpp/FileStreamUpdater:39: warning: 'openalpp::FileStreamUpdater::buffersize_' will be initialized after ../../include/openalpp/FileStreamUpdater:38: warning: 'OggVorbis_File* openalpp::FileStreamUpdater::oggfile_' FileStreamUpdater.cpp:48: warning: when initialized here ../../include/openalpp/FileStreamUpdater:43: warning: 'openalpp::FileStreamUpdater::looping_' will be initialized after ../../include/openalpp/FileStreamUpdater:41: warning: 'bool openalpp::FileStreamUpdater::seekPending_' FileStreamUpdater.cpp:48: warning: when initialized here ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c FileStreamUpdater.cpp -o libopenalpp_la-FileStreamUpdater.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libopenalpp_la-GroupSource.lo `test -f 'GroupSource.cpp' || echo './'`GroupSource.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c GroupSource.cpp -fPIC -DPIC -o .libs/libopenalpp_la-GroupSource.o GroupSource.cpp: In member function 'void openalpp::GroupSource::mixSources(unsigned int)': GroupSource.cpp:463: warning: comparison between signed and unsigned integer expressions ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c GroupSource.cpp -o libopenalpp_la-GroupSource.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libopenalpp_la-Listener.lo `test -f 'Listener.cpp' || echo './'`Listener.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c Listener.cpp -fPIC -DPIC -o .libs/libopenalpp_la-Listener.o ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c Listener.cpp -o libopenalpp_la-Listener.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libopenalpp_la-NetStream.lo `test -f 'NetStream.cpp' || echo './'`NetStream.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c NetStream.cpp -fPIC -DPIC -o .libs/libopenalpp_la-NetStream.o NetStream.cpp:81:7: warning: no newline at end of file ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c NetStream.cpp -o libopenalpp_la-NetStream.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libopenalpp_la-NetUpdater.lo `test -f 'NetUpdater.cpp' || echo './'`NetUpdater.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c NetUpdater.cpp -fPIC -DPIC -o .libs/libopenalpp_la-NetUpdater.o NetUpdater.cpp:73:7: warning: no newline at end of file ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c NetUpdater.cpp -o libopenalpp_la-NetUpdater.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libopenalpp_la-Openalpp.lo `test -f 'Openalpp.cpp' || echo './'`Openalpp.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c Openalpp.cpp -fPIC -DPIC -o .libs/libopenalpp_la-Openalpp.o ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c Openalpp.cpp -o libopenalpp_la-Openalpp.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libopenalpp_la-Sample.lo `test -f 'Sample.cpp' || echo './'`Sample.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c Sample.cpp -fPIC -DPIC -o .libs/libopenalpp_la-Sample.o ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c Sample.cpp -o libopenalpp_la-Sample.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libopenalpp_la-SoundData.lo `test -f 'SoundData.cpp' || echo './'`SoundData.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c SoundData.cpp -fPIC -DPIC -o .libs/libopenalpp_la-SoundData.o ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c SoundData.cpp -o libopenalpp_la-SoundData.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libopenalpp_la-SourceBase.lo `test -f 'SourceBase.cpp' || echo './'`SourceBase.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c SourceBase.cpp -fPIC -DPIC -o .libs/libopenalpp_la-SourceBase.o SourceBase.cpp: In member function 'openalpp::SourceState openalpp::SourceBase::getState() const': SourceBase.cpp:155: warning: unused variable 'errorCode' ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c SourceBase.cpp -o libopenalpp_la-SourceBase.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libopenalpp_la-Source.lo `test -f 'Source.cpp' || echo './'`Source.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c Source.cpp -fPIC -DPIC -o .libs/libopenalpp_la-Source.o ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c Source.cpp -o libopenalpp_la-Source.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libopenalpp_la-Stream.lo `test -f 'Stream.cpp' || echo './'`Stream.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c Stream.cpp -fPIC -DPIC -o .libs/libopenalpp_la-Stream.o ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c Stream.cpp -o libopenalpp_la-Stream.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libopenalpp_la-StreamUpdater.lo `test -f 'StreamUpdater.cpp' || echo './'`StreamUpdater.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c StreamUpdater.cpp -fPIC -DPIC -o .libs/libopenalpp_la-StreamUpdater.o StreamUpdater.cpp: In member function 'bool openalpp::StreamUpdater::update(void*, unsigned int)': StreamUpdater.cpp:264: warning: converting to 'unsigned int' from 'double' ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c StreamUpdater.cpp -o libopenalpp_la-StreamUpdater.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=link ccache g++ -g -Wall -O2 -o libopenalpp.la -version-info 2:0:0 libopenalpp_la-AudioBase.lo libopenalpp_la-AudioConvert.lo libopenalpp_la-AudioEnvironment.lo libopenalpp_la-Capture.lo libopenalpp_la-DeviceUpdater.lo libopenalpp_la-Error.lo libopenalpp_la-Event.lo libopenalpp_la-FileStream.lo libopenalpp_la-FileStreamUpdater.lo libopenalpp_la-GroupSource.lo libopenalpp_la-Listener.lo libopenalpp_la-NetStream.lo libopenalpp_la-NetUpdater.lo libopenalpp_la-Openalpp.lo libopenalpp_la-Sample.lo libopenalpp_la-SoundData.lo libopenalpp_la-SourceBase.lo libopenalpp_la-Source.lo libopenalpp_la-Stream.lo libopenalpp_la-StreamUpdater.lo -lopenal -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgViewer -lOpenThreads -lvorbisfile -lvorbis -lm -logg -lvorbis -lm -logg -lalut -lopenal libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libopenalpp.a .libs/libopenalpp_la-AudioBase.o .libs/libopenalpp_la-AudioConvert.o .libs/libopenalpp_la-AudioEnvironment.o .libs/libopenalpp_la-Capture.o .libs/libopenalpp_la-DeviceUpdater.o .libs/libopenalpp_la-Error.o .libs/libopenalpp_la-Event.o .libs/libopenalpp_la-FileStream.o .libs/libopenalpp_la-FileStreamUpdater.o .libs/libopenalpp_la-GroupSource.o .libs/libopenalpp_la-Listener.o .libs/libopenalpp_la-NetStream.o .libs/libopenalpp_la-NetUpdater.o .libs/libopenalpp_la-Openalpp.o .libs/libopenalpp_la-Sample.o .libs/libopenalpp_la-SoundData.o .libs/libopenalpp_la-SourceBase.o .libs/libopenalpp_la-Source.o .libs/libopenalpp_la-Stream.o .libs/libopenalpp_la-StreamUpdater.o ranlib .libs/libopenalpp.a creating libopenalpp.la (cd .libs && rm -f libopenalpp.la && ln -s ../libopenalpp.la libopenalpp.la) make[5]: Leaving directory `/usr/src/osgal-0.6.1/src/openalpp' Making all in osgAL make[5]: Entering directory `/usr/src/osgal-0.6.1/src/osgAL' /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libosgAL_la-OccludeCallback.lo `test -f 'OccludeCallback.cpp' || echo './'`OccludeCallback.cpp mkdir .libs ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c OccludeCallback.cpp -fPIC -DPIC -o .libs/libosgAL_la-OccludeCallback.o ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c OccludeCallback.cpp -o libosgAL_la-OccludeCallback.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libosgAL_la-SoundManager.lo `test -f 'SoundManager.cpp' || echo './'`SoundManager.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c SoundManager.cpp -fPIC -DPIC -o .libs/libosgAL_la-SoundManager.o ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c SoundManager.cpp -o libosgAL_la-SoundManager.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libosgAL_la-SoundNode.lo `test -f 'SoundNode.cpp' || echo './'`SoundNode.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c SoundNode.cpp -fPIC -DPIC -o .libs/libosgAL_la-SoundNode.o ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c SoundNode.cpp -o libosgAL_la-SoundNode.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libosgAL_la-SoundRoot.lo `test -f 'SoundRoot.cpp' || echo './'`SoundRoot.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c SoundRoot.cpp -fPIC -DPIC -o .libs/libosgAL_la-SoundRoot.o ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c SoundRoot.cpp -o libosgAL_la-SoundRoot.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libosgAL_la-SoundState.lo `test -f 'SoundState.cpp' || echo './'`SoundState.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c SoundState.cpp -fPIC -DPIC -o .libs/libosgAL_la-SoundState.o ../../include/osgAL/SoundState: In constructor 'osgAL::SoundState::SoundState(const std::string&)': ../../include/osgAL/SoundState:349: warning: 'osgAL::SoundState::m_is_set' will be initialized after ../../include/osgAL/SoundState:335: warning: 'bool osgAL::SoundState::m_enabled' SoundState.cpp:29: warning: when initialized here ../../include/osgAL/SoundState: In constructor 'osgAL::SoundState::SoundState()': ../../include/osgAL/SoundState:349: warning: 'osgAL::SoundState::m_is_set' will be initialized after ../../include/osgAL/SoundState:335: warning: 'bool osgAL::SoundState::m_enabled' SoundState.cpp:40: warning: when initialized here SoundState.cpp: In member function 'void osgAL::SoundState::apply()': SoundState.cpp:218: warning: unused variable 'i' ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c SoundState.cpp -o libosgAL_la-SoundState.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libosgAL_la-Version.lo `test -f 'Version.cpp' || echo './'`Version.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c Version.cpp -fPIC -DPIC -o .libs/libosgAL_la-Version.o ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c Version.cpp -o libosgAL_la-Version.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=link ccache g++ -g -Wall -O2 -o libosgAL.la -rpath /usr/lib -version-info 2:0:0 libosgAL_la-OccludeCallback.lo libosgAL_la-SoundManager.lo libosgAL_la-SoundNode.lo libosgAL_la-SoundRoot.lo libosgAL_la-SoundState.lo libosgAL_la-Version.lo ../openalpp/libopenalpp.la -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgViewer -lOpenThreads ccache g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.1.2/crtbeginS.o .libs/libosgAL_la-OccludeCallback.o .libs/libosgAL_la-SoundManager.o .libs/libosgAL_la-SoundNode.o .libs/libosgAL_la-SoundRoot.o .libs/libosgAL_la-SoundState.o .libs/libosgAL_la-Version.o -Wl,--whole-archive ../openalpp/.libs/libopenalpp.a -Wl,--no-whole-archive /usr/lib/libvorbisfile.so -L/usr/lib /usr/lib/libvorbis.so /usr/lib/libogg.so /usr/lib/libalut.so /usr/lib/libopenal.so -ldl -lpthread -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgViewer -lOpenThreads -L/usr/lib/gcc/i486-linux-gnu/4.1.2 -L/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.1.2/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/crtn.o -Wl,-soname -Wl,libosgAL.so.2 -o .libs/libosgAL.so.2.0.0 (cd .libs && rm -f libosgAL.so.2 && ln -s libosgAL.so.2.0.0 libosgAL.so.2) (cd .libs && rm -f libosgAL.so && ln -s libosgAL.so.2.0.0 libosgAL.so) rm -fr .libs/libosgAL.lax mkdir .libs/libosgAL.lax rm -fr .libs/libosgAL.lax/libopenalpp.a mkdir .libs/libosgAL.lax/libopenalpp.a (cd .libs/libosgAL.lax/libopenalpp.a && ar x /usr/src/osgal-0.6.1/src/osgAL/../openalpp/.libs/libopenalpp.a) ar cru .libs/libosgAL.a libosgAL_la-OccludeCallback.o libosgAL_la-SoundManager.o libosgAL_la-SoundNode.o libosgAL_la-SoundRoot.o libosgAL_la-SoundState.o libosgAL_la-Version.o .libs/libosgAL.lax/libopenalpp.a/libopenalpp_la-StreamUpdater.o .libs/libosgAL.lax/libopenalpp.a/libopenalpp_la-Source.o .libs/libosgAL.lax/libopenalpp.a/libopenalpp_la-FileStream.o .libs/libosgAL.lax/libopenalpp.a/libopenalpp_la-DeviceUpdater.o .libs/libosgAL.lax/libopenalpp.a/libopenalpp_la-NetStream.o .libs/libosgAL.lax/libopenalpp.a/libopenalpp_la-GroupSource.o .libs/libosgAL.lax/libopenalpp.a/libopenalpp_la-SourceBase.o .libs/libosgAL.lax/libopenalpp.a/libopenalpp_la-NetUpdater.o .libs/libosgAL.lax/libopenalpp.a/libopenalpp_la-AudioConvert.o .libs/libosgAL.lax/libopenalpp.a/libopenalpp_la-FileStreamUpdater.o .libs/libosgAL.lax/libopenalpp.a/libopenalpp_la-Listener.o .libs/libosgAL.lax/libopenalpp.a/libopenalpp_la-Sample.o .libs/libosgAL.lax/libopenalpp.a/libopenalpp_la-Capture.o .libs/libosgAL.lax/libopenalpp.a/libopenalpp_la-Event.o .libs/libosgAL.lax/libopenalpp.a/libopenalpp_la-SoundData.o .libs/libosgAL.lax/libopenalpp.a/libopenalpp_la-AudioBase.o .libs/libosgAL.lax/libopenalpp.a/libopenalpp_la-AudioEnvironment.o .libs/libosgAL.lax/libopenalpp.a/libopenalpp_la-Error.o .libs/libosgAL.lax/libopenalpp.a/libopenalpp_la-Openalpp.o .libs/libosgAL.lax/libopenalpp.a/libopenalpp_la-Stream.o ranlib .libs/libosgAL.a rm -fr .libs/libosgAL.lax creating libosgAL.la (cd .libs && rm -f libosgAL.la && ln -s ../libosgAL.la libosgAL.la) make[5]: Leaving directory `/usr/src/osgal-0.6.1/src/osgAL' Making all in osgPlugin make[5]: Entering directory `/usr/src/osgal-0.6.1/src/osgPlugin' /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libosgdb_osgAL_la-IO_OccludeCallback.lo `test -f 'IO_OccludeCallback.cpp' || echo './'`IO_OccludeCallback.cpp mkdir .libs ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c IO_OccludeCallback.cpp -fPIC -DPIC -o .libs/libosgdb_osgAL_la-IO_OccludeCallback.o ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c IO_OccludeCallback.cpp -o libosgdb_osgAL_la-IO_OccludeCallback.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libosgdb_osgAL_la-IO_SoundNode.lo `test -f 'IO_SoundNode.cpp' || echo './'`IO_SoundNode.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c IO_SoundNode.cpp -fPIC -DPIC -o .libs/libosgdb_osgAL_la-IO_SoundNode.o ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c IO_SoundNode.cpp -o libosgdb_osgAL_la-IO_SoundNode.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libosgdb_osgAL_la-IO_SoundRoot.lo `test -f 'IO_SoundRoot.cpp' || echo './'`IO_SoundRoot.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c IO_SoundRoot.cpp -fPIC -DPIC -o .libs/libosgdb_osgAL_la-IO_SoundRoot.o ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c IO_SoundRoot.cpp -o libosgdb_osgAL_la-IO_SoundRoot.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=compile ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o libosgdb_osgAL_la-IO_SoundState.lo `test -f 'IO_SoundState.cpp' || echo './'`IO_SoundState.cpp ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c IO_SoundState.cpp -fPIC -DPIC -o .libs/libosgdb_osgAL_la-IO_SoundState.o ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" "-DPACKAGE_STRING=\"osgAL 0.6.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c IO_SoundState.cpp -o libosgdb_osgAL_la-IO_SoundState.o >/dev/null 2>&1 /bin/bash ../../libtool --tag=CXX --mode=link ccache g++ -g -Wall -O2 -o libosgdb_osgAL.la -rpath /usr/lib -version-info 2:0:0 libosgdb_osgAL_la-IO_OccludeCallback.lo libosgdb_osgAL_la-IO_SoundNode.lo libosgdb_osgAL_la-IO_SoundRoot.lo libosgdb_osgAL_la-IO_SoundState.lo ../osgAL/libosgAL.la ccache g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.1.2/crtbeginS.o .libs/libosgdb_osgAL_la-IO_OccludeCallback.o .libs/libosgdb_osgAL_la-IO_SoundNode.o .libs/libosgdb_osgAL_la-IO_SoundRoot.o .libs/libosgdb_osgAL_la-IO_SoundState.o -Wl,--rpath -Wl,/usr/src/osgal-0.6.1/src/osgAL/.libs ../osgAL/.libs/libosgAL.so -L/usr/lib/gcc/i486-linux-gnu/4.1.2 -L/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.1.2/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/crtn.o -Wl,-soname -Wl,libosgdb_osgAL.so.2 -o .libs/libosgdb_osgAL.so.2.0.0 (cd .libs && rm -f libosgdb_osgAL.so.2 && ln -s libosgdb_osgAL.so.2.0.0 libosgdb_osgAL.so.2) (cd .libs && rm -f libosgdb_osgAL.so && ln -s libosgdb_osgAL.so.2.0.0 libosgdb_osgAL.so) ar cru .libs/libosgdb_osgAL.a libosgdb_osgAL_la-IO_OccludeCallback.o libosgdb_osgAL_la-IO_SoundNode.o libosgdb_osgAL_la-IO_SoundRoot.o libosgdb_osgAL_la-IO_SoundState.o ranlib .libs/libosgdb_osgAL.a creating libosgdb_osgAL.la (cd .libs && rm -f libosgdb_osgAL.la && ln -s ../libosgdb_osgAL.la libosgdb_osgAL.la) make[5]: Leaving directory `/usr/src/osgal-0.6.1/src/osgPlugin' make[5]: Entering directory `/usr/src/osgal-0.6.1/src' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/usr/src/osgal-0.6.1/src' make[4]: Leaving directory `/usr/src/osgal-0.6.1/src' Making all in include make[4]: Entering directory `/usr/src/osgal-0.6.1/include' Making all in osgAL make[5]: Entering directory `/usr/src/osgal-0.6.1/include/osgAL' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/usr/src/osgal-0.6.1/include/osgAL' Making all in openalpp make[5]: Entering directory `/usr/src/osgal-0.6.1/include/openalpp' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/usr/src/osgal-0.6.1/include/openalpp' make[5]: Entering directory `/usr/src/osgal-0.6.1/include' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/usr/src/osgal-0.6.1/include' make[4]: Leaving directory `/usr/src/osgal-0.6.1/include' Making all in examples make[4]: Entering directory `/usr/src/osgal-0.6.1/examples' Making all in openalpp make[5]: Entering directory `/usr/src/osgal-0.6.1/examples/openalpp' ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o testfstream.o testfstream.cpp /bin/bash ../../libtool --tag=CXX --mode=link ccache g++ -g -Wall -O2 -o openalpp_testfstream testfstream.o ../../src/openalpp/libopenalpp.la mkdir .libs ccache g++ -g -Wall -O2 -o openalpp_testfstream testfstream.o ../../src/openalpp/.libs/libopenalpp.a -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgViewer -lOpenThreads /usr/lib/libvorbisfile.so -L/usr/lib /usr/lib/libvorbis.so /usr/lib/libogg.so /usr/lib/libalut.so /usr/lib/libopenal.so -ldl -lpthread ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o playOgg.o playOgg.cpp /bin/bash ../../libtool --tag=CXX --mode=link ccache g++ -g -Wall -O2 -o openalpp_playogg playOgg.o ../../src/openalpp/libopenalpp.la ccache g++ -g -Wall -O2 -o openalpp_playogg playOgg.o ../../src/openalpp/.libs/libopenalpp.a -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgViewer -lOpenThreads /usr/lib/libvorbisfile.so -L/usr/lib /usr/lib/libvorbis.so /usr/lib/libogg.so /usr/lib/libalut.so /usr/lib/libopenal.so -ldl -lpthread ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o multiple.o multiple.cpp /bin/bash ../../libtool --tag=CXX --mode=link ccache g++ -g -Wall -O2 -o openalpp_multiple multiple.o ../../src/openalpp/libopenalpp.la ccache g++ -g -Wall -O2 -o openalpp_multiple multiple.o ../../src/openalpp/.libs/libopenalpp.a -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgViewer -lOpenThreads /usr/lib/libvorbisfile.so -L/usr/lib /usr/lib/libvorbis.so /usr/lib/libogg.so /usr/lib/libalut.so /usr/lib/libopenal.so -ldl -lpthread ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o capture.o capture.cpp capture.cpp: In function ‘int main(int, char**)’: capture.cpp:44: warning: passing ‘double’ for argument 2 to ‘openalpp::Capture::Capture(int, unsigned int, unsigned int, openalpp::SampleFormat)’ capture.cpp:93: warning: passing ‘float’ for argument 1 to ‘int usleep(__useconds_t)’ /bin/bash ../../libtool --tag=CXX --mode=link ccache g++ -g -Wall -O2 -o openalpp_capture capture.o ../../src/openalpp/libopenalpp.la ccache g++ -g -Wall -O2 -o openalpp_capture capture.o ../../src/openalpp/.libs/libopenalpp.a -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgViewer -lOpenThreads /usr/lib/libvorbisfile.so -L/usr/lib /usr/lib/libvorbis.so /usr/lib/libogg.so /usr/lib/libalut.so /usr/lib/libopenal.so -ldl -lpthread ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o simple.o simple.cpp /bin/bash ../../libtool --tag=CXX --mode=link ccache g++ -g -Wall -O2 -o openalpp_simple simple.o ../../src/openalpp/libopenalpp.la ccache g++ -g -Wall -O2 -o openalpp_simple simple.o ../../src/openalpp/.libs/libopenalpp.a -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgViewer -lOpenThreads /usr/lib/libvorbisfile.so -L/usr/lib /usr/lib/libvorbis.so /usr/lib/libogg.so /usr/lib/libalut.so /usr/lib/libopenal.so -ldl -lpthread ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o moving.o moving.cpp moving.cpp: In function ‘int main()’: moving.cpp:49: warning: passing ‘float’ for argument 1 to ‘int usleep(__useconds_t)’ /bin/bash ../../libtool --tag=CXX --mode=link ccache g++ -g -Wall -O2 -o openalpp_moving moving.o ../../src/openalpp/libopenalpp.la ccache g++ -g -Wall -O2 -o openalpp_moving moving.o ../../src/openalpp/.libs/libopenalpp.a -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgViewer -lOpenThreads /usr/lib/libvorbisfile.so -L/usr/lib /usr/lib/libvorbis.so /usr/lib/libogg.so /usr/lib/libalut.so /usr/lib/libopenal.so -ldl -lpthread ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o multiple_oggstreams.o multiple_oggstreams.cpp /bin/bash ../../libtool --tag=CXX --mode=link ccache g++ -g -Wall -O2 -o openalpp_multiple_oggstreams multiple_oggstreams.o ../../src/openalpp/libopenalpp.la ccache g++ -g -Wall -O2 -o openalpp_multiple_oggstreams multiple_oggstreams.o ../../src/openalpp/.libs/libopenalpp.a -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgViewer -lOpenThreads /usr/lib/libvorbisfile.so -L/usr/lib /usr/lib/libvorbis.so /usr/lib/libogg.so /usr/lib/libalut.so /usr/lib/libopenal.so -ldl -lpthread make[5]: Leaving directory `/usr/src/osgal-0.6.1/examples/openalpp' Making all in osgal make[5]: Entering directory `/usr/src/osgal-0.6.1/examples/osgal' ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o osgal-osgal.o `test -f 'osgal.cpp' || echo './'`osgal.cpp /bin/bash ../../libtool --tag=CXX --mode=link ccache g++ -g -Wall -O2 -o osgal osgal-osgal.o ../../src/osgAL/libosgAL.la mkdir .libs ccache g++ -g -Wall -O2 -o .libs/osgal osgal-osgal.o ../../src/osgAL/.libs/libosgAL.so creating osgal make[5]: Leaving directory `/usr/src/osgal-0.6.1/examples/osgal' Making all in osgalmultiple make[5]: Entering directory `/usr/src/osgal-0.6.1/examples/osgalmultiple' ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o osgalmultiple-osgalmultiple.o `test -f 'osgalmultiple.cpp' || echo './'`osgalmultiple.cpp /bin/bash ../../libtool --tag=CXX --mode=link ccache g++ -g -Wall -O2 -o osgalmultiple osgalmultiple-osgalmultiple.o ../../src/osgAL/libosgAL.la mkdir .libs ccache g++ -g -Wall -O2 -o .libs/osgalmultiple osgalmultiple-osgalmultiple.o ../../src/osgAL/.libs/libosgAL.so creating osgalmultiple make[5]: Leaving directory `/usr/src/osgal-0.6.1/examples/osgalmultiple' Making all in osgalocclude make[5]: Entering directory `/usr/src/osgal-0.6.1/examples/osgalocclude' ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o osgalocclude-osgalocclude.o `test -f 'osgalocclude.cpp' || echo './'`osgalocclude.cpp /bin/bash ../../libtool --tag=CXX --mode=link ccache g++ -g -Wall -O2 -o osgalocclude osgalocclude-osgalocclude.o ../../src/osgAL/libosgAL.la mkdir .libs ccache g++ -g -Wall -O2 -o .libs/osgalocclude osgalocclude-osgalocclude.o ../../src/osgAL/.libs/libosgAL.so creating osgalocclude make[5]: Leaving directory `/usr/src/osgal-0.6.1/examples/osgalocclude' Making all in osgalviewer make[5]: Entering directory `/usr/src/osgal-0.6.1/examples/osgalviewer' ccache g++ -DPACKAGE_NAME=\"osgAL\" -DPACKAGE_TARNAME=\"osgal\" -DPACKAGE_VERSION=\"0.6.1\" -DPACKAGE_STRING=\"osgAL\ 0.6.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"osgal\" -DVERSION=\"0.6.1\" -D_GNU_SOURCE=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DOPENAL_VERSION=2007 -I. -I. -I../../include -g -Wall -O2 -c -o osgalviewer-osgalviewer.o `test -f 'osgalviewer.cpp' || echo './'`osgalviewer.cpp /bin/bash ../../libtool --tag=CXX --mode=link ccache g++ -g -Wall -O2 -o osgalviewer osgalviewer-osgalviewer.o ../../src/osgAL/libosgAL.la mkdir .libs ccache g++ -g -Wall -O2 -o .libs/osgalviewer osgalviewer-osgalviewer.o ../../src/osgAL/.libs/libosgAL.so creating osgalviewer make[5]: Leaving directory `/usr/src/osgal-0.6.1/examples/osgalviewer' make[5]: Entering directory `/usr/src/osgal-0.6.1/examples' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/usr/src/osgal-0.6.1/examples' make[4]: Leaving directory `/usr/src/osgal-0.6.1/examples' make[4]: Entering directory `/usr/src/osgal-0.6.1' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/usr/src/osgal-0.6.1' make[3]: Leaving directory `/usr/src/osgal-0.6.1' touch debian/stamp-makefile-build DEB_MAKE_CHECK_TARGET unset, not running checks doxygen debian/Doxyfile sh: latex: not found Problems running latex. Check your installation or look for typos in _formulas.tex! sh: dvips: not found Problems running dvips. Check your installation! make[2]: Leaving directory `/usr/src/osgal-0.6.1' debian/rules binary make[2]: Entering directory `/usr/src/osgal-0.6.1' 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 DEB_MAKE_CHECK_TARGET unset, not running checks doxygen debian/Doxyfile sh: latex: not found Problems running latex. Check your installation or look for typos in _formulas.tex! sh: dvips: not found Problems running dvips. Check your installation! /usr/bin/make -C . install DESTDIR=/usr/src/osgal-0.6.1/debian/tmp/ make[3]: Entering directory `/usr/src/osgal-0.6.1' Making install in src make[4]: Entering directory `/usr/src/osgal-0.6.1/src' Making install in openalpp make[5]: Entering directory `/usr/src/osgal-0.6.1/src/openalpp' make[6]: Entering directory `/usr/src/osgal-0.6.1/src/openalpp' 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/osgal-0.6.1/src/openalpp' make[5]: Leaving directory `/usr/src/osgal-0.6.1/src/openalpp' Making install in osgAL make[5]: Entering directory `/usr/src/osgal-0.6.1/src/osgAL' make[6]: Entering directory `/usr/src/osgal-0.6.1/src/osgAL' test -z "/usr/lib" || mkdir -p -- "/usr/src/osgal-0.6.1/debian/tmp//usr/lib" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libosgAL.la' '/usr/src/osgal-0.6.1/debian/tmp//usr/lib/libosgAL.la' /usr/bin/install -c .libs/libosgAL.so.2.0.0 /usr/src/osgal-0.6.1/debian/tmp//usr/lib/libosgAL.so.2.0.0 (cd /usr/src/osgal-0.6.1/debian/tmp//usr/lib && { ln -s -f libosgAL.so.2.0.0 libosgAL.so.2 || { rm -f libosgAL.so.2 && ln -s libosgAL.so.2.0.0 libosgAL.so.2; }; }) (cd /usr/src/osgal-0.6.1/debian/tmp//usr/lib && { ln -s -f libosgAL.so.2.0.0 libosgAL.so || { rm -f libosgAL.so && ln -s libosgAL.so.2.0.0 libosgAL.so; }; }) /usr/bin/install -c .libs/libosgAL.lai /usr/src/osgal-0.6.1/debian/tmp//usr/lib/libosgAL.la /usr/bin/install -c .libs/libosgAL.a /usr/src/osgal-0.6.1/debian/tmp//usr/lib/libosgAL.a chmod 644 /usr/src/osgal-0.6.1/debian/tmp//usr/lib/libosgAL.a ranlib /usr/src/osgal-0.6.1/debian/tmp//usr/lib/libosgAL.a libtool: install: warning: remember to run `libtool --finish /usr/lib' make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/usr/src/osgal-0.6.1/src/osgAL' make[5]: Leaving directory `/usr/src/osgal-0.6.1/src/osgAL' Making install in osgPlugin make[5]: Entering directory `/usr/src/osgal-0.6.1/src/osgPlugin' make[6]: Entering directory `/usr/src/osgal-0.6.1/src/osgPlugin' test -z "/usr/lib" || mkdir -p -- "/usr/src/osgal-0.6.1/debian/tmp//usr/lib" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'libosgdb_osgAL.la' '/usr/src/osgal-0.6.1/debian/tmp//usr/lib/libosgdb_osgAL.la' libtool: install: warning: relinking `libosgdb_osgAL.la' (cd /usr/src/osgal-0.6.1/src/osgPlugin; /bin/bash ../../libtool --tag=CXX --mode=relink ccache g++ -g -Wall -O2 -o libosgdb_osgAL.la -rpath /usr/lib -version-info 2:0:0 libosgdb_osgAL_la-IO_OccludeCallback.lo libosgdb_osgAL_la-IO_SoundNode.lo libosgdb_osgAL_la-IO_SoundRoot.lo libosgdb_osgAL_la-IO_SoundState.lo ../osgAL/libosgAL.la -inst-prefix-dir /usr/src/osgal-0.6.1/debian/tmp/) ccache g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.1.2/crtbeginS.o .libs/libosgdb_osgAL_la-IO_OccludeCallback.o .libs/libosgdb_osgAL_la-IO_SoundNode.o .libs/libosgdb_osgAL_la-IO_SoundRoot.o .libs/libosgdb_osgAL_la-IO_SoundState.o -L/usr/src/osgal-0.6.1/debian/tmp//usr/lib -L/usr/lib -losgAL -L/usr/lib/gcc/i486-linux-gnu/4.1.2 -L/usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.1.2/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/crtn.o -Wl,-soname -Wl,libosgdb_osgAL.so.2 -o .libs/libosgdb_osgAL.so.2.0.0 /usr/bin/install -c .libs/libosgdb_osgAL.so.2.0.0T /usr/src/osgal-0.6.1/debian/tmp//usr/lib/libosgdb_osgAL.so.2.0.0 (cd /usr/src/osgal-0.6.1/debian/tmp//usr/lib && { ln -s -f libosgdb_osgAL.so.2.0.0 libosgdb_osgAL.so.2 || { rm -f libosgdb_osgAL.so.2 && ln -s libosgdb_osgAL.so.2.0.0 libosgdb_osgAL.so.2; }; }) (cd /usr/src/osgal-0.6.1/debian/tmp//usr/lib && { ln -s -f libosgdb_osgAL.so.2.0.0 libosgdb_osgAL.so || { rm -f libosgdb_osgAL.so && ln -s libosgdb_osgAL.so.2.0.0 libosgdb_osgAL.so; }; }) /usr/bin/install -c .libs/libosgdb_osgAL.lai /usr/src/osgal-0.6.1/debian/tmp//usr/lib/libosgdb_osgAL.la /usr/bin/install -c .libs/libosgdb_osgAL.a /usr/src/osgal-0.6.1/debian/tmp//usr/lib/libosgdb_osgAL.a chmod 644 /usr/src/osgal-0.6.1/debian/tmp//usr/lib/libosgdb_osgAL.a ranlib /usr/src/osgal-0.6.1/debian/tmp//usr/lib/libosgdb_osgAL.a libtool: install: warning: remember to run `libtool --finish /usr/lib' make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/usr/src/osgal-0.6.1/src/osgPlugin' make[5]: Leaving directory `/usr/src/osgal-0.6.1/src/osgPlugin' make[5]: Entering directory `/usr/src/osgal-0.6.1/src' make[6]: Entering directory `/usr/src/osgal-0.6.1/src' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/usr/src/osgal-0.6.1/src' make[5]: Leaving directory `/usr/src/osgal-0.6.1/src' make[4]: Leaving directory `/usr/src/osgal-0.6.1/src' Making install in include make[4]: Entering directory `/usr/src/osgal-0.6.1/include' Making install in osgAL make[5]: Entering directory `/usr/src/osgal-0.6.1/include/osgAL' make[6]: Entering directory `/usr/src/osgal-0.6.1/include/osgAL' make[6]: Nothing to be done for `install-exec-am'. test -z "/usr/include/osgAL" || mkdir -p -- "/usr/src/osgal-0.6.1/debian/tmp//usr/include/osgAL" /usr/bin/install -c -m 644 'Export' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/osgAL/Export' /usr/bin/install -c -m 644 'Math' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/osgAL/Math' /usr/bin/install -c -m 644 'OccludeCallback' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/osgAL/OccludeCallback' /usr/bin/install -c -m 644 'SoundManager' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/osgAL/SoundManager' /usr/bin/install -c -m 644 'SoundNode' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/osgAL/SoundNode' /usr/bin/install -c -m 644 'SoundRoot' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/osgAL/SoundRoot' /usr/bin/install -c -m 644 'SoundState' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/osgAL/SoundState' /usr/bin/install -c -m 644 'Version' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/osgAL/Version' make[6]: Leaving directory `/usr/src/osgal-0.6.1/include/osgAL' make[5]: Leaving directory `/usr/src/osgal-0.6.1/include/osgAL' Making install in openalpp make[5]: Entering directory `/usr/src/osgal-0.6.1/include/openalpp' make[6]: Entering directory `/usr/src/osgal-0.6.1/include/openalpp' make[6]: Nothing to be done for `install-exec-am'. test -z "/usr/include/openalpp" || mkdir -p -- "/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp" /usr/bin/install -c -m 644 'AudioBase' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/AudioBase' /usr/bin/install -c -m 644 'AudioConvert' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/AudioConvert' /usr/bin/install -c -m 644 'AudioEnvironment' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/AudioEnvironment' /usr/bin/install -c -m 644 'Capture' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/Capture' /usr/bin/install -c -m 644 'config' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/config' /usr/bin/install -c -m 644 'DeviceUpdater' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/DeviceUpdater' /usr/bin/install -c -m 644 'Error' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/Error' /usr/bin/install -c -m 644 'Event' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/Event' /usr/bin/install -c -m 644 'Export' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/Export' /usr/bin/install -c -m 644 'FileStream' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/FileStream' /usr/bin/install -c -m 644 'FileStreamUpdater' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/FileStreamUpdater' /usr/bin/install -c -m 644 'GroupSource' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/GroupSource' /usr/bin/install -c -m 644 'Listener' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/Listener' /usr/bin/install -c -m 644 'NetStream' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/NetStream' /usr/bin/install -c -m 644 'NetUpdater' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/NetUpdater' /usr/bin/install -c -m 644 'PositionedObject' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/PositionedObject' /usr/bin/install -c -m 644 'Sample' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/Sample' /usr/bin/install -c -m 644 'SoundData' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/SoundData' /usr/bin/install -c -m 644 'Source' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/Source' /usr/bin/install -c -m 644 'SourceBase' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/SourceBase' /usr/bin/install -c -m 644 'Stream' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/Stream' /usr/bin/install -c -m 644 'StreamUpdater' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/StreamUpdater' /usr/bin/install -c -m 644 'windowsstuff' '/usr/src/osgal-0.6.1/debian/tmp//usr/include/openalpp/windowsstuff' make[6]: Leaving directory `/usr/src/osgal-0.6.1/include/openalpp' make[5]: Leaving directory `/usr/src/osgal-0.6.1/include/openalpp' make[5]: Entering directory `/usr/src/osgal-0.6.1/include' make[6]: Entering directory `/usr/src/osgal-0.6.1/include' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/usr/src/osgal-0.6.1/include' make[5]: Leaving directory `/usr/src/osgal-0.6.1/include' make[4]: Leaving directory `/usr/src/osgal-0.6.1/include' Making install in examples make[4]: Entering directory `/usr/src/osgal-0.6.1/examples' Making install in openalpp make[5]: Entering directory `/usr/src/osgal-0.6.1/examples/openalpp' make[6]: Entering directory `/usr/src/osgal-0.6.1/examples/openalpp' 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/osgal-0.6.1/examples/openalpp' make[5]: Leaving directory `/usr/src/osgal-0.6.1/examples/openalpp' Making install in osgal make[5]: Entering directory `/usr/src/osgal-0.6.1/examples/osgal' make[6]: Entering directory `/usr/src/osgal-0.6.1/examples/osgal' 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/osgal-0.6.1/examples/osgal' make[5]: Leaving directory `/usr/src/osgal-0.6.1/examples/osgal' Making install in osgalmultiple make[5]: Entering directory `/usr/src/osgal-0.6.1/examples/osgalmultiple' make[6]: Entering directory `/usr/src/osgal-0.6.1/examples/osgalmultiple' 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/osgal-0.6.1/examples/osgalmultiple' make[5]: Leaving directory `/usr/src/osgal-0.6.1/examples/osgalmultiple' Making install in osgalocclude make[5]: Entering directory `/usr/src/osgal-0.6.1/examples/osgalocclude' make[6]: Entering directory `/usr/src/osgal-0.6.1/examples/osgalocclude' 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/osgal-0.6.1/examples/osgalocclude' make[5]: Leaving directory `/usr/src/osgal-0.6.1/examples/osgalocclude' Making install in osgalviewer make[5]: Entering directory `/usr/src/osgal-0.6.1/examples/osgalviewer' make[6]: Entering directory `/usr/src/osgal-0.6.1/examples/osgalviewer' 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/osgal-0.6.1/examples/osgalviewer' make[5]: Leaving directory `/usr/src/osgal-0.6.1/examples/osgalviewer' make[5]: Entering directory `/usr/src/osgal-0.6.1/examples' make[6]: Entering directory `/usr/src/osgal-0.6.1/examples' 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/osgal-0.6.1/examples' make[5]: Leaving directory `/usr/src/osgal-0.6.1/examples' make[4]: Leaving directory `/usr/src/osgal-0.6.1/examples' make[4]: Entering directory `/usr/src/osgal-0.6.1' make[5]: Entering directory `/usr/src/osgal-0.6.1' make[5]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/pkgconfig" || mkdir -p -- "/usr/src/osgal-0.6.1/debian/tmp//usr/lib/pkgconfig" /usr/bin/install -c -m 644 'osgal.pc' '/usr/src/osgal-0.6.1/debian/tmp//usr/lib/pkgconfig/osgal.pc' make[5]: Leaving directory `/usr/src/osgal-0.6.1' make[4]: Leaving directory `/usr/src/osgal-0.6.1' make[3]: Leaving directory `/usr/src/osgal-0.6.1' dh_installdirs -posgal-doc dh_installdocs -posgal-doc ./README ./NEWS ./AUTHORS dh_installexamples -posgal-doc dh_installman -posgal-doc dh_installinfo -posgal-doc dh_installmenu -posgal-doc dh_installcron -posgal-doc dh_installinit -posgal-doc dh_installdebconf -posgal-doc dh_installemacsen -posgal-doc dh_installcatalogs -posgal-doc dh_installpam -posgal-doc dh_installlogrotate -posgal-doc dh_installlogcheck -posgal-doc dh_installmime -posgal-doc dh_installchangelogs -posgal-doc ./ChangeLog dh_installudev -posgal-doc dh_install -posgal-doc dh_link -posgal-doc dh_strip -posgal-doc dh_compress -posgal-doc dh_fixperms -posgal-doc dh_makeshlibs -posgal-doc dh_installdeb -posgal-doc dh_perl -posgal-doc dh_shlibdeps -posgal-doc dh_gencontrol -posgal-doc dh_md5sums -posgal-doc dh_builddeb -posgal-doc tar: -: file name read contains nul character dpkg-deb: building package `osgal-doc' in `../osgal-doc_0.6.1-2_all.deb'. dh_installdirs -plibosgal-dev dh_installdirs -plibosgal1 dh_installdocs -plibosgal-dev ./README ./NEWS ./AUTHORS dh_installexamples -plibosgal-dev dh_installman -plibosgal-dev dh_installinfo -plibosgal-dev dh_installmenu -plibosgal-dev dh_installcron -plibosgal-dev dh_installinit -plibosgal-dev dh_installdebconf -plibosgal-dev dh_installemacsen -plibosgal-dev dh_installcatalogs -plibosgal-dev dh_installpam -plibosgal-dev dh_installlogrotate -plibosgal-dev dh_installlogcheck -plibosgal-dev dh_installmime -plibosgal-dev dh_installchangelogs -plibosgal-dev ./ChangeLog dh_installudev -plibosgal-dev dh_install -plibosgal-dev dh_link -plibosgal-dev dh_installdocs -plibosgal1 ./README ./NEWS ./AUTHORS dh_installexamples -plibosgal1 dh_installman -plibosgal1 dh_installinfo -plibosgal1 dh_installmenu -plibosgal1 dh_installcron -plibosgal1 dh_installinit -plibosgal1 dh_installdebconf -plibosgal1 dh_installemacsen -plibosgal1 dh_installcatalogs -plibosgal1 dh_installpam -plibosgal1 dh_installlogrotate -plibosgal1 dh_installlogcheck -plibosgal1 dh_installmime -plibosgal1 dh_installchangelogs -plibosgal1 ./ChangeLog dh_installudev -plibosgal1 dh_install -plibosgal1 dh_link -plibosgal1 dh_strip -plibosgal-dev dh_compress -plibosgal-dev dh_fixperms -plibosgal-dev dh_makeshlibs -plibosgal-dev dh_strip -plibosgal1 dh_compress -plibosgal1 dh_fixperms -plibosgal1 dh_makeshlibs -plibosgal1 dh_installdeb -plibosgal-dev dh_perl -plibosgal-dev dh_shlibdeps -plibosgal-dev dh_installdeb -plibosgal1 dh_perl -plibosgal1 dh_shlibdeps -plibosgal1 dh_gencontrol -plibosgal-dev dh_md5sums -plibosgal-dev dh_builddeb -plibosgal-dev tar: -: file name read contains nul character dpkg-deb: building package `libosgal-dev' in `../libosgal-dev_0.6.1-2_i386.deb'. dh_gencontrol -plibosgal1 dh_md5sums -plibosgal1 dh_builddeb -plibosgal1 tar: -: file name read contains nul character dpkg-deb: building package `libosgal1' in `../libosgal1_0.6.1-2_i386.deb'. make[2]: Leaving directory `/usr/src/osgal-0.6.1' dpkg-genchanges -b dpkg-genchanges: binary-only upload - not including any source code dpkg-buildpackage: binary only upload (no source included) dpkg-genchanges: including full source code in upload lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgal/build/debian/edgy /usr/src/osgal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgal-edgy /usr/src/osgal/build/debian/edgy ; fi umount /usr/src/osgal/build/debian/edgy/proc > /dev/null 2>&1 umount /usr/src/osgal/build/debian/edgy/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/osgal/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgal/build/debian/edgy/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgal/build/debian/edgy/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgal/build/debian/edgy/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/osgal/build/debian/edgy/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/osgal/build/debian/edgy/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgal/build/debian/edgy/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: Leaving directory `/usr/src/osgal' make[1]: Entering directory `/usr/src/osgal' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgal/build/debian/edgy /usr/src/osgal/build/debian/edgy.unionfs if ! unionctl --query /usr/src/osgal/build/debian/edgy > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgal/build/debian/edgy.unionfs=rw:/chroot/debian/edgy=ro osgal-edgy /usr/src/osgal/build/debian/edgy ; fi umount /usr/src/osgal/build/debian/edgy/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgal/build/debian/edgy/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/osgal/build/debian/edgy/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debi