DC-Build-Header: simgear 2.4.0-1.3 / Mon Jul 02 18:38:30 +0000 2012 DC-Task: logfile:/tmp/simgear_2.4.0-1.3_unstable_clang.log version:2.4.0-1.3 modes:clang chroot:unstable source:simgear esttime:878 architecture:any DC-Sbuild-call: su user -c 'sbuild -n -A -s --force-orig-source --apt-update -d unstable -v --chroot-setup-commands=/tmp/switch-to-clang simgear_2.4.0-1.3' sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on ip-10-29-133-124.ec2.internal ╔══════════════════════════════════════════════════════════════════════════════╗ ║ simgear 2.4.0-1.3 (amd64) 02 Jul 2012 18:38 ║ ╚══════════════════════════════════════════════════════════════════════════════╝ Package: simgear Version: 2.4.0-1.3 Source Version: 2.4.0-1.3 Distribution: unstable Architecture: amd64 I: NOTICE: Log filtering will replace 'build/simgear-qxslfu/simgear-2.4.0' with '«PKGBUILDDIR»' I: NOTICE: Log filtering will replace 'build/simgear-qxslfu' with '«BUILDDIR»' I: NOTICE: Log filtering will replace 'var/lib/schroot/mount/unstable-amd64-sbuild-ec78105b-b771-43bb-90d0-a95207befbbe' with '«CHROOT»' ┌──────────────────────────────────────────────────────────────────────────────┐ │ Update chroot │ └──────────────────────────────────────────────────────────────────────────────┘ Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Hit http://localhost unstable/main Sources/DiffIndex Hit http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Reading package lists... Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ┌──────────────────────────────────────────────────────────────────────────────┐ │ Fetch source files │ └──────────────────────────────────────────────────────────────────────────────┘ Check APT ───────── Checking available source versions... Download source files with APT ────────────────────────────── Reading package lists... Building dependency tree... Reading state information... NOTICE: 'simgear' packaging is maintained in the 'Svn' version control system at: svn://svn.debian.org/pkg-fgfs/simgear/trunk/ Need to get 1149 kB of source archives. Get:1 http://localhost/debian/ unstable/main simgear 2.4.0-1.3 (dsc) [1681 B] Get:2 http://localhost/debian/ unstable/main simgear 2.4.0-1.3 (tar) [1124 kB] Get:3 http://localhost/debian/ unstable/main simgear 2.4.0-1.3 (diff) [23.5 kB] Fetched 1149 kB in 0s (2058 kB/s) Download complete and in download only mode Check arch ────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ Chroot Setup Commands │ └──────────────────────────────────────────────────────────────────────────────┘ /tmp/switch-to-clang ──────────────────── + echo 'Entering customization script...' Entering customization script... + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Hit http://localhost unstable/main Sources/DiffIndex Hit http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Reading package lists... + echo 'Install of clang' Install of clang + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Hit http://localhost unstable/main Sources/DiffIndex Hit http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Reading package lists... + apt-get install --yes --no-install-recommends clang -t unstable Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libclang-common-dev libffi5 libllvm3.1 Recommended packages: llvm-3.1-dev python The following NEW packages will be installed: clang libclang-common-dev libffi5 libllvm3.1 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 13.1 MB of archives. After this operation, 35.6 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libffi5 amd64 3.0.10-3 [24.8 kB] Get:2 http://localhost/debian/ unstable/main libllvm3.1 amd64 3.1-2 [7275 kB] Get:3 http://localhost/debian/ unstable/main libclang-common-dev amd64 3.1-8 [84.3 kB] Get:4 http://localhost/debian/ unstable/main clang amd64 3.1-8 [5755 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 13.1 MB in 2s (6479 kB/s) Selecting previously unselected package libffi5:amd64. (Reading database ... 11725 files and directories currently installed.) Unpacking libffi5:amd64 (from .../libffi5_3.0.10-3_amd64.deb) ... Selecting previously unselected package libllvm3.1:amd64. Unpacking libllvm3.1:amd64 (from .../libllvm3.1_3.1-2_amd64.deb) ... Selecting previously unselected package libclang-common-dev. Unpacking libclang-common-dev (from .../libclang-common-dev_3.1-8_amd64.deb) ... Selecting previously unselected package clang. Unpacking clang (from .../archives/clang_3.1-8_amd64.deb) ... Setting up libffi5:amd64 (3.0.10-3) ... Setting up libllvm3.1:amd64 (3.1-2) ... Setting up libclang-common-dev (3.1-8) ... Setting up clang (3.1-8) ... + echo 'Replace gcc, g++ & cpp by clang' Replace gcc, g++ & cpp by clang + VERSION=4.7 + cd /usr/bin + rm g++-4.7 gcc-4.7 cpp-4.7 + ln -s clang++ g++-4.7 + ln -s clang gcc-4.7 + ln -s clang cpp-4.7 + cd - /«BUILDDIR» + echo 'Block the installation of new gcc version' Block the installation of new gcc version + echo 'gcc-4.6 hold' + dpkg --set-selections + echo 'cpp-4.6 hold' + dpkg --set-selections + echo 'g++-4.6 hold' + dpkg --set-selections + echo 'gcc-4.7 hold' + dpkg --set-selections + echo 'cpp-4.7 hold' + dpkg --set-selections + echo 'g++-4.7 hold' + dpkg --set-selections + echo 'Check if gcc, g++ & cpp are actually clang' Check if gcc, g++ & cpp are actually clang + gcc --version + grep clang I: Finished running '/tmp/switch-to-clang'. Finished processing commands. ──────────────────────────────────────────────────────────────────────────────── Merged Build-Depends: build-essential, fakeroot Filtered Build-Depends: build-essential, fakeroot dpkg-deb: building package `sbuild-build-depends-core-dummy' in `/«BUILDDIR»/resolver-GDbPer/apt_archive/sbuild-build-depends-core-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install core build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: sbuild-build-depends-core-dummy debconf: delaying package configuration, since apt-utils is not installed 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/708 B of archives. After this operation, 0 B of additional disk space will be used. Selecting previously unselected package sbuild-build-depends-core-dummy. (Reading database ... 11805 files and directories currently installed.) Unpacking sbuild-build-depends-core-dummy (from .../sbuild-build-depends-core-dummy.deb) ... Setting up sbuild-build-depends-core-dummy (0.invalid.0) ... Merged Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev | libc-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), debhelper (>> 5), libx11-dev, libxext-dev, libxi-dev, libice-dev, libsm-dev, libxt-dev, libxmu-dev, libgl1-mesa-dev | xlibmesa-gl-dev | libgl-dev, libglu1-mesa-dev | libglu1-xorg-dev | xlibmesa-glu-dev | libglu-dev, freeglut3-dev | libglut3-dev, zlib1g-dev, libjpeg8-dev | libjpeg62-dev | libjpeg-dev, libboost-dev, libplib-dev (>= 1.8.5), libopenscenegraph-dev (>> 3.0.0), libopenal-dev, libalut-dev, libsvn-dev, autotools-dev Filtered Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), debhelper (>> 5), libx11-dev, libxext-dev, libxi-dev, libice-dev, libsm-dev, libxt-dev, libxmu-dev, libgl1-mesa-dev, libglu1-mesa-dev, freeglut3-dev, zlib1g-dev, libjpeg8-dev, libboost-dev, libplib-dev (>= 1.8.5), libopenscenegraph-dev (>> 3.0.0), libopenal-dev, libalut-dev, libsvn-dev, autotools-dev dpkg-deb: building package `sbuild-build-depends-simgear-dummy' in `/«BUILDDIR»/resolver-qx4MNg/apt_archive/sbuild-build-depends-simgear-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install simgear build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: autotools-dev bsdmainutils comerr-dev debhelper file fontconfig fontconfig-config freeglut3 freeglut3-dev gettext gettext-base groff-base html2text intltool-debian krb5-multidev libalut-dev libalut0 libapr1 libapr1-dev libaprutil1 libaprutil1-dev libarmadillo3 libasound2 libasprintf0c2 libasyncns0 libaudio2 libavcodec53 libavdevice53 libavformat53 libavutil51 libblas3 libboost-dev libboost1.49-dev libcairo2 libcap2 libcdio-cdda1 libcdio-paranoia1 libcdio13 libcoin60 libcroco3 libcurl3-gnutls libdap11 libdapclient3 libdapserver7 libdatrie1 libdbus-1-3 libdc1394-22 libdirac-encoder0 libdrm2 libdvdnav4 libdvdread4 libepsilon0 libexpat1 libexpat1-dev libfaad2 libflac8 libfontconfig1 libfreetype6 libfreexl1 libgcrypt11 libgdal1 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgeos-3.3.3 libgeos-c1 libgettextpo0 libgfortran3 libgif4 libgl1-mesa-dev libgl1-mesa-glx libglapi-mesa libglib2.0-0 libglu1-mesa libglu1-mesa-dev libgnutls26 libgpg-error0 libgraphicsmagick3 libgsm1 libgssapi-krb5-2 libgssrpc4 libhdf4-0-alt libhdf5-7 libice-dev libice6 libicu48 libidn11 libiso9660-8 libjack-jackd2-0 libjasper1 libjbig0 libjpeg8 libjpeg8-dev libjson0 libk5crypto3 libkadm5clnt-mit8 libkadm5srv-mit8 libkdb5-6 libkeyutils1 libkml0 libkrb5-3 libkrb5-dev libkrb5support0 liblapack3 liblcms1 libldap-2.4-2 libldap2-dev libltdl7 libmad0 libmagic1 libmng1 libmodplug1 libmp3lame0 libmpcdec6 libmysqlclient-dev libmysqlclient18 libneon27-gnutls libnetcdfc7 libodbc1 libogdi3.2 libogg0 libopenal-data libopenal-dev libopenal1 libopenjpeg2 libopenscenegraph-dev libopenscenegraph80 libopenthreads-dev libopenthreads14 liborc-0.4-0 libp11-kit0 libpango1.0-0 libpcre3 libpcre3-dev libpcrecpp0 libpipeline1 libpixman-1-0 libplib-dev libplib1 libpng12-0 libpoppler-glib8 libpoppler19 libpopt0 libpostproc52 libpq-dev libpq5 libproj0 libpthread-stubs0 libpthread-stubs0-dev libpulse0 libqt4-opengl libqtcore4 libqtgui4 libraw1394-11 librsvg2-2 librtmp0 libsamplerate0 libsasl2-2 libschroedinger-1.0-0 libserf1 libsm-dev libsm6 libsmbclient libsndfile1 libspatialite3 libspeex1 libsqlite3-0 libsqlite3-dev libssh2-1 libssl-dev libssl1.0.0 libsvn-dev libsvn1 libswscale2 libtalloc2 libtasn1-3 libtdb1 libthai-data libthai0 libtheora0 libtiff4 libunistring0 liburiparser1 libusb-1.0-0 libv4l-0 libv4lconvert0 libva1 libvcdinfo0 libvorbis0a libvorbisenc2 libvpx1 libwavpack1 libwbclient0 libwmf0.2-7 libwrap0 libx11-6 libx11-data libx11-dev libx11-xcb1 libx264-123 libxau-dev libxau6 libxcb-glx0 libxcb-render0 libxcb-shm0 libxcb1 libxcb1-dev libxdamage1 libxdmcp-dev libxdmcp6 libxerces-c28 libxext-dev libxext6 libxfixes3 libxft2 libxi-dev libxi6 libxine1 libxine1-bin libxine1-ffmpeg libxine1-misc-plugins libxine1-plugins libxml2 libxmu-dev libxmu-headers libxmu6 libxrender1 libxt-dev libxt6 libxtst6 libxvidcore4 libxxf86vm1 man-db mesa-common-dev mysql-common odbcinst odbcinst1debian2 po-debconf proj-data ttf-dejavu-core uuid-dev x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev zlib1g-dev Suggested packages: wamerican wordlist whois vacation doc-base dh-make gettext-doc groff krb5-doc python libasound2-plugins nas libboost-doc libboost1.49-doc libboost-chrono1.49-dev libboost-date-time1.49-dev libboost-filesystem1.49-dev libboost-graph-parallel1.49-dev libboost-graph1.49-dev libboost-iostreams1.49-dev libboost-locale1.49-dev libboost-math1.49-dev libboost-mpi1.49-dev libboost-program-options1.49-dev libboost-python1.49-dev libboost-random1.49-dev libboost-regex1.49-dev libboost-serialization1.49-dev libboost-signals1.49-dev libboost-system1.49-dev libboost-test1.49-dev libboost-thread1.49-dev libboost-timer1.49-dev libboost-wave1.49-dev xsltproc doxygen docbook-xml docbook-xsl default-jdk fop libsimage-dev libopenal0a libdvdcss2 rng-tools graphicsmagick-dbg krb5-user libhdf4-doc libhdf4-alt-dev hdf4-tools libnetcdf4 libice-doc jackd2 libjasper-runtime liblcms-utils libmyodbc odbc-postgresql tdsodbc unixodbc-bin ogdi-bin libportaudio2 libroar-compat2 openscenegraph-doc openscenegraph-examples ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp ttf-arphic-bkai00mp postgresql-doc-9.1 pulseaudio qt4-qtconfig libraw1394-doc librsvg2-bin libsm-doc speex sqlite3-doc libsvn-doc libneon27-gnutls-dev libxcb-doc libxext-doc gxine xine-ui libxine1-doc libxine-doc libxine1-gnome libxt-doc less www-browser libmail-box-perl Recommended packages: curl wget lynx-cur autopoint ca-certificates dbus proj-bin libgl1-mesa-dri libglib2.0-data shared-mime-info ghostscript gsfonts krb5-locales poppler-data libcups2 librsvg2-common libsasl2-modules libssl-doc tcpd libx11-doc xml-core libmail-sendmail-perl The following NEW packages will be installed: autotools-dev bsdmainutils comerr-dev debhelper file fontconfig fontconfig-config freeglut3 freeglut3-dev gettext gettext-base groff-base html2text intltool-debian krb5-multidev libalut-dev libalut0 libapr1 libapr1-dev libaprutil1 libaprutil1-dev libarmadillo3 libasound2 libasprintf0c2 libasyncns0 libaudio2 libavcodec53 libavdevice53 libavformat53 libavutil51 libblas3 libboost-dev libboost1.49-dev libcairo2 libcap2 libcdio-cdda1 libcdio-paranoia1 libcdio13 libcoin60 libcroco3 libcurl3-gnutls libdap11 libdapclient3 libdapserver7 libdatrie1 libdbus-1-3 libdc1394-22 libdirac-encoder0 libdrm2 libdvdnav4 libdvdread4 libepsilon0 libexpat1 libexpat1-dev libfaad2 libflac8 libfontconfig1 libfreetype6 libfreexl1 libgcrypt11 libgdal1 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgeos-3.3.3 libgeos-c1 libgettextpo0 libgfortran3 libgif4 libgl1-mesa-dev libgl1-mesa-glx libglapi-mesa libglib2.0-0 libglu1-mesa libglu1-mesa-dev libgnutls26 libgpg-error0 libgraphicsmagick3 libgsm1 libgssapi-krb5-2 libgssrpc4 libhdf4-0-alt libhdf5-7 libice-dev libice6 libicu48 libidn11 libiso9660-8 libjack-jackd2-0 libjasper1 libjbig0 libjpeg8 libjpeg8-dev libjson0 libk5crypto3 libkadm5clnt-mit8 libkadm5srv-mit8 libkdb5-6 libkeyutils1 libkml0 libkrb5-3 libkrb5-dev libkrb5support0 liblapack3 liblcms1 libldap-2.4-2 libldap2-dev libltdl7 libmad0 libmagic1 libmng1 libmodplug1 libmp3lame0 libmpcdec6 libmysqlclient-dev libmysqlclient18 libneon27-gnutls libnetcdfc7 libodbc1 libogdi3.2 libogg0 libopenal-data libopenal-dev libopenal1 libopenjpeg2 libopenscenegraph-dev libopenscenegraph80 libopenthreads-dev libopenthreads14 liborc-0.4-0 libp11-kit0 libpango1.0-0 libpcre3 libpcre3-dev libpcrecpp0 libpipeline1 libpixman-1-0 libplib-dev libplib1 libpng12-0 libpoppler-glib8 libpoppler19 libpopt0 libpostproc52 libpq-dev libpq5 libproj0 libpthread-stubs0 libpthread-stubs0-dev libpulse0 libqt4-opengl libqtcore4 libqtgui4 libraw1394-11 librsvg2-2 librtmp0 libsamplerate0 libsasl2-2 libschroedinger-1.0-0 libserf1 libsm-dev libsm6 libsmbclient libsndfile1 libspatialite3 libspeex1 libsqlite3-0 libsqlite3-dev libssh2-1 libssl-dev libssl1.0.0 libsvn-dev libsvn1 libswscale2 libtalloc2 libtasn1-3 libtdb1 libthai-data libthai0 libtheora0 libtiff4 libunistring0 liburiparser1 libusb-1.0-0 libv4l-0 libv4lconvert0 libva1 libvcdinfo0 libvorbis0a libvorbisenc2 libvpx1 libwavpack1 libwbclient0 libwmf0.2-7 libwrap0 libx11-6 libx11-data libx11-dev libx11-xcb1 libx264-123 libxau-dev libxau6 libxcb-glx0 libxcb-render0 libxcb-shm0 libxcb1 libxcb1-dev libxdamage1 libxdmcp-dev libxdmcp6 libxerces-c28 libxext-dev libxext6 libxfixes3 libxft2 libxi-dev libxi6 libxine1 libxine1-bin libxine1-ffmpeg libxine1-misc-plugins libxine1-plugins libxml2 libxmu-dev libxmu-headers libxmu6 libxrender1 libxt-dev libxt6 libxtst6 libxvidcore4 libxxf86vm1 man-db mesa-common-dev mysql-common odbcinst odbcinst1debian2 po-debconf proj-data sbuild-build-depends-simgear-dummy ttf-dejavu-core uuid-dev x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev zlib1g-dev 0 upgraded, 249 newly installed, 0 to remove and 0 not upgraded. Need to get 139 MB/139 MB of archives. After this operation, 480 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libpipeline1 amd64 1.2.1-1 [39.2 kB] Get:2 http://localhost/debian/ unstable/main libpopt0 amd64 1.16-7 [56.4 kB] Get:3 http://localhost/debian/ unstable/main libssl1.0.0 amd64 1.0.1c-3 [1211 kB] Get:4 http://localhost/debian/ unstable/main libasprintf0c2 amd64 0.18.1.1-9 [26.8 kB] Get:5 http://localhost/debian/ unstable/main libcap2 amd64 1:2.22-1.1 [13.5 kB] Get:6 http://localhost/debian/ unstable/main libgpg-error0 amd64 1.10-3 [66.8 kB] Get:7 http://localhost/debian/ unstable/main libgcrypt11 amd64 1.5.0-3 [298 kB] Get:8 http://localhost/debian/ unstable/main libp11-kit0 amd64 0.12-3 [52.8 kB] Get:9 http://localhost/debian/ unstable/main libtasn1-3 amd64 2.13-2 [67.7 kB] Get:10 http://localhost/debian/ unstable/main libgnutls26 amd64 2.12.20-1 [616 kB] Get:11 http://localhost/debian/ unstable/main libkeyutils1 amd64 1.5.5-3 [8552 B] Get:12 http://localhost/debian/ unstable/main libkrb5support0 amd64 1.10.1+dfsg-1 [49.0 kB] Get:13 http://localhost/debian/ unstable/main libk5crypto3 amd64 1.10.1+dfsg-1 [112 kB] Get:14 http://localhost/debian/ unstable/main libkrb5-3 amd64 1.10.1+dfsg-1 [393 kB] Get:15 http://localhost/debian/ unstable/main libgssapi-krb5-2 amd64 1.10.1+dfsg-1 [147 kB] Get:16 http://localhost/debian/ unstable/main libgssrpc4 amd64 1.10.1+dfsg-1 [87.3 kB] Get:17 http://localhost/debian/ unstable/main libidn11 amd64 1.25-2 [178 kB] Get:18 http://localhost/debian/ unstable/main libkadm5clnt-mit8 amd64 1.10.1+dfsg-1 [67.4 kB] Get:19 http://localhost/debian/ unstable/main libkdb5-6 amd64 1.10.1+dfsg-1 [66.2 kB] Get:20 http://localhost/debian/ unstable/main libkadm5srv-mit8 amd64 1.10.1+dfsg-1 [84.4 kB] Get:21 http://localhost/debian/ unstable/main libsasl2-2 amd64 2.1.25.dfsg1-4+b1 [120 kB] Get:22 http://localhost/debian/ unstable/main libldap-2.4-2 amd64 2.4.31-1 [243 kB] Get:23 http://localhost/debian/ unstable/main libmagic1 amd64 5.11-2 [202 kB] Get:24 http://localhost/debian/ unstable/main libpcre3 amd64 1:8.30-5 [242 kB] Get:25 http://localhost/debian/ unstable/main libsqlite3-0 amd64 3.7.13-1 [455 kB] Get:26 http://localhost/debian/ unstable/main libwrap0 amd64 7.6.q-23 [62.3 kB] Get:27 http://localhost/debian/ unstable/main libxml2 amd64 2.8.0+dfsg1-4 [903 kB] Get:28 http://localhost/debian/ unstable/main libdrm2 amd64 2.4.33-3 [444 kB] Get:29 http://localhost/debian/ unstable/main libglapi-mesa amd64 8.0.3-1 [57.3 kB] Get:30 http://localhost/debian/ unstable/main libxau6 amd64 1:1.0.7-1 [18.8 kB] Get:31 http://localhost/debian/ unstable/main libxdmcp6 amd64 1:1.1.1-1 [26.3 kB] Get:32 http://localhost/debian/ unstable/main libxcb1 amd64 1.8.1-1 [50.0 kB] Get:33 http://localhost/debian/ unstable/main libx11-data all 2:1.5.0-1 [189 kB] Get:34 http://localhost/debian/ unstable/main libx11-6 amd64 2:1.5.0-1 [901 kB] Get:35 http://localhost/debian/ unstable/main libx11-xcb1 amd64 2:1.5.0-1 [139 kB] Get:36 http://localhost/debian/ unstable/main libxcb-glx0 amd64 1.8.1-1 [32.0 kB] Get:37 http://localhost/debian/ unstable/main libxfixes3 amd64 1:5.0-4 [21.5 kB] Get:38 http://localhost/debian/ unstable/main libxdamage1 amd64 1:1.1.3-2 [14.3 kB] Get:39 http://localhost/debian/ unstable/main libxext6 amd64 2:1.3.1-2 [55.3 kB] Get:40 http://localhost/debian/ unstable/main libxxf86vm1 amd64 1:1.1.2-1 [19.0 kB] Get:41 http://localhost/debian/ unstable/main libgl1-mesa-glx amd64 8.0.3-1 [165 kB] Get:42 http://localhost/debian/ unstable/main libxi6 amd64 2:1.6.1-1 [75.0 kB] Get:43 http://localhost/debian/ unstable/main freeglut3 amd64 2.6.0-3 [141 kB] Get:44 http://localhost/debian/ unstable/main libasound2 amd64 1.0.25-3 [461 kB] Get:45 http://localhost/debian/ unstable/main libasyncns0 amd64 0.8-4 [13.6 kB] Get:46 http://localhost/debian/ unstable/main x11-common all 1:7.7+1 [278 kB] Get:47 http://localhost/debian/ unstable/main libice6 amd64 2:1.0.8-2 [63.1 kB] Get:48 http://localhost/debian/ unstable/main libsm6 amd64 2:1.2.1-2 [34.2 kB] Get:49 http://localhost/debian/ unstable/main libxt6 amd64 1:1.1.3-1 [211 kB] Get:50 http://localhost/debian/ unstable/main libaudio2 amd64 1.9.3-5 [86.4 kB] Get:51 http://localhost/debian/ unstable/main libavutil51 amd64 6:0.8.3-4 [99.2 kB] Get:52 http://localhost/debian/ unstable/main libdirac-encoder0 amd64 1.0.2-6 [389 kB] Get:53 http://localhost/debian/ unstable/main libgsm1 amd64 1.0.13-4 [29.7 kB] Get:54 http://localhost/debian/ unstable/main libmp3lame0 amd64 3.99.5+repack1-3 [404 kB] Get:55 http://localhost/debian/ unstable/main libopenjpeg2 amd64 1.3+dfsg-4.1 [85.2 kB] Get:56 http://localhost/debian/ unstable/main liborc-0.4-0 amd64 1:0.4.16-2 [179 kB] Get:57 http://localhost/debian/ unstable/main libschroedinger-1.0-0 amd64 1.0.11-2 [330 kB] Get:58 http://localhost/debian/ unstable/main libspeex1 amd64 1.2~rc1-6 [60.5 kB] Get:59 http://localhost/debian/ unstable/main libogg0 amd64 1.3.0-4 [20.6 kB] Get:60 http://localhost/debian/ unstable/main libtheora0 amd64 1.1.1+dfsg.1-3.1 [398 kB] Get:61 http://localhost/debian/ unstable/main libva1 amd64 1.0.15-4 [40.4 kB] Get:62 http://localhost/debian/ unstable/main libvorbis0a amd64 1.3.2-1.3 [109 kB] Get:63 http://localhost/debian/ unstable/main libvorbisenc2 amd64 1.3.2-1.3 [143 kB] Get:64 http://localhost/debian/ unstable/main libvpx1 amd64 1.1.0-1 [290 kB] Get:65 http://localhost/debian/ unstable/main libx264-123 amd64 2:0.123.2189+git35cf912-1 [437 kB] Get:66 http://localhost/debian/ unstable/main libxvidcore4 amd64 2:1.3.2-9 [327 kB] Get:67 http://localhost/debian/ unstable/main libavcodec53 amd64 6:0.8.3-4 [3116 kB] Get:68 http://localhost/debian/ unstable/main librtmp0 amd64 2.4+20111222.git4e06e21-1 [62.3 kB] Get:69 http://localhost/debian/ unstable/main libavformat53 amd64 6:0.8.3-4 [544 kB] Get:70 http://localhost/debian/ unstable/main libcdio13 amd64 0.83-4 [177 kB] Get:71 http://localhost/debian/ unstable/main libcdio-cdda1 amd64 0.83-4 [133 kB] Get:72 http://localhost/debian/ unstable/main libcdio-paranoia1 amd64 0.83-4 [133 kB] Get:73 http://localhost/debian/ unstable/main libraw1394-11 amd64 2.0.9-1 [49.7 kB] Get:74 http://localhost/debian/ unstable/main libusb-1.0-0 amd64 2:1.0.12-1 [45.2 kB] Get:75 http://localhost/debian/ unstable/main libdc1394-22 amd64 2.2.0-2 [119 kB] Get:76 http://localhost/debian/ unstable/main libsamplerate0 amd64 0.1.8-5 [1352 kB] Get:77 http://localhost/debian/ unstable/main libjack-jackd2-0 amd64 1.9.8~dfsg.4+20120529git007cdc37-1 [209 kB] Get:78 http://localhost/debian/ unstable/main libdbus-1-3 amd64 1.6.2-1 [227 kB] Get:79 http://localhost/debian/ unstable/main libjson0 amd64 0.9-1.1 [19.4 kB] Get:80 http://localhost/debian/ unstable/main libflac8 amd64 1.2.1-6 [154 kB] Get:81 http://localhost/debian/ unstable/main libsndfile1 amd64 1.0.25-5 [240 kB] Get:82 http://localhost/debian/ unstable/main libxtst6 amd64 2:1.2.1-1 [26.6 kB] Get:83 http://localhost/debian/ unstable/main libpulse0 amd64 2.0-3 [305 kB] Get:84 http://localhost/debian/ unstable/main libavdevice53 amd64 6:0.8.3-4 [71.8 kB] Get:85 http://localhost/debian/ unstable/main libexpat1 amd64 2.1.0-1 [141 kB] Get:86 http://localhost/debian/ unstable/main libfreetype6 amd64 2.4.9-1 [450 kB] Get:87 http://localhost/debian/ unstable/main ttf-dejavu-core all 2.33-2 [1552 kB] Get:88 http://localhost/debian/ unstable/main fontconfig-config all 2.9.0-6 [232 kB] Get:89 http://localhost/debian/ unstable/main libfontconfig1 amd64 2.9.0-6 [299 kB] Get:90 http://localhost/debian/ unstable/main libpixman-1-0 amd64 0.26.0-3 [427 kB] Get:91 http://localhost/debian/ unstable/main libpng12-0 amd64 1.2.49-1 [190 kB] Get:92 http://localhost/debian/ unstable/main libxcb-render0 amd64 1.8.1-1 [18.4 kB] Get:93 http://localhost/debian/ unstable/main libxcb-shm0 amd64 1.8.1-1 [10.1 kB] Get:94 http://localhost/debian/ unstable/main libxrender1 amd64 1:0.9.7-1 [32.2 kB] Get:95 http://localhost/debian/ unstable/main libcairo2 amd64 1.12.2-2 [912 kB] Get:96 http://localhost/debian/ unstable/main libglib2.0-0 amd64 2.32.3-1 [2081 kB] Get:97 http://localhost/debian/ unstable/main libcroco3 amd64 0.6.5-1 [151 kB] Get:98 http://localhost/debian/ unstable/main libssh2-1 amd64 1.4.2-1 [79.0 kB] Get:99 http://localhost/debian/ unstable/main libcurl3-gnutls amd64 7.26.0-1 [321 kB] Get:100 http://localhost/debian/ unstable/main libdap11 amd64 3.11.1-11 [433 kB] Get:101 http://localhost/debian/ unstable/main libdapclient3 amd64 3.11.1-11 [166 kB] Get:102 http://localhost/debian/ unstable/main libdapserver7 amd64 3.11.1-11 [101 kB] Get:103 http://localhost/debian/ unstable/main libdatrie1 amd64 0.2.5-3 [28.6 kB] Get:104 http://localhost/debian/ unstable/main libdvdread4 amd64 4.2.0+20120521-2 [56.2 kB] Get:105 http://localhost/debian/ unstable/main libdvdnav4 amd64 4.2.0+20120524-2 [45.0 kB] Get:106 http://localhost/debian/ unstable/main libfaad2 amd64 2.7-8 [178 kB] Get:107 http://localhost/debian/ unstable/main libjpeg8 amd64 8d-1 [134 kB] Get:108 http://localhost/debian/ unstable/main libjasper1 amd64 1.900.1-13 [159 kB] Get:109 http://localhost/debian/ unstable/main libjbig0 amd64 2.0-2 [32.2 kB] Get:110 http://localhost/debian/ unstable/main libtiff4 amd64 3.9.6-6 [202 kB] Get:111 http://localhost/debian/ unstable/main libgdk-pixbuf2.0-common all 2.26.1-1 [497 kB] Get:112 http://localhost/debian/ unstable/main libgdk-pixbuf2.0-0 amd64 2.26.1-1 [207 kB] Get:113 http://localhost/debian/ unstable/main libunistring0 amd64 0.9.3-5 [434 kB] Get:114 http://localhost/debian/ unstable/main libgettextpo0 amd64 0.18.1.1-9 [145 kB] Get:115 http://localhost/debian/ unstable/main libgfortran3 amd64 4.7.1-2 [351 kB] Get:116 http://localhost/debian/ unstable/main libglu1-mesa amd64 8.0.3-1 [223 kB] Get:117 http://localhost/debian/ unstable/main libicu48 amd64 4.8.1.1-8 [8138 kB] Get:118 http://localhost/debian/ unstable/main liblcms1 amd64 1.19.dfsg-1.1 [112 kB] Get:119 http://localhost/debian/ unstable/main libltdl7 amd64 2.4.2-1.1 [352 kB] Get:120 http://localhost/debian/ unstable/main libmng1 amd64 1.0.10-3 [235 kB] Get:121 http://localhost/debian/ unstable/main libmpcdec6 amd64 2:0.1~r459-4 [36.2 kB] Get:122 http://localhost/debian/ unstable/main mysql-common all 5.5.24+dfsg-4 [75.8 kB] Get:123 http://localhost/debian/ unstable/main libmysqlclient18 amd64 5.5.24+dfsg-4 [1043 kB] Get:124 http://localhost/debian/ unstable/main libodbc1 amd64 2.2.14p2-5 [252 kB] Get:125 http://localhost/debian/ unstable/main libopenal-data all 1:1.14-4 [11.1 kB] Get:126 http://localhost/debian/ unstable/main libopenal1 amd64 1:1.14-4 [187 kB] Get:127 http://localhost/debian/ unstable/main libthai-data all 0.1.18-1 [205 kB] Get:128 http://localhost/debian/ unstable/main libthai0 amd64 0.1.18-1 [45.0 kB] Get:129 http://localhost/debian/ unstable/main libxft2 amd64 2.3.1-1 [61.0 kB] Get:130 http://localhost/debian/ unstable/main fontconfig amd64 2.9.0-6 [349 kB] Get:131 http://localhost/debian/ unstable/main libpango1.0-0 amd64 1.30.0-1 [461 kB] Get:132 http://localhost/debian/ unstable/main libpcrecpp0 amd64 1:8.30-5 [125 kB] Get:133 http://localhost/debian/ unstable/main libpoppler19 amd64 0.18.4-3 [1109 kB] Get:134 http://localhost/debian/ unstable/main libpoppler-glib8 amd64 0.18.4-3 [105 kB] Get:135 http://localhost/debian/ unstable/main libpostproc52 amd64 6:0.8.3-4 [102 kB] Get:136 http://localhost/debian/ unstable/main libqtcore4 amd64 4:4.8.2-1 [3194 kB] Get:137 http://localhost/debian/ unstable/main libqtgui4 amd64 4:4.8.2-1 [5204 kB] Get:138 http://localhost/debian/ unstable/main libqt4-opengl amd64 4:4.8.2-1 [416 kB] Get:139 http://localhost/debian/ unstable/main librsvg2-2 amd64 2.36.1-1 [254 kB] Get:140 http://localhost/debian/ unstable/main libapr1 amd64 1.4.6-3 [99.6 kB] Get:141 http://localhost/debian/ unstable/main libaprutil1 amd64 1.4.1-2 [89.7 kB] Get:142 http://localhost/debian/ unstable/main libserf1 amd64 1.1.0-2 [46.8 kB] Get:143 http://localhost/debian/ unstable/main libtalloc2 amd64 2.0.7+git20120207-1 [24.8 kB] Get:144 http://localhost/debian/ unstable/main libtdb1 amd64 1.2.10-2 [39.7 kB] Get:145 http://localhost/debian/ unstable/main libwbclient0 amd64 2:3.6.6-2 [98.3 kB] Get:146 http://localhost/debian/ unstable/main libsmbclient amd64 2:3.6.6-2 [2075 kB] Get:147 http://localhost/debian/ unstable/main libneon27-gnutls amd64 0.29.6-3 [142 kB] Get:148 http://localhost/debian/ unstable/main libsvn1 amd64 1.7.5-1 [1195 kB] Get:149 http://localhost/debian/ unstable/main libswscale2 amd64 6:0.8.3-4 [136 kB] Get:150 http://localhost/debian/ unstable/main libv4lconvert0 amd64 0.8.8-3 [100.0 kB] Get:151 http://localhost/debian/ unstable/main libv4l-0 amd64 0.8.8-3 [57.2 kB] Get:152 http://localhost/debian/ unstable/main libwavpack1 amd64 4.60.1-3 [90.8 kB] Get:153 http://localhost/debian/ unstable/main libwmf0.2-7 amd64 0.2.8.4-10 [191 kB] Get:154 http://localhost/debian/ unstable/main libxmu6 amd64 2:1.1.1-1 [66.6 kB] Get:155 http://localhost/debian/ unstable/main odbcinst amd64 2.2.14p2-5 [40.6 kB] Get:156 http://localhost/debian/ unstable/main odbcinst1debian2 amd64 2.2.14p2-5 [80.5 kB] Get:157 http://localhost/debian/ unstable/main libfreexl1 amd64 1.0.0b-1 [21.1 kB] Get:158 http://localhost/debian/ unstable/main bsdmainutils amd64 9.0.3 [209 kB] Get:159 http://localhost/debian/ unstable/main groff-base amd64 1.21-9 [1153 kB] Get:160 http://localhost/debian/ unstable/main man-db amd64 2.6.2-1 [1061 kB] Get:161 http://localhost/debian/ unstable/main file amd64 5.11-2 [51.8 kB] Get:162 http://localhost/debian/ unstable/main gettext-base amd64 0.18.1.1-9 [154 kB] Get:163 http://localhost/debian/ unstable/main autotools-dev all 20120608.1 [73.0 kB] Get:164 http://localhost/debian/ unstable/main html2text amd64 1.3.2a-15 [103 kB] Get:165 http://localhost/debian/ unstable/main gettext amd64 0.18.1.1-9 [1975 kB] Get:166 http://localhost/debian/ unstable/main intltool-debian all 0.35.0+20060710.1 [30.8 kB] Get:167 http://localhost/debian/ unstable/main po-debconf all 1.0.16+nmu2 [224 kB] Get:168 http://localhost/debian/ unstable/main debhelper all 9.20120608 [700 kB] Get:169 http://localhost/debian/ unstable/main xorg-sgml-doctools all 1:1.10-1 [24.1 kB] Get:170 http://localhost/debian/ unstable/main x11proto-core-dev all 7.0.23-1 [774 kB] Get:171 http://localhost/debian/ unstable/main libxau-dev amd64 1:1.0.7-1 [21.7 kB] Get:172 http://localhost/debian/ unstable/main libxdmcp-dev amd64 1:1.1.1-1 [42.3 kB] Get:173 http://localhost/debian/ unstable/main x11proto-input-dev all 2.2-1 [172 kB] Get:174 http://localhost/debian/ unstable/main x11proto-kb-dev all 1.0.6-2 [269 kB] Get:175 http://localhost/debian/ unstable/main xtrans-dev all 1.2.7-1 [112 kB] Get:176 http://localhost/debian/ unstable/main libpthread-stubs0 amd64 0.3-3 [3228 B] Get:177 http://localhost/debian/ unstable/main libpthread-stubs0-dev amd64 0.3-3 [3998 B] Get:178 http://localhost/debian/ unstable/main libxcb1-dev amd64 1.8.1-1 [86.6 kB] Get:179 http://localhost/debian/ unstable/main libx11-dev amd64 2:1.5.0-1 [1037 kB] Get:180 http://localhost/debian/ unstable/main mesa-common-dev amd64 8.0.3-1 [362 kB] Get:181 http://localhost/debian/ unstable/main x11proto-xext-dev all 7.2.1-1 [273 kB] Get:182 http://localhost/debian/ unstable/main libxext-dev amd64 2:1.3.1-2 [115 kB] Get:183 http://localhost/debian/ unstable/main libgl1-mesa-dev amd64 8.0.3-1 [32.7 kB] Get:184 http://localhost/debian/ unstable/main libglu1-mesa-dev amd64 8.0.3-1 [299 kB] Get:185 http://localhost/debian/ unstable/main libice-dev amd64 2:1.0.8-2 [74.1 kB] Get:186 http://localhost/debian/ unstable/main libsm-dev amd64 2:1.2.1-2 [37.0 kB] Get:187 http://localhost/debian/ unstable/main libxt-dev amd64 1:1.1.3-1 [516 kB] Get:188 http://localhost/debian/ unstable/main freeglut3-dev amd64 2.6.0-3 [219 kB] Get:189 http://localhost/debian/ unstable/main comerr-dev amd64 2.1-1.42.4-3 [42.8 kB] Get:190 http://localhost/debian/ unstable/main krb5-multidev amd64 1.10.1+dfsg-1 [153 kB] Get:191 http://localhost/debian/ unstable/main libalut0 amd64 1.1.0-3 [34.4 kB] Get:192 http://localhost/debian/ unstable/main libopenal-dev amd64 1:1.14-4 [27.0 kB] Get:193 http://localhost/debian/ unstable/main libalut-dev amd64 1.1.0-3 [40.0 kB] Get:194 http://localhost/debian/ unstable/main uuid-dev amd64 2.20.1-5.1 [72.2 kB] Get:195 http://localhost/debian/ unstable/main libapr1-dev amd64 1.4.6-3 [1065 kB] Get:196 http://localhost/debian/ unstable/main libldap2-dev amd64 2.4.31-1 [563 kB] Get:197 http://localhost/debian/ unstable/main libexpat1-dev amd64 2.1.0-1 [229 kB] Get:198 http://localhost/debian/ unstable/main libpcre3-dev amd64 1:8.30-5 [349 kB] Get:199 http://localhost/debian/ unstable/main libsqlite3-dev amd64 3.7.13-1 [578 kB] Get:200 http://localhost/debian/ unstable/main libpq5 amd64 9.1.4-2 [527 kB] Get:201 http://localhost/debian/ unstable/main zlib1g-dev amd64 1:1.2.7.dfsg-13 [215 kB] Get:202 http://localhost/debian/ unstable/main libssl-dev amd64 1.0.1c-3 [1696 kB] Get:203 http://localhost/debian/ unstable/main libkrb5-dev amd64 1.10.1+dfsg-1 [39.4 kB] Get:204 http://localhost/debian/ unstable/main libpq-dev amd64 9.1.4-2 [613 kB] Get:205 http://localhost/debian/ unstable/main libmysqlclient-dev amd64 5.5.24+dfsg-4 [1503 kB] Get:206 http://localhost/debian/ unstable/main libaprutil1-dev amd64 1.4.1-2 [629 kB] Get:207 http://localhost/debian/ unstable/main libblas3 amd64 1.2.20110419-5 [293 kB] Get:208 http://localhost/debian/ unstable/main liblapack3 amd64 3.4.1-4 [5035 kB] Get:209 http://localhost/debian/ unstable/main libarmadillo3 amd64 1:3.2.3+dfsg-1 [18.7 kB] Get:210 http://localhost/debian/ unstable/main libboost1.49-dev amd64 1.49.0-3.1 [9203 kB] Get:211 http://localhost/debian/ unstable/main libboost-dev amd64 1.49.0.1 [3022 B] Get:212 http://localhost/debian/ unstable/main libcoin60 amd64 3.1.3-2.2 [3065 kB] Get:213 http://localhost/debian/ unstable/main libgeos-3.3.3 amd64 3.3.3-1 [656 kB] Get:214 http://localhost/debian/ unstable/main libgeos-c1 amd64 3.3.3-1 [174 kB] Get:215 http://localhost/debian/ unstable/main libgif4 amd64 4.1.6-9.1 [42.1 kB] Get:216 http://localhost/debian/ unstable/main libgraphicsmagick3 amd64 1.3.16-1 [1319 kB] Get:217 http://localhost/debian/ unstable/main libhdf5-7 amd64 1.8.8-9 [1431 kB] Get:218 http://localhost/debian/ unstable/main libiso9660-8 amd64 0.83-4 [137 kB] Get:219 http://localhost/debian/ unstable/main libjpeg8-dev amd64 8d-1 [242 kB] Get:220 http://localhost/debian/ unstable/main libmad0 amd64 0.15.1b-7 [78.5 kB] Get:221 http://localhost/debian/ unstable/main libmodplug1 amd64 1:0.8.8.4-3 [183 kB] Get:222 http://localhost/debian/ unstable/main libnetcdfc7 amd64 1:4.1.3-6 [355 kB] Get:223 http://localhost/debian/ unstable/main libopenthreads14 amd64 3.0.1-3+b2 [21.6 kB] Get:224 http://localhost/debian/ unstable/main libopenthreads-dev amd64 3.0.1-3+b2 [30.2 kB] Get:225 http://localhost/debian/ unstable/main libepsilon0 amd64 0.9.1-2 [46.9 kB] Get:226 http://localhost/debian/ unstable/main libhdf4-0-alt amd64 4.2r4-13 [307 kB] Get:227 http://localhost/debian/ unstable/main liburiparser1 amd64 0.7.5-1 [44.6 kB] Get:228 http://localhost/debian/ unstable/main libkml0 amd64 1.3.0~r863-4.1 [829 kB] Get:229 http://localhost/debian/ unstable/main proj-data amd64 4.7.0-2 [2937 kB] Get:230 http://localhost/debian/ unstable/main libproj0 amd64 4.7.0-2 [138 kB] Get:231 http://localhost/debian/ unstable/main libogdi3.2 amd64 3.2.0~beta2-7 [272 kB] Get:232 http://localhost/debian/ unstable/main libspatialite3 amd64 3.1.0~rc2-1 [1004 kB] Get:233 http://localhost/debian/ unstable/main libxerces-c28 amd64 2.8.0+deb1-3 [1357 kB] Get:234 http://localhost/debian/ unstable/main libgdal1 amd64 1.9.0-3+b1 [4926 kB] Get:235 http://localhost/debian/ unstable/main libxine1-bin amd64 1.1.21-1+b1 [1554 kB] Get:236 http://localhost/debian/ unstable/main libxine1-ffmpeg amd64 1.1.21-1+b1 [251 kB] Get:237 http://localhost/debian/ unstable/main libvcdinfo0 amd64 0.7.24-1+b1 [136 kB] Get:238 http://localhost/debian/ unstable/main libxine1-misc-plugins amd64 1.1.21-1+b1 [670 kB] Get:239 http://localhost/debian/ unstable/main libxine1-plugins all 1.1.21-1 [64.7 kB] Get:240 http://localhost/debian/ unstable/main libxine1 amd64 1.1.21-1+b1 [1572 B] Get:241 http://localhost/debian/ unstable/main libopenscenegraph80 amd64 3.0.1-3+b2 [8570 kB] Get:242 http://localhost/debian/ unstable/main libopenscenegraph-dev amd64 3.0.1-3+b2 [14.4 MB] Get:243 http://localhost/debian/ unstable/main libxi-dev amd64 2:1.6.1-1 [249 kB] Get:244 http://localhost/debian/ unstable/main libxmu-headers all 2:1.1.1-1 [77.8 kB] Get:245 http://localhost/debian/ unstable/main libxmu-dev amd64 2:1.1.1-1 [74.6 kB] Get:246 http://localhost/debian/ unstable/main libplib1 amd64 1.8.5-5.2 [641 kB] Get:247 http://localhost/debian/ unstable/main libplib-dev amd64 1.8.5-5.2 [933 kB] Get:248 http://localhost/debian/ unstable/main libsvn-dev amd64 1.7.5-1 [1677 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 139 MB in 40s (3417 kB/s) Selecting previously unselected package libpipeline1:amd64. (Reading database ... 11805 files and directories currently installed.) Unpacking libpipeline1:amd64 (from .../libpipeline1_1.2.1-1_amd64.deb) ... Selecting previously unselected package libpopt0:amd64. Unpacking libpopt0:amd64 (from .../libpopt0_1.16-7_amd64.deb) ... Selecting previously unselected package libssl1.0.0:amd64. Unpacking libssl1.0.0:amd64 (from .../libssl1.0.0_1.0.1c-3_amd64.deb) ... Selecting previously unselected package libasprintf0c2:amd64. Unpacking libasprintf0c2:amd64 (from .../libasprintf0c2_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package libcap2:amd64. Unpacking libcap2:amd64 (from .../libcap2_1%3a2.22-1.1_amd64.deb) ... Selecting previously unselected package libgpg-error0:amd64. Unpacking libgpg-error0:amd64 (from .../libgpg-error0_1.10-3_amd64.deb) ... Selecting previously unselected package libgcrypt11:amd64. Unpacking libgcrypt11:amd64 (from .../libgcrypt11_1.5.0-3_amd64.deb) ... Selecting previously unselected package libp11-kit0:amd64. Unpacking libp11-kit0:amd64 (from .../libp11-kit0_0.12-3_amd64.deb) ... Selecting previously unselected package libtasn1-3:amd64. Unpacking libtasn1-3:amd64 (from .../libtasn1-3_2.13-2_amd64.deb) ... Selecting previously unselected package libgnutls26:amd64. Unpacking libgnutls26:amd64 (from .../libgnutls26_2.12.20-1_amd64.deb) ... Selecting previously unselected package libkeyutils1:amd64. Unpacking libkeyutils1:amd64 (from .../libkeyutils1_1.5.5-3_amd64.deb) ... Selecting previously unselected package libkrb5support0:amd64. Unpacking libkrb5support0:amd64 (from .../libkrb5support0_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libk5crypto3:amd64. Unpacking libk5crypto3:amd64 (from .../libk5crypto3_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libkrb5-3:amd64. Unpacking libkrb5-3:amd64 (from .../libkrb5-3_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Unpacking libgssapi-krb5-2:amd64 (from .../libgssapi-krb5-2_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libgssrpc4:amd64. Unpacking libgssrpc4:amd64 (from .../libgssrpc4_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libidn11:amd64. Unpacking libidn11:amd64 (from .../libidn11_1.25-2_amd64.deb) ... Selecting previously unselected package libkadm5clnt-mit8:amd64. Unpacking libkadm5clnt-mit8:amd64 (from .../libkadm5clnt-mit8_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libkdb5-6:amd64. Unpacking libkdb5-6:amd64 (from .../libkdb5-6_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libkadm5srv-mit8:amd64. Unpacking libkadm5srv-mit8:amd64 (from .../libkadm5srv-mit8_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libsasl2-2:amd64. Unpacking libsasl2-2:amd64 (from .../libsasl2-2_2.1.25.dfsg1-4+b1_amd64.deb) ... Selecting previously unselected package libldap-2.4-2:amd64. Unpacking libldap-2.4-2:amd64 (from .../libldap-2.4-2_2.4.31-1_amd64.deb) ... Selecting previously unselected package libmagic1:amd64. Unpacking libmagic1:amd64 (from .../libmagic1_5.11-2_amd64.deb) ... Selecting previously unselected package libpcre3:amd64. Unpacking libpcre3:amd64 (from .../libpcre3_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libsqlite3-0:amd64. Unpacking libsqlite3-0:amd64 (from .../libsqlite3-0_3.7.13-1_amd64.deb) ... Selecting previously unselected package libwrap0:amd64. Unpacking libwrap0:amd64 (from .../libwrap0_7.6.q-23_amd64.deb) ... Selecting previously unselected package libxml2:amd64. Unpacking libxml2:amd64 (from .../libxml2_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package libdrm2:amd64. Unpacking libdrm2:amd64 (from .../libdrm2_2.4.33-3_amd64.deb) ... Selecting previously unselected package libglapi-mesa:amd64. Unpacking libglapi-mesa:amd64 (from .../libglapi-mesa_8.0.3-1_amd64.deb) ... Selecting previously unselected package libxau6:amd64. Unpacking libxau6:amd64 (from .../libxau6_1%3a1.0.7-1_amd64.deb) ... Selecting previously unselected package libxdmcp6:amd64. Unpacking libxdmcp6:amd64 (from .../libxdmcp6_1%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package libxcb1:amd64. Unpacking libxcb1:amd64 (from .../libxcb1_1.8.1-1_amd64.deb) ... Selecting previously unselected package libx11-data. Unpacking libx11-data (from .../libx11-data_2%3a1.5.0-1_all.deb) ... Selecting previously unselected package libx11-6:amd64. Unpacking libx11-6:amd64 (from .../libx11-6_2%3a1.5.0-1_amd64.deb) ... Selecting previously unselected package libx11-xcb1:amd64. Unpacking libx11-xcb1:amd64 (from .../libx11-xcb1_2%3a1.5.0-1_amd64.deb) ... Selecting previously unselected package libxcb-glx0:amd64. Unpacking libxcb-glx0:amd64 (from .../libxcb-glx0_1.8.1-1_amd64.deb) ... Selecting previously unselected package libxfixes3:amd64. Unpacking libxfixes3:amd64 (from .../libxfixes3_1%3a5.0-4_amd64.deb) ... Selecting previously unselected package libxdamage1:amd64. Unpacking libxdamage1:amd64 (from .../libxdamage1_1%3a1.1.3-2_amd64.deb) ... Selecting previously unselected package libxext6:amd64. Unpacking libxext6:amd64 (from .../libxext6_2%3a1.3.1-2_amd64.deb) ... Selecting previously unselected package libxxf86vm1:amd64. Unpacking libxxf86vm1:amd64 (from .../libxxf86vm1_1%3a1.1.2-1_amd64.deb) ... Selecting previously unselected package libgl1-mesa-glx:amd64. Unpacking libgl1-mesa-glx:amd64 (from .../libgl1-mesa-glx_8.0.3-1_amd64.deb) ... Selecting previously unselected package libxi6:amd64. Unpacking libxi6:amd64 (from .../libxi6_2%3a1.6.1-1_amd64.deb) ... Selecting previously unselected package freeglut3:amd64. Unpacking freeglut3:amd64 (from .../freeglut3_2.6.0-3_amd64.deb) ... Selecting previously unselected package libasound2:amd64. Unpacking libasound2:amd64 (from .../libasound2_1.0.25-3_amd64.deb) ... Selecting previously unselected package libasyncns0:amd64. Unpacking libasyncns0:amd64 (from .../libasyncns0_0.8-4_amd64.deb) ... Selecting previously unselected package x11-common. Unpacking x11-common (from .../x11-common_1%3a7.7+1_all.deb) ... Selecting previously unselected package libice6:amd64. Unpacking libice6:amd64 (from .../libice6_2%3a1.0.8-2_amd64.deb) ... Selecting previously unselected package libsm6:amd64. Unpacking libsm6:amd64 (from .../libsm6_2%3a1.2.1-2_amd64.deb) ... Selecting previously unselected package libxt6:amd64. Unpacking libxt6:amd64 (from .../libxt6_1%3a1.1.3-1_amd64.deb) ... Selecting previously unselected package libaudio2:amd64. Unpacking libaudio2:amd64 (from .../libaudio2_1.9.3-5_amd64.deb) ... Selecting previously unselected package libavutil51:amd64. Unpacking libavutil51:amd64 (from .../libavutil51_6%3a0.8.3-4_amd64.deb) ... Selecting previously unselected package libdirac-encoder0:amd64. Unpacking libdirac-encoder0:amd64 (from .../libdirac-encoder0_1.0.2-6_amd64.deb) ... Selecting previously unselected package libgsm1:amd64. Unpacking libgsm1:amd64 (from .../libgsm1_1.0.13-4_amd64.deb) ... Selecting previously unselected package libmp3lame0:amd64. Unpacking libmp3lame0:amd64 (from .../libmp3lame0_3.99.5+repack1-3_amd64.deb) ... Selecting previously unselected package libopenjpeg2. Unpacking libopenjpeg2 (from .../libopenjpeg2_1.3+dfsg-4.1_amd64.deb) ... Selecting previously unselected package liborc-0.4-0:amd64. Unpacking liborc-0.4-0:amd64 (from .../liborc-0.4-0_1%3a0.4.16-2_amd64.deb) ... Selecting previously unselected package libschroedinger-1.0-0:amd64. Unpacking libschroedinger-1.0-0:amd64 (from .../libschroedinger-1.0-0_1.0.11-2_amd64.deb) ... Selecting previously unselected package libspeex1:amd64. Unpacking libspeex1:amd64 (from .../libspeex1_1.2~rc1-6_amd64.deb) ... Selecting previously unselected package libogg0:amd64. Unpacking libogg0:amd64 (from .../libogg0_1.3.0-4_amd64.deb) ... Selecting previously unselected package libtheora0:amd64. Unpacking libtheora0:amd64 (from .../libtheora0_1.1.1+dfsg.1-3.1_amd64.deb) ... Selecting previously unselected package libva1:amd64. Unpacking libva1:amd64 (from .../libva1_1.0.15-4_amd64.deb) ... Selecting previously unselected package libvorbis0a:amd64. Unpacking libvorbis0a:amd64 (from .../libvorbis0a_1.3.2-1.3_amd64.deb) ... Selecting previously unselected package libvorbisenc2:amd64. Unpacking libvorbisenc2:amd64 (from .../libvorbisenc2_1.3.2-1.3_amd64.deb) ... Selecting previously unselected package libvpx1:amd64. Unpacking libvpx1:amd64 (from .../libvpx1_1.1.0-1_amd64.deb) ... Selecting previously unselected package libx264-123:amd64. Unpacking libx264-123:amd64 (from .../libx264-123_2%3a0.123.2189+git35cf912-1_amd64.deb) ... Selecting previously unselected package libxvidcore4:amd64. Unpacking libxvidcore4:amd64 (from .../libxvidcore4_2%3a1.3.2-9_amd64.deb) ... Selecting previously unselected package libavcodec53:amd64. Unpacking libavcodec53:amd64 (from .../libavcodec53_6%3a0.8.3-4_amd64.deb) ... Selecting previously unselected package librtmp0:amd64. Unpacking librtmp0:amd64 (from .../librtmp0_2.4+20111222.git4e06e21-1_amd64.deb) ... Selecting previously unselected package libavformat53:amd64. Unpacking libavformat53:amd64 (from .../libavformat53_6%3a0.8.3-4_amd64.deb) ... Selecting previously unselected package libcdio13. Unpacking libcdio13 (from .../libcdio13_0.83-4_amd64.deb) ... Selecting previously unselected package libcdio-cdda1. Unpacking libcdio-cdda1 (from .../libcdio-cdda1_0.83-4_amd64.deb) ... Selecting previously unselected package libcdio-paranoia1. Unpacking libcdio-paranoia1 (from .../libcdio-paranoia1_0.83-4_amd64.deb) ... Selecting previously unselected package libraw1394-11:amd64. Unpacking libraw1394-11:amd64 (from .../libraw1394-11_2.0.9-1_amd64.deb) ... Selecting previously unselected package libusb-1.0-0:amd64. Unpacking libusb-1.0-0:amd64 (from .../libusb-1.0-0_2%3a1.0.12-1_amd64.deb) ... Selecting previously unselected package libdc1394-22:amd64. Unpacking libdc1394-22:amd64 (from .../libdc1394-22_2.2.0-2_amd64.deb) ... Selecting previously unselected package libsamplerate0:amd64. Unpacking libsamplerate0:amd64 (from .../libsamplerate0_0.1.8-5_amd64.deb) ... Selecting previously unselected package libjack-jackd2-0:amd64. Unpacking libjack-jackd2-0:amd64 (from .../libjack-jackd2-0_1.9.8~dfsg.4+20120529git007cdc37-1_amd64.deb) ... Selecting previously unselected package libdbus-1-3:amd64. Unpacking libdbus-1-3:amd64 (from .../libdbus-1-3_1.6.2-1_amd64.deb) ... Selecting previously unselected package libjson0:amd64. Unpacking libjson0:amd64 (from .../libjson0_0.9-1.1_amd64.deb) ... Selecting previously unselected package libflac8:amd64. Unpacking libflac8:amd64 (from .../libflac8_1.2.1-6_amd64.deb) ... Selecting previously unselected package libsndfile1:amd64. Unpacking libsndfile1:amd64 (from .../libsndfile1_1.0.25-5_amd64.deb) ... Selecting previously unselected package libxtst6:amd64. Unpacking libxtst6:amd64 (from .../libxtst6_2%3a1.2.1-1_amd64.deb) ... Selecting previously unselected package libpulse0:amd64. Unpacking libpulse0:amd64 (from .../libpulse0_2.0-3_amd64.deb) ... Selecting previously unselected package libavdevice53:amd64. Unpacking libavdevice53:amd64 (from .../libavdevice53_6%3a0.8.3-4_amd64.deb) ... Selecting previously unselected package libexpat1:amd64. Unpacking libexpat1:amd64 (from .../libexpat1_2.1.0-1_amd64.deb) ... Selecting previously unselected package libfreetype6:amd64. Unpacking libfreetype6:amd64 (from .../libfreetype6_2.4.9-1_amd64.deb) ... Selecting previously unselected package ttf-dejavu-core. Unpacking ttf-dejavu-core (from .../ttf-dejavu-core_2.33-2_all.deb) ... Selecting previously unselected package fontconfig-config. Unpacking fontconfig-config (from .../fontconfig-config_2.9.0-6_all.deb) ... Selecting previously unselected package libfontconfig1:amd64. Unpacking libfontconfig1:amd64 (from .../libfontconfig1_2.9.0-6_amd64.deb) ... Selecting previously unselected package libpixman-1-0:amd64. Unpacking libpixman-1-0:amd64 (from .../libpixman-1-0_0.26.0-3_amd64.deb) ... Selecting previously unselected package libpng12-0:amd64. Unpacking libpng12-0:amd64 (from .../libpng12-0_1.2.49-1_amd64.deb) ... Selecting previously unselected package libxcb-render0:amd64. Unpacking libxcb-render0:amd64 (from .../libxcb-render0_1.8.1-1_amd64.deb) ... Selecting previously unselected package libxcb-shm0:amd64. Unpacking libxcb-shm0:amd64 (from .../libxcb-shm0_1.8.1-1_amd64.deb) ... Selecting previously unselected package libxrender1:amd64. Unpacking libxrender1:amd64 (from .../libxrender1_1%3a0.9.7-1_amd64.deb) ... Selecting previously unselected package libcairo2:amd64. Unpacking libcairo2:amd64 (from .../libcairo2_1.12.2-2_amd64.deb) ... Selecting previously unselected package libglib2.0-0:amd64. Unpacking libglib2.0-0:amd64 (from .../libglib2.0-0_2.32.3-1_amd64.deb) ... Selecting previously unselected package libcroco3:amd64. Unpacking libcroco3:amd64 (from .../libcroco3_0.6.5-1_amd64.deb) ... Selecting previously unselected package libssh2-1:amd64. Unpacking libssh2-1:amd64 (from .../libssh2-1_1.4.2-1_amd64.deb) ... Selecting previously unselected package libcurl3-gnutls:amd64. Unpacking libcurl3-gnutls:amd64 (from .../libcurl3-gnutls_7.26.0-1_amd64.deb) ... Selecting previously unselected package libdap11:amd64. Unpacking libdap11:amd64 (from .../libdap11_3.11.1-11_amd64.deb) ... Selecting previously unselected package libdapclient3:amd64. Unpacking libdapclient3:amd64 (from .../libdapclient3_3.11.1-11_amd64.deb) ... Selecting previously unselected package libdapserver7:amd64. Unpacking libdapserver7:amd64 (from .../libdapserver7_3.11.1-11_amd64.deb) ... Selecting previously unselected package libdatrie1:amd64. Unpacking libdatrie1:amd64 (from .../libdatrie1_0.2.5-3_amd64.deb) ... Selecting previously unselected package libdvdread4. Unpacking libdvdread4 (from .../libdvdread4_4.2.0+20120521-2_amd64.deb) ... Selecting previously unselected package libdvdnav4. Unpacking libdvdnav4 (from .../libdvdnav4_4.2.0+20120524-2_amd64.deb) ... Selecting previously unselected package libfaad2:amd64. Unpacking libfaad2:amd64 (from .../libfaad2_2.7-8_amd64.deb) ... Selecting previously unselected package libjpeg8:amd64. Unpacking libjpeg8:amd64 (from .../libjpeg8_8d-1_amd64.deb) ... Selecting previously unselected package libjasper1:amd64. Unpacking libjasper1:amd64 (from .../libjasper1_1.900.1-13_amd64.deb) ... Selecting previously unselected package libjbig0:amd64. Unpacking libjbig0:amd64 (from .../libjbig0_2.0-2_amd64.deb) ... Selecting previously unselected package libtiff4:amd64. Unpacking libtiff4:amd64 (from .../libtiff4_3.9.6-6_amd64.deb) ... Selecting previously unselected package libgdk-pixbuf2.0-common. Unpacking libgdk-pixbuf2.0-common (from .../libgdk-pixbuf2.0-common_2.26.1-1_all.deb) ... Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. Unpacking libgdk-pixbuf2.0-0:amd64 (from .../libgdk-pixbuf2.0-0_2.26.1-1_amd64.deb) ... Selecting previously unselected package libunistring0:amd64. Unpacking libunistring0:amd64 (from .../libunistring0_0.9.3-5_amd64.deb) ... Selecting previously unselected package libgettextpo0:amd64. Unpacking libgettextpo0:amd64 (from .../libgettextpo0_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package libgfortran3:amd64. Unpacking libgfortran3:amd64 (from .../libgfortran3_4.7.1-2_amd64.deb) ... Selecting previously unselected package libglu1-mesa:amd64. Unpacking libglu1-mesa:amd64 (from .../libglu1-mesa_8.0.3-1_amd64.deb) ... Selecting previously unselected package libicu48:amd64. Unpacking libicu48:amd64 (from .../libicu48_4.8.1.1-8_amd64.deb) ... Selecting previously unselected package liblcms1:amd64. Unpacking liblcms1:amd64 (from .../liblcms1_1.19.dfsg-1.1_amd64.deb) ... Selecting previously unselected package libltdl7:amd64. Unpacking libltdl7:amd64 (from .../libltdl7_2.4.2-1.1_amd64.deb) ... Selecting previously unselected package libmng1:amd64. Unpacking libmng1:amd64 (from .../libmng1_1.0.10-3_amd64.deb) ... Selecting previously unselected package libmpcdec6:amd64. Unpacking libmpcdec6:amd64 (from .../libmpcdec6_2%3a0.1~r459-4_amd64.deb) ... Selecting previously unselected package mysql-common. Unpacking mysql-common (from .../mysql-common_5.5.24+dfsg-4_all.deb) ... Selecting previously unselected package libmysqlclient18:amd64. Unpacking libmysqlclient18:amd64 (from .../libmysqlclient18_5.5.24+dfsg-4_amd64.deb) ... Selecting previously unselected package libodbc1:amd64. Unpacking libodbc1:amd64 (from .../libodbc1_2.2.14p2-5_amd64.deb) ... Selecting previously unselected package libopenal-data. Unpacking libopenal-data (from .../libopenal-data_1%3a1.14-4_all.deb) ... Selecting previously unselected package libopenal1:amd64. Unpacking libopenal1:amd64 (from .../libopenal1_1%3a1.14-4_amd64.deb) ... Selecting previously unselected package libthai-data. Unpacking libthai-data (from .../libthai-data_0.1.18-1_all.deb) ... Selecting previously unselected package libthai0:amd64. Unpacking libthai0:amd64 (from .../libthai0_0.1.18-1_amd64.deb) ... Selecting previously unselected package libxft2:amd64. Unpacking libxft2:amd64 (from .../libxft2_2.3.1-1_amd64.deb) ... Selecting previously unselected package fontconfig. Unpacking fontconfig (from .../fontconfig_2.9.0-6_amd64.deb) ... Selecting previously unselected package libpango1.0-0:amd64. Unpacking libpango1.0-0:amd64 (from .../libpango1.0-0_1.30.0-1_amd64.deb) ... Selecting previously unselected package libpcrecpp0:amd64. Unpacking libpcrecpp0:amd64 (from .../libpcrecpp0_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libpoppler19:amd64. Unpacking libpoppler19:amd64 (from .../libpoppler19_0.18.4-3_amd64.deb) ... Selecting previously unselected package libpoppler-glib8:amd64. Unpacking libpoppler-glib8:amd64 (from .../libpoppler-glib8_0.18.4-3_amd64.deb) ... Selecting previously unselected package libpostproc52:amd64. Unpacking libpostproc52:amd64 (from .../libpostproc52_6%3a0.8.3-4_amd64.deb) ... Selecting previously unselected package libqtcore4:amd64. Unpacking libqtcore4:amd64 (from .../libqtcore4_4%3a4.8.2-1_amd64.deb) ... Selecting previously unselected package libqtgui4:amd64. Unpacking libqtgui4:amd64 (from .../libqtgui4_4%3a4.8.2-1_amd64.deb) ... Selecting previously unselected package libqt4-opengl:amd64. Unpacking libqt4-opengl:amd64 (from .../libqt4-opengl_4%3a4.8.2-1_amd64.deb) ... Selecting previously unselected package librsvg2-2:amd64. Unpacking librsvg2-2:amd64 (from .../librsvg2-2_2.36.1-1_amd64.deb) ... Selecting previously unselected package libapr1. Unpacking libapr1 (from .../libapr1_1.4.6-3_amd64.deb) ... Selecting previously unselected package libaprutil1. Unpacking libaprutil1 (from .../libaprutil1_1.4.1-2_amd64.deb) ... Selecting previously unselected package libserf1:amd64. Unpacking libserf1:amd64 (from .../libserf1_1.1.0-2_amd64.deb) ... Selecting previously unselected package libtalloc2:amd64. Unpacking libtalloc2:amd64 (from .../libtalloc2_2.0.7+git20120207-1_amd64.deb) ... Selecting previously unselected package libtdb1:amd64. Unpacking libtdb1:amd64 (from .../libtdb1_1.2.10-2_amd64.deb) ... Selecting previously unselected package libwbclient0:amd64. Unpacking libwbclient0:amd64 (from .../libwbclient0_2%3a3.6.6-2_amd64.deb) ... Selecting previously unselected package libsmbclient:amd64. Unpacking libsmbclient:amd64 (from .../libsmbclient_2%3a3.6.6-2_amd64.deb) ... Selecting previously unselected package libneon27-gnutls. Unpacking libneon27-gnutls (from .../libneon27-gnutls_0.29.6-3_amd64.deb) ... Selecting previously unselected package libsvn1:amd64. Unpacking libsvn1:amd64 (from .../libsvn1_1.7.5-1_amd64.deb) ... Selecting previously unselected package libswscale2:amd64. Unpacking libswscale2:amd64 (from .../libswscale2_6%3a0.8.3-4_amd64.deb) ... Selecting previously unselected package libv4lconvert0:amd64. Unpacking libv4lconvert0:amd64 (from .../libv4lconvert0_0.8.8-3_amd64.deb) ... Selecting previously unselected package libv4l-0:amd64. Unpacking libv4l-0:amd64 (from .../libv4l-0_0.8.8-3_amd64.deb) ... Selecting previously unselected package libwavpack1:amd64. Unpacking libwavpack1:amd64 (from .../libwavpack1_4.60.1-3_amd64.deb) ... Selecting previously unselected package libwmf0.2-7. Unpacking libwmf0.2-7 (from .../libwmf0.2-7_0.2.8.4-10_amd64.deb) ... Selecting previously unselected package libxmu6:amd64. Unpacking libxmu6:amd64 (from .../libxmu6_2%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package odbcinst. Unpacking odbcinst (from .../odbcinst_2.2.14p2-5_amd64.deb) ... Selecting previously unselected package odbcinst1debian2:amd64. Unpacking odbcinst1debian2:amd64 (from .../odbcinst1debian2_2.2.14p2-5_amd64.deb) ... Selecting previously unselected package libfreexl1:amd64. Unpacking libfreexl1:amd64 (from .../libfreexl1_1.0.0b-1_amd64.deb) ... Selecting previously unselected package bsdmainutils. Unpacking bsdmainutils (from .../bsdmainutils_9.0.3_amd64.deb) ... Selecting previously unselected package groff-base. Unpacking groff-base (from .../groff-base_1.21-9_amd64.deb) ... Selecting previously unselected package man-db. Unpacking man-db (from .../man-db_2.6.2-1_amd64.deb) ... Selecting previously unselected package file. Unpacking file (from .../archives/file_5.11-2_amd64.deb) ... Selecting previously unselected package gettext-base. Unpacking gettext-base (from .../gettext-base_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package autotools-dev. Unpacking autotools-dev (from .../autotools-dev_20120608.1_all.deb) ... Selecting previously unselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-15_amd64.deb) ... Selecting previously unselected package gettext. Unpacking gettext (from .../gettext_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package intltool-debian. Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ... Selecting previously unselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.16+nmu2_all.deb) ... Selecting previously unselected package debhelper. Unpacking debhelper (from .../debhelper_9.20120608_all.deb) ... Selecting previously unselected package xorg-sgml-doctools. Unpacking xorg-sgml-doctools (from .../xorg-sgml-doctools_1%3a1.10-1_all.deb) ... Selecting previously unselected package x11proto-core-dev. Unpacking x11proto-core-dev (from .../x11proto-core-dev_7.0.23-1_all.deb) ... Selecting previously unselected package libxau-dev:amd64. Unpacking libxau-dev:amd64 (from .../libxau-dev_1%3a1.0.7-1_amd64.deb) ... Selecting previously unselected package libxdmcp-dev:amd64. Unpacking libxdmcp-dev:amd64 (from .../libxdmcp-dev_1%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package x11proto-input-dev. Unpacking x11proto-input-dev (from .../x11proto-input-dev_2.2-1_all.deb) ... Selecting previously unselected package x11proto-kb-dev. Unpacking x11proto-kb-dev (from .../x11proto-kb-dev_1.0.6-2_all.deb) ... Selecting previously unselected package xtrans-dev. Unpacking xtrans-dev (from .../xtrans-dev_1.2.7-1_all.deb) ... Selecting previously unselected package libpthread-stubs0:amd64. Unpacking libpthread-stubs0:amd64 (from .../libpthread-stubs0_0.3-3_amd64.deb) ... Selecting previously unselected package libpthread-stubs0-dev:amd64. Unpacking libpthread-stubs0-dev:amd64 (from .../libpthread-stubs0-dev_0.3-3_amd64.deb) ... Selecting previously unselected package libxcb1-dev:amd64. Unpacking libxcb1-dev:amd64 (from .../libxcb1-dev_1.8.1-1_amd64.deb) ... Selecting previously unselected package libx11-dev:amd64. Unpacking libx11-dev:amd64 (from .../libx11-dev_2%3a1.5.0-1_amd64.deb) ... Selecting previously unselected package mesa-common-dev. Unpacking mesa-common-dev (from .../mesa-common-dev_8.0.3-1_amd64.deb) ... Selecting previously unselected package x11proto-xext-dev. Unpacking x11proto-xext-dev (from .../x11proto-xext-dev_7.2.1-1_all.deb) ... Selecting previously unselected package libxext-dev:amd64. Unpacking libxext-dev:amd64 (from .../libxext-dev_2%3a1.3.1-2_amd64.deb) ... Selecting previously unselected package libgl1-mesa-dev. Unpacking libgl1-mesa-dev (from .../libgl1-mesa-dev_8.0.3-1_amd64.deb) ... Selecting previously unselected package libglu1-mesa-dev. Unpacking libglu1-mesa-dev (from .../libglu1-mesa-dev_8.0.3-1_amd64.deb) ... Selecting previously unselected package libice-dev:amd64. Unpacking libice-dev:amd64 (from .../libice-dev_2%3a1.0.8-2_amd64.deb) ... Selecting previously unselected package libsm-dev:amd64. Unpacking libsm-dev:amd64 (from .../libsm-dev_2%3a1.2.1-2_amd64.deb) ... Selecting previously unselected package libxt-dev:amd64. Unpacking libxt-dev:amd64 (from .../libxt-dev_1%3a1.1.3-1_amd64.deb) ... Selecting previously unselected package freeglut3-dev:amd64. Unpacking freeglut3-dev:amd64 (from .../freeglut3-dev_2.6.0-3_amd64.deb) ... Selecting previously unselected package comerr-dev. Unpacking comerr-dev (from .../comerr-dev_2.1-1.42.4-3_amd64.deb) ... Selecting previously unselected package krb5-multidev. Unpacking krb5-multidev (from .../krb5-multidev_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libalut0. Unpacking libalut0 (from .../libalut0_1.1.0-3_amd64.deb) ... Selecting previously unselected package libopenal-dev:amd64. Unpacking libopenal-dev:amd64 (from .../libopenal-dev_1%3a1.14-4_amd64.deb) ... Selecting previously unselected package libalut-dev. Unpacking libalut-dev (from .../libalut-dev_1.1.0-3_amd64.deb) ... Selecting previously unselected package uuid-dev. Unpacking uuid-dev (from .../uuid-dev_2.20.1-5.1_amd64.deb) ... Selecting previously unselected package libapr1-dev. Unpacking libapr1-dev (from .../libapr1-dev_1.4.6-3_amd64.deb) ... Selecting previously unselected package libldap2-dev:amd64. Unpacking libldap2-dev:amd64 (from .../libldap2-dev_2.4.31-1_amd64.deb) ... Selecting previously unselected package libexpat1-dev. Unpacking libexpat1-dev (from .../libexpat1-dev_2.1.0-1_amd64.deb) ... Selecting previously unselected package libpcre3-dev. Unpacking libpcre3-dev (from .../libpcre3-dev_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libsqlite3-dev. Unpacking libsqlite3-dev (from .../libsqlite3-dev_3.7.13-1_amd64.deb) ... Selecting previously unselected package libpq5. Unpacking libpq5 (from .../libpq5_9.1.4-2_amd64.deb) ... Selecting previously unselected package zlib1g-dev:amd64. Unpacking zlib1g-dev:amd64 (from .../zlib1g-dev_1%3a1.2.7.dfsg-13_amd64.deb) ... Selecting previously unselected package libssl-dev. Unpacking libssl-dev (from .../libssl-dev_1.0.1c-3_amd64.deb) ... Selecting previously unselected package libkrb5-dev. Unpacking libkrb5-dev (from .../libkrb5-dev_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libpq-dev. Unpacking libpq-dev (from .../libpq-dev_9.1.4-2_amd64.deb) ... Selecting previously unselected package libmysqlclient-dev. Unpacking libmysqlclient-dev (from .../libmysqlclient-dev_5.5.24+dfsg-4_amd64.deb) ... Selecting previously unselected package libaprutil1-dev. Unpacking libaprutil1-dev (from .../libaprutil1-dev_1.4.1-2_amd64.deb) ... Selecting previously unselected package libblas3. Unpacking libblas3 (from .../libblas3_1.2.20110419-5_amd64.deb) ... Selecting previously unselected package liblapack3. Unpacking liblapack3 (from .../liblapack3_3.4.1-4_amd64.deb) ... Selecting previously unselected package libarmadillo3. Unpacking libarmadillo3 (from .../libarmadillo3_1%3a3.2.3+dfsg-1_amd64.deb) ... Selecting previously unselected package libboost1.49-dev. Unpacking libboost1.49-dev (from .../libboost1.49-dev_1.49.0-3.1_amd64.deb) ... Selecting previously unselected package libboost-dev. Unpacking libboost-dev (from .../libboost-dev_1.49.0.1_amd64.deb) ... Selecting previously unselected package libcoin60. Unpacking libcoin60 (from .../libcoin60_3.1.3-2.2_amd64.deb) ... Selecting previously unselected package libgeos-3.3.3. Unpacking libgeos-3.3.3 (from .../libgeos-3.3.3_3.3.3-1_amd64.deb) ... Selecting previously unselected package libgeos-c1. Unpacking libgeos-c1 (from .../libgeos-c1_3.3.3-1_amd64.deb) ... Selecting previously unselected package libgif4. Unpacking libgif4 (from .../libgif4_4.1.6-9.1_amd64.deb) ... Selecting previously unselected package libgraphicsmagick3. Unpacking libgraphicsmagick3 (from .../libgraphicsmagick3_1.3.16-1_amd64.deb) ... Selecting previously unselected package libhdf5-7. Unpacking libhdf5-7 (from .../libhdf5-7_1.8.8-9_amd64.deb) ... Selecting previously unselected package libiso9660-8. Unpacking libiso9660-8 (from .../libiso9660-8_0.83-4_amd64.deb) ... Selecting previously unselected package libjpeg8-dev:amd64. Unpacking libjpeg8-dev:amd64 (from .../libjpeg8-dev_8d-1_amd64.deb) ... Selecting previously unselected package libmad0. Unpacking libmad0 (from .../libmad0_0.15.1b-7_amd64.deb) ... Selecting previously unselected package libmodplug1. Unpacking libmodplug1 (from .../libmodplug1_1%3a0.8.8.4-3_amd64.deb) ... Selecting previously unselected package libnetcdfc7. Unpacking libnetcdfc7 (from .../libnetcdfc7_1%3a4.1.3-6_amd64.deb) ... Selecting previously unselected package libopenthreads14. Unpacking libopenthreads14 (from .../libopenthreads14_3.0.1-3+b2_amd64.deb) ... Selecting previously unselected package libopenthreads-dev. Unpacking libopenthreads-dev (from .../libopenthreads-dev_3.0.1-3+b2_amd64.deb) ... Selecting previously unselected package libepsilon0. Unpacking libepsilon0 (from .../libepsilon0_0.9.1-2_amd64.deb) ... Selecting previously unselected package libhdf4-0-alt. Unpacking libhdf4-0-alt (from .../libhdf4-0-alt_4.2r4-13_amd64.deb) ... Selecting previously unselected package liburiparser1. Unpacking liburiparser1 (from .../liburiparser1_0.7.5-1_amd64.deb) ... Selecting previously unselected package libkml0. Unpacking libkml0 (from .../libkml0_1.3.0~r863-4.1_amd64.deb) ... Selecting previously unselected package proj-data. Unpacking proj-data (from .../proj-data_4.7.0-2_amd64.deb) ... Selecting previously unselected package libproj0. Unpacking libproj0 (from .../libproj0_4.7.0-2_amd64.deb) ... Selecting previously unselected package libogdi3.2. Unpacking libogdi3.2 (from .../libogdi3.2_3.2.0~beta2-7_amd64.deb) ... Selecting previously unselected package libspatialite3. Unpacking libspatialite3 (from .../libspatialite3_3.1.0~rc2-1_amd64.deb) ... Selecting previously unselected package libxerces-c28. Unpacking libxerces-c28 (from .../libxerces-c28_2.8.0+deb1-3_amd64.deb) ... Selecting previously unselected package libgdal1. Unpacking libgdal1 (from .../libgdal1_1.9.0-3+b1_amd64.deb) ... Selecting previously unselected package libxine1-bin. Unpacking libxine1-bin (from .../libxine1-bin_1.1.21-1+b1_amd64.deb) ... Selecting previously unselected package libxine1-ffmpeg. Unpacking libxine1-ffmpeg (from .../libxine1-ffmpeg_1.1.21-1+b1_amd64.deb) ... Selecting previously unselected package libvcdinfo0. Unpacking libvcdinfo0 (from .../libvcdinfo0_0.7.24-1+b1_amd64.deb) ... Selecting previously unselected package libxine1-misc-plugins. Unpacking libxine1-misc-plugins (from .../libxine1-misc-plugins_1.1.21-1+b1_amd64.deb) ... Selecting previously unselected package libxine1-plugins. Unpacking libxine1-plugins (from .../libxine1-plugins_1.1.21-1_all.deb) ... Selecting previously unselected package libxine1. Unpacking libxine1 (from .../libxine1_1.1.21-1+b1_amd64.deb) ... Selecting previously unselected package libopenscenegraph80. Unpacking libopenscenegraph80 (from .../libopenscenegraph80_3.0.1-3+b2_amd64.deb) ... Selecting previously unselected package libopenscenegraph-dev. Unpacking libopenscenegraph-dev (from .../libopenscenegraph-dev_3.0.1-3+b2_amd64.deb) ... Selecting previously unselected package libxi-dev. Unpacking libxi-dev (from .../libxi-dev_2%3a1.6.1-1_amd64.deb) ... Selecting previously unselected package libxmu-headers. Unpacking libxmu-headers (from .../libxmu-headers_2%3a1.1.1-1_all.deb) ... Selecting previously unselected package libxmu-dev:amd64. Unpacking libxmu-dev:amd64 (from .../libxmu-dev_2%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package libplib1. Unpacking libplib1 (from .../libplib1_1.8.5-5.2_amd64.deb) ... Selecting previously unselected package libplib-dev. Unpacking libplib-dev (from .../libplib-dev_1.8.5-5.2_amd64.deb) ... Selecting previously unselected package libsvn-dev. Unpacking libsvn-dev (from .../libsvn-dev_1.7.5-1_amd64.deb) ... Selecting previously unselected package sbuild-build-depends-simgear-dummy. Unpacking sbuild-build-depends-simgear-dummy (from .../sbuild-build-depends-simgear-dummy.deb) ... Setting up libpipeline1:amd64 (1.2.1-1) ... Setting up libpopt0:amd64 (1.16-7) ... Setting up libssl1.0.0:amd64 (1.0.1c-3) ... Setting up libasprintf0c2:amd64 (0.18.1.1-9) ... Setting up libcap2:amd64 (1:2.22-1.1) ... Setting up libgpg-error0:amd64 (1.10-3) ... Setting up libgcrypt11:amd64 (1.5.0-3) ... Setting up libp11-kit0:amd64 (0.12-3) ... Setting up libtasn1-3:amd64 (2.13-2) ... Setting up libgnutls26:amd64 (2.12.20-1) ... Setting up libkeyutils1:amd64 (1.5.5-3) ... Setting up libkrb5support0:amd64 (1.10.1+dfsg-1) ... Setting up libk5crypto3:amd64 (1.10.1+dfsg-1) ... Setting up libkrb5-3:amd64 (1.10.1+dfsg-1) ... Setting up libgssapi-krb5-2:amd64 (1.10.1+dfsg-1) ... Setting up libgssrpc4:amd64 (1.10.1+dfsg-1) ... Setting up libidn11:amd64 (1.25-2) ... Setting up libkadm5clnt-mit8:amd64 (1.10.1+dfsg-1) ... Setting up libkdb5-6:amd64 (1.10.1+dfsg-1) ... Setting up libkadm5srv-mit8:amd64 (1.10.1+dfsg-1) ... Setting up libsasl2-2:amd64 (2.1.25.dfsg1-4+b1) ... Setting up libldap-2.4-2:amd64 (2.4.31-1) ... Setting up libmagic1:amd64 (5.11-2) ... Setting up libpcre3:amd64 (1:8.30-5) ... Setting up libsqlite3-0:amd64 (3.7.13-1) ... Setting up libwrap0:amd64 (7.6.q-23) ... Setting up libxml2:amd64 (2.8.0+dfsg1-4) ... Setting up libdrm2:amd64 (2.4.33-3) ... Setting up libglapi-mesa:amd64 (8.0.3-1) ... Setting up libxau6:amd64 (1:1.0.7-1) ... Setting up libxdmcp6:amd64 (1:1.1.1-1) ... Setting up libxcb1:amd64 (1.8.1-1) ... Setting up libx11-data (2:1.5.0-1) ... Setting up libx11-6:amd64 (2:1.5.0-1) ... Setting up libx11-xcb1:amd64 (2:1.5.0-1) ... Setting up libxcb-glx0:amd64 (1.8.1-1) ... Setting up libxfixes3:amd64 (1:5.0-4) ... Setting up libxdamage1:amd64 (1:1.1.3-2) ... Setting up libxext6:amd64 (2:1.3.1-2) ... Setting up libxxf86vm1:amd64 (1:1.1.2-1) ... Setting up libgl1-mesa-glx:amd64 (8.0.3-1) ... Setting up libxi6:amd64 (2:1.6.1-1) ... Setting up freeglut3:amd64 (2.6.0-3) ... Setting up libasound2:amd64 (1.0.25-3) ... Setting up libasyncns0:amd64 (0.8-4) ... Setting up x11-common (1:7.7+1) ... All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up libice6:amd64 (2:1.0.8-2) ... Setting up libsm6:amd64 (2:1.2.1-2) ... Setting up libxt6:amd64 (1:1.1.3-1) ... Setting up libaudio2:amd64 (1.9.3-5) ... Setting up libavutil51:amd64 (6:0.8.3-4) ... Setting up libdirac-encoder0:amd64 (1.0.2-6) ... Setting up libgsm1:amd64 (1.0.13-4) ... Setting up libmp3lame0:amd64 (3.99.5+repack1-3) ... Setting up libopenjpeg2 (1.3+dfsg-4.1) ... Setting up liborc-0.4-0:amd64 (1:0.4.16-2) ... Setting up libschroedinger-1.0-0:amd64 (1.0.11-2) ... Setting up libspeex1:amd64 (1.2~rc1-6) ... Setting up libogg0:amd64 (1.3.0-4) ... Setting up libtheora0:amd64 (1.1.1+dfsg.1-3.1) ... Setting up libva1:amd64 (1.0.15-4) ... Setting up libvorbis0a:amd64 (1.3.2-1.3) ... Setting up libvorbisenc2:amd64 (1.3.2-1.3) ... Setting up libvpx1:amd64 (1.1.0-1) ... Setting up libx264-123:amd64 (2:0.123.2189+git35cf912-1) ... Setting up libxvidcore4:amd64 (2:1.3.2-9) ... Setting up libavcodec53:amd64 (6:0.8.3-4) ... Setting up librtmp0:amd64 (2.4+20111222.git4e06e21-1) ... Setting up libavformat53:amd64 (6:0.8.3-4) ... Setting up libcdio13 (0.83-4) ... Setting up libcdio-cdda1 (0.83-4) ... Setting up libcdio-paranoia1 (0.83-4) ... Setting up libraw1394-11:amd64 (2.0.9-1) ... Setting up libusb-1.0-0:amd64 (2:1.0.12-1) ... Setting up libdc1394-22:amd64 (2.2.0-2) ... Setting up libsamplerate0:amd64 (0.1.8-5) ... Setting up libjack-jackd2-0:amd64 (1.9.8~dfsg.4+20120529git007cdc37-1) ... Setting up libdbus-1-3:amd64 (1.6.2-1) ... Setting up libjson0:amd64 (0.9-1.1) ... Setting up libflac8:amd64 (1.2.1-6) ... Setting up libsndfile1:amd64 (1.0.25-5) ... Setting up libxtst6:amd64 (2:1.2.1-1) ... Setting up libpulse0:amd64 (2.0-3) ... Setting up libavdevice53:amd64 (6:0.8.3-4) ... Setting up libexpat1:amd64 (2.1.0-1) ... Setting up libfreetype6:amd64 (2.4.9-1) ... Setting up ttf-dejavu-core (2.33-2) ... Setting up fontconfig-config (2.9.0-6) ... Setting up libfontconfig1:amd64 (2.9.0-6) ... Setting up libpixman-1-0:amd64 (0.26.0-3) ... Setting up libpng12-0:amd64 (1.2.49-1) ... Setting up libxcb-render0:amd64 (1.8.1-1) ... Setting up libxcb-shm0:amd64 (1.8.1-1) ... Setting up libxrender1:amd64 (1:0.9.7-1) ... Setting up libcairo2:amd64 (1.12.2-2) ... Setting up libglib2.0-0:amd64 (2.32.3-1) ... No schema files found: doing nothing. Setting up libcroco3:amd64 (0.6.5-1) ... Setting up libssh2-1:amd64 (1.4.2-1) ... Setting up libcurl3-gnutls:amd64 (7.26.0-1) ... Setting up libdap11:amd64 (3.11.1-11) ... Setting up libdapclient3:amd64 (3.11.1-11) ... Setting up libdapserver7:amd64 (3.11.1-11) ... Setting up libdatrie1:amd64 (0.2.5-3) ... Setting up libdvdread4 (4.2.0+20120521-2) ... Setting up libdvdnav4 (4.2.0+20120524-2) ... Setting up libfaad2:amd64 (2.7-8) ... Setting up libjpeg8:amd64 (8d-1) ... Setting up libjasper1:amd64 (1.900.1-13) ... Setting up libjbig0:amd64 (2.0-2) ... Setting up libtiff4:amd64 (3.9.6-6) ... Setting up libgdk-pixbuf2.0-common (2.26.1-1) ... Setting up libgdk-pixbuf2.0-0:amd64 (2.26.1-1) ... Setting up libunistring0:amd64 (0.9.3-5) ... Setting up libgettextpo0:amd64 (0.18.1.1-9) ... Setting up libgfortran3:amd64 (4.7.1-2) ... Setting up libglu1-mesa:amd64 (8.0.3-1) ... Setting up libicu48:amd64 (4.8.1.1-8) ... Setting up liblcms1:amd64 (1.19.dfsg-1.1) ... Setting up libltdl7:amd64 (2.4.2-1.1) ... Setting up libmng1:amd64 (1.0.10-3) ... Setting up libmpcdec6:amd64 (2:0.1~r459-4) ... Setting up mysql-common (5.5.24+dfsg-4) ... Setting up libmysqlclient18:amd64 (5.5.24+dfsg-4) ... Setting up libodbc1:amd64 (2.2.14p2-5) ... Setting up libopenal-data (1:1.14-4) ... Setting up libopenal1:amd64 (1:1.14-4) ... Setting up libthai-data (0.1.18-1) ... Setting up libthai0:amd64 (0.1.18-1) ... Setting up libxft2:amd64 (2.3.1-1) ... Setting up fontconfig (2.9.0-6) ... Cleaning up old fontconfig caches... done. Regenerating fonts cache... done. Setting up libpango1.0-0:amd64 (1.30.0-1) ... Setting up libpcrecpp0:amd64 (1:8.30-5) ... Setting up libpoppler19:amd64 (0.18.4-3) ... Setting up libpoppler-glib8:amd64 (0.18.4-3) ... Setting up libpostproc52:amd64 (6:0.8.3-4) ... Setting up libqtcore4:amd64 (4:4.8.2-1) ... Setting up libqtgui4:amd64 (4:4.8.2-1) ... Setting up libqt4-opengl:amd64 (4:4.8.2-1) ... Setting up librsvg2-2:amd64 (2.36.1-1) ... Setting up libapr1 (1.4.6-3) ... Setting up libaprutil1 (1.4.1-2) ... Setting up libserf1:amd64 (1.1.0-2) ... Setting up libtalloc2:amd64 (2.0.7+git20120207-1) ... Setting up libtdb1:amd64 (1.2.10-2) ... Setting up libwbclient0:amd64 (2:3.6.6-2) ... Setting up libsmbclient:amd64 (2:3.6.6-2) ... Setting up libneon27-gnutls (0.29.6-3) ... Setting up libsvn1:amd64 (1.7.5-1) ... Setting up libswscale2:amd64 (6:0.8.3-4) ... Setting up libv4lconvert0:amd64 (0.8.8-3) ... Setting up libv4l-0:amd64 (0.8.8-3) ... Setting up libwavpack1:amd64 (4.60.1-3) ... Setting up libwmf0.2-7 (0.2.8.4-10) ... Setting up libxmu6:amd64 (2:1.1.1-1) ... Setting up libfreexl1:amd64 (1.0.0b-1) ... Setting up bsdmainutils (9.0.3) ... update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode Setting up groff-base (1.21-9) ... Setting up man-db (2.6.2-1) ... Building database of manual pages ... Setting up file (5.11-2) ... Setting up gettext-base (0.18.1.1-9) ... Setting up autotools-dev (20120608.1) ... Setting up html2text (1.3.2a-15) ... Setting up gettext (0.18.1.1-9) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.16+nmu2) ... Setting up debhelper (9.20120608) ... Setting up xorg-sgml-doctools (1:1.10-1) ... Setting up x11proto-core-dev (7.0.23-1) ... Setting up libxau-dev:amd64 (1:1.0.7-1) ... Setting up libxdmcp-dev:amd64 (1:1.1.1-1) ... Setting up x11proto-input-dev (2.2-1) ... Setting up x11proto-kb-dev (1.0.6-2) ... Setting up xtrans-dev (1.2.7-1) ... Setting up libpthread-stubs0:amd64 (0.3-3) ... Setting up libpthread-stubs0-dev:amd64 (0.3-3) ... Setting up libxcb1-dev:amd64 (1.8.1-1) ... Setting up libx11-dev:amd64 (2:1.5.0-1) ... Setting up mesa-common-dev (8.0.3-1) ... Setting up x11proto-xext-dev (7.2.1-1) ... Setting up libxext-dev:amd64 (2:1.3.1-2) ... Setting up libgl1-mesa-dev (8.0.3-1) ... Setting up libglu1-mesa-dev (8.0.3-1) ... Setting up libice-dev:amd64 (2:1.0.8-2) ... Setting up libsm-dev:amd64 (2:1.2.1-2) ... Setting up libxt-dev:amd64 (1:1.1.3-1) ... Setting up freeglut3-dev:amd64 (2.6.0-3) ... Setting up comerr-dev (2.1-1.42.4-3) ... Setting up krb5-multidev (1.10.1+dfsg-1) ... Setting up libalut0 (1.1.0-3) ... Setting up libopenal-dev:amd64 (1:1.14-4) ... Setting up libalut-dev (1.1.0-3) ... Setting up uuid-dev (2.20.1-5.1) ... Setting up libapr1-dev (1.4.6-3) ... Setting up libldap2-dev:amd64 (2.4.31-1) ... Setting up libexpat1-dev (2.1.0-1) ... Setting up libpcre3-dev (1:8.30-5) ... Setting up libsqlite3-dev (3.7.13-1) ... Setting up libpq5 (9.1.4-2) ... Setting up zlib1g-dev:amd64 (1:1.2.7.dfsg-13) ... Setting up libssl-dev (1.0.1c-3) ... Setting up libkrb5-dev (1.10.1+dfsg-1) ... Setting up libpq-dev (9.1.4-2) ... Setting up libmysqlclient-dev (5.5.24+dfsg-4) ... Setting up libaprutil1-dev (1.4.1-2) ... Setting up libblas3 (1.2.20110419-5) ... update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode Setting up liblapack3 (3.4.1-4) ... update-alternatives: using /usr/lib/lapack/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode Setting up libarmadillo3 (1:3.2.3+dfsg-1) ... Setting up libboost1.49-dev (1.49.0-3.1) ... Setting up libboost-dev (1.49.0.1) ... Setting up libcoin60 (3.1.3-2.2) ... Setting up libgeos-3.3.3 (3.3.3-1) ... Setting up libgeos-c1 (3.3.3-1) ... Setting up libgif4 (4.1.6-9.1) ... Setting up libgraphicsmagick3 (1.3.16-1) ... Setting up libhdf5-7 (1.8.8-9) ... Setting up libiso9660-8 (0.83-4) ... Setting up libjpeg8-dev:amd64 (8d-1) ... Setting up libmad0 (0.15.1b-7) ... Setting up libmodplug1 (1:0.8.8.4-3) ... Setting up libnetcdfc7 (1:4.1.3-6) ... Setting up libopenthreads14 (3.0.1-3+b2) ... Setting up libopenthreads-dev (3.0.1-3+b2) ... Setting up libepsilon0 (0.9.1-2) ... Setting up libhdf4-0-alt (4.2r4-13) ... Setting up liburiparser1 (0.7.5-1) ... Setting up libkml0 (1.3.0~r863-4.1) ... Setting up proj-data (4.7.0-2) ... Setting up libproj0 (4.7.0-2) ... Setting up libogdi3.2 (3.2.0~beta2-7) ... Setting up libspatialite3 (3.1.0~rc2-1) ... Setting up libxerces-c28 (2.8.0+deb1-3) ... Setting up libxine1-bin (1.1.21-1+b1) ... Setting up libxine1-ffmpeg (1.1.21-1+b1) ... Setting up libvcdinfo0 (0.7.24-1+b1) ... Setting up libxine1-misc-plugins (1.1.21-1+b1) ... Setting up libxine1-plugins (1.1.21-1) ... Setting up libxine1 (1.1.21-1+b1) ... Setting up libxi-dev (2:1.6.1-1) ... Setting up libxmu-headers (2:1.1.1-1) ... Setting up libxmu-dev:amd64 (2:1.1.1-1) ... Setting up libplib1 (1.8.5-5.2) ... Setting up libplib-dev (1.8.5-5.2) ... Setting up libsvn-dev (1.7.5-1) ... Setting up odbcinst1debian2:amd64 (2.2.14p2-5) ... Setting up libgdal1 (1.9.0-3+b1) ... Setting up libopenscenegraph80 (3.0.1-3+b2) ... Setting up libopenscenegraph-dev (3.0.1-3+b2) ... Setting up sbuild-build-depends-simgear-dummy (0.invalid.0) ... Setting up odbcinst (2.2.14p2-5) ... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build environment │ └──────────────────────────────────────────────────────────────────────────────┘ Kernel: Linux 2.6.32-5-xen-amd64 amd64 (x86_64) Toolchain package versions: binutils_2.22-6.1 dpkg-dev_1.16.6 g++-4.6_4.6.3-8 g++-4.7_4.7.1-2 gcc-4.6_4.6.3-8 gcc-4.7_4.7.1-2 libc6-dev_2.13-34 libstdc++6_4.7.1-2 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-2 linux-libc-dev_3.2.21-3 Package versions: apt_0.9.7.1 autotools-dev_20120608.1 base-files_6.11 base-passwd_3.5.26 bash_4.2-3 binutils_2.22-6.1 bsdmainutils_9.0.3 bsdutils_1:2.20.1-5.1 build-essential_11.5 bzip2_1.0.6-3 clang_3.1-8 comerr-dev_2.1-1.42.4-3 coreutils_8.13-3.2 cpp_4:4.7.1-1 cpp-4.6_4.6.3-8 cpp-4.7_4.7.1-2 dash_0.5.7-3 debconf_1.5.44 debconf-i18n_1.5.44 debfoster_2.7-1.1 debhelper_9.20120608 debian-archive-keyring_2012.4 debianutils_4.3.2 diffutils_1:3.2-6 dpkg_1.16.6 dpkg-dev_1.16.6 e2fslibs_1.42.4-3 e2fsprogs_1.42.4-3 fakeroot_1.18.4-2 file_5.11-2 findutils_4.4.2-4 fontconfig_2.9.0-6 fontconfig-config_2.9.0-6 freeglut3_2.6.0-3 freeglut3-dev_2.6.0-3 g++_4:4.7.1-1 g++-4.6_4.6.3-8 g++-4.7_4.7.1-2 gcc_4:4.7.1-1 gcc-4.4-base_4.4.7-1 gcc-4.5-base_4.5.3-12 gcc-4.6_4.6.3-8 gcc-4.6-base_4.6.3-8 gcc-4.7_4.7.1-2 gcc-4.7-base_4.7.1-2 gettext_0.18.1.1-9 gettext-base_0.18.1.1-9 gnupg_1.4.12-4+b1 gpgv_1.4.12-4+b1 grep_2.12-2 groff-base_1.21-9 gzip_1.5-1.1 hostname_3.11 html2text_1.3.2a-15 initscripts_2.88dsf-28 insserv_1.14.0-3 intltool-debian_0.35.0+20060710.1 krb5-multidev_1.10.1+dfsg-1 libacl1_2.2.51-8 libalut-dev_1.1.0-3 libalut0_1.1.0-3 libapr1_1.4.6-3 libapr1-dev_1.4.6-3 libaprutil1_1.4.1-2 libaprutil1-dev_1.4.1-2 libapt-pkg4.12_0.9.7.1 libarmadillo3_1:3.2.3+dfsg-1 libasound2_1.0.25-3 libasprintf0c2_0.18.1.1-9 libasyncns0_0.8-4 libattr1_1:2.4.46-8 libaudio2_1.9.3-5 libavcodec53_6:0.8.3-4 libavdevice53_6:0.8.3-4 libavformat53_6:0.8.3-4 libavutil51_6:0.8.3-4 libblas3_1.2.20110419-5 libblkid1_2.20.1-5.1 libboost-dev_1.49.0.1 libboost1.49-dev_1.49.0-3.1 libbz2-1.0_1.0.6-3 libc-bin_2.13-34 libc-dev-bin_2.13-34 libc6_2.13-34 libc6-dev_2.13-34 libcairo2_1.12.2-2 libcap2_1:2.22-1.1 libcdio-cdda1_0.83-4 libcdio-paranoia1_0.83-4 libcdio13_0.83-4 libclang-common-dev_3.1-8 libclass-isa-perl_0.36-3 libcoin60_3.1.3-2.2 libcomerr2_1.42.4-3 libcroco3_0.6.5-1 libcurl3-gnutls_7.26.0-1 libdap11_3.11.1-11 libdapclient3_3.11.1-11 libdapserver7_3.11.1-11 libdatrie1_0.2.5-3 libdb5.1_5.1.29-5 libdbus-1-3_1.6.2-1 libdc1394-22_2.2.0-2 libdirac-encoder0_1.0.2-6 libdpkg-perl_1.16.6 libdrm2_2.4.33-3 libdvdnav4_4.2.0+20120524-2 libdvdread4_4.2.0+20120521-2 libepsilon0_0.9.1-2 libexpat1_2.1.0-1 libexpat1-dev_2.1.0-1 libfaad2_2.7-8 libffi5_3.0.10-3 libfile-fcntllock-perl_0.14-2 libflac8_1.2.1-6 libfontconfig1_2.9.0-6 libfreetype6_2.4.9-1 libfreexl1_1.0.0b-1 libgc1c2_1:7.1-8 libgcc1_1:4.7.1-2 libgcrypt11_1.5.0-3 libgdal1_1.9.0-3+b1 libgdbm3_1.8.3-11 libgdk-pixbuf2.0-0_2.26.1-1 libgdk-pixbuf2.0-common_2.26.1-1 libgeos-3.3.3_3.3.3-1 libgeos-c1_3.3.3-1 libgettextpo0_0.18.1.1-9 libgfortran3_4.7.1-2 libgif4_4.1.6-9.1 libgl1-mesa-dev_8.0.3-1 libgl1-mesa-glx_8.0.3-1 libglapi-mesa_8.0.3-1 libglib2.0-0_2.32.3-1 libglu1-mesa_8.0.3-1 libglu1-mesa-dev_8.0.3-1 libgmp10_2:5.0.5+dfsg-2 libgnutls26_2.12.20-1 libgomp1_4.7.1-2 libgpg-error0_1.10-3 libgraphicsmagick3_1.3.16-1 libgsm1_1.0.13-4 libgssapi-krb5-2_1.10.1+dfsg-1 libgssrpc4_1.10.1+dfsg-1 libhdf4-0-alt_4.2r4-13 libhdf5-7_1.8.8-9 libice-dev_2:1.0.8-2 libice6_2:1.0.8-2 libicu48_4.8.1.1-8 libidn11_1.25-2 libiso9660-8_0.83-4 libitm1_4.7.1-2 libjack-jackd2-0_1.9.8~dfsg.4+20120529git007cdc37-1 libjasper1_1.900.1-13 libjbig0_2.0-2 libjpeg8_8d-1 libjpeg8-dev_8d-1 libjson0_0.9-1.1 libk5crypto3_1.10.1+dfsg-1 libkadm5clnt-mit8_1.10.1+dfsg-1 libkadm5srv-mit8_1.10.1+dfsg-1 libkdb5-6_1.10.1+dfsg-1 libkeyutils1_1.5.5-3 libkml0_1.3.0~r863-4.1 libkrb5-3_1.10.1+dfsg-1 libkrb5-dev_1.10.1+dfsg-1 libkrb5support0_1.10.1+dfsg-1 liblapack3_3.4.1-4 liblcms1_1.19.dfsg-1.1 libldap-2.4-2_2.4.31-1 libldap2-dev_2.4.31-1 libllvm3.1_3.1-2 liblocale-gettext-perl_1.05-7+b1 libltdl7_2.4.2-1.1 liblzma5_5.1.1alpha+20120614-1 libmad0_0.15.1b-7 libmagic1_5.11-2 libmng1_1.0.10-3 libmodplug1_1:0.8.8.4-3 libmount1_2.20.1-5.1 libmp3lame0_3.99.5+repack1-3 libmpc2_0.9-4 libmpcdec6_2:0.1~r459-4 libmpfr4_3.1.0-5 libmysqlclient-dev_5.5.24+dfsg-4 libmysqlclient18_5.5.24+dfsg-4 libncurses5_5.9-10 libneon27-gnutls_0.29.6-3 libnetcdfc7_1:4.1.3-6 libodbc1_2.2.14p2-5 libogdi3.2_3.2.0~beta2-7 libogg0_1.3.0-4 libopenal-data_1:1.14-4 libopenal-dev_1:1.14-4 libopenal1_1:1.14-4 libopenjpeg2_1.3+dfsg-4.1 libopenscenegraph-dev_3.0.1-3+b2 libopenscenegraph80_3.0.1-3+b2 libopenthreads-dev_3.0.1-3+b2 libopenthreads14_3.0.1-3+b2 liborc-0.4-0_1:0.4.16-2 libp11-kit0_0.12-3 libpam-modules_1.1.3-7.1 libpam-modules-bin_1.1.3-7.1 libpam-runtime_1.1.3-7.1 libpam0g_1.1.3-7.1 libpango1.0-0_1.30.0-1 libpcre3_1:8.30-5 libpcre3-dev_1:8.30-5 libpcrecpp0_1:8.30-5 libpipeline1_1.2.1-1 libpixman-1-0_0.26.0-3 libplib-dev_1.8.5-5.2 libplib1_1.8.5-5.2 libpng12-0_1.2.49-1 libpoppler-glib8_0.18.4-3 libpoppler19_0.18.4-3 libpopt0_1.16-7 libpostproc52_6:0.8.3-4 libpq-dev_9.1.4-2 libpq5_9.1.4-2 libproj0_4.7.0-2 libpthread-stubs0_0.3-3 libpthread-stubs0-dev_0.3-3 libpulse0_2.0-3 libqt4-opengl_4:4.8.2-1 libqtcore4_4:4.8.2-1 libqtgui4_4:4.8.2-1 libquadmath0_4.7.1-2 libraw1394-11_2.0.9-1 libreadline6_6.2-8 librsvg2-2_2.36.1-1 librtmp0_2.4+20111222.git4e06e21-1 libsamplerate0_0.1.8-5 libsasl2-2_2.1.25.dfsg1-4+b1 libschroedinger-1.0-0_1.0.11-2 libselinux1_2.1.9-5 libsemanage-common_2.1.6-6 libsemanage1_2.1.6-6 libsepol1_2.1.4-3 libserf1_1.1.0-2 libslang2_2.2.4-15 libsm-dev_2:1.2.1-2 libsm6_2:1.2.1-2 libsmbclient_2:3.6.6-2 libsndfile1_1.0.25-5 libspatialite3_3.1.0~rc2-1 libspeex1_1.2~rc1-6 libsqlite3-0_3.7.13-1 libsqlite3-dev_3.7.13-1 libss2_1.42.4-3 libssh2-1_1.4.2-1 libssl-dev_1.0.1c-3 libssl1.0.0_1.0.1c-3 libstdc++6_4.7.1-2 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-2 libsvn-dev_1.7.5-1 libsvn1_1.7.5-1 libswitch-perl_2.16-2 libswscale2_6:0.8.3-4 libtalloc2_2.0.7+git20120207-1 libtasn1-3_2.13-2 libtdb1_1.2.10-2 libtext-charwidth-perl_0.04-7+b1 libtext-iconv-perl_1.7-5 libtext-wrapi18n-perl_0.06-7 libthai-data_0.1.18-1 libthai0_0.1.18-1 libtheora0_1.1.1+dfsg.1-3.1 libtiff4_3.9.6-6 libtimedate-perl_1.2000-1 libtinfo5_5.9-10 libunistring0_0.9.3-5 liburiparser1_0.7.5-1 libusb-0.1-4_2:0.1.12-23 libusb-1.0-0_2:1.0.12-1 libustr-1.0-1_1.0.4-3 libuuid1_2.20.1-5.1 libv4l-0_0.8.8-3 libv4lconvert0_0.8.8-3 libva1_1.0.15-4 libvcdinfo0_0.7.24-1+b1 libvorbis0a_1.3.2-1.3 libvorbisenc2_1.3.2-1.3 libvpx1_1.1.0-1 libwavpack1_4.60.1-3 libwbclient0_2:3.6.6-2 libwmf0.2-7_0.2.8.4-10 libwrap0_7.6.q-23 libx11-6_2:1.5.0-1 libx11-data_2:1.5.0-1 libx11-dev_2:1.5.0-1 libx11-xcb1_2:1.5.0-1 libx264-123_2:0.123.2189+git35cf912-1 libxau-dev_1:1.0.7-1 libxau6_1:1.0.7-1 libxcb-glx0_1.8.1-1 libxcb-render0_1.8.1-1 libxcb-shm0_1.8.1-1 libxcb1_1.8.1-1 libxcb1-dev_1.8.1-1 libxdamage1_1:1.1.3-2 libxdmcp-dev_1:1.1.1-1 libxdmcp6_1:1.1.1-1 libxerces-c28_2.8.0+deb1-3 libxext-dev_2:1.3.1-2 libxext6_2:1.3.1-2 libxfixes3_1:5.0-4 libxft2_2.3.1-1 libxi-dev_2:1.6.1-1 libxi6_2:1.6.1-1 libxine1_1.1.21-1+b1 libxine1-bin_1.1.21-1+b1 libxine1-ffmpeg_1.1.21-1+b1 libxine1-misc-plugins_1.1.21-1+b1 libxine1-plugins_1.1.21-1 libxml2_2.8.0+dfsg1-4 libxmu-dev_2:1.1.1-1 libxmu-headers_2:1.1.1-1 libxmu6_2:1.1.1-1 libxrender1_1:0.9.7-1 libxt-dev_1:1.1.3-1 libxt6_1:1.1.3-1 libxtst6_2:1.2.1-1 libxvidcore4_2:1.3.2-9 libxxf86vm1_1:1.1.2-1 linux-libc-dev_3.2.21-3 login_1:4.1.5.1-1 lsb-base_4.1+Debian7 make_3.81-8.2 man-db_2.6.2-1 mawk_1.3.3-17 mesa-common-dev_8.0.3-1 mount_2.20.1-5.1 multiarch-support_2.13-34 mysql-common_5.5.24+dfsg-4 ncurses-base_5.9-10 ncurses-bin_5.9-10 odbcinst_2.2.14p2-5 odbcinst1debian2_2.2.14p2-5 passwd_1:4.1.5.1-1 patch_2.6.1-3 perl_5.14.2-12 perl-base_5.14.2-12 perl-modules_5.14.2-12 po-debconf_1.0.16+nmu2 proj-data_4.7.0-2 readline-common_6.2-8 sbuild-build-depends-core-dummy_0.invalid.0 sbuild-build-depends-simgear-dummy_0.invalid.0 sed_4.2.1-10 sensible-utils_0.0.7 sysv-rc_2.88dsf-28 sysvinit_2.88dsf-28 sysvinit-utils_2.88dsf-28 tar_1.26-4 ttf-dejavu-core_2.33-2 tzdata_2012c-1 ucf_3.0025+nmu3 util-linux_2.20.1-5.1 uuid-dev_2.20.1-5.1 x11-common_1:7.7+1 x11proto-core-dev_7.0.23-1 x11proto-input-dev_2.2-1 x11proto-kb-dev_1.0.6-2 x11proto-xext-dev_7.2.1-1 xorg-sgml-doctools_1:1.10-1 xtrans-dev_1.2.7-1 xz-utils_5.1.1alpha+20120614-1 zlib1g_1:1.2.7.dfsg-13 zlib1g-dev_1:1.2.7.dfsg-13 ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build │ └──────────────────────────────────────────────────────────────────────────────┘ Unpack source ───────────── gpgv: keyblock resource `/sbuild-nonexistent/.gnupg/trustedkeys.gpg': file open error gpgv: Signature made Sat May 19 23:38:47 2012 UTC using DSA key ID C42B63CA gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./simgear_2.4.0-1.3.dsc dpkg-source: info: extracting simgear in simgear-2.4.0 dpkg-source: info: unpacking simgear_2.4.0.orig.tar.gz dpkg-source: info: applying simgear_2.4.0-1.3.diff.gz dpkg-source: info: upstream files that have been modified: simgear-2.4.0/config.guess simgear-2.4.0/config.sub simgear-2.4.0/simgear/hla/Makefile simgear-2.4.0/simgear/math/SGMisc.hxx simgear-2.4.0/simgear/nasal/naref.h simgear-2.4.0/simgear/structure/SGExpression.hxx simgear-2.4.0/simgear/structure/Singleton.hxx Check disc space ──────────────── Sufficient free space for build User Environment ──────────────── HOME=/sbuild-nonexistent LOGNAME=root PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11 SCHROOT_CHROOT_NAME=unstable-amd64-sbuild SCHROOT_COMMAND=env SCHROOT_GID=0 SCHROOT_GROUP=root SCHROOT_SESSION_ID=unstable-amd64-sbuild-ec78105b-b771-43bb-90d0-a95207befbbe SCHROOT_UID=0 SCHROOT_USER=root SHELL=/bin/sh USER=root dpkg-buildpackage ───────────────── dpkg-buildpackage: warning: using a gain-root-command while being root dpkg-buildpackage: source package simgear dpkg-buildpackage: source version 2.4.0-1.3 dpkg-buildpackage: source changed by Matej Vela dpkg-source --before-build simgear-2.4.0 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh_testdir dh_testroot rm -f build-stamp configure-stamp /usr/bin/make -f debian/sorules clean make[1]: Entering directory `/«PKGBUILDDIR»' rm -f rm -f make[1]: Leaving directory `/«PKGBUILDDIR»' /usr/bin/make -i clean make[1]: Entering directory `/«PKGBUILDDIR»' make[1]: *** No rule to make target `clean'. Stop. make[1]: Leaving directory `/«PKGBUILDDIR»' make: [clean] Error 2 (ignored) /usr/bin/make -i distclean make[1]: Entering directory `/«PKGBUILDDIR»' make[1]: *** No rule to make target `distclean'. Stop. make[1]: Leaving directory `/«PKGBUILDDIR»' make: [clean] Error 2 (ignored) # distclean seems to not always be thorough find -name .deps -type d -exec rm -rf {} \; find: `./simgear/hla/.deps': No such file or directory make: [clean] Error 1 (ignored) # regenerated during build rm -f simgear/version.h dh_clean # update from autotools-dev cp -f /usr/share/misc/config.guess /usr/share/misc/config.sub . dpkg-source -b simgear-2.4.0 dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1) dpkg-source: info: using source format `1.0' dpkg-source: info: building simgear using existing simgear_2.4.0.orig.tar.gz dpkg-source: info: building simgear in simgear_2.4.0-1.3.diff.gz dpkg-source: warning: ignoring deletion of file simgear/version.h dpkg-source: warning: ignoring deletion of directory simgear/hla/.deps dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/RTI13ObjectClass.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/HLARawDataElement.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/HLAArrayDataType.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/HLAVariantDataElement.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/HLABasicDataElement.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/HLAArrayDataElement.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/HLA13Federate.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/HLADataType.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/HLADataElement.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/RTIObjectInstance.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/HLAFixedRecordDataElement.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/RTIFederate.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/HLAEnumeratedDataType.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/HLAEnumeratedDataElement.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/HLAFixedRecordDataType.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/HLAObjectClass.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/RTI13Federate.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/HLAPropertyDataElement.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/HLABasicDataType.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/RTI13ObjectInstance.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/HLAObjectInstance.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/HLAVariantDataType.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/HLAFederate.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/HLAOMTXmlVisitor.Po dpkg-source: warning: ignoring deletion of file simgear/hla/.deps/RTIObjectClass.Po dpkg-source: warning: the diff modifies the following upstream files: config.guess config.sub simgear/hla/Makefile simgear/math/SGMisc.hxx simgear/nasal/naref.h simgear/structure/SGExpression.hxx simgear/structure/Singleton.hxx dpkg-source: info: use the '3.0 (quilt)' format to have separate and documented changes to upstream files, see dpkg-source(1) dpkg-source: info: building simgear in simgear_2.4.0-1.3.dsc debian/rules build dh_testdir CFLAGS="-O2 -g" CXXFLAGS="-O2 -g" \ ./configure --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info \ --with-jpeg-factory checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking for -p flag to install... yes checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for headless mode... checking CXX... checking CC... checking whether make sets $(MAKE)... (cached) yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for ranlib... ranlib checking whether ln -s works... yes checking for boostlib >= 1.37.0... yes includedir changed to ${prefix}/include/simgear libdir is ${exec_prefix}/lib Building with Norman's jpeg image factory support checking for jpeg_start_compress in -ljpeg... yes checking for extra include and lib directories... checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E 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 pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for library containing pthread_exit... none required checking for library containing inet_addr... none required checking for library containing socket... none required checking for library containing cos... -lm checking for library containing clock_gettime... -lrt checking for library containing XCreateWindow... -lX11 checking for library containing XShmCreateImage... -lXext checking for library containing XGetExtensionVersion... -lXi checking for library containing IceOpenConnection... -lICE checking for library containing SmcOpenConnection... -lSM checking for library containing XtMalloc... -lXt checking for library containing XmuLookupStandardColormap... -lXmu checking for library containing glNewList... -lGL checking for library containing gluLookAt... -lGLU checking for library containing alGenBuffers... -lopenal checking for library containing alutInit... -lalut checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking for OpenThreadsGetVersion in -lOpenThreads... yes checking osg/Version usability... yes checking osg/Version presence... yes checking for osg/Version... yes checking boost/version.hpp usability... yes checking boost/version.hpp presence... yes checking for boost/version.hpp... yes checking RTI.hh usability... no checking RTI.hh presence... no checking for RTI.hh... no checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking svn_client.h usability... yes checking svn_client.h presence... yes checking for svn_client.h... yes Using built-in subversion (libsvn) for scenery downloads. checking for library containing svn_client_checkout... -lsvn_client-1 checking for library containing svn_cmdline_init... none required checking for library containing svn_ra_initialize... none required checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for memory.h... (cached) yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/stat.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking for unistd.h... (cached) yes checking values.h usability... yes checking values.h presence... yes checking for values.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for mode_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking return type of signal handlers... void checking for vprintf... yes checking for _doprnt... no checking for ftime... yes checking for gettimeofday... yes checking for timegm... yes checking for memcpy... yes checking for bcopy... yes checking for mktime... yes checking for strstr... yes checking for rand... yes checking for random... yes checking for drand48... yes checking for setitimer... yes checking for getitimer... yes checking for signal... yes checking for GetLocalTime... no checking for rint... yes checking for getrusage... yes configure: creating ./config.status config.status: creating Makefile config.status: creating SimGear.spec config.status: creating simgear/Makefile config.status: creating simgear/version.h config.status: creating simgear/compatibility/Makefile config.status: creating simgear/compatibility/MIPSpro721/Makefile config.status: creating simgear/compatibility/MIPSpro740/Makefile config.status: creating simgear/bucket/Makefile config.status: creating simgear/debug/Makefile config.status: creating simgear/ephemeris/Makefile config.status: creating simgear/hla/Makefile config.status: creating simgear/io/Makefile config.status: creating simgear/magvar/Makefile config.status: creating simgear/math/Makefile config.status: creating simgear/environment/Makefile config.status: creating simgear/misc/Makefile config.status: creating simgear/nasal/Makefile config.status: creating simgear/props/Makefile config.status: creating simgear/route/Makefile config.status: creating simgear/scene/Makefile config.status: creating simgear/scene/bvh/Makefile config.status: creating simgear/scene/material/Makefile config.status: creating simgear/scene/model/Makefile config.status: creating simgear/scene/sky/Makefile config.status: creating simgear/scene/tgdb/Makefile config.status: creating simgear/scene/util/Makefile config.status: creating simgear/scene/tsync/Makefile config.status: creating simgear/screen/Makefile config.status: creating simgear/serial/Makefile config.status: creating simgear/sound/Makefile config.status: creating simgear/structure/Makefile config.status: creating simgear/threads/Makefile config.status: creating simgear/timing/Makefile config.status: creating simgear/xml/Makefile config.status: creating simgear/simgear_config.h config.status: executing depfiles commands Configure Summary ================= Prefix: /usr Debug messages: yes ./configure: line 10379: automake: command not found Automake version: With JPEG Factory support Threads: pthread lib found. touch configure-stamp dh_testdir # First build the shared libraries /usr/bin/make CPPFLAGS="-fPIC -pipe" make[1]: Entering directory `/«PKGBUILDDIR»' Making all in simgear make[2]: Entering directory `/«PKGBUILDDIR»/simgear' /usr/bin/make all-recursive make[3]: Entering directory `/«PKGBUILDDIR»/simgear' Making all in xml make[4]: Entering directory `/«PKGBUILDDIR»/simgear/xml' g++ -DHAVE_CONFIG_H -I. -I../../simgear -I../.. -fPIC -pipe -O2 -g -Wall -D_REENTRANT -MT easyxml.o -MD -MP -MF .deps/easyxml.Tpo -c -o easyxml.o easyxml.cxx mv -f .deps/easyxml.Tpo .deps/easyxml.Po gcc -DHAVE_CONFIG_H -I. -I../../simgear -I../.. -fPIC -pipe -O2 -g -Wall -D_REENTRANT -MT hashtable.o -MD -MP -MF .deps/hashtable.Tpo -c -o hashtable.o hashtable.c mv -f .deps/hashtable.Tpo .deps/hashtable.Po gcc -DHAVE_CONFIG_H -I. -I../../simgear -I../.. -fPIC -pipe -O2 -g -Wall -D_REENTRANT -MT xmlparse.o -MD -MP -MF .deps/xmlparse.Tpo -c -o xmlparse.o xmlparse.c mv -f .deps/xmlparse.Tpo .deps/xmlparse.Po gcc -DHAVE_CONFIG_H -I. -I../../simgear -I../.. -fPIC -pipe -O2 -g -Wall -D_REENTRANT -MT xmlrole.o -MD -MP -MF .deps/xmlrole.Tpo -c -o xmlrole.o xmlrole.c mv -f .deps/xmlrole.Tpo .deps/xmlrole.Po gcc -DHAVE_CONFIG_H -I. -I../../simgear -I../.. -fPIC -pipe -O2 -g -Wall -D_REENTRANT -MT xmltok.o -MD -MP -MF .deps/xmltok.Tpo -c -o xmltok.o xmltok.c mv -f .deps/xmltok.Tpo .deps/xmltok.Po rm -f libsgxml.a ar cru libsgxml.a easyxml.o hashtable.o xmlparse.o xmlrole.o xmltok.o ranlib libsgxml.a make[4]: Leaving directory `/«PKGBUILDDIR»/simgear/xml' Making all in debug make[4]: Entering directory `/«PKGBUILDDIR»/simgear/debug' g++ -DHAVE_CONFIG_H -I. -I../../simgear -I../.. -fPIC -pipe -O2 -g -Wall -D_REENTRANT -MT logstream.o -MD -MP -MF .deps/logstream.Tpo -c -o logstream.o logstream.cxx mv -f .deps/logstream.Tpo .deps/logstream.Po rm -f libsgdebug.a ar cru libsgdebug.a logstream.o ranlib libsgdebug.a make[4]: Leaving directory `/«PKGBUILDDIR»/simgear/debug' Making all in misc make[4]: Entering directory `/«PKGBUILDDIR»/simgear/misc' g++ -DHAVE_CONFIG_H -I. -I../../simgear -I../.. -fPIC -pipe -O2 -g -Wall -D_REENTRANT -MT sg_path.o -MD -MP -MF .deps/sg_path.Tpo -c -o sg_path.o sg_path.cxx mv -f .deps/sg_path.Tpo .deps/sg_path.Po g++ -DHAVE_CONFIG_H -I. -I../../simgear -I../.. -fPIC -pipe -O2 -g -Wall -D_REENTRANT -MT sgstream.o -MD -MP -MF .deps/sgstream.Tpo -c -o sgstream.o sgstream.cxx In file included from sgstream.cxx:28: In file included from ./sgstream.hxx:40: ../../simgear/misc/zfstream.hxx:93:28: warning: 'gzfilebuf::seekoff' hides overloaded virtual function [-Woverloaded-virtual] virtual std::streampos seekoff( std::streamoff off, ios_seekdir way, int which ); ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/streambuf:599:7: note: hidden overloaded virtual function 'std::basic_streambuf >::seekoff' declared here seekoff(off_type, ios_base::seekdir, ^ 1 warning generated. mv -f .deps/sgstream.Tpo .deps/sgstream.Po g++ -DHAVE_CONFIG_H -I. -I../../simgear -I../.. -fPIC -pipe -O2 -g -Wall -D_REENTRANT -MT strutils.o -MD -MP -MF .deps/strutils.Tpo -c -o strutils.o strutils.cxx mv -f .deps/strutils.Tpo .deps/strutils.Po g++ -DHAVE_CONFIG_H -I. -I../../simgear -I../.. -fPIC -pipe -O2 -g -Wall -D_REENTRANT -MT tabbed_values.o -MD -MP -MF .deps/tabbed_values.Tpo -c -o tabbed_values.o tabbed_values.cxx mv -f .deps/tabbed_values.Tpo .deps/tabbed_values.Po g++ -DHAVE_CONFIG_H -I. -I../../simgear -I../.. -fPIC -pipe -O2 -g -Wall -D_REENTRANT -MT texcoord.o -MD -MP -MF .deps/texcoord.Tpo -c -o texcoord.o texcoord.cxx In file included from texcoord.cxx:150: In file included from ./texcoord.hxx:36: In file included from ../../simgear/bucket/newbucket.hxx:39: In file included from ../../simgear/math/SGMath.hxx:41: In file included from ../../simgear/math/SGGeod.hxx:24: In file included from /usr/include/osg/Matrix:18: In file included from /usr/include/osg/Matrixd:17: In file included from /usr/include/osg/Object:17: In file included from /usr/include/osg/Referenced:21: /usr/include/OpenThreads/Atomic:244:48: error: cannot initialize a parameter of type 'void *' with an lvalue of type 'const void *const' return __sync_bool_compare_and_swap(&_ptr, ptrOld, ptrNew); ^~~~~~ 1 error generated. make[4]: *** [texcoord.o] Error 1 make[4]: Leaving directory `/«PKGBUILDDIR»/simgear/misc' make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [build-stamp] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 make[3]: Leaving directory `/«PKGBUILDDIR»/simgear' make[2]: Leaving directory `/«PKGBUILDDIR»/simgear' make[1]: Leaving directory `/«PKGBUILDDIR»' ──────────────────────────────────────────────────────────────────────────────── Build finished at 20120702-1843 Finished ──────── E: Build failure (dpkg-buildpackage died) ┌──────────────────────────────────────────────────────────────────────────────┐ │ Cleanup │ └──────────────────────────────────────────────────────────────────────────────┘ Purging /«BUILDDIR» Not cleaning session: cloned chroot in use ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Architecture: amd64 Build-Space: 10860 Build-Time: 76 Distribution: unstable Fail-Stage: build Install-Time: 154 Job: simgear_2.4.0-1.3 Package: simgear Package-Time: 313 Source-Version: 2.4.0-1.3 Space: 10860 Status: attempted Version: 2.4.0-1.3 ──────────────────────────────────────────────────────────────────────────────── Finished at 20120702-1843 Build needed 00:05:13, 10860k disc space DC-Status: Failed 317.178368s DC-Time-Estimation: 317.178368 versus expected 878 (r/m: 1.76815851451761 ; m: 317.178368)