make[1]: Entering directory `/usr/src/osgal' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgal/build/debian/etch /usr/src/osgal/build/debian/etch.unionfs if ! unionctl --query /usr/src/osgal/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgal/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro osgal-etch /usr/src/osgal/build/debian/etch ; fi umount /usr/src/osgal/build/debian/etch/proc > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/osgal/build/debian/etch/dev/pts > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/osgal/build/debian/etch/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgal/build/debian/etch/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgal/build/debian/etch/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgal/build/debian/etch/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/osgal/build/debian/etch/usr/src > /dev/null 2>&1 make[1]: [chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/osgal/build/debian/etch/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgal/build/debian/etch/root/.ccache > /dev/null 2>&1 ; \ fi make[1]: [chroot-umounts] Error 1 (ignored) umount /usr/src/osgal/build/debian/etch && rm -fr /usr/src/osgal/build/debian/etch && mkdir /usr/src/osgal/build/debian/etch rm -fr /usr/src/osgal/build/debian/etch.unionfs lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgal/build/debian/etch /usr/src/osgal/build/debian/etch.unionfs if ! unionctl --query /usr/src/osgal/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgal/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro osgal-etch /usr/src/osgal/build/debian/etch ; 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/etch /usr/src/osgal/build/debian/etch.unionfs if ! unionctl --query /usr/src/osgal/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgal/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro osgal-etch /usr/src/osgal/build/debian/etch ; fi umount /usr/src/osgal/build/debian/etch/proc > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgal/build/debian/etch/dev/pts > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/osgal/build/debian/etch/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgal/build/debian/etch/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgal/build/debian/etch/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgal/build/debian/etch/usr/portage > /dev/null 2>&1 ; \ fi make[2]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgal/build/debian/etch/usr/src > /dev/null 2>&1 make[2]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/osgal/build/debian/etch/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgal/build/debian/etch/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/etch /usr/src/osgal/build/debian/etch.unionfs if ! unionctl --query /usr/src/osgal/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgal/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro osgal-etch /usr/src/osgal/build/debian/etch ; fi mount -t proc proc /usr/src/osgal/build/debian/etch/proc mount -t devpts devpts /usr/src/osgal/build/debian/etch/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/etch/archives/partial ; \ mount --bind gnulinux/debian/etch/archives /usr/src/osgal/build/debian/etch/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/osgal/build/debian/etch/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/osgal/build/debian/etch/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/osgal/build/debian/etch/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/osgal/build/debian/etch/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/etch/src mount --bind gnulinux/debian/etch/src /usr/src/osgal/build/debian/etch/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/osgal/build/debian/etch/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/osgal/build/debian/etch/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/osgal/build/debian/etch/root/.ccache ; \ mount --bind /root/.ccache /usr/src/osgal/build/debian/etch/root/.ccache ; \ fi make[2]: Leaving directory `/usr/src/osgal' if [ debian = debian ] ; then \ source_list=/usr/src/osgal/build/debian/etch/etc/apt/sources.list ; \ echo 'deb http://localhost/packaging-farm/openscenegraph/gnulinux/debian/etch/src ./' >> $source_list ; \ : ; \ timeout 600 chroot /usr/src/osgal/build/debian/etch apt-get -o Acquire::pdiffs=false update && \ timeout 3600 chroot /usr/src/osgal/build/debian/etch apt-get -y --force-yes dist-upgrade ; \ elif [ debian = fedora ] ; then \ TEMPLATE=/usr/src/osgal/build/debian/etch/etc/packaging-farm.yum ; \ : ; \ : ; \ chroot /usr/src/osgal/build/debian/etch yum -d 0 -e 0 -y update ; \ elif [ debian = gentoo ] ; then \ overlaydir=/usr/src/osgal/build/debian/etch/overlays ; \ mkdir -p $overlaydir ; \ rsync -avH --delete /gnulinux/gentoo/etch/src/ $overlaydir/openthreads/ ; rsync -avH --delete /usr/src/openscenegraph/gnulinux/gentoo/etch/src/ $overlaydir/openscenegraph/ ; \ fi Get:1 http://ftp.fr.debian.org etch Release.gpg [378B] Ign http://localhost ./ Release.gpg Ign http://localhost ./ Release Hit http://ftp.fr.debian.org etch Release Get:2 http://localhost ./ Packages [1323B] Hit http://ftp.fr.debian.org etch/main Packages Fetched 1324B in 1s (1305B/s) Reading package lists... Reading package lists... Building dependency tree... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. make chroot-umounts make[2]: Entering directory `/usr/src/osgal' lsmod | grep unionfs > /dev/null || modprobe unionfs mkdir -p /usr/src/osgal/build/debian/etch /usr/src/osgal/build/debian/etch.unionfs if ! unionctl --query /usr/src/osgal/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgal/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro osgal-etch /usr/src/osgal/build/debian/etch ; fi umount /usr/src/osgal/build/debian/etch/proc > /dev/null 2>&1 umount /usr/src/osgal/build/debian/etch/dev/pts > /dev/null 2>&1 if [ debian = debian ] ; then \ umount /usr/src/osgal/build/debian/etch/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgal/build/debian/etch/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgal/build/debian/etch/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgal/build/debian/etch/usr/portage > /dev/null 2>&1 ; \ fi umount /usr/src/osgal/build/debian/etch/usr/src > /dev/null 2>&1 if [ debian = gentoo ] ; then \ umount /usr/src/osgal/build/debian/etch/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgal/build/debian/etch/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/etch/src mkdir -p gnulinux/debian/etch/src if [ -f osgal/*/debian/control.etch ] ; then \ cd gnulinux/debian/etch/src ; \ dpkg-source -x ../../../../osgal/*.dsc ; \ cp osgal-*/debian/control.etch osgal-*/debian/control ; \ dpkg-source -b osgal-*[0-9] osgal_*.tar.gz ; \ elif [ -d osgal/etch ] ; then \ rsync -av osgal/etch/*.{dsc,gz} gnulinux/debian/etch/src ; \ else \ rsync -av osgal/*.{dsc,gz} gnulinux/debian/etch/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/etch /usr/src/osgal/build/debian/etch.unionfs if ! unionctl --query /usr/src/osgal/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgal/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro osgal-etch /usr/src/osgal/build/debian/etch ; fi umount /usr/src/osgal/build/debian/etch/proc > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgal/build/debian/etch/dev/pts > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = debian ] ; then \ umount /usr/src/osgal/build/debian/etch/var/cache/apt/archives > /dev/null 2>&1 ; \ elif [ debian = fedora ] ; then \ : ; \ elif [ debian = gentoo ] ; then \ umount /usr/src/osgal/build/debian/etch/usr/local/distdir > /dev/null 2>&1 ; \ umount /usr/src/osgal/build/debian/etch/usr/portage/packages > /dev/null 2>&1 ; \ umount /usr/src/osgal/build/debian/etch/usr/portage > /dev/null 2>&1 ; \ fi make[1]: [pre-chroot-umounts] Error 1 (ignored) umount /usr/src/osgal/build/debian/etch/usr/src > /dev/null 2>&1 make[1]: [pre-chroot-umounts] Error 1 (ignored) if [ debian = gentoo ] ; then \ umount /usr/src/osgal/build/debian/etch/var/tmp/portage/homedir/.ccache > /dev/null 2>&1 ; \ else \ umount /usr/src/osgal/build/debian/etch/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/etch /usr/src/osgal/build/debian/etch.unionfs if ! unionctl --query /usr/src/osgal/build/debian/etch > /dev/null 2>&1 ; then mount -t unionfs -o rw,dirs=/usr/src/osgal/build/debian/etch.unionfs=rw:/chroot/debian/etch=ro osgal-etch /usr/src/osgal/build/debian/etch ; fi mount -t proc proc /usr/src/osgal/build/debian/etch/proc mount -t devpts devpts /usr/src/osgal/build/debian/etch/dev/pts if [ debian = debian ] ; then \ mkdir -p gnulinux/debian/etch/archives/partial ; \ mount --bind gnulinux/debian/etch/archives /usr/src/osgal/build/debian/etch/var/cache/apt/archives ; \ elif [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/distdir /usr/src/osgal/build/debian/etch/usr/local/distdir ; \ mount --bind /var/cache/packaging-farm/debian/distdir /usr/src/osgal/build/debian/etch/usr/local/distdir ; \ fi if [ debian = gentoo ] ; then \ mkdir -p /var/cache/packaging-farm/debian/portage/packages /usr/src/osgal/build/debian/etch/usr/portage/packages ; \ mount --bind /var/cache/packaging-farm/debian/portage/packages /usr/src/osgal/build/debian/etch/usr/portage/packages ; \ fi mkdir -p gnulinux/debian/etch/src mount --bind gnulinux/debian/etch/src /usr/src/osgal/build/debian/etch/usr/src if [ debian = gentoo ] ; then \ mkdir -p /root/.ccache /usr/src/osgal/build/debian/etch/var/tmp/portage/homedir/.ccache ; \ mount --bind /root/.ccache /usr/src/osgal/build/debian/etch/var/tmp/portage/homedir/.ccache ; \ else \ mkdir -p /root/.ccache /usr/src/osgal/build/debian/etch/root/.ccache ; \ mount --bind /root/.ccache /usr/src/osgal/build/debian/etch/root/.ccache ; \ fi /usr/lib/pbuilder/pbuilder-satisfydepends --force-version --chroot /usr/src/osgal/build/debian/etch --control gnulinux/debian/etch/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... 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 libcfitsio2 libcoin40c2 libdrm2 libexpat1 libfreetype6 libgdal1-1.3.2 libgeos2c2a libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx libglu1-mesa libglu1-mesa-dev libhdf4g libice6 libicu36 libjasper-1.701-1 libjpeg62 libkrb53 libltdl3 libmagic1 libmysqlclient15off libnetcdf3 libogg-dev libogg0 libopenal0a libopenscenegraph6 libopenthreads-dev libopenthreads6 libpng12-0 libpq4 libsm6 libssp0 libstdc++6-4.1-dev libtiff4 libungif4g libvorbis0a libvorbisenc2 libvorbisfile3 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxdmcp-dev libxdmcp6 libxerces27 libxext-dev libxext6 libxxf86vm1 m4 make mesa-common-dev mysql-common odbcinst1debian1 patch perl perl-modules po-debconf unixodbc x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev xtrans-dev Suggested packages: autoconf2.13 autobook autoconf-archive gnu-standards autoconf-doc automake1.9-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 lib64ssp0 cvs gettext-doc libopenal0 libfreetype6-dev libhdf4g-doc libhdf4g-dev libhdf4g-run libjasper-runtime krb5-doc krb5-user netcdf-doc libstdc++6-4.1-doc libtool-doc g77 fortran77-compiler gcj xalan make-doc-non-dfsg diff-doc libterm-readline-gnu-perl libterm-readline-perl-perl libgnome-dev libmyodbc odbc-postgresql libct1 Recommended packages: automaken patchutils bzip2 libmudflap0-dev proj libltdl3-dev perl-doc 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 libcfitsio2 libcoin40c2 libdrm2 libexpat1 libfreetype6 libgdal1-1.3.2 libgeos2c2a libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx libglu1-mesa libglu1-mesa-dev libhdf4g libice6 libicu36 libjasper-1.701-1 libjpeg62 libkrb53 libltdl3 libmagic1 libmysqlclient15off libnetcdf3 libogg-dev libogg0 libopenal-dev libopenal0a libopenscenegraph-dev libopenscenegraph6 libopenthreads-dev libopenthreads6 libpng12-0 libpq4 libsm6 libssp0 libstdc++6-4.1-dev libtiff4 libtool libungif4g libvorbis-dev libvorbis0a libvorbisenc2 libvorbisfile3 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxdmcp-dev libxdmcp6 libxerces27 libxext-dev libxext6 libxxf86vm1 m4 make mesa-common-dev mysql-common odbcinst1debian1 patch perl perl-modules pkg-config po-debconf unixodbc x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev xlibmesa-gl-dev xtrans-dev 0 upgraded, 93 newly installed, 0 to remove and 0 not upgraded. Need to get 37.2MB/93.3MB of archives. After unpacking 337MB 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.8kB] Get:2 http://localhost ./ libopenthreads-dev 2.2.0-1 [14.4kB] Get:3 http://localhost ./ libopenscenegraph6 2.2.0-1 [36.7MB] Get:4 http://localhost ./ libopenscenegraph-dev 2.2.0-1 [453kB] Extracting templates from packages: 32% Extracting templates from packages: 64% Extracting templates from packages: 96% Extracting templates from packages: 100% Preconfiguring packages ... /dev/mem: Operation not permitted Fetched 37.2MB in 3s (12.2MB/s) Selecting previously deselected package x11-common. (Reading database ... 10071 files and directories currently installed.) Unpacking x11-common (from .../x11-common_1%3a7.1.0-19_i386.deb) ... /dev/mem: Operation not permitted /dev/mem: Operation not permitted Selecting previously deselected package libxau6. Unpacking libxau6 (from .../libxau6_1%3a1.0.1-2_i386.deb) ... Selecting previously deselected package libxdmcp6. Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.0.1-2_i386.deb) ... Setting up x11-common (7.1.0-19) ... /dev/mem: Operation not permitted /dev/mem: Operation not permitted Setting up X server socket directory /tmp/.X11-unix.... Setting up ICE socket directory /tmp/.ICE-unix.... Selecting previously deselected package libx11-data. (Reading database ... 10116 files and directories currently installed.) Unpacking libx11-data (from .../libx11-data_2%3a1.0.3-7_all.deb) ... Selecting previously deselected package libx11-6. Unpacking libx11-6 (from .../libx11-6_2%3a1.0.3-7_i386.deb) ... /dev/mem: Operation not permitted Selecting previously deselected package x11proto-core-dev. Unpacking x11proto-core-dev (from .../x11proto-core-dev_7.0.7-2_all.deb) ... Selecting previously deselected package libxau-dev. Unpacking libxau-dev (from .../libxau-dev_1%3a1.0.1-2_i386.deb) ... Selecting previously deselected package libxdmcp-dev. Unpacking libxdmcp-dev (from .../libxdmcp-dev_1%3a1.0.1-2_i386.deb) ... Selecting previously deselected package libxext6. Unpacking libxext6 (from .../libxext6_1%3a1.0.1-2_i386.deb) ... Selecting previously deselected package x11proto-input-dev. Unpacking x11proto-input-dev (from .../x11proto-input-dev_1.3.2-4_all.deb) ... Selecting previously deselected package x11proto-xext-dev. Unpacking x11proto-xext-dev (from .../x11proto-xext-dev_7.0.2-5_all.deb) ... Selecting previously deselected package libxext-dev. Unpacking libxext-dev (from .../libxext-dev_1%3a1.0.1-2_i386.deb) ... Selecting previously deselected package x11proto-kb-dev. Unpacking x11proto-kb-dev (from .../x11proto-kb-dev_1.0.3-2_all.deb) ... Selecting previously deselected package xtrans-dev. Unpacking xtrans-dev (from .../xtrans-dev_1.0.1-3_all.deb) ... Selecting previously deselected package libx11-dev. Unpacking libx11-dev (from .../libx11-dev_2%3a1.0.3-7_i386.deb) ... Selecting previously deselected package libmagic1. Unpacking libmagic1 (from .../libmagic1_4.17-5etch2_i386.deb) ... Selecting previously deselected package file. Unpacking file (from .../file_4.17-5etch2_i386.deb) ... Selecting previously deselected package libkrb53. Unpacking libkrb53 (from .../libkrb53_1.4.4-7etch1_i386.deb) ... Selecting previously deselected package m4. Unpacking m4 (from .../archives/m4_1.4.8-2_i386.deb) ... Selecting previously deselected package patch. Unpacking patch (from .../patch_2.5.9-4_i386.deb) ... Selecting previously deselected package perl-modules. Unpacking perl-modules (from .../perl-modules_5.8.8-7_all.deb) ... Selecting previously deselected package perl. Unpacking perl (from .../archives/perl_5.8.8-7_i386.deb) ... Selecting previously deselected package autoconf. Unpacking autoconf (from .../autoconf_2.61-4_all.deb) ... Selecting previously deselected package autotools-dev. Unpacking autotools-dev (from .../autotools-dev_20060702.1_all.deb) ... Selecting previously deselected package automake1.9. Unpacking automake1.9 (from .../automake1.9_1.9.6+nogfdl-3_all.deb) ... Selecting previously deselected package binutils. Unpacking binutils (from .../binutils_2.17-3_i386.deb) ... Selecting previously deselected package ccache. Unpacking ccache (from .../archives/ccache_2.4-7_i386.deb) ... Selecting previously deselected package cdbs. Unpacking cdbs (from .../archives/cdbs_0.4.48_all.deb) ... Selecting previously deselected package cpp-4.1. Unpacking cpp-4.1 (from .../cpp-4.1_4.1.1-21_i386.deb) ... Selecting previously deselected package cpp. Unpacking cpp (from .../cpp_4%3a4.1.1-15_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.25_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.16.1-1_i386.deb) ... Selecting previously deselected package intltool-debian. Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ... Selecting previously deselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.8_all.deb) ... Selecting previously deselected package debhelper. Unpacking debhelper (from .../debhelper_5.0.42_all.deb) ... Selecting previously deselected package libpng12-0. Unpacking libpng12-0 (from .../libpng12-0_1.2.15~beta5-1_i386.deb) ... Selecting previously deselected package doxygen. Unpacking doxygen (from .../doxygen_1.5.1-1_i386.deb) ... Selecting previously deselected package dpatch. Unpacking dpatch (from .../archives/dpatch_2.0.21_all.deb) ... Selecting previously deselected package libssp0. Unpacking libssp0 (from .../libssp0_4.1.1-21_i386.deb) ... Selecting previously deselected package gcc-4.1. Unpacking gcc-4.1 (from .../gcc-4.1_4.1.1-21_i386.deb) ... Selecting previously deselected package gcc. Unpacking gcc (from .../gcc_4%3a4.1.1-15_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-21_i386.deb) ... Selecting previously deselected package g++-4.1. Unpacking g++-4.1 (from .../g++-4.1_4.1.1-21_i386.deb) ... Selecting previously deselected package g++. Unpacking g++ (from .../g++_4%3a4.1.1-15_i386.deb) ... Selecting previously deselected package libopenal0a. Unpacking libopenal0a (from .../libopenal0a_1%3a0.0.8-4_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 libcfitsio2. Unpacking libcfitsio2 (from .../libcfitsio2_2.510-1.3_i386.deb) ... Selecting previously deselected package libdrm2. Unpacking libdrm2 (from .../libdrm2_2.0.2-0.1_i386.deb) ... Selecting previously deselected package libxxf86vm1. Unpacking libxxf86vm1 (from .../libxxf86vm1_1%3a1.0.1-2_i386.deb) ... Selecting previously deselected package libgl1-mesa-glx. Unpacking libgl1-mesa-glx (from .../libgl1-mesa-glx_6.5.1-0.6_i386.deb) ... Selecting previously deselected package libice6. Unpacking libice6 (from .../libice6_1%3a1.0.1-2_i386.deb) ... Selecting previously deselected package libsm6. Unpacking libsm6 (from .../libsm6_1%3a1.0.1-3_i386.deb) ... Selecting previously deselected package libcoin40c2. Unpacking libcoin40c2 (from .../libcoin40c2_2.4.5-2_i386.deb) ... Selecting previously deselected package libexpat1. Unpacking libexpat1 (from .../libexpat1_1.95.8-3.4_i386.deb) ... Selecting previously deselected package libfreetype6. Unpacking libfreetype6 (from .../libfreetype6_2.2.1-5+etch1_i386.deb) ... Selecting previously deselected package libgeos2c2a. Unpacking libgeos2c2a (from .../libgeos2c2a_2.2.3-3_i386.deb) ... Selecting previously deselected package mesa-common-dev. Unpacking mesa-common-dev (from .../mesa-common-dev_6.5.1-0.6_all.deb) ... Selecting previously deselected package libgl1-mesa-dri. Unpacking libgl1-mesa-dri (from .../libgl1-mesa-dri_6.5.1-0.6_i386.deb) ... Selecting previously deselected package libgl1-mesa-dev. Unpacking libgl1-mesa-dev (from .../libgl1-mesa-dev_6.5.1-0.6_i386.deb) ... Selecting previously deselected package libglu1-mesa. Unpacking libglu1-mesa (from .../libglu1-mesa_6.5.1-0.6_i386.deb) ... Selecting previously deselected package libglu1-mesa-dev. Unpacking libglu1-mesa-dev (from .../libglu1-mesa-dev_6.5.1-0.6_i386.deb) ... Selecting previously deselected package libjpeg62. Unpacking libjpeg62 (from .../libjpeg62_6b-13_i386.deb) ... Selecting previously deselected package libhdf4g. Unpacking libhdf4g (from .../libhdf4g_4.1r4-18.1_i386.deb) ... Selecting previously deselected package libicu36. Unpacking libicu36 (from .../libicu36_3.6-2_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 libltdl3. Unpacking libltdl3 (from .../libltdl3_1.5.22-4_i386.deb) ... Selecting previously deselected package mysql-common. Unpacking mysql-common (from .../mysql-common_5.0.32-7etch1_all.deb) ... Selecting previously deselected package libmysqlclient15off. Unpacking libmysqlclient15off (from .../libmysqlclient15off_5.0.32-7etch1_i386.deb) ... Selecting previously deselected package libnetcdf3. Unpacking libnetcdf3 (from .../libnetcdf3_3.6.1-1_i386.deb) ... Selecting previously deselected package libogg0. Unpacking libogg0 (from .../libogg0_1.1.3-2_i386.deb) ... Selecting previously deselected package libogg-dev. Unpacking libogg-dev (from .../libogg-dev_1.1.3-2_i386.deb) ... Selecting previously deselected package libopenal-dev. Unpacking libopenal-dev (from .../libopenal-dev_1%3a0.0.8-4_i386.deb) ... Selecting previously deselected package libopenthreads6. Unpacking libopenthreads6 (from .../libopenthreads6_2.2.0-1_i386.deb) ... Selecting previously deselected package libopenthreads-dev. Unpacking libopenthreads-dev (from .../libopenthreads-dev_2.2.0-1_i386.deb) ... Selecting previously deselected package xlibmesa-gl-dev. Unpacking xlibmesa-gl-dev (from .../xlibmesa-gl-dev_1%3a7.1.0-19_all.deb) ... Selecting previously deselected package libpq4. Unpacking libpq4 (from .../libpq4_8.1.9-0etch1_i386.deb) ... Selecting previously deselected package libtiff4. Unpacking libtiff4 (from .../libtiff4_3.8.2-7_i386.deb) ... Selecting previously deselected package libungif4g. Unpacking libungif4g (from .../libungif4g_4.1.4-4_i386.deb) ... Selecting previously deselected package libxerces27. Unpacking libxerces27 (from .../libxerces27_2.7.0-3_i386.deb) ... Selecting previously deselected package odbcinst1debian1. Unpacking odbcinst1debian1 (from .../odbcinst1debian1_2.2.11-13_i386.deb) ... Selecting previously deselected package unixodbc. Unpacking unixodbc (from .../unixodbc_2.2.11-13_i386.deb) ... Selecting previously deselected package libgdal1-1.3.2. Unpacking libgdal1-1.3.2 (from .../libgdal1-1.3.2_1.3.2-4_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.dfsg-1.2_i386.deb) ... Selecting previously deselected package libvorbisenc2. Unpacking libvorbisenc2 (from .../libvorbisenc2_1.1.2.dfsg-1.2_i386.deb) ... Selecting previously deselected package libvorbisfile3. Unpacking libvorbisfile3 (from .../libvorbisfile3_1.1.2.dfsg-1.2_i386.deb) ... Selecting previously deselected package libvorbis-dev. Unpacking libvorbis-dev (from .../libvorbis-dev_1.1.2.dfsg-1.2_i386.deb) ... Selecting previously deselected package pkg-config. Unpacking pkg-config (from .../pkg-config_0.21-1_i386.deb) ... Setting up libxau6 (1.0.1-2) ... Setting up libxdmcp6 (1.0.1-2) ... Setting up libx11-data (1.0.3-7) ... Setting up libx11-6 (1.0.3-7) ... /dev/mem: Operation not permitted Setting up x11proto-core-dev (7.0.7-2) ... Setting up libxau-dev (1.0.1-2) ... Setting up libxdmcp-dev (1.0.1-2) ... Setting up libxext6 (1.0.1-2) ... Setting up x11proto-input-dev (1.3.2-4) ... Setting up x11proto-xext-dev (7.0.2-5) ... Setting up x11proto-kb-dev (1.0.3-2) ... Setting up xtrans-dev (1.0.1-3) ... Setting up libmagic1 (4.17-5etch2) ... Setting up file (4.17-5etch2) ... Setting up libkrb53 (1.4.4-7etch1) ... Setting up m4 (1.4.8-2) ... Setting up patch (2.5.9-4) ... Setting up autotools-dev (20060702.1) ... Setting up binutils (2.17-3) ... Setting up ccache (2.4-7) ... Setting up cdbs (0.4.48) ... Setting up cpp-4.1 (4.1.1-21) ... Setting up cpp (4.1.1-15) ... Setting up make (3.81-2) ... Setting up html2text (1.3.2a-3) ... Setting up gettext (0.16.1-1) ... Setting up libpng12-0 (1.2.15~beta5-1) ... Setting up doxygen (1.5.1-1) ... Setting up dpatch (2.0.21) ... Setting up libssp0 (4.1.1-21) ... Setting up gcc-4.1 (4.1.1-21) ... Setting up gcc (4.1.1-15) ... Setting up libopenal0a (0.0.8-4) ... Setting up libalut0 (1.0.1-1) ... Setting up libalut-dev (1.0.1-1) ... Setting up libcfitsio2 (2.510-1.3) ... Setting up libdrm2 (2.0.2-0.1) ... Setting up libxxf86vm1 (1.0.1-2) ... Setting up libgl1-mesa-glx (6.5.1-0.6) ... Setting up libice6 (1.0.1-2) ... Setting up libsm6 (1.0.1-3) ... Setting up libcoin40c2 (2.4.5-2) ... Setting up libexpat1 (1.95.8-3.4) ... Setting up libfreetype6 (2.2.1-5+etch1) ... Setting up libgeos2c2a (2.2.3-3) ... Setting up mesa-common-dev (6.5.1-0.6) ... Setting up libgl1-mesa-dri (6.5.1-0.6) ... Setting up libglu1-mesa (6.5.1-0.6) ... Setting up libjpeg62 (6b-13) ... Setting up libhdf4g (4.1r4-18.1) ... Setting up libicu36 (3.6-2) ... Setting up libjasper-1.701-1 (1.701.0-2) ... Setting up libltdl3 (1.5.22-4) ... Setting up mysql-common (5.0.32-7etch1) ... Setting up libmysqlclient15off (5.0.32-7etch1) ... Setting up libnetcdf3 (3.6.1-1) ... Setting up libogg0 (1.1.3-2) ... Setting up libogg-dev (1.1.3-2) ... Setting up libopenal-dev (0.0.8-4) ... Setting up libopenthreads6 (2.2.0-1) ... Setting up libopenthreads-dev (2.2.0-1) ... Setting up libpq4 (8.1.9-0etch1) ... Setting up libtiff4 (3.8.2-7) ... Setting up libungif4g (4.1.4-4) ... Setting up libxerces27 (2.7.0-3) ... Setting up odbcinst1debian1 (2.2.11-13) ... Setting up unixodbc (2.2.11-13) ... Setting up libgdal1-1.3.2 (1.3.2-4) ... Setting up libopenscenegraph6 (2.2.0-1) ... Setting up libtool (1.5.22-4) ... Setting up libvorbis0a (1.1.2.dfsg-1.2) ... Setting up libvorbisenc2 (1.1.2.dfsg-1.2) ... Setting up libvorbisfile3 (1.1.2.dfsg-1.2) ... Setting up libvorbis-dev (1.1.2.dfsg-1.2) ... Setting up pkg-config (0.21-1) ... Setting up perl-modules (5.8.8-7) ... Setting up libstdc++6-4.1-dev (4.1.1-21) ... Setting up libxext-dev (1.0.1-2) ... Setting up perl (5.8.8-7) ... Setting up autoconf (2.61-4) ... Setting up automake1.9 (1.9.6+nogfdl-3) ... Setting up dpkg-dev (1.13.25) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.8) ... Setting up debhelper (5.0.42) ... Setting up g++-4.1 (4.1.1-21) ... Setting up g++ (4.1.1-15) ... Setting up libx11-dev (1.0.3-7) ... Setting up libgl1-mesa-dev (6.5.1-0.6) ... Setting up libglu1-mesa-dev (6.5.1-0.6) ... Setting up xlibmesa-gl-dev (7.1.0-19) ... Setting up libopenscenegraph-dev (2.2.0-1) ... -> Finished parsing the build-deps cp -a /usr/lib/packaging-farm/debian/debuild.sh /usr/src/osgal/build/debian/etch/usr/src chroot /usr/src/osgal/build/debian/etch sh -c "cd /usr/src && DISTRIBUTION=etch 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 xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from ccache cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if ccache cc supports -fno-rtti -fno-exceptions... no checking for ccache cc option to produce PIC... -fPIC checking if ccache cc PIC flag -fPIC works... yes checking if ccache cc static flag -static works... yes checking if ccache cc supports -c -o file.o... yes checking whether the ccache cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by ccache g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the ccache g++ linker (/usr/bin/ld) supports shared libraries... yes checking for ccache g++ option to produce PIC... -fPIC checking if ccache g++ PIC flag -fPIC works... yes checking if ccache g++ static flag -static works... yes checking if ccache g++ supports -c -o file.o... yes checking whether the ccache g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking 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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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 /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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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/sh ../../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 /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/sh ../../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 /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/sh ../../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 /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/sh ../../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 /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/sh ../../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 /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/sh ../../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 /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/sh ../../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 /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/sh ../../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/sh ../../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/sh ../../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/sh ../../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: command not found Problems running latex. Check your installation or look for typos in _formulas.tex and check _formulas.log! sh: dvips: command 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: command not found Problems running latex. Check your installation or look for typos in _formulas.tex and check _formulas.log! sh: dvips: command 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/sh ../../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/sh ../../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/sh ../../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