DC-Build-Header: gambas3 3.1.1-2 / Sat Jun 23 14:43:16 +0000 2012 DC-Task: logfile:/tmp/gambas3_3.1.1-2_unstable_clang.log version:3.1.1-2 chroot:unstable modes:binary-only:clang source:gambas3 architecture:any esttime: DC-Sbuild-call: su user -c 'sbuild -n --apt-update -d unstable -v --chroot-setup-commands=/tmp/switch-to-clang gambas3_3.1.1-2' sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on ip-10-28-121-108.ec2.internal ╔══════════════════════════════════════════════════════════════════════════════╗ ║ gambas3 3.1.1-2 (amd64) 23 Jun 2012 14:48 ║ ╚══════════════════════════════════════════════════════════════════════════════╝ Package: gambas3 Version: 3.1.1-2 Source Version: 3.1.1-2 Distribution: unstable Architecture: amd64 E: Child terminated by signal 'Killed' Chroot setup failed ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Architecture: amd64 Build-Space: 0 Build-Time: 0 Distribution: unstable Fail-Stage: init Install-Time: 0 Job: gambas3_3.1.1-2 Package: gambas3 Package-Time: 0 Source-Version: 3.1.1-2 Space: 0 Status: failed Version: 3.1.1-2 ──────────────────────────────────────────────────────────────────────────────── Finished at 20120623-1448 Build needed 00:00:00, 0k disc space DC-Status: Failed 540.934402s DC-Time-Estimation: 540.934402 versus expected 1 (r/m: 539.934402 ; m: 1.0) 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... Need to get 8485 kB of source archives. Get:1 http://localhost/debian/ unstable/main gambas3 3.1.1-2 (dsc) [5354 B] Get:2 http://localhost/debian/ unstable/main gambas3 3.1.1-2 (tar) [8467 kB] Get:3 http://localhost/debian/ unstable/main gambas3 3.1.1-2 (diff) [13.3 kB] Fetched 8485 kB in 1s (5492 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 3s (3622 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 + dpkg --set-selections + 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' + echo 'Check if gcc, g++ & cpp are actually clang' Check if gcc, g++ & cpp are actually clang + grep clang + gcc --version 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-EcFuhC/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 (>> 7), dh-autoreconf, libpq-dev, libv4l-dev, libmysqlclient-dev, libbz2-dev, libglew-dev, libqt4-dev, libqt4-opengl-dev, libcurl4-openssl-dev, libsdl-mixer1.2-dev, libsqlite0-dev, libxml2-dev, libxslt1-dev, kdelibs5-dev, libssl-dev, zlib1g-dev, unixodbc-dev, libsqlite3-dev, libgtk2.0-dev, libxt-dev, pkg-config, mesa-common-dev, libsdl-sound1.2-dev, libsdl-image1.2-dev, libsdl-gfx1.2-dev, libsdl-ttf2.0-dev, libpcre3-dev, libsdl1.2-dev, libjpeg-dev, libpng12-dev, libpoppler-private-dev, libimlib2-dev, librsvg2-dev, bzip2, gettext, libxtst-dev, libffi-dev, libdbus-1-dev, libgnome-keyring-dev, libgtkglext1-dev, linux-libc-dev, libqtwebkit-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 (>> 7), dh-autoreconf, libpq-dev, libv4l-dev, libmysqlclient-dev, libbz2-dev, libglew-dev, libqt4-dev, libqt4-opengl-dev, libcurl4-openssl-dev, libsdl-mixer1.2-dev, libsqlite0-dev, libxml2-dev, libxslt1-dev, kdelibs5-dev, libssl-dev, zlib1g-dev, unixodbc-dev, libsqlite3-dev, libgtk2.0-dev, libxt-dev, pkg-config, mesa-common-dev, libsdl-sound1.2-dev, libsdl-image1.2-dev, libsdl-gfx1.2-dev, libsdl-ttf2.0-dev, libpcre3-dev, libsdl1.2-dev, libjpeg-dev, libpng12-dev, libpoppler-private-dev, libimlib2-dev, librsvg2-dev, bzip2, gettext, libxtst-dev, libffi-dev, libdbus-1-dev, libgnome-keyring-dev, libgtkglext1-dev, linux-libc-dev, libqtwebkit-dev dpkg-deb: building package `sbuild-build-depends-gambas3-dummy' in `/«BUILDDIR»/resolver-nbEkwq/apt_archive/sbuild-build-depends-gambas3-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install gambas3 build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: adduser autoconf automake automoc autotools-dev bsdmainutils comerr-dev debhelper dh-autoreconf docbook-xml docbook-xsl file fontconfig fontconfig-config gettext gettext-base gir1.2-atk-1.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-gnomekeyring-1.0 gir1.2-pango-1.0 gir1.2-rsvg-2.0 groff-base html2text intltool-debian iso-codes kdelibs-bin kdelibs5-dev kdoctools krb5-multidev libasound2 libasound2-dev libasprintf0c2 libasyncns0 libatk1.0-0 libatk1.0-data libatk1.0-dev libattica0 libaudio2 libavahi-client-dev libavahi-client3 libavahi-common-data libavahi-common-dev libavahi-common3 libavcodec53 libavformat53 libavutil51 libbz2-dev libcaca-dev libcaca0 libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcairo2-dev libcap2 libclucene0ldbl libcroco3 libcups2 libcurl3 libcurl3-gnutls libcurl4-openssl-dev libdatrie1 libdbus-1-3 libdbus-1-dev libdbusmenu-qt2 libdirac-encoder0 libdirectfb-1.2-9 libdirectfb-dev libdirectfb-extra libdlrestrictions1 libdrm2 libelf1 libexiv2-12 libexpat1 libexpat1-dev libfam0 libffi-dev libflac-dev libflac8 libfontconfig1 libfontconfig1-dev libfreetype6 libfreetype6-dev libgcrypt11 libgcrypt11-dev libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgdk-pixbuf2.0-dev libgettextpo0 libgif-dev libgif4 libgirepository-1.0-1 libgl1-mesa-dev libgl1-mesa-glx libglapi-mesa libglew-dev libglew1.7 libglib2.0-0 libglib2.0-bin libglib2.0-data libglib2.0-dev libglu1-mesa libglu1-mesa-dev libgnome-keyring-common libgnome-keyring-dev libgnome-keyring0 libgnutls-dev libgnutls-openssl27 libgnutls26 libgnutlsxx27 libgpg-error-dev libgpg-error0 libgsm1 libgssapi-krb5-2 libgssrpc4 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libgtk2.0-0 libgtk2.0-common libgtk2.0-dev libgtkglext1 libgtkglext1-dev libice-dev libice6 libid3tag0 libidn11 libidn11-dev libimlib2 libimlib2-dev libiodbc2 libjasper1 libjbig-dev libjbig0 libjpeg8 libjpeg8-dev libjson0 libk5crypto3 libkadm5clnt-mit8 libkadm5srv-mit8 libkcmutils4 libkdb5-6 libkde3support4 libkdeclarative5 libkdecore5 libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkeyutils1 libkfile4 libkhtml5 libkidletime4 libkimproxy4 libkio5 libkjsapi4 libkjsembed4 libkmediaplayer4 libknewstuff2-4 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkparts4 libkprintutils4 libkpty4 libkrb5-3 libkrb5-dev libkrb5support0 libkrosscore4 libkrossui4 libktexteditor4 libkunitconversion4 libkutils4 liblcms1 libldap-2.4-2 libldap2-dev libltdl-dev libltdl7 libmad0 libmad0-dev libmagic1 libmhash2 libmikmod2 libmikmod2-dev libmng1 libmp3lame0 libmysqlclient-dev libmysqlclient18 libncursesw5 libnepomuk4 libnepomukquery4a libnepomukutils4 libodbc1 libogg-dev libogg0 libopenjpeg2 liborc-0.4-0 libp11-kit-dev libp11-kit0 libpango1.0-0 libpango1.0-dev libpcre3 libpcre3-dev libpcrecpp0 libphonon-dev libphonon4 libpipeline1 libpixman-1-0 libpixman-1-dev libplasma3 libpng12-0 libpng12-dev libpoppler-dev libpoppler-private-dev libpoppler19 libpopt0 libpq-dev libpq5 libpthread-stubs0 libpthread-stubs0-dev libpulse-dev libpulse-mainloop-glib0 libpulse0 libqca2 libqt4-dbus libqt4-declarative libqt4-designer libqt4-dev libqt4-dev-bin libqt4-help libqt4-network libqt4-opengl libqt4-opengl-dev libqt4-qt3support libqt4-script libqt4-scripttools libqt4-sql libqt4-svg libqt4-test libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4 libqtwebkit-dev libqtwebkit4 libraptor2-0 librasqal3 librdf0 librsvg2-2 librsvg2-common librsvg2-dev librtmp-dev librtmp0 libsasl2-2 libschroedinger-1.0-0 libsdl-gfx1.2-4 libsdl-gfx1.2-dev libsdl-image1.2 libsdl-image1.2-dev libsdl-mixer1.2 libsdl-mixer1.2-dev libsdl-sound1.2 libsdl-sound1.2-dev libsdl-ttf2.0-0 libsdl-ttf2.0-dev libsdl1.2-dev libsdl1.2debian libslang2-dev libsm-dev libsm6 libsndfile1 libsolid4 libsoprano-dev libsoprano4 libspeex1 libsqlite0 libsqlite0-dev libsqlite3-0 libsqlite3-dev libssh2-1 libssh2-1-dev libssl-dev libssl1.0.0 libstreamanalyzer0 libstreams0 libswscale2 libtasn1-3 libtasn1-3-dev libthai-data libthai0 libtheora0 libthreadweaver4 libtiff4 libtiff4-dev libtiffxx0c2 libtool libts-0.0-0 libts-dev libudev0 libunistring0 libutempter0 libv4l-0 libv4l-dev libv4lconvert0 libva1 libvorbis-dev libvorbis0a libvorbisenc2 libvorbisfile3 libvpx1 libwebp-dev libwebp2 libwrap0 libx11-6 libx11-data libx11-dev libx11-xcb1 libx264-123 libxau-dev libxau6 libxcb-glx0 libxcb-render0 libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb1 libxcb1-dev libxcomposite-dev libxcomposite1 libxcursor-dev libxcursor1 libxdamage-dev libxdamage1 libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes-dev libxfixes3 libxft-dev libxft2 libxi-dev libxi6 libxinerama-dev libxinerama1 libxml2 libxml2-dev libxml2-utils libxmu-dev libxmu-headers libxmu6 libxmuu1 libxrandr-dev libxrandr2 libxrender-dev libxrender1 libxslt1-dev libxslt1.1 libxss1 libxt-dev libxt6 libxtst-dev libxtst6 libxvidcore4 libxxf86vm1 libyajl2 m4 man-db mesa-common-dev mysql-common odbcinst odbcinst1debian2 phonon-backend-null pkg-config po-debconf qdbus qt4-linguist-tools qt4-qmake sgml-base sgml-data shared-mime-info soprano-daemon tsconf ttf-dejavu-core udev unixodbc unixodbc-dev x11-common x11proto-composite-dev x11proto-core-dev x11proto-damage-dev x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev x11proto-record-dev x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xauth xml-core xorg-sgml-doctools xtrans-dev zlib1g-dev Suggested packages: autoconf2.13 autoconf-archive gnu-standards autoconf-doc wamerican wordlist whois vacation doc-base dh-make docbook docbook-dsssl docbook-defguide docbook-xsl-doc-html docbook-xsl-doc-pdf docbook-xsl-doc-text docbook-xsl-doc libsaxon-java libxalan2-java libxslthl-java docbook-xsl-saxon fop xalan dbtoepub gettext-doc groff isoquery krb5-doc libasound2-plugins libasound2-doc nas libcairo2-doc cups-common libcurl3-dbg exiv2 fam rng-tools libgcrypt11-doc glew-utils libglib2.0-doc gnome-keyring gnutls-doc krb5-user libvisual-0.4-plugins gstreamer-codec-install gnome-codec-install gstreamer0.10-tools gstreamer0.10-plugins-base gvfs libgtk2.0-doc libice-doc libjasper-runtime hspell liblcms-utils libtool-doc oss-compat libmyodbc odbc-postgresql tdsodbc unixodbc-bin ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp ttf-arphic-bkai00mp libpango1.0-doc imagemagick libopenjpeg-dev libpng-dev libtiff-dev postgresql-doc-9.1 pulseaudio libqca2-plugin-cyrus-sasl libqca2-plugin-gnupg libqca2-plugin-ossl libqt4-declarative-folderlistmodel libqt4-declarative-gestures libqt4-declarative-particles libqt4-declarative-shaders qt4-qmlviewer firebird-dev qt4-dev-tools qt4-doc libicu48 qt4-qtconfig raptor2-utils rasqal-utils librdf-storage-postgresql librdf-storage-mysql librdf-storage-sqlite redland-utils librsvg2-bin librsvg2-doc libsdl-gfx1.2-doc libsm-doc media-player-info libsoprano-doc speex sqlite-doc sqlite3-doc automaken gfortran fortran95-compiler gcj libxcb-doc libxext-doc libxt-doc less www-browser libmail-box-perl sgml-base-doc perlsgml w3-recs opensp virtuoso-minimal Recommended packages: autopoint curl wget lynx-cur ca-certificates dbus libgl1-mesa-dri python hicolor-icon-theme libgtk2.0-bin kdelibs5-data kdelibs5-plugins krb5-locales libgpm2 poppler-data libqt4-sql-mysql libqt4-sql-odbc libqt4-sql-psql libqt4-sql-sqlite libqt4-sql-sqlite2 libqt4-sql-ibase libsasl2-modules udisks upower libssl-doc tcpd libx11-doc libmail-sendmail-perl usbutils pciutils The following NEW packages will be installed: adduser autoconf automake automoc autotools-dev bsdmainutils comerr-dev debhelper dh-autoreconf docbook-xml docbook-xsl file fontconfig fontconfig-config gettext gettext-base gir1.2-atk-1.0 gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-gnomekeyring-1.0 gir1.2-pango-1.0 gir1.2-rsvg-2.0 groff-base html2text intltool-debian iso-codes kdelibs-bin kdelibs5-dev kdoctools krb5-multidev libasound2 libasound2-dev libasprintf0c2 libasyncns0 libatk1.0-0 libatk1.0-data libatk1.0-dev libattica0 libaudio2 libavahi-client-dev libavahi-client3 libavahi-common-data libavahi-common-dev libavahi-common3 libavcodec53 libavformat53 libavutil51 libbz2-dev libcaca-dev libcaca0 libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcairo2-dev libcap2 libclucene0ldbl libcroco3 libcups2 libcurl3 libcurl3-gnutls libcurl4-openssl-dev libdatrie1 libdbus-1-3 libdbus-1-dev libdbusmenu-qt2 libdirac-encoder0 libdirectfb-1.2-9 libdirectfb-dev libdirectfb-extra libdlrestrictions1 libdrm2 libelf1 libexiv2-12 libexpat1 libexpat1-dev libfam0 libffi-dev libflac-dev libflac8 libfontconfig1 libfontconfig1-dev libfreetype6 libfreetype6-dev libgcrypt11 libgcrypt11-dev libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgdk-pixbuf2.0-dev libgettextpo0 libgif-dev libgif4 libgirepository-1.0-1 libgl1-mesa-dev libgl1-mesa-glx libglapi-mesa libglew-dev libglew1.7 libglib2.0-0 libglib2.0-bin libglib2.0-data libglib2.0-dev libglu1-mesa libglu1-mesa-dev libgnome-keyring-common libgnome-keyring-dev libgnome-keyring0 libgnutls-dev libgnutls-openssl27 libgnutls26 libgnutlsxx27 libgpg-error-dev libgpg-error0 libgsm1 libgssapi-krb5-2 libgssrpc4 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libgtk2.0-0 libgtk2.0-common libgtk2.0-dev libgtkglext1 libgtkglext1-dev libice-dev libice6 libid3tag0 libidn11 libidn11-dev libimlib2 libimlib2-dev libiodbc2 libjasper1 libjbig-dev libjbig0 libjpeg8 libjpeg8-dev libjson0 libk5crypto3 libkadm5clnt-mit8 libkadm5srv-mit8 libkcmutils4 libkdb5-6 libkde3support4 libkdeclarative5 libkdecore5 libkdesu5 libkdeui5 libkdewebkit5 libkdnssd4 libkemoticons4 libkeyutils1 libkfile4 libkhtml5 libkidletime4 libkimproxy4 libkio5 libkjsapi4 libkjsembed4 libkmediaplayer4 libknewstuff2-4 libknewstuff3-4 libknotifyconfig4 libkntlm4 libkparts4 libkprintutils4 libkpty4 libkrb5-3 libkrb5-dev libkrb5support0 libkrosscore4 libkrossui4 libktexteditor4 libkunitconversion4 libkutils4 liblcms1 libldap-2.4-2 libldap2-dev libltdl-dev libltdl7 libmad0 libmad0-dev libmagic1 libmhash2 libmikmod2 libmikmod2-dev libmng1 libmp3lame0 libmysqlclient-dev libmysqlclient18 libncursesw5 libnepomuk4 libnepomukquery4a libnepomukutils4 libodbc1 libogg-dev libogg0 libopenjpeg2 liborc-0.4-0 libp11-kit-dev libp11-kit0 libpango1.0-0 libpango1.0-dev libpcre3 libpcre3-dev libpcrecpp0 libphonon-dev libphonon4 libpipeline1 libpixman-1-0 libpixman-1-dev libplasma3 libpng12-0 libpng12-dev libpoppler-dev libpoppler-private-dev libpoppler19 libpopt0 libpq-dev libpq5 libpthread-stubs0 libpthread-stubs0-dev libpulse-dev libpulse-mainloop-glib0 libpulse0 libqca2 libqt4-dbus libqt4-declarative libqt4-designer libqt4-dev libqt4-dev-bin libqt4-help libqt4-network libqt4-opengl libqt4-opengl-dev libqt4-qt3support libqt4-script libqt4-scripttools libqt4-sql libqt4-svg libqt4-test libqt4-xml libqt4-xmlpatterns libqtcore4 libqtgui4 libqtwebkit-dev libqtwebkit4 libraptor2-0 librasqal3 librdf0 librsvg2-2 librsvg2-common librsvg2-dev librtmp-dev librtmp0 libsasl2-2 libschroedinger-1.0-0 libsdl-gfx1.2-4 libsdl-gfx1.2-dev libsdl-image1.2 libsdl-image1.2-dev libsdl-mixer1.2 libsdl-mixer1.2-dev libsdl-sound1.2 libsdl-sound1.2-dev libsdl-ttf2.0-0 libsdl-ttf2.0-dev libsdl1.2-dev libsdl1.2debian libslang2-dev libsm-dev libsm6 libsndfile1 libsolid4 libsoprano-dev libsoprano4 libspeex1 libsqlite0 libsqlite0-dev libsqlite3-0 libsqlite3-dev libssh2-1 libssh2-1-dev libssl-dev libssl1.0.0 libstreamanalyzer0 libstreams0 libswscale2 libtasn1-3 libtasn1-3-dev libthai-data libthai0 libtheora0 libthreadweaver4 libtiff4 libtiff4-dev libtiffxx0c2 libtool libts-0.0-0 libts-dev libudev0 libunistring0 libutempter0 libv4l-0 libv4l-dev libv4lconvert0 libva1 libvorbis-dev libvorbis0a libvorbisenc2 libvorbisfile3 libvpx1 libwebp-dev libwebp2 libwrap0 libx11-6 libx11-data libx11-dev libx11-xcb1 libx264-123 libxau-dev libxau6 libxcb-glx0 libxcb-render0 libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb1 libxcb1-dev libxcomposite-dev libxcomposite1 libxcursor-dev libxcursor1 libxdamage-dev libxdamage1 libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes-dev libxfixes3 libxft-dev libxft2 libxi-dev libxi6 libxinerama-dev libxinerama1 libxml2 libxml2-dev libxml2-utils libxmu-dev libxmu-headers libxmu6 libxmuu1 libxrandr-dev libxrandr2 libxrender-dev libxrender1 libxslt1-dev libxslt1.1 libxss1 libxt-dev libxt6 libxtst-dev libxtst6 libxvidcore4 libxxf86vm1 libyajl2 m4 man-db mesa-common-dev mysql-common odbcinst odbcinst1debian2 phonon-backend-null pkg-config po-debconf qdbus qt4-linguist-tools qt4-qmake sbuild-build-depends-gambas3-dummy sgml-base sgml-data shared-mime-info soprano-daemon tsconf ttf-dejavu-core udev unixodbc unixodbc-dev x11-common x11proto-composite-dev x11proto-core-dev x11proto-damage-dev x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev x11proto-record-dev x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xauth xml-core xorg-sgml-doctools xtrans-dev zlib1g-dev 0 upgraded, 406 newly installed, 0 to remove and 0 not upgraded. Need to get 166 MB/166 MB of archives. After this operation, 495 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libncursesw5 amd64 5.9-10 [141 kB] Get:2 http://localhost/debian/ unstable/main libpipeline1 amd64 1.2.1-1 [39.2 kB] Get:3 http://localhost/debian/ unstable/main libpopt0 amd64 1.16-7 [56.4 kB] Get:4 http://localhost/debian/ unstable/main libssl1.0.0 amd64 1.0.1c-3 [1211 kB] Get:5 http://localhost/debian/ unstable/main libudev0 amd64 175-3.1 [126 kB] Get:6 http://localhost/debian/ unstable/main udev amd64 175-3.1 [369 kB] Get:7 http://localhost/debian/ unstable/main libasprintf0c2 amd64 0.18.1.1-9 [26.8 kB] Get:8 http://localhost/debian/ unstable/main libcap2 amd64 1:2.22-1.1 [13.5 kB] Get:9 http://localhost/debian/ unstable/main libgpg-error0 amd64 1.10-3 [66.8 kB] Get:10 http://localhost/debian/ unstable/main libgcrypt11 amd64 1.5.0-3 [298 kB] Get:11 http://localhost/debian/ unstable/main libp11-kit0 amd64 0.12-3 [52.8 kB] Get:12 http://localhost/debian/ unstable/main libtasn1-3 amd64 2.13-2 [67.7 kB] Get:13 http://localhost/debian/ unstable/main libgnutls26 amd64 2.12.20-1 [616 kB] Get:14 http://localhost/debian/ unstable/main libgnutls-openssl27 amd64 2.12.20-1 [220 kB] Get:15 http://localhost/debian/ unstable/main libkeyutils1 amd64 1.5.5-3 [8552 B] Get:16 http://localhost/debian/ unstable/main libkrb5support0 amd64 1.10.1+dfsg-1 [49.0 kB] Get:17 http://localhost/debian/ unstable/main libk5crypto3 amd64 1.10.1+dfsg-1 [112 kB] Get:18 http://localhost/debian/ unstable/main libkrb5-3 amd64 1.10.1+dfsg-1 [393 kB] Get:19 http://localhost/debian/ unstable/main libgssapi-krb5-2 amd64 1.10.1+dfsg-1 [147 kB] Get:20 http://localhost/debian/ unstable/main libgssrpc4 amd64 1.10.1+dfsg-1 [87.3 kB] Get:21 http://localhost/debian/ unstable/main libidn11 amd64 1.25-2 [178 kB] Get:22 http://localhost/debian/ unstable/main libkadm5clnt-mit8 amd64 1.10.1+dfsg-1 [67.4 kB] Get:23 http://localhost/debian/ unstable/main libkdb5-6 amd64 1.10.1+dfsg-1 [66.2 kB] Get:24 http://localhost/debian/ unstable/main libkadm5srv-mit8 amd64 1.10.1+dfsg-1 [84.4 kB] Get:25 http://localhost/debian/ unstable/main libsasl2-2 amd64 2.1.25.dfsg1-4+b1 [120 kB] Get:26 http://localhost/debian/ unstable/main libldap-2.4-2 amd64 2.4.31-1 [243 kB] Get:27 http://localhost/debian/ unstable/main libmagic1 amd64 5.11-2 [202 kB] Get:28 http://localhost/debian/ unstable/main libpcre3 amd64 1:8.30-5 [242 kB] Get:29 http://localhost/debian/ unstable/main libsqlite3-0 amd64 3.7.13-1 [455 kB] Get:30 http://localhost/debian/ unstable/main libwrap0 amd64 7.6.q-23 [62.3 kB] Get:31 http://localhost/debian/ unstable/main libxml2 amd64 2.8.0+dfsg1-4 [903 kB] Get:32 http://localhost/debian/ unstable/main sgml-base all 1.26+nmu3 [13.5 kB] Get:33 http://localhost/debian/ unstable/main xml-core all 0.13+nmu1 [23.8 kB] Get:34 http://localhost/debian/ unstable/main sgml-data all 2.0.8 [284 kB] Get:35 http://localhost/debian/ unstable/main docbook-xml all 4.5-7.1 [345 kB] Get:36 http://localhost/debian/ unstable/main libasound2 amd64 1.0.25-3 [461 kB] Get:37 http://localhost/debian/ unstable/main libasyncns0 amd64 0.8-4 [13.6 kB] Get:38 http://localhost/debian/ unstable/main libglib2.0-0 amd64 2.32.3-1 [2081 kB] Get:39 http://localhost/debian/ unstable/main libatk1.0-data all 2.4.0-2 [240 kB] Get:40 http://localhost/debian/ unstable/main libatk1.0-0 amd64 2.4.0-2 [95.1 kB] Get:41 http://localhost/debian/ unstable/main libxau6 amd64 1:1.0.7-1 [18.8 kB] Get:42 http://localhost/debian/ unstable/main x11-common all 1:7.7+1 [278 kB] Get:43 http://localhost/debian/ unstable/main libice6 amd64 2:1.0.8-2 [63.1 kB] Get:44 http://localhost/debian/ unstable/main libsm6 amd64 2:1.2.1-2 [34.2 kB] Get:45 http://localhost/debian/ unstable/main libxdmcp6 amd64 1:1.1.1-1 [26.3 kB] Get:46 http://localhost/debian/ unstable/main libxcb1 amd64 1.8.1-1 [50.0 kB] Get:47 http://localhost/debian/ unstable/main libx11-data all 2:1.5.0-1 [189 kB] Get:48 http://localhost/debian/ unstable/main libx11-6 amd64 2:1.5.0-1 [901 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 libavahi-common-data amd64 0.6.31-1 [134 kB] Get:52 http://localhost/debian/ unstable/main libavahi-common3 amd64 0.6.31-1 [54.3 kB] Get:53 http://localhost/debian/ unstable/main libdbus-1-3 amd64 1.6.2-1 [227 kB] Get:54 http://localhost/debian/ unstable/main libavahi-client3 amd64 0.6.31-1 [59.1 kB] Get:55 http://localhost/debian/ unstable/main libavutil51 amd64 6:0.8.3-4 [99.2 kB] Get:56 http://localhost/debian/ unstable/main libdirac-encoder0 amd64 1.0.2-6 [389 kB] Get:57 http://localhost/debian/ unstable/main libgsm1 amd64 1.0.13-4 [29.7 kB] Get:58 http://localhost/debian/ unstable/main libmp3lame0 amd64 3.99.5+repack1-3 [404 kB] Get:59 http://localhost/debian/ unstable/main libopenjpeg2 amd64 1.3+dfsg-4.1 [85.2 kB] Get:60 http://localhost/debian/ unstable/main liborc-0.4-0 amd64 1:0.4.16-2 [179 kB] Get:61 http://localhost/debian/ unstable/main libschroedinger-1.0-0 amd64 1.0.11-2 [330 kB] Get:62 http://localhost/debian/ unstable/main libspeex1 amd64 1.2~rc1-6 [60.5 kB] Get:63 http://localhost/debian/ unstable/main libogg0 amd64 1.3.0-4 [20.6 kB] Get:64 http://localhost/debian/ unstable/main libtheora0 amd64 1.1.1+dfsg.1-3.1 [398 kB] Get:65 http://localhost/debian/ unstable/main libva1 amd64 1.0.15-4 [40.4 kB] Get:66 http://localhost/debian/ unstable/main libvorbis0a amd64 1.3.2-1.3 [109 kB] Get:67 http://localhost/debian/ unstable/main libvorbisenc2 amd64 1.3.2-1.3 [143 kB] Get:68 http://localhost/debian/ unstable/main libvpx1 amd64 1.1.0-1 [290 kB] Get:69 http://localhost/debian/ unstable/main libx264-123 amd64 2:0.123.2189+git35cf912-1 [437 kB] Get:70 http://localhost/debian/ unstable/main libxvidcore4 amd64 2:1.3.2-9 [327 kB] Get:71 http://localhost/debian/ unstable/main libavcodec53 amd64 6:0.8.3-4 [3116 kB] Get:72 http://localhost/debian/ unstable/main librtmp0 amd64 2.4+20111222.git4e06e21-1 [62.3 kB] Get:73 http://localhost/debian/ unstable/main libavformat53 amd64 6:0.8.3-4 [544 kB] Get:74 http://localhost/debian/ unstable/main libcaca0 amd64 0.99.beta18-1 [395 kB] Get:75 http://localhost/debian/ unstable/main libexpat1 amd64 2.1.0-1 [141 kB] Get:76 http://localhost/debian/ unstable/main libfreetype6 amd64 2.4.9-1 [450 kB] Get:77 http://localhost/debian/ unstable/main ttf-dejavu-core all 2.33-2 [1552 kB] Get:78 http://localhost/debian/ unstable/main fontconfig-config all 2.9.0-6 [232 kB] Get:79 http://localhost/debian/ unstable/main libfontconfig1 amd64 2.9.0-6 [299 kB] Get:80 http://localhost/debian/ unstable/main libpixman-1-0 amd64 0.26.0-3 [427 kB] Get:81 http://localhost/debian/ unstable/main libpng12-0 amd64 1.2.49-1 [190 kB] Get:82 http://localhost/debian/ unstable/main libxcb-render0 amd64 1.8.1-1 [18.4 kB] Get:83 http://localhost/debian/ unstable/main libxcb-shm0 amd64 1.8.1-1 [10.1 kB] Get:84 http://localhost/debian/ unstable/main libxrender1 amd64 1:0.9.7-1 [32.2 kB] Get:85 http://localhost/debian/ unstable/main libcairo2 amd64 1.12.2-2 [912 kB] Get:86 http://localhost/debian/ unstable/main libcairo-gobject2 amd64 1.12.2-2 [439 kB] Get:87 http://localhost/debian/ unstable/main libcairo-script-interpreter2 amd64 1.12.2-2 [482 kB] Get:88 http://localhost/debian/ unstable/main libcroco3 amd64 0.6.5-1 [151 kB] Get:89 http://localhost/debian/ unstable/main libcups2 amd64 1.5.3-2 [255 kB] Get:90 http://localhost/debian/ unstable/main libssh2-1 amd64 1.4.2-1 [79.0 kB] Get:91 http://localhost/debian/ unstable/main libcurl3 amd64 7.26.0-1 [330 kB] Get:92 http://localhost/debian/ unstable/main libcurl3-gnutls amd64 7.26.0-1 [321 kB] Get:93 http://localhost/debian/ unstable/main libdatrie1 amd64 0.2.5-3 [28.6 kB] Get:94 http://localhost/debian/ unstable/main tsconf all 1.0-11 [13.4 kB] Get:95 http://localhost/debian/ unstable/main libts-0.0-0 amd64 1.0-11 [29.9 kB] Get:96 http://localhost/debian/ unstable/main libdirectfb-1.2-9 amd64 1.2.10.0-5 [1203 kB] Get:97 http://localhost/debian/ unstable/main libjpeg8 amd64 8d-1 [134 kB] Get:98 http://localhost/debian/ unstable/main libxext6 amd64 2:1.3.1-2 [55.3 kB] Get:99 http://localhost/debian/ unstable/main libdirectfb-extra amd64 1.2.10.0-5 [36.9 kB] Get:100 http://localhost/debian/ unstable/main libdrm2 amd64 2.4.33-3 [444 kB] Get:101 http://localhost/debian/ unstable/main libelf1 amd64 0.153-1 [304 kB] Get:102 http://localhost/debian/ unstable/main libflac8 amd64 1.2.1-6 [154 kB] Get:103 http://localhost/debian/ unstable/main libjasper1 amd64 1.900.1-13 [159 kB] Get:104 http://localhost/debian/ unstable/main libjbig0 amd64 2.0-2 [32.2 kB] Get:105 http://localhost/debian/ unstable/main libtiff4 amd64 3.9.6-6 [202 kB] Get:106 http://localhost/debian/ unstable/main libgdk-pixbuf2.0-common all 2.26.1-1 [497 kB] Get:107 http://localhost/debian/ unstable/main libgdk-pixbuf2.0-0 amd64 2.26.1-1 [207 kB] Get:108 http://localhost/debian/ unstable/main libunistring0 amd64 0.9.3-5 [434 kB] Get:109 http://localhost/debian/ unstable/main libgettextpo0 amd64 0.18.1.1-9 [145 kB] Get:110 http://localhost/debian/ unstable/main libglapi-mesa amd64 8.0.3-1 [57.3 kB] Get:111 http://localhost/debian/ unstable/main libx11-xcb1 amd64 2:1.5.0-1 [139 kB] Get:112 http://localhost/debian/ unstable/main libxcb-glx0 amd64 1.8.1-1 [32.0 kB] Get:113 http://localhost/debian/ unstable/main libxfixes3 amd64 1:5.0-4 [21.5 kB] Get:114 http://localhost/debian/ unstable/main libxdamage1 amd64 1:1.1.3-2 [14.3 kB] Get:115 http://localhost/debian/ unstable/main libxxf86vm1 amd64 1:1.1.2-1 [19.0 kB] Get:116 http://localhost/debian/ unstable/main libgl1-mesa-glx amd64 8.0.3-1 [165 kB] Get:117 http://localhost/debian/ unstable/main libglu1-mesa amd64 8.0.3-1 [223 kB] Get:118 http://localhost/debian/ unstable/main libxi6 amd64 2:1.6.1-1 [75.0 kB] Get:119 http://localhost/debian/ unstable/main libxmu6 amd64 2:1.1.1-1 [66.6 kB] Get:120 http://localhost/debian/ unstable/main libglew1.7 amd64 1.7.0-3 [141 kB] Get:121 http://localhost/debian/ unstable/main libgnome-keyring-common all 3.4.1-1 [59.8 kB] Get:122 http://localhost/debian/ unstable/main libgnome-keyring0 amd64 3.4.1-1 [93.6 kB] Get:123 http://localhost/debian/ unstable/main libgstreamer0.10-0 amd64 0.10.36-1 [1743 kB] Get:124 http://localhost/debian/ unstable/main iso-codes all 3.37-1 [3917 kB] Get:125 http://localhost/debian/ unstable/main libgstreamer-plugins-base0.10-0 amd64 0.10.36-1 [1181 kB] Get:126 http://localhost/debian/ unstable/main libgtk2.0-common all 2.24.10-1 [6879 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 libxcomposite1 amd64 1:0.4.3-2 [16.6 kB] Get:133 http://localhost/debian/ unstable/main libxcursor1 amd64 1:1.1.13-1 [26.9 kB] Get:134 http://localhost/debian/ unstable/main libxinerama1 amd64 2:1.1.2-1 [16.8 kB] Get:135 http://localhost/debian/ unstable/main libxrandr2 amd64 2:1.3.2-2 [33.5 kB] Get:136 http://localhost/debian/ unstable/main shared-mime-info amd64 1.0-1 [1066 kB] Get:137 http://localhost/debian/ unstable/main libgtk2.0-0 amd64 2.24.10-1 [2730 kB] Get:138 http://localhost/debian/ unstable/main liblcms1 amd64 1.19.dfsg-1.1 [112 kB] Get:139 http://localhost/debian/ unstable/main libltdl7 amd64 2.4.2-1.1 [352 kB] Get:140 http://localhost/debian/ unstable/main libmikmod2 amd64 3.1.12-4 [163 kB] Get:141 http://localhost/debian/ unstable/main libmng1 amd64 1.0.10-3 [235 kB] Get:142 http://localhost/debian/ unstable/main mysql-common all 5.5.24+dfsg-4 [75.8 kB] Get:143 http://localhost/debian/ unstable/main libmysqlclient18 amd64 5.5.24+dfsg-4 [1043 kB] Get:144 http://localhost/debian/ unstable/main libodbc1 amd64 2.2.14p2-5 [252 kB] Get:145 http://localhost/debian/ unstable/main libpcrecpp0 amd64 1:8.30-5 [125 kB] Get:146 http://localhost/debian/ unstable/main libjson0 amd64 0.9-1.1 [19.4 kB] Get:147 http://localhost/debian/ unstable/main libsndfile1 amd64 1.0.25-5 [240 kB] Get:148 http://localhost/debian/ unstable/main libxtst6 amd64 2:1.2.1-1 [26.6 kB] Get:149 http://localhost/debian/ unstable/main libpulse0 amd64 2.0-3 [305 kB] Get:150 http://localhost/debian/ unstable/main libpulse-mainloop-glib0 amd64 2.0-3 [25.4 kB] Get:151 http://localhost/debian/ unstable/main libqtcore4 amd64 4:4.8.2-1 [3194 kB] Get:152 http://localhost/debian/ unstable/main libqt4-xml amd64 4:4.8.2-1 [150 kB] Get:153 http://localhost/debian/ unstable/main qdbus amd64 4:4.8.2-1 [73.1 kB] Get:154 http://localhost/debian/ unstable/main libqt4-dbus amd64 4:4.8.2-1 [261 kB] Get:155 http://localhost/debian/ unstable/main libqtgui4 amd64 4:4.8.2-1 [5204 kB] Get:156 http://localhost/debian/ unstable/main libphonon4 amd64 4:4.6.0.0-2 [187 kB] Get:157 http://localhost/debian/ unstable/main libpoppler19 amd64 0.18.4-3 [1109 kB] Get:158 http://localhost/debian/ unstable/main libqca2 amd64 2.0.3-4 [402 kB] Get:159 http://localhost/debian/ unstable/main libqt4-network amd64 4:4.8.2-1 [750 kB] Get:160 http://localhost/debian/ unstable/main libqt4-script amd64 4:4.8.2-1 [1064 kB] Get:161 http://localhost/debian/ unstable/main libqt4-sql amd64 4:4.8.2-1 [155 kB] Get:162 http://localhost/debian/ unstable/main libqt4-xmlpatterns amd64 4:4.8.2-1 [1495 kB] Get:163 http://localhost/debian/ unstable/main libqt4-declarative amd64 4:4.8.2-1 [1484 kB] Get:164 http://localhost/debian/ unstable/main libqt4-designer amd64 4:4.8.2-1 [4310 kB] Get:165 http://localhost/debian/ unstable/main libqt4-help amd64 4:4.8.2-1 [288 kB] Get:166 http://localhost/debian/ unstable/main libqt4-opengl amd64 4:4.8.2-1 [416 kB] Get:167 http://localhost/debian/ unstable/main libqt4-qt3support amd64 4:4.8.2-1 [1358 kB] Get:168 http://localhost/debian/ unstable/main libqt4-scripttools amd64 4:4.8.2-1 [316 kB] Get:169 http://localhost/debian/ unstable/main libqt4-svg amd64 4:4.8.2-1 [214 kB] Get:170 http://localhost/debian/ unstable/main libqt4-test amd64 4:4.8.2-1 [111 kB] Get:171 http://localhost/debian/ unstable/main libqtwebkit4 amd64 2.2.1-4+b1 [8537 kB] Get:172 http://localhost/debian/ unstable/main librsvg2-2 amd64 2.36.1-1 [254 kB] Get:173 http://localhost/debian/ unstable/main libsdl1.2debian amd64 1.2.15-5 [220 kB] Get:174 http://localhost/debian/ unstable/main libsdl-gfx1.2-4 amd64 2.0.23-1 [55.6 kB] Get:175 http://localhost/debian/ unstable/main libwebp2 amd64 0.1.3-3 [115 kB] Get:176 http://localhost/debian/ unstable/main libsdl-image1.2 amd64 1.2.12-2 [37.6 kB] Get:177 http://localhost/debian/ unstable/main libmad0 amd64 0.15.1b-7 [78.5 kB] Get:178 http://localhost/debian/ unstable/main libvorbisfile3 amd64 1.3.2-1.3 [24.9 kB] Get:179 http://localhost/debian/ unstable/main libsdl-mixer1.2 amd64 1.2.12-2 [93.0 kB] Get:180 http://localhost/debian/ unstable/main libsdl-sound1.2 amd64 1.0.3-6 [97.0 kB] Get:181 http://localhost/debian/ unstable/main libsdl-ttf2.0-0 amd64 2.0.11-2 [20.4 kB] Get:182 http://localhost/debian/ unstable/main libswscale2 amd64 6:0.8.3-4 [136 kB] Get:183 http://localhost/debian/ unstable/main libtiffxx0c2 amd64 3.9.6-6 [63.0 kB] Get:184 http://localhost/debian/ unstable/main libv4lconvert0 amd64 0.8.8-3 [100.0 kB] Get:185 http://localhost/debian/ unstable/main libv4l-0 amd64 0.8.8-3 [57.2 kB] Get:186 http://localhost/debian/ unstable/main libxmuu1 amd64 2:1.1.1-1 [23.6 kB] Get:187 http://localhost/debian/ unstable/main libxslt1.1 amd64 1.1.26-12+rebuild1 [252 kB] Get:188 http://localhost/debian/ unstable/main libxss1 amd64 1:1.2.2-1 [17.5 kB] Get:189 http://localhost/debian/ unstable/main odbcinst amd64 2.2.14p2-5 [40.6 kB] Get:190 http://localhost/debian/ unstable/main odbcinst1debian2 amd64 2.2.14p2-5 [80.5 kB] Get:191 http://localhost/debian/ unstable/main libgnutlsxx27 amd64 2.12.20-1 [224 kB] Get:192 http://localhost/debian/ unstable/main libjbig-dev amd64 2.0-2 [11.3 kB] Get:193 http://localhost/debian/ unstable/main libyajl2 amd64 2.0.4-2 [24.8 kB] Get:194 http://localhost/debian/ unstable/main adduser all 3.113+nmu3 [264 kB] Get:195 http://localhost/debian/ unstable/main bsdmainutils amd64 9.0.3 [209 kB] Get:196 http://localhost/debian/ unstable/main groff-base amd64 1.21-9 [1153 kB] Get:197 http://localhost/debian/ unstable/main man-db amd64 2.6.2-1 [1061 kB] Get:198 http://localhost/debian/ unstable/main file amd64 5.11-2 [51.8 kB] Get:199 http://localhost/debian/ unstable/main gettext-base amd64 0.18.1.1-9 [154 kB] Get:200 http://localhost/debian/ unstable/main m4 amd64 1.4.16-3 [260 kB] Get:201 http://localhost/debian/ unstable/main autoconf all 2.69-1 [589 kB] Get:202 http://localhost/debian/ unstable/main autotools-dev all 20120608.1 [73.0 kB] Get:203 http://localhost/debian/ unstable/main automake all 1:1.11.5-2 [606 kB] Get:204 http://localhost/debian/ unstable/main html2text amd64 1.3.2a-15 [103 kB] Get:205 http://localhost/debian/ unstable/main gettext amd64 0.18.1.1-9 [1975 kB] Get:206 http://localhost/debian/ unstable/main intltool-debian all 0.35.0+20060710.1 [30.8 kB] Get:207 http://localhost/debian/ unstable/main po-debconf all 1.0.16+nmu2 [224 kB] Get:208 http://localhost/debian/ unstable/main debhelper all 9.20120608 [700 kB] Get:209 http://localhost/debian/ unstable/main libtool amd64 2.4.2-1.1 [619 kB] Get:210 http://localhost/debian/ unstable/main dh-autoreconf all 6 [15.3 kB] Get:211 http://localhost/debian/ unstable/main docbook-xsl all 1.76.1+dfsg-1 [1643 kB] Get:212 http://localhost/debian/ unstable/main libgirepository-1.0-1 amd64 1.32.1-1 [107 kB] Get:213 http://localhost/debian/ unstable/main gir1.2-glib-2.0 amd64 1.32.1-1 [171 kB] Get:214 http://localhost/debian/ unstable/main gir1.2-atk-1.0 amd64 2.4.0-2 [64.7 kB] Get:215 http://localhost/debian/ unstable/main gir1.2-freedesktop amd64 1.32.1-1 [21.5 kB] Get:216 http://localhost/debian/ unstable/main gir1.2-gdkpixbuf-2.0 amd64 2.26.1-1 [16.6 kB] Get:217 http://localhost/debian/ unstable/main gir1.2-gnomekeyring-1.0 amd64 3.4.1-1 [37.2 kB] Get:218 http://localhost/debian/ unstable/main gir1.2-pango-1.0 amd64 1.30.0-1 [151 kB] Get:219 http://localhost/debian/ unstable/main gir1.2-rsvg-2.0 amd64 2.36.1-1 [160 kB] Get:220 http://localhost/debian/ unstable/main libdlrestrictions1 amd64 0.15.1 [20.5 kB] Get:221 http://localhost/debian/ unstable/main libfam0 amd64 2.7.0-17 [28.8 kB] Get:222 http://localhost/debian/ unstable/main libkdecore5 amd64 4:4.8.4-3 [1196 kB] Get:223 http://localhost/debian/ unstable/main libattica0 amd64 0.2.0-1 [181 kB] Get:224 http://localhost/debian/ unstable/main libdbusmenu-qt2 amd64 0.9.0-1 [93.3 kB] Get:225 http://localhost/debian/ unstable/main libkdeui5 amd64 4:4.8.4-3 [1720 kB] Get:226 http://localhost/debian/ unstable/main libclucene0ldbl amd64 0.9.21b-2+b1 [370 kB] Get:227 http://localhost/debian/ unstable/main libiodbc2 amd64 3.52.7-2 [196 kB] Get:228 http://localhost/debian/ unstable/main libraptor2-0 amd64 2.0.8-1 [200 kB] Get:229 http://localhost/debian/ unstable/main libmhash2 amd64 0.9.9.9-1.1 [106 kB] Get:230 http://localhost/debian/ unstable/main librasqal3 amd64 0.9.29-1 [245 kB] Get:231 http://localhost/debian/ unstable/main librdf0 amd64 1.0.15-1+b1 [129 kB] Get:232 http://localhost/debian/ unstable/main soprano-daemon amd64 2.7.6+dfsg.1-1 [253 kB] Get:233 http://localhost/debian/ unstable/main libsoprano4 amd64 2.7.6+dfsg.1-1 [613 kB] Get:234 http://localhost/debian/ unstable/main libnepomuk4 amd64 4:4.8.4-3 [317 kB] Get:235 http://localhost/debian/ unstable/main libsolid4 amd64 4:4.8.4-3 [346 kB] Get:236 http://localhost/debian/ unstable/main libexiv2-12 amd64 0.23-1 [807 kB] Get:237 http://localhost/debian/ unstable/main libstreams0 amd64 0.7.7-3 [107 kB] Get:238 http://localhost/debian/ unstable/main libstreamanalyzer0 amd64 0.7.7-3 [406 kB] Get:239 http://localhost/debian/ unstable/main libkio5 amd64 4:4.8.4-3 [1090 kB] Get:240 http://localhost/debian/ unstable/main libkjsapi4 amd64 4:4.8.4-3 [328 kB] Get:241 http://localhost/debian/ unstable/main libkjsembed4 amd64 4:4.8.4-3 [429 kB] Get:242 http://localhost/debian/ unstable/main libkrosscore4 amd64 4:4.8.4-3 [92.0 kB] Get:243 http://localhost/debian/ unstable/main libnepomukquery4a amd64 4:4.8.4-3 [157 kB] Get:244 http://localhost/debian/ unstable/main libnepomukutils4 amd64 4:4.8.4-3 [130 kB] Get:245 http://localhost/debian/ unstable/main kdelibs-bin amd64 4:4.8.4-3 [295 kB] Get:246 http://localhost/debian/ unstable/main libkparts4 amd64 4:4.8.4-3 [171 kB] Get:247 http://localhost/debian/ unstable/main libutempter0 amd64 1.1.5-4 [8020 B] Get:248 http://localhost/debian/ unstable/main libkpty4 amd64 4:4.8.4-3 [62.0 kB] Get:249 http://localhost/debian/ unstable/main libkde3support4 amd64 4:4.8.4-3 [416 kB] Get:250 http://localhost/debian/ unstable/main xauth amd64 1:1.0.7-1 [37.2 kB] Get:251 http://localhost/debian/ unstable/main libkdesu5 amd64 4:4.8.4-3 [85.1 kB] Get:252 http://localhost/debian/ unstable/main libkntlm4 amd64 4:4.8.4-3 [56.5 kB] Get:253 http://localhost/debian/ unstable/main libkfile4 amd64 4:4.8.4-3 [298 kB] Get:254 http://localhost/debian/ unstable/main libknewstuff2-4 amd64 4:4.8.4-3 [190 kB] Get:255 http://localhost/debian/ unstable/main libknewstuff3-4 amd64 4:4.8.4-3 [210 kB] Get:256 http://localhost/debian/ unstable/main libkcmutils4 amd64 4:4.8.4-3 [137 kB] Get:257 http://localhost/debian/ unstable/main libkemoticons4 amd64 4:4.8.4-3 [70.8 kB] Get:258 http://localhost/debian/ unstable/main libkidletime4 amd64 4:4.8.4-3 [67.8 kB] Get:259 http://localhost/debian/ unstable/main libkprintutils4 amd64 4:4.8.4-3 [56.0 kB] Get:260 http://localhost/debian/ unstable/main libkutils4 amd64 4:4.8.4-3 [47.8 kB] Get:261 http://localhost/debian/ unstable/main libthreadweaver4 amd64 4:4.8.4-3 [77.6 kB] Get:262 http://localhost/debian/ unstable/main libgif4 amd64 4.1.6-9.1 [42.1 kB] Get:263 http://localhost/debian/ unstable/main libktexteditor4 amd64 4:4.8.4-3 [141 kB] Get:264 http://localhost/debian/ unstable/main libkhtml5 amd64 4:4.8.4-3 [2638 kB] Get:265 http://localhost/debian/ unstable/main libkimproxy4 amd64 4:4.8.4-3 [77.1 kB] Get:266 http://localhost/debian/ unstable/main libkmediaplayer4 amd64 4:4.8.4-3 [58.3 kB] Get:267 http://localhost/debian/ unstable/main libknotifyconfig4 amd64 4:4.8.4-3 [69.9 kB] Get:268 http://localhost/debian/ unstable/main libkdnssd4 amd64 4:4.8.4-3 [105 kB] Get:269 http://localhost/debian/ unstable/main libkrossui4 amd64 4:4.8.4-3 [87.9 kB] Get:270 http://localhost/debian/ unstable/main libkdewebkit5 amd64 4:4.8.4-3 [96.8 kB] Get:271 http://localhost/debian/ unstable/main libplasma3 amd64 4:4.8.4-3 [1192 kB] Get:272 http://localhost/debian/ unstable/main libkunitconversion4 amd64 4:4.8.4-3 [132 kB] Get:273 http://localhost/debian/ unstable/main libkdeclarative5 amd64 4:4.8.4-3 [68.1 kB] Get:274 http://localhost/debian/ unstable/main libxml2-utils amd64 2.8.0+dfsg1-4 [95.8 kB] Get:275 http://localhost/debian/ unstable/main kdoctools amd64 4:4.8.4-3 [351 kB] Get:276 http://localhost/debian/ unstable/main libqt4-dev-bin amd64 4:4.8.2-1 [2710 kB] Get:277 http://localhost/debian/ unstable/main qt4-linguist-tools amd64 4:4.8.2-1 [1122 kB] Get:278 http://localhost/debian/ unstable/main qt4-qmake amd64 4:4.8.2-1 [1636 kB] Get:279 http://localhost/debian/ unstable/main libqt4-dev amd64 4:4.8.2-1 [1832 kB] Get:280 http://localhost/debian/ unstable/main automoc amd64 1.0~version-0.9.88-5 [31.0 kB] Get:281 http://localhost/debian/ unstable/main libsoprano-dev amd64 2.7.6+dfsg.1-1 [103 kB] Get:282 http://localhost/debian/ unstable/main phonon-backend-null amd64 4:4.6.0.0-2 [16.3 kB] Get:283 http://localhost/debian/ unstable/main libphonon-dev amd64 4:4.6.0.0-2 [121 kB] Get:284 http://localhost/debian/ unstable/main kdelibs5-dev amd64 4:4.8.4-3 [1974 kB] Get:285 http://localhost/debian/ unstable/main comerr-dev amd64 2.1-1.42.4-3 [42.8 kB] Get:286 http://localhost/debian/ unstable/main krb5-multidev amd64 1.10.1+dfsg-1 [153 kB] Get:287 http://localhost/debian/ unstable/main libasound2-dev amd64 1.0.25-3 [69.4 kB] Get:288 http://localhost/debian/ unstable/main pkg-config amd64 0.26-1 [59.5 kB] Get:289 http://localhost/debian/ unstable/main libglib2.0-data all 2.32.3-1 [2711 kB] Get:290 http://localhost/debian/ unstable/main libglib2.0-bin amd64 2.32.3-1 [861 kB] Get:291 http://localhost/debian/ unstable/main libpcre3-dev amd64 1:8.30-5 [349 kB] Get:292 http://localhost/debian/ unstable/main zlib1g-dev amd64 1:1.2.7.dfsg-13 [215 kB] Get:293 http://localhost/debian/ unstable/main libglib2.0-dev amd64 2.32.3-1 [2631 kB] Get:294 http://localhost/debian/ unstable/main libatk1.0-dev amd64 2.4.0-2 [117 kB] Get:295 http://localhost/debian/ unstable/main libavahi-common-dev amd64 0.6.31-1 [72.0 kB] Get:296 http://localhost/debian/ unstable/main libdbus-1-dev amd64 1.6.2-1 [318 kB] Get:297 http://localhost/debian/ unstable/main libavahi-client-dev amd64 0.6.31-1 [66.3 kB] Get:298 http://localhost/debian/ unstable/main libbz2-dev amd64 1.0.6-3 [32.9 kB] Get:299 http://localhost/debian/ unstable/main libpng12-dev amd64 1.2.49-1 [266 kB] Get:300 http://localhost/debian/ unstable/main libslang2-dev amd64 2.2.4-15 [595 kB] Get:301 http://localhost/debian/ unstable/main libcaca-dev amd64 0.99.beta18-1 [1005 kB] Get:302 http://localhost/debian/ unstable/main libexpat1-dev amd64 2.1.0-1 [229 kB] Get:303 http://localhost/debian/ unstable/main libfreetype6-dev amd64 2.4.9-1 [803 kB] Get:304 http://localhost/debian/ unstable/main libfontconfig1-dev amd64 2.9.0-6 [857 kB] Get:305 http://localhost/debian/ unstable/main xorg-sgml-doctools all 1:1.10-1 [24.1 kB] Get:306 http://localhost/debian/ unstable/main x11proto-core-dev all 7.0.23-1 [774 kB] Get:307 http://localhost/debian/ unstable/main libxau-dev amd64 1:1.0.7-1 [21.7 kB] Get:308 http://localhost/debian/ unstable/main libxdmcp-dev amd64 1:1.1.1-1 [42.3 kB] Get:309 http://localhost/debian/ unstable/main x11proto-input-dev all 2.2-1 [172 kB] Get:310 http://localhost/debian/ unstable/main x11proto-kb-dev all 1.0.6-2 [269 kB] Get:311 http://localhost/debian/ unstable/main xtrans-dev all 1.2.7-1 [112 kB] Get:312 http://localhost/debian/ unstable/main libpthread-stubs0 amd64 0.3-3 [3228 B] Get:313 http://localhost/debian/ unstable/main libpthread-stubs0-dev amd64 0.3-3 [3998 B] Get:314 http://localhost/debian/ unstable/main libxcb1-dev amd64 1.8.1-1 [86.6 kB] Get:315 http://localhost/debian/ unstable/main libx11-dev amd64 2:1.5.0-1 [1037 kB] Get:316 http://localhost/debian/ unstable/main x11proto-render-dev all 2:0.11.1-2 [20.8 kB] Get:317 http://localhost/debian/ unstable/main libxrender-dev amd64 1:0.9.7-1 [40.4 kB] Get:318 http://localhost/debian/ unstable/main libice-dev amd64 2:1.0.8-2 [74.1 kB] Get:319 http://localhost/debian/ unstable/main libsm-dev amd64 2:1.2.1-2 [37.0 kB] Get:320 http://localhost/debian/ unstable/main libpixman-1-dev amd64 0.26.0-3 [457 kB] Get:321 http://localhost/debian/ unstable/main libxcb-render0-dev amd64 1.8.1-1 [25.8 kB] Get:322 http://localhost/debian/ unstable/main libxcb-shm0-dev amd64 1.8.1-1 [11.5 kB] Get:323 http://localhost/debian/ unstable/main libcairo2-dev amd64 1.12.2-2 [1163 kB] Get:324 http://localhost/debian/ unstable/main libidn11-dev amd64 1.25-2 [664 kB] Get:325 http://localhost/debian/ unstable/main libkrb5-dev amd64 1.10.1+dfsg-1 [39.4 kB] Get:326 http://localhost/debian/ unstable/main libldap2-dev amd64 2.4.31-1 [563 kB] Get:327 http://localhost/debian/ unstable/main libgpg-error-dev amd64 1.10-3 [42.5 kB] Get:328 http://localhost/debian/ unstable/main libgcrypt11-dev amd64 1.5.0-3 [402 kB] Get:329 http://localhost/debian/ unstable/main libtasn1-3-dev amd64 2.13-2 [389 kB] Get:330 http://localhost/debian/ unstable/main libp11-kit-dev amd64 0.12-3 [67.8 kB] Get:331 http://localhost/debian/ unstable/main libgnutls-dev amd64 2.12.20-1 [751 kB] Get:332 http://localhost/debian/ unstable/main librtmp-dev amd64 2.4+20111222.git4e06e21-1 [72.8 kB] Get:333 http://localhost/debian/ unstable/main libssh2-1-dev amd64 1.4.2-1 [257 kB] Get:334 http://localhost/debian/ unstable/main libssl-dev amd64 1.0.1c-3 [1696 kB] Get:335 http://localhost/debian/ unstable/main libcurl4-openssl-dev amd64 7.26.0-1 [1268 kB] Get:336 http://localhost/debian/ unstable/main libjpeg8-dev amd64 8d-1 [242 kB] Get:337 http://localhost/debian/ unstable/main x11proto-xext-dev all 7.2.1-1 [273 kB] Get:338 http://localhost/debian/ unstable/main libxext-dev amd64 2:1.3.1-2 [115 kB] Get:339 http://localhost/debian/ unstable/main libdirectfb-dev amd64 1.2.10.0-5 [928 kB] Get:340 http://localhost/debian/ unstable/main libffi-dev amd64 3.0.10-3 [116 kB] Get:341 http://localhost/debian/ unstable/main libogg-dev amd64 1.3.0-4 [94.4 kB] Get:342 http://localhost/debian/ unstable/main libflac-dev amd64 1.2.1-6 [227 kB] Get:343 http://localhost/debian/ unstable/main libgdk-pixbuf2.0-dev amd64 2.26.1-1 [59.0 kB] Get:344 http://localhost/debian/ unstable/main libgif-dev amd64 4.1.6-9.1 [45.3 kB] Get:345 http://localhost/debian/ unstable/main mesa-common-dev amd64 8.0.3-1 [362 kB] Get:346 http://localhost/debian/ unstable/main libgl1-mesa-dev amd64 8.0.3-1 [32.7 kB] Get:347 http://localhost/debian/ unstable/main libglu1-mesa-dev amd64 8.0.3-1 [299 kB] Get:348 http://localhost/debian/ unstable/main libglew-dev amd64 1.7.0-3 [144 kB] Get:349 http://localhost/debian/ unstable/main libgnome-keyring-dev amd64 3.4.1-1 [96.8 kB] Get:350 http://localhost/debian/ unstable/main libxft-dev amd64 2.3.1-1 [74.5 kB] Get:351 http://localhost/debian/ unstable/main libpango1.0-dev amd64 1.30.0-1 [622 kB] Get:352 http://localhost/debian/ unstable/main x11proto-xinerama-dev all 1.2.1-2 [4938 B] Get:353 http://localhost/debian/ unstable/main libxinerama-dev amd64 2:1.1.2-1 [18.9 kB] Get:354 http://localhost/debian/ unstable/main libxi-dev amd64 2:1.6.1-1 [249 kB] Get:355 http://localhost/debian/ unstable/main x11proto-randr-dev all 1.3.2-2 [40.0 kB] Get:356 http://localhost/debian/ unstable/main libxrandr-dev amd64 2:1.3.2-2 [41.9 kB] Get:357 http://localhost/debian/ unstable/main x11proto-fixes-dev all 1:5.0-2 [19.2 kB] Get:358 http://localhost/debian/ unstable/main libxfixes-dev amd64 1:5.0-4 [23.4 kB] Get:359 http://localhost/debian/ unstable/main libxcursor-dev amd64 1:1.1.13-1 [34.6 kB] Get:360 http://localhost/debian/ unstable/main x11proto-composite-dev all 1:0.4.2-2 [15.3 kB] Get:361 http://localhost/debian/ unstable/main libxcomposite-dev amd64 1:0.4.3-2 [20.2 kB] Get:362 http://localhost/debian/ unstable/main x11proto-damage-dev all 1:1.2.1-2 [11.8 kB] Get:363 http://localhost/debian/ unstable/main libxdamage-dev amd64 1:1.1.3-2 [14.0 kB] Get:364 http://localhost/debian/ unstable/main libgtk2.0-dev amd64 2.24.10-1 [4325 kB] Get:365 http://localhost/debian/ unstable/main libgtkglext1 amd64 1.2.0-2 [137 kB] Get:366 http://localhost/debian/ unstable/main libxt-dev amd64 1:1.1.3-1 [516 kB] Get:367 http://localhost/debian/ unstable/main libxmu-headers all 2:1.1.1-1 [77.8 kB] Get:368 http://localhost/debian/ unstable/main libxmu-dev amd64 2:1.1.1-1 [74.6 kB] Get:369 http://localhost/debian/ unstable/main libgtkglext1-dev amd64 1.2.0-2 [461 kB] Get:370 http://localhost/debian/ unstable/main libid3tag0 amd64 0.15.1b-10 [40.4 kB] Get:371 http://localhost/debian/ unstable/main libimlib2 amd64 1.4.5-1 [258 kB] Get:372 http://localhost/debian/ unstable/main libtiff4-dev amd64 3.9.6-6 [337 kB] Get:373 http://localhost/debian/ unstable/main libltdl-dev amd64 2.4.2-1.1 [205 kB] Get:374 http://localhost/debian/ unstable/main libimlib2-dev amd64 1.4.5-1 [252 kB] Get:375 http://localhost/debian/ unstable/main libmad0-dev amd64 0.15.1b-7 [91.1 kB] Get:376 http://localhost/debian/ unstable/main libmikmod2-dev amd64 3.1.12-4 [267 kB] Get:377 http://localhost/debian/ unstable/main libmysqlclient-dev amd64 5.5.24+dfsg-4 [1503 kB] Get:378 http://localhost/debian/ unstable/main libpoppler-dev amd64 0.18.4-3 [918 kB] Get:379 http://localhost/debian/ unstable/main libpoppler-private-dev amd64 0.18.4-3 [211 kB] Get:380 http://localhost/debian/ unstable/main libpq5 amd64 9.1.4-2 [527 kB] Get:381 http://localhost/debian/ unstable/main libpq-dev amd64 9.1.4-2 [613 kB] Get:382 http://localhost/debian/ unstable/main libpulse-dev amd64 2.0-3 [94.8 kB] Get:383 http://localhost/debian/ unstable/main libqt4-opengl-dev amd64 4:4.8.2-1 [83.3 kB] Get:384 http://localhost/debian/ unstable/main libqtwebkit-dev amd64 2.2.1-4+b1 [118 kB] Get:385 http://localhost/debian/ unstable/main librsvg2-common amd64 2.36.1-1 [162 kB] Get:386 http://localhost/debian/ unstable/main librsvg2-dev amd64 2.36.1-1 [286 kB] Get:387 http://localhost/debian/ unstable/main libts-dev amd64 1.0-11 [11.7 kB] Get:388 http://localhost/debian/ unstable/main libsdl1.2-dev amd64 1.2.15-5 [905 kB] Get:389 http://localhost/debian/ unstable/main libsdl-gfx1.2-dev amd64 2.0.23-1 [62.1 kB] Get:390 http://localhost/debian/ unstable/main libwebp-dev amd64 0.1.3-3 [151 kB] Get:391 http://localhost/debian/ unstable/main libsdl-image1.2-dev amd64 1.2.12-2 [43.6 kB] Get:392 http://localhost/debian/ unstable/main libvorbis-dev amd64 1.3.2-1.3 [476 kB] Get:393 http://localhost/debian/ unstable/main libsdl-mixer1.2-dev amd64 1.2.12-2 [128 kB] Get:394 http://localhost/debian/ unstable/main libsdl-sound1.2-dev amd64 1.0.3-6 [123 kB] Get:395 http://localhost/debian/ unstable/main libsdl-ttf2.0-dev amd64 2.0.11-2 [29.1 kB] Get:396 http://localhost/debian/ unstable/main libsqlite0 amd64 2.8.17-7 [192 kB] Get:397 http://localhost/debian/ unstable/main libsqlite0-dev amd64 2.8.17-7 [240 kB] Get:398 http://localhost/debian/ unstable/main libsqlite3-dev amd64 3.7.13-1 [578 kB] Get:399 http://localhost/debian/ unstable/main libv4l-dev amd64 0.8.8-3 [7912 B] Get:400 http://localhost/debian/ unstable/main libxml2-dev amd64 2.8.0+dfsg1-4 [899 kB] Get:401 http://localhost/debian/ unstable/main libxslt1-dev amd64 1.1.26-12+rebuild1 [649 kB] Get:402 http://localhost/debian/ unstable/main x11proto-record-dev all 1.14.2-1 [33.9 kB] Get:403 http://localhost/debian/ unstable/main libxtst-dev amd64 2:1.2.1-1 [30.9 kB] Get:404 http://localhost/debian/ unstable/main unixodbc amd64 2.2.14p2-5 [53.1 kB] Get:405 http://localhost/debian/ unstable/main unixodbc-dev amd64 2.2.14p2-5 [367 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 166 MB in 1min 6s (2495 kB/s) Selecting previously unselected package libncursesw5:amd64. (Reading database ... 11805 files and directories currently installed.) Unpacking libncursesw5:amd64 (from .../libncursesw5_5.9-10_amd64.deb) ... Selecting previously unselected package libpipeline1:amd64. 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 libudev0:amd64. Unpacking libudev0:amd64 (from .../libudev0_175-3.1_amd64.deb) ... Selecting previously unselected package udev. Unpacking udev (from .../udev_175-3.1_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 libgnutls-openssl27:amd64. Unpacking libgnutls-openssl27:amd64 (from .../libgnutls-openssl27_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 sgml-base. Unpacking sgml-base (from .../sgml-base_1.26+nmu3_all.deb) ... Selecting previously unselected package xml-core. Unpacking xml-core (from .../xml-core_0.13+nmu1_all.deb) ... Selecting previously unselected package sgml-data. Unpacking sgml-data (from .../sgml-data_2.0.8_all.deb) ... Setting up sgml-base (1.26+nmu3) ... Updating the super catalog... Setting up xml-core (0.13+nmu1) ... Processing triggers for sgml-base ... Updating the super catalog... Selecting previously unselected package docbook-xml. (Reading database ... 12546 files and directories currently installed.) Unpacking docbook-xml (from .../docbook-xml_4.5-7.1_all.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 libglib2.0-0:amd64. Unpacking libglib2.0-0:amd64 (from .../libglib2.0-0_2.32.3-1_amd64.deb) ... Selecting previously unselected package libatk1.0-data. Unpacking libatk1.0-data (from .../libatk1.0-data_2.4.0-2_all.deb) ... Selecting previously unselected package libatk1.0-0:amd64. Unpacking libatk1.0-0:amd64 (from .../libatk1.0-0_2.4.0-2_amd64.deb) ... Selecting previously unselected package libxau6:amd64. Unpacking libxau6:amd64 (from .../libxau6_1%3a1.0.7-1_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 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 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 libavahi-common-data:amd64. Unpacking libavahi-common-data:amd64 (from .../libavahi-common-data_0.6.31-1_amd64.deb) ... Selecting previously unselected package libavahi-common3:amd64. Unpacking libavahi-common3:amd64 (from .../libavahi-common3_0.6.31-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 libavahi-client3:amd64. Unpacking libavahi-client3:amd64 (from .../libavahi-client3_0.6.31-1_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 libcaca0:amd64. Unpacking libcaca0:amd64 (from .../libcaca0_0.99.beta18-1_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 libcairo-gobject2:amd64. Unpacking libcairo-gobject2:amd64 (from .../libcairo-gobject2_1.12.2-2_amd64.deb) ... Selecting previously unselected package libcairo-script-interpreter2:amd64. Unpacking libcairo-script-interpreter2:amd64 (from .../libcairo-script-interpreter2_1.12.2-2_amd64.deb) ... Selecting previously unselected package libcroco3:amd64. Unpacking libcroco3:amd64 (from .../libcroco3_0.6.5-1_amd64.deb) ... Selecting previously unselected package libcups2:amd64. Unpacking libcups2:amd64 (from .../libcups2_1.5.3-2_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:amd64. Unpacking libcurl3:amd64 (from .../libcurl3_7.26.0-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 libdatrie1:amd64. Unpacking libdatrie1:amd64 (from .../libdatrie1_0.2.5-3_amd64.deb) ... Selecting previously unselected package tsconf. Unpacking tsconf (from .../archives/tsconf_1.0-11_all.deb) ... Selecting previously unselected package libts-0.0-0:amd64. Unpacking libts-0.0-0:amd64 (from .../libts-0.0-0_1.0-11_amd64.deb) ... Selecting previously unselected package libdirectfb-1.2-9:amd64. Unpacking libdirectfb-1.2-9:amd64 (from .../libdirectfb-1.2-9_1.2.10.0-5_amd64.deb) ... Selecting previously unselected package libjpeg8:amd64. Unpacking libjpeg8:amd64 (from .../libjpeg8_8d-1_amd64.deb) ... Selecting previously unselected package libxext6:amd64. Unpacking libxext6:amd64 (from .../libxext6_2%3a1.3.1-2_amd64.deb) ... Selecting previously unselected package libdirectfb-extra:amd64. Unpacking libdirectfb-extra:amd64 (from .../libdirectfb-extra_1.2.10.0-5_amd64.deb) ... Selecting previously unselected package libdrm2:amd64. Unpacking libdrm2:amd64 (from .../libdrm2_2.4.33-3_amd64.deb) ... Selecting previously unselected package libelf1:amd64. Unpacking libelf1:amd64 (from .../libelf1_0.153-1_amd64.deb) ... Selecting previously unselected package libflac8:amd64. Unpacking libflac8:amd64 (from .../libflac8_1.2.1-6_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 libglapi-mesa:amd64. Unpacking libglapi-mesa:amd64 (from .../libglapi-mesa_8.0.3-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 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 libglu1-mesa:amd64. Unpacking libglu1-mesa:amd64 (from .../libglu1-mesa_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 libxmu6:amd64. Unpacking libxmu6:amd64 (from .../libxmu6_2%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package libglew1.7:amd64. Unpacking libglew1.7:amd64 (from .../libglew1.7_1.7.0-3_amd64.deb) ... Selecting previously unselected package libgnome-keyring-common. Unpacking libgnome-keyring-common (from .../libgnome-keyring-common_3.4.1-1_all.deb) ... Selecting previously unselected package libgnome-keyring0:amd64. Unpacking libgnome-keyring0:amd64 (from .../libgnome-keyring0_3.4.1-1_amd64.deb) ... Selecting previously unselected package libgstreamer0.10-0:amd64. Unpacking libgstreamer0.10-0:amd64 (from .../libgstreamer0.10-0_0.10.36-1_amd64.deb) ... Selecting previously unselected package iso-codes. Unpacking iso-codes (from .../iso-codes_3.37-1_all.deb) ... Selecting previously unselected package libgstreamer-plugins-base0.10-0:amd64. Unpacking libgstreamer-plugins-base0.10-0:amd64 (from .../libgstreamer-plugins-base0.10-0_0.10.36-1_amd64.deb) ... Selecting previously unselected package libgtk2.0-common. Unpacking libgtk2.0-common (from .../libgtk2.0-common_2.24.10-1_all.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 libxcomposite1:amd64. Unpacking libxcomposite1:amd64 (from .../libxcomposite1_1%3a0.4.3-2_amd64.deb) ... Selecting previously unselected package libxcursor1:amd64. Unpacking libxcursor1:amd64 (from .../libxcursor1_1%3a1.1.13-1_amd64.deb) ... Selecting previously unselected package libxinerama1:amd64. Unpacking libxinerama1:amd64 (from .../libxinerama1_2%3a1.1.2-1_amd64.deb) ... Selecting previously unselected package libxrandr2:amd64. Unpacking libxrandr2:amd64 (from .../libxrandr2_2%3a1.3.2-2_amd64.deb) ... Selecting previously unselected package shared-mime-info. Unpacking shared-mime-info (from .../shared-mime-info_1.0-1_amd64.deb) ... Selecting previously unselected package libgtk2.0-0:amd64. Unpacking libgtk2.0-0:amd64 (from .../libgtk2.0-0_2.24.10-1_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 libmikmod2:amd64. Unpacking libmikmod2:amd64 (from .../libmikmod2_3.1.12-4_amd64.deb) ... Selecting previously unselected package libmng1:amd64. Unpacking libmng1:amd64 (from .../libmng1_1.0.10-3_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 libpcrecpp0:amd64. Unpacking libpcrecpp0:amd64 (from .../libpcrecpp0_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libjson0:amd64. Unpacking libjson0:amd64 (from .../libjson0_0.9-1.1_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 libpulse-mainloop-glib0:amd64. Unpacking libpulse-mainloop-glib0:amd64 (from .../libpulse-mainloop-glib0_2.0-3_amd64.deb) ... Selecting previously unselected package libqtcore4:amd64. Unpacking libqtcore4:amd64 (from .../libqtcore4_4%3a4.8.2-1_amd64.deb) ... Selecting previously unselected package libqt4-xml:amd64. Unpacking libqt4-xml:amd64 (from .../libqt4-xml_4%3a4.8.2-1_amd64.deb) ... Selecting previously unselected package qdbus. Unpacking qdbus (from .../qdbus_4%3a4.8.2-1_amd64.deb) ... Selecting previously unselected package libqt4-dbus:amd64. Unpacking libqt4-dbus:amd64 (from .../libqt4-dbus_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 libphonon4:amd64. Unpacking libphonon4:amd64 (from .../libphonon4_4%3a4.6.0.0-2_amd64.deb) ... Selecting previously unselected package libpoppler19:amd64. Unpacking libpoppler19:amd64 (from .../libpoppler19_0.18.4-3_amd64.deb) ... Selecting previously unselected package libqca2:amd64. Unpacking libqca2:amd64 (from .../libqca2_2.0.3-4_amd64.deb) ... Selecting previously unselected package libqt4-network:amd64. Unpacking libqt4-network:amd64 (from .../libqt4-network_4%3a4.8.2-1_amd64.deb) ... Selecting previously unselected package libqt4-script:amd64. Unpacking libqt4-script:amd64 (from .../libqt4-script_4%3a4.8.2-1_amd64.deb) ... Selecting previously unselected package libqt4-sql:amd64. Unpacking libqt4-sql:amd64 (from .../libqt4-sql_4%3a4.8.2-1_amd64.deb) ... Selecting previously unselected package libqt4-xmlpatterns:amd64. Unpacking libqt4-xmlpatterns:amd64 (from .../libqt4-xmlpatterns_4%3a4.8.2-1_amd64.deb) ... Selecting previously unselected package libqt4-declarative:amd64. Unpacking libqt4-declarative:amd64 (from .../libqt4-declarative_4%3a4.8.2-1_amd64.deb) ... Selecting previously unselected package libqt4-designer:amd64. Unpacking libqt4-designer:amd64 (from .../libqt4-designer_4%3a4.8.2-1_amd64.deb) ... Selecting previously unselected package libqt4-help:amd64. Unpacking libqt4-help:amd64 (from .../libqt4-help_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 libqt4-qt3support:amd64. Unpacking libqt4-qt3support:amd64 (from .../libqt4-qt3support_4%3a4.8.2-1_amd64.deb) ... Selecting previously unselected package libqt4-scripttools:amd64. Unpacking libqt4-scripttools:amd64 (from .../libqt4-scripttools_4%3a4.8.2-1_amd64.deb) ... Selecting previously unselected package libqt4-svg:amd64. Unpacking libqt4-svg:amd64 (from .../libqt4-svg_4%3a4.8.2-1_amd64.deb) ... Selecting previously unselected package libqt4-test:amd64. Unpacking libqt4-test:amd64 (from .../libqt4-test_4%3a4.8.2-1_amd64.deb) ... Selecting previously unselected package libqtwebkit4:amd64. Unpacking libqtwebkit4:amd64 (from .../libqtwebkit4_2.2.1-4+b1_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 libsdl1.2debian:amd64. Unpacking libsdl1.2debian:amd64 (from .../libsdl1.2debian_1.2.15-5_amd64.deb) ... Selecting previously unselected package libsdl-gfx1.2-4:amd64. Unpacking libsdl-gfx1.2-4:amd64 (from .../libsdl-gfx1.2-4_2.0.23-1_amd64.deb) ... Selecting previously unselected package libwebp2:amd64. Unpacking libwebp2:amd64 (from .../libwebp2_0.1.3-3_amd64.deb) ... Selecting previously unselected package libsdl-image1.2:amd64. Unpacking libsdl-image1.2:amd64 (from .../libsdl-image1.2_1.2.12-2_amd64.deb) ... Selecting previously unselected package libmad0. Unpacking libmad0 (from .../libmad0_0.15.1b-7_amd64.deb) ... Selecting previously unselected package libvorbisfile3:amd64. Unpacking libvorbisfile3:amd64 (from .../libvorbisfile3_1.3.2-1.3_amd64.deb) ... Selecting previously unselected package libsdl-mixer1.2:amd64. Unpacking libsdl-mixer1.2:amd64 (from .../libsdl-mixer1.2_1.2.12-2_amd64.deb) ... Selecting previously unselected package libsdl-sound1.2:amd64. Unpacking libsdl-sound1.2:amd64 (from .../libsdl-sound1.2_1.0.3-6_amd64.deb) ... Selecting previously unselected package libsdl-ttf2.0-0:amd64. Unpacking libsdl-ttf2.0-0:amd64 (from .../libsdl-ttf2.0-0_2.0.11-2_amd64.deb) ... Selecting previously unselected package libswscale2:amd64. Unpacking libswscale2:amd64 (from .../libswscale2_6%3a0.8.3-4_amd64.deb) ... Selecting previously unselected package libtiffxx0c2:amd64. Unpacking libtiffxx0c2:amd64 (from .../libtiffxx0c2_3.9.6-6_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 libxmuu1:amd64. Unpacking libxmuu1:amd64 (from .../libxmuu1_2%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package libxslt1.1:amd64. Unpacking libxslt1.1:amd64 (from .../libxslt1.1_1.1.26-12+rebuild1_amd64.deb) ... Selecting previously unselected package libxss1:amd64. Unpacking libxss1:amd64 (from .../libxss1_1%3a1.2.2-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 libgnutlsxx27:amd64. Unpacking libgnutlsxx27:amd64 (from .../libgnutlsxx27_2.12.20-1_amd64.deb) ... Selecting previously unselected package libjbig-dev:amd64. Unpacking libjbig-dev:amd64 (from .../libjbig-dev_2.0-2_amd64.deb) ... Selecting previously unselected package libyajl2. Unpacking libyajl2 (from .../libyajl2_2.0.4-2_amd64.deb) ... Selecting previously unselected package adduser. Unpacking adduser (from .../adduser_3.113+nmu3_all.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 m4. Unpacking m4 (from .../archives/m4_1.4.16-3_amd64.deb) ... Selecting previously unselected package autoconf. Unpacking autoconf (from .../autoconf_2.69-1_all.deb) ... Selecting previously unselected package autotools-dev. Unpacking autotools-dev (from .../autotools-dev_20120608.1_all.deb) ... Selecting previously unselected package automake. Unpacking automake (from .../automake_1%3a1.11.5-2_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 libtool. Unpacking libtool (from .../libtool_2.4.2-1.1_amd64.deb) ... Selecting previously unselected package dh-autoreconf. Unpacking dh-autoreconf (from .../dh-autoreconf_6_all.deb) ... Selecting previously unselected package docbook-xsl. Unpacking docbook-xsl (from .../docbook-xsl_1.76.1+dfsg-1_all.deb) ... Selecting previously unselected package libgirepository-1.0-1. Unpacking libgirepository-1.0-1 (from .../libgirepository-1.0-1_1.32.1-1_amd64.deb) ... Selecting previously unselected package gir1.2-glib-2.0. Unpacking gir1.2-glib-2.0 (from .../gir1.2-glib-2.0_1.32.1-1_amd64.deb) ... Selecting previously unselected package gir1.2-atk-1.0. Unpacking gir1.2-atk-1.0 (from .../gir1.2-atk-1.0_2.4.0-2_amd64.deb) ... Selecting previously unselected package gir1.2-freedesktop. Unpacking gir1.2-freedesktop (from .../gir1.2-freedesktop_1.32.1-1_amd64.deb) ... Selecting previously unselected package gir1.2-gdkpixbuf-2.0. Unpacking gir1.2-gdkpixbuf-2.0 (from .../gir1.2-gdkpixbuf-2.0_2.26.1-1_amd64.deb) ... Selecting previously unselected package gir1.2-gnomekeyring-1.0. Unpacking gir1.2-gnomekeyring-1.0 (from .../gir1.2-gnomekeyring-1.0_3.4.1-1_amd64.deb) ... Selecting previously unselected package gir1.2-pango-1.0. Unpacking gir1.2-pango-1.0 (from .../gir1.2-pango-1.0_1.30.0-1_amd64.deb) ... Selecting previously unselected package gir1.2-rsvg-2.0. Unpacking gir1.2-rsvg-2.0 (from .../gir1.2-rsvg-2.0_2.36.1-1_amd64.deb) ... Selecting previously unselected package libdlrestrictions1. Unpacking libdlrestrictions1 (from .../libdlrestrictions1_0.15.1_amd64.deb) ... Selecting previously unselected package libfam0. Unpacking libfam0 (from .../libfam0_2.7.0-17_amd64.deb) ... Selecting previously unselected package libkdecore5. Unpacking libkdecore5 (from .../libkdecore5_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libattica0. Unpacking libattica0 (from .../libattica0_0.2.0-1_amd64.deb) ... Selecting previously unselected package libdbusmenu-qt2. Unpacking libdbusmenu-qt2 (from .../libdbusmenu-qt2_0.9.0-1_amd64.deb) ... Selecting previously unselected package libkdeui5. Unpacking libkdeui5 (from .../libkdeui5_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libclucene0ldbl. Unpacking libclucene0ldbl (from .../libclucene0ldbl_0.9.21b-2+b1_amd64.deb) ... Selecting previously unselected package libiodbc2. Unpacking libiodbc2 (from .../libiodbc2_3.52.7-2_amd64.deb) ... Selecting previously unselected package libraptor2-0. Unpacking libraptor2-0 (from .../libraptor2-0_2.0.8-1_amd64.deb) ... Selecting previously unselected package libmhash2. Unpacking libmhash2 (from .../libmhash2_0.9.9.9-1.1_amd64.deb) ... Selecting previously unselected package librasqal3. Unpacking librasqal3 (from .../librasqal3_0.9.29-1_amd64.deb) ... Selecting previously unselected package librdf0. Unpacking librdf0 (from .../librdf0_1.0.15-1+b1_amd64.deb) ... Selecting previously unselected package soprano-daemon. Unpacking soprano-daemon (from .../soprano-daemon_2.7.6+dfsg.1-1_amd64.deb) ... Selecting previously unselected package libsoprano4. Unpacking libsoprano4 (from .../libsoprano4_2.7.6+dfsg.1-1_amd64.deb) ... Selecting previously unselected package libnepomuk4. Unpacking libnepomuk4 (from .../libnepomuk4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libsolid4. Unpacking libsolid4 (from .../libsolid4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libexiv2-12. Unpacking libexiv2-12 (from .../libexiv2-12_0.23-1_amd64.deb) ... Selecting previously unselected package libstreams0. Unpacking libstreams0 (from .../libstreams0_0.7.7-3_amd64.deb) ... Selecting previously unselected package libstreamanalyzer0. Unpacking libstreamanalyzer0 (from .../libstreamanalyzer0_0.7.7-3_amd64.deb) ... Selecting previously unselected package libkio5. Unpacking libkio5 (from .../libkio5_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libkjsapi4. Unpacking libkjsapi4 (from .../libkjsapi4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libkjsembed4. Unpacking libkjsembed4 (from .../libkjsembed4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libkrosscore4. Unpacking libkrosscore4 (from .../libkrosscore4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libnepomukquery4a. Unpacking libnepomukquery4a (from .../libnepomukquery4a_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libnepomukutils4. Unpacking libnepomukutils4 (from .../libnepomukutils4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package kdelibs-bin. Unpacking kdelibs-bin (from .../kdelibs-bin_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libkparts4. Unpacking libkparts4 (from .../libkparts4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libutempter0. Unpacking libutempter0 (from .../libutempter0_1.1.5-4_amd64.deb) ... Selecting previously unselected package libkpty4. Unpacking libkpty4 (from .../libkpty4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libkde3support4. Unpacking libkde3support4 (from .../libkde3support4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package xauth. Unpacking xauth (from .../xauth_1%3a1.0.7-1_amd64.deb) ... Selecting previously unselected package libkdesu5. Unpacking libkdesu5 (from .../libkdesu5_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libkntlm4. Unpacking libkntlm4 (from .../libkntlm4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libkfile4. Unpacking libkfile4 (from .../libkfile4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libknewstuff2-4. Unpacking libknewstuff2-4 (from .../libknewstuff2-4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libknewstuff3-4. Unpacking libknewstuff3-4 (from .../libknewstuff3-4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libkcmutils4. Unpacking libkcmutils4 (from .../libkcmutils4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libkemoticons4. Unpacking libkemoticons4 (from .../libkemoticons4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libkidletime4. Unpacking libkidletime4 (from .../libkidletime4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libkprintutils4. Unpacking libkprintutils4 (from .../libkprintutils4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libkutils4. Unpacking libkutils4 (from .../libkutils4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libthreadweaver4. Unpacking libthreadweaver4 (from .../libthreadweaver4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libgif4. Unpacking libgif4 (from .../libgif4_4.1.6-9.1_amd64.deb) ... Selecting previously unselected package libktexteditor4. Unpacking libktexteditor4 (from .../libktexteditor4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libkhtml5. Unpacking libkhtml5 (from .../libkhtml5_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libkimproxy4. Unpacking libkimproxy4 (from .../libkimproxy4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libkmediaplayer4. Unpacking libkmediaplayer4 (from .../libkmediaplayer4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libknotifyconfig4. Unpacking libknotifyconfig4 (from .../libknotifyconfig4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libkdnssd4. Unpacking libkdnssd4 (from .../libkdnssd4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libkrossui4. Unpacking libkrossui4 (from .../libkrossui4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libkdewebkit5. Unpacking libkdewebkit5 (from .../libkdewebkit5_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libplasma3. Unpacking libplasma3 (from .../libplasma3_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libkunitconversion4. Unpacking libkunitconversion4 (from .../libkunitconversion4_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libkdeclarative5. Unpacking libkdeclarative5 (from .../libkdeclarative5_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libxml2-utils. Unpacking libxml2-utils (from .../libxml2-utils_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package kdoctools. Unpacking kdoctools (from .../kdoctools_4%3a4.8.4-3_amd64.deb) ... Selecting previously unselected package libqt4-dev-bin. Unpacking libqt4-dev-bin (from .../libqt4-dev-bin_4%3a4.8.2-1_amd64.deb) ... Selecting previously unselected package qt4-linguist-tools. Unpacking qt4-linguist-tools (from .../qt4-linguist-tools_4%3a4.8.2-1_amd64.deb) ... Selecting previously unselected package qt4-qmake. Unpacking qt4-qmake (from .../qt4-qmake_4%3a4.8.2-1_amd64.deb) ... Selecting previously unselected package libqt4-dev. Unpacking libqt4-dev (from .../libqt4-dev_4%3a4.8.2-1_amd64.deb) ... Selecting previously unselected package automoc. Unpacking automoc (from .../automoc_1.0~version-0.9.88-5_amd64.deb) ... Selecting previously unselected package libsoprano-dev. Unpacking libsoprano-dev (from .../libsoprano-dev_2.7.6+dfsg.1-1_amd64.deb) ... Selecting previously unselected package phonon-backend-null:amd64. Unpacking phonon-backend-null:amd64 (from .../phonon-backend-null_4%3a4.6.0.0-2_amd64.deb) ... Selecting previously unselected package libphonon-dev. Unpacking libphonon-dev (from .../libphonon-dev_4%3a4.6.0.0-2_amd64.deb) ... Selecting previously unselected package kdelibs5-dev. Unpacking kdelibs5-dev (from .../kdelibs5-dev_4%3a4.8.4-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 libasound2-dev:amd64. Unpacking libasound2-dev:amd64 (from .../libasound2-dev_1.0.25-3_amd64.deb) ... Selecting previously unselected package pkg-config. Unpacking pkg-config (from .../pkg-config_0.26-1_amd64.deb) ... Selecting previously unselected package libglib2.0-data. Unpacking libglib2.0-data (from .../libglib2.0-data_2.32.3-1_all.deb) ... Selecting previously unselected package libglib2.0-bin. Unpacking libglib2.0-bin (from .../libglib2.0-bin_2.32.3-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 zlib1g-dev:amd64. Unpacking zlib1g-dev:amd64 (from .../zlib1g-dev_1%3a1.2.7.dfsg-13_amd64.deb) ... Selecting previously unselected package libglib2.0-dev. Unpacking libglib2.0-dev (from .../libglib2.0-dev_2.32.3-1_amd64.deb) ... Selecting previously unselected package libatk1.0-dev. Unpacking libatk1.0-dev (from .../libatk1.0-dev_2.4.0-2_amd64.deb) ... Selecting previously unselected package libavahi-common-dev. Unpacking libavahi-common-dev (from .../libavahi-common-dev_0.6.31-1_amd64.deb) ... Selecting previously unselected package libdbus-1-dev. Unpacking libdbus-1-dev (from .../libdbus-1-dev_1.6.2-1_amd64.deb) ... Selecting previously unselected package libavahi-client-dev. Unpacking libavahi-client-dev (from .../libavahi-client-dev_0.6.31-1_amd64.deb) ... Selecting previously unselected package libbz2-dev:amd64. Unpacking libbz2-dev:amd64 (from .../libbz2-dev_1.0.6-3_amd64.deb) ... Selecting previously unselected package libpng12-dev. Unpacking libpng12-dev (from .../libpng12-dev_1.2.49-1_amd64.deb) ... Selecting previously unselected package libslang2-dev:amd64. Unpacking libslang2-dev:amd64 (from .../libslang2-dev_2.2.4-15_amd64.deb) ... Selecting previously unselected package libcaca-dev. Unpacking libcaca-dev (from .../libcaca-dev_0.99.beta18-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 libfreetype6-dev. Unpacking libfreetype6-dev (from .../libfreetype6-dev_2.4.9-1_amd64.deb) ... Selecting previously unselected package libfontconfig1-dev. Unpacking libfontconfig1-dev (from .../libfontconfig1-dev_2.9.0-6_amd64.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 x11proto-render-dev. Unpacking x11proto-render-dev (from .../x11proto-render-dev_2%3a0.11.1-2_all.deb) ... Selecting previously unselected package libxrender-dev:amd64. Unpacking libxrender-dev:amd64 (from .../libxrender-dev_1%3a0.9.7-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 libpixman-1-dev. Unpacking libpixman-1-dev (from .../libpixman-1-dev_0.26.0-3_amd64.deb) ... Selecting previously unselected package libxcb-render0-dev:amd64. Unpacking libxcb-render0-dev:amd64 (from .../libxcb-render0-dev_1.8.1-1_amd64.deb) ... Selecting previously unselected package libxcb-shm0-dev:amd64. Unpacking libxcb-shm0-dev:amd64 (from .../libxcb-shm0-dev_1.8.1-1_amd64.deb) ... Selecting previously unselected package libcairo2-dev. Unpacking libcairo2-dev (from .../libcairo2-dev_1.12.2-2_amd64.deb) ... Selecting previously unselected package libidn11-dev. Unpacking libidn11-dev (from .../libidn11-dev_1.25-2_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 libldap2-dev:amd64. Unpacking libldap2-dev:amd64 (from .../libldap2-dev_2.4.31-1_amd64.deb) ... Selecting previously unselected package libgpg-error-dev. Unpacking libgpg-error-dev (from .../libgpg-error-dev_1.10-3_amd64.deb) ... Selecting previously unselected package libgcrypt11-dev. Unpacking libgcrypt11-dev (from .../libgcrypt11-dev_1.5.0-3_amd64.deb) ... Selecting previously unselected package libtasn1-3-dev. Unpacking libtasn1-3-dev (from .../libtasn1-3-dev_2.13-2_amd64.deb) ... Selecting previously unselected package libp11-kit-dev. Unpacking libp11-kit-dev (from .../libp11-kit-dev_0.12-3_amd64.deb) ... Selecting previously unselected package libgnutls-dev. Unpacking libgnutls-dev (from .../libgnutls-dev_2.12.20-1_amd64.deb) ... Selecting previously unselected package librtmp-dev. Unpacking librtmp-dev (from .../librtmp-dev_2.4+20111222.git4e06e21-1_amd64.deb) ... Selecting previously unselected package libssh2-1-dev. Unpacking libssh2-1-dev (from .../libssh2-1-dev_1.4.2-1_amd64.deb) ... Selecting previously unselected package libssl-dev. Unpacking libssl-dev (from .../libssl-dev_1.0.1c-3_amd64.deb) ... Selecting previously unselected package libcurl4-openssl-dev. Unpacking libcurl4-openssl-dev (from .../libcurl4-openssl-dev_7.26.0-1_amd64.deb) ... Selecting previously unselected package libjpeg8-dev:amd64. Unpacking libjpeg8-dev:amd64 (from .../libjpeg8-dev_8d-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 libdirectfb-dev. Unpacking libdirectfb-dev (from .../libdirectfb-dev_1.2.10.0-5_amd64.deb) ... Selecting previously unselected package libffi-dev:amd64. Unpacking libffi-dev:amd64 (from .../libffi-dev_3.0.10-3_amd64.deb) ... Selecting previously unselected package libogg-dev:amd64. Unpacking libogg-dev:amd64 (from .../libogg-dev_1.3.0-4_amd64.deb) ... Selecting previously unselected package libflac-dev:amd64. Unpacking libflac-dev:amd64 (from .../libflac-dev_1.2.1-6_amd64.deb) ... Selecting previously unselected package libgdk-pixbuf2.0-dev. Unpacking libgdk-pixbuf2.0-dev (from .../libgdk-pixbuf2.0-dev_2.26.1-1_amd64.deb) ... Selecting previously unselected package libgif-dev. Unpacking libgif-dev (from .../libgif-dev_4.1.6-9.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 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 libglew-dev:amd64. Unpacking libglew-dev:amd64 (from .../libglew-dev_1.7.0-3_amd64.deb) ... Selecting previously unselected package libgnome-keyring-dev. Unpacking libgnome-keyring-dev (from .../libgnome-keyring-dev_3.4.1-1_amd64.deb) ... Selecting previously unselected package libxft-dev. Unpacking libxft-dev (from .../libxft-dev_2.3.1-1_amd64.deb) ... Selecting previously unselected package libpango1.0-dev. Unpacking libpango1.0-dev (from .../libpango1.0-dev_1.30.0-1_amd64.deb) ... Selecting previously unselected package x11proto-xinerama-dev. Unpacking x11proto-xinerama-dev (from .../x11proto-xinerama-dev_1.2.1-2_all.deb) ... Selecting previously unselected package libxinerama-dev:amd64. Unpacking libxinerama-dev:amd64 (from .../libxinerama-dev_2%3a1.1.2-1_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 x11proto-randr-dev. Unpacking x11proto-randr-dev (from .../x11proto-randr-dev_1.3.2-2_all.deb) ... Selecting previously unselected package libxrandr-dev. Unpacking libxrandr-dev (from .../libxrandr-dev_2%3a1.3.2-2_amd64.deb) ... Selecting previously unselected package x11proto-fixes-dev. Unpacking x11proto-fixes-dev (from .../x11proto-fixes-dev_1%3a5.0-2_all.deb) ... Selecting previously unselected package libxfixes-dev. Unpacking libxfixes-dev (from .../libxfixes-dev_1%3a5.0-4_amd64.deb) ... Selecting previously unselected package libxcursor-dev:amd64. Unpacking libxcursor-dev:amd64 (from .../libxcursor-dev_1%3a1.1.13-1_amd64.deb) ... Selecting previously unselected package x11proto-composite-dev. Unpacking x11proto-composite-dev (from .../x11proto-composite-dev_1%3a0.4.2-2_all.deb) ... Selecting previously unselected package libxcomposite-dev. Unpacking libxcomposite-dev (from .../libxcomposite-dev_1%3a0.4.3-2_amd64.deb) ... Selecting previously unselected package x11proto-damage-dev. Unpacking x11proto-damage-dev (from .../x11proto-damage-dev_1%3a1.2.1-2_all.deb) ... Selecting previously unselected package libxdamage-dev. Unpacking libxdamage-dev (from .../libxdamage-dev_1%3a1.1.3-2_amd64.deb) ... Selecting previously unselected package libgtk2.0-dev. Unpacking libgtk2.0-dev (from .../libgtk2.0-dev_2.24.10-1_amd64.deb) ... Selecting previously unselected package libgtkglext1. Unpacking libgtkglext1 (from .../libgtkglext1_1.2.0-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 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 libgtkglext1-dev. Unpacking libgtkglext1-dev (from .../libgtkglext1-dev_1.2.0-2_amd64.deb) ... Selecting previously unselected package libid3tag0. Unpacking libid3tag0 (from .../libid3tag0_0.15.1b-10_amd64.deb) ... Selecting previously unselected package libimlib2. Unpacking libimlib2 (from .../libimlib2_1.4.5-1_amd64.deb) ... Selecting previously unselected package libtiff4-dev. Unpacking libtiff4-dev (from .../libtiff4-dev_3.9.6-6_amd64.deb) ... Selecting previously unselected package libltdl-dev:amd64. Unpacking libltdl-dev:amd64 (from .../libltdl-dev_2.4.2-1.1_amd64.deb) ... Selecting previously unselected package libimlib2-dev. Unpacking libimlib2-dev (from .../libimlib2-dev_1.4.5-1_amd64.deb) ... Selecting previously unselected package libmad0-dev. Unpacking libmad0-dev (from .../libmad0-dev_0.15.1b-7_amd64.deb) ... Selecting previously unselected package libmikmod2-dev:amd64. Unpacking libmikmod2-dev:amd64 (from .../libmikmod2-dev_3.1.12-4_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 libpoppler-dev. Unpacking libpoppler-dev (from .../libpoppler-dev_0.18.4-3_amd64.deb) ... Selecting previously unselected package libpoppler-private-dev. Unpacking libpoppler-private-dev (from .../libpoppler-private-dev_0.18.4-3_amd64.deb) ... Selecting previously unselected package libpq5. Unpacking libpq5 (from .../libpq5_9.1.4-2_amd64.deb) ... Selecting previously unselected package libpq-dev. Unpacking libpq-dev (from .../libpq-dev_9.1.4-2_amd64.deb) ... Selecting previously unselected package libpulse-dev:amd64. Unpacking libpulse-dev:amd64 (from .../libpulse-dev_2.0-3_amd64.deb) ... Selecting previously unselected package libqt4-opengl-dev. Unpacking libqt4-opengl-dev (from .../libqt4-opengl-dev_4%3a4.8.2-1_amd64.deb) ... Selecting previously unselected package libqtwebkit-dev. Unpacking libqtwebkit-dev (from .../libqtwebkit-dev_2.2.1-4+b1_amd64.deb) ... Selecting previously unselected package librsvg2-common:amd64. Unpacking librsvg2-common:amd64 (from .../librsvg2-common_2.36.1-1_amd64.deb) ... Selecting previously unselected package librsvg2-dev. Unpacking librsvg2-dev (from .../librsvg2-dev_2.36.1-1_amd64.deb) ... Selecting previously unselected package libts-dev:amd64. Unpacking libts-dev:amd64 (from .../libts-dev_1.0-11_amd64.deb) ... Selecting previously unselected package libsdl1.2-dev. Unpacking libsdl1.2-dev (from .../libsdl1.2-dev_1.2.15-5_amd64.deb) ... Selecting previously unselected package libsdl-gfx1.2-dev:amd64. Unpacking libsdl-gfx1.2-dev:amd64 (from .../libsdl-gfx1.2-dev_2.0.23-1_amd64.deb) ... Selecting previously unselected package libwebp-dev:amd64. Unpacking libwebp-dev:amd64 (from .../libwebp-dev_0.1.3-3_amd64.deb) ... Selecting previously unselected package libsdl-image1.2-dev:amd64. Unpacking libsdl-image1.2-dev:amd64 (from .../libsdl-image1.2-dev_1.2.12-2_amd64.deb) ... Selecting previously unselected package libvorbis-dev:amd64. Unpacking libvorbis-dev:amd64 (from .../libvorbis-dev_1.3.2-1.3_amd64.deb) ... Selecting previously unselected package libsdl-mixer1.2-dev:amd64. Unpacking libsdl-mixer1.2-dev:amd64 (from .../libsdl-mixer1.2-dev_1.2.12-2_amd64.deb) ... Selecting previously unselected package libsdl-sound1.2-dev:amd64. Unpacking libsdl-sound1.2-dev:amd64 (from .../libsdl-sound1.2-dev_1.0.3-6_amd64.deb) ... Selecting previously unselected package libsdl-ttf2.0-dev:amd64. Unpacking libsdl-ttf2.0-dev:amd64 (from .../libsdl-ttf2.0-dev_2.0.11-2_amd64.deb) ... Selecting previously unselected package libsqlite0. Unpacking libsqlite0 (from .../libsqlite0_2.8.17-7_amd64.deb) ... Selecting previously unselected package libsqlite0-dev. Unpacking libsqlite0-dev (from .../libsqlite0-dev_2.8.17-7_amd64.deb) ... Selecting previously unselected package libsqlite3-dev. Unpacking libsqlite3-dev (from .../libsqlite3-dev_3.7.13-1_amd64.deb) ... Selecting previously unselected package libv4l-dev:amd64. Unpacking libv4l-dev:amd64 (from .../libv4l-dev_0.8.8-3_amd64.deb) ... Selecting previously unselected package libxml2-dev:amd64. Unpacking libxml2-dev:amd64 (from .../libxml2-dev_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package libxslt1-dev. Unpacking libxslt1-dev (from .../libxslt1-dev_1.1.26-12+rebuild1_amd64.deb) ... Selecting previously unselected package x11proto-record-dev. Unpacking x11proto-record-dev (from .../x11proto-record-dev_1.14.2-1_all.deb) ... Selecting previously unselected package libxtst-dev:amd64. Unpacking libxtst-dev:amd64 (from .../libxtst-dev_2%3a1.2.1-1_amd64.deb) ... Selecting previously unselected package unixodbc. Unpacking unixodbc (from .../unixodbc_2.2.14p2-5_amd64.deb) ... Selecting previously unselected package unixodbc-dev. Unpacking unixodbc-dev (from .../unixodbc-dev_2.2.14p2-5_amd64.deb) ... Selecting previously unselected package sbuild-build-depends-gambas3-dummy. Unpacking sbuild-build-depends-gambas3-dummy (from .../sbuild-build-depends-gambas3-dummy.deb) ... Processing triggers for sgml-base ... Updating the super catalog... Setting up libncursesw5:amd64 (5.9-10) ... 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 libudev0:amd64 (175-3.1) ... Setting up udev (175-3.1) ... A chroot environment has been detected, udev not started. 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 libgnutls-openssl27: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 sgml-data (2.0.8) ... Setting up libasound2:amd64 (1.0.25-3) ... Setting up libasyncns0:amd64 (0.8-4) ... Setting up libglib2.0-0:amd64 (2.32.3-1) ... No schema files found: doing nothing. Setting up libatk1.0-data (2.4.0-2) ... Setting up libatk1.0-0:amd64 (2.4.0-2) ... Setting up libxau6:amd64 (1:1.0.7-1) ... 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 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 libxt6:amd64 (1:1.1.3-1) ... Setting up libaudio2:amd64 (1.9.3-5) ... Setting up libavahi-common-data:amd64 (0.6.31-1) ... Setting up libavahi-common3:amd64 (0.6.31-1) ... Setting up libdbus-1-3:amd64 (1.6.2-1) ... Setting up libavahi-client3:amd64 (0.6.31-1) ... 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 libcaca0:amd64 (0.99.beta18-1) ... 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 libcairo-gobject2:amd64 (1.12.2-2) ... Setting up libcairo-script-interpreter2:amd64 (1.12.2-2) ... Setting up libcroco3:amd64 (0.6.5-1) ... Setting up libcups2:amd64 (1.5.3-2) ... Setting up libssh2-1:amd64 (1.4.2-1) ... Setting up libcurl3:amd64 (7.26.0-1) ... Setting up libcurl3-gnutls:amd64 (7.26.0-1) ... Setting up libdatrie1:amd64 (0.2.5-3) ... Setting up tsconf (1.0-11) ... Setting up libts-0.0-0:amd64 (1.0-11) ... Setting up libdirectfb-1.2-9:amd64 (1.2.10.0-5) ... Setting up libjpeg8:amd64 (8d-1) ... Setting up libxext6:amd64 (2:1.3.1-2) ... Setting up libdirectfb-extra:amd64 (1.2.10.0-5) ... Setting up libdrm2:amd64 (2.4.33-3) ... Setting up libelf1:amd64 (0.153-1) ... Setting up libflac8:amd64 (1.2.1-6) ... 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 libglapi-mesa:amd64 (8.0.3-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 libxxf86vm1:amd64 (1:1.1.2-1) ... Setting up libgl1-mesa-glx:amd64 (8.0.3-1) ... Setting up libglu1-mesa:amd64 (8.0.3-1) ... Setting up libxi6:amd64 (2:1.6.1-1) ... Setting up libxmu6:amd64 (2:1.1.1-1) ... Setting up libglew1.7:amd64 (1.7.0-3) ... Setting up libgnome-keyring-common (3.4.1-1) ... Setting up libgnome-keyring0:amd64 (3.4.1-1) ... Setting up libgstreamer0.10-0:amd64 (0.10.36-1) ... Setting up iso-codes (3.37-1) ... Setting up libgstreamer-plugins-base0.10-0:amd64 (0.10.36-1) ... Setting up libgtk2.0-common (2.24.10-1) ... 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 libxcomposite1:amd64 (1:0.4.3-2) ... Setting up libxcursor1:amd64 (1:1.1.13-1) ... Setting up libxinerama1:amd64 (2:1.1.2-1) ... Setting up libxrandr2:amd64 (2:1.3.2-2) ... Setting up shared-mime-info (1.0-1) ... Setting up libgtk2.0-0:amd64 (2.24.10-1) ... Setting up liblcms1:amd64 (1.19.dfsg-1.1) ... Setting up libltdl7:amd64 (2.4.2-1.1) ... Setting up libmikmod2:amd64 (3.1.12-4) ... Setting up libmng1:amd64 (1.0.10-3) ... 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 libpcrecpp0:amd64 (1:8.30-5) ... Setting up libjson0:amd64 (0.9-1.1) ... 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 libpulse-mainloop-glib0:amd64 (2.0-3) ... Setting up libqtcore4:amd64 (4:4.8.2-1) ... Setting up libqt4-xml:amd64 (4:4.8.2-1) ... Setting up libqtgui4:amd64 (4:4.8.2-1) ... Setting up libpoppler19:amd64 (0.18.4-3) ... Setting up libqca2:amd64 (2.0.3-4) ... Setting up libqt4-sql:amd64 (4:4.8.2-1) ... Setting up libqt4-opengl:amd64 (4:4.8.2-1) ... Setting up libqt4-svg:amd64 (4:4.8.2-1) ... Setting up libqt4-test:amd64 (4:4.8.2-1) ... Setting up librsvg2-2:amd64 (2.36.1-1) ... Setting up libsdl1.2debian:amd64 (1.2.15-5) ... Setting up libsdl-gfx1.2-4:amd64 (2.0.23-1) ... Setting up libwebp2:amd64 (0.1.3-3) ... Setting up libsdl-image1.2:amd64 (1.2.12-2) ... Setting up libmad0 (0.15.1b-7) ... Setting up libvorbisfile3:amd64 (1.3.2-1.3) ... Setting up libsdl-mixer1.2:amd64 (1.2.12-2) ... Setting up libsdl-sound1.2:amd64 (1.0.3-6) ... Setting up libsdl-ttf2.0-0:amd64 (2.0.11-2) ... Setting up libswscale2:amd64 (6:0.8.3-4) ... Setting up libtiffxx0c2:amd64 (3.9.6-6) ... Setting up libv4lconvert0:amd64 (0.8.8-3) ... Setting up libv4l-0:amd64 (0.8.8-3) ... Setting up libxmuu1:amd64 (2:1.1.1-1) ... Setting up libxslt1.1:amd64 (1.1.26-12+rebuild1) ... Setting up libxss1:amd64 (1:1.2.2-1) ... Setting up libgnutlsxx27:amd64 (2.12.20-1) ... Setting up libjbig-dev:amd64 (2.0-2) ... Setting up libyajl2 (2.0.4-2) ... Setting up adduser (3.113+nmu3) ... 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 m4 (1.4.16-3) ... Setting up autoconf (2.69-1) ... Setting up autotools-dev (20120608.1) ... Setting up automake (1:1.11.5-2) ... update-alternatives: using /usr/bin/automake-1.11 to provide /usr/bin/automake (automake) in auto mode 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 libtool (2.4.2-1.1) ... Setting up dh-autoreconf (6) ... Setting up docbook-xsl (1.76.1+dfsg-1) ... Setting up libgirepository-1.0-1 (1.32.1-1) ... Setting up gir1.2-glib-2.0 (1.32.1-1) ... Setting up gir1.2-atk-1.0 (2.4.0-2) ... Setting up gir1.2-freedesktop (1.32.1-1) ... Setting up gir1.2-gdkpixbuf-2.0 (2.26.1-1) ... Setting up gir1.2-gnomekeyring-1.0 (3.4.1-1) ... Setting up gir1.2-pango-1.0 (1.30.0-1) ... Setting up gir1.2-rsvg-2.0 (2.36.1-1) ... Setting up libdlrestrictions1 (0.15.1) ... Setting up libfam0 (2.7.0-17) ... Setting up libclucene0ldbl (0.9.21b-2+b1) ... Setting up libiodbc2 (3.52.7-2) ... Setting up libraptor2-0 (2.0.8-1) ... Setting up libmhash2 (0.9.9.9-1.1) ... Setting up librasqal3 (0.9.29-1) ... Setting up librdf0 (1.0.15-1+b1) ... Setting up libexiv2-12 (0.23-1) ... Setting up libstreams0 (0.7.7-3) ... Setting up libstreamanalyzer0 (0.7.7-3) ... Setting up libutempter0 (1.1.5-4) ... Creating utempter group... Setting up xauth (1:1.0.7-1) ... Setting up libthreadweaver4 (4:4.8.4-3) ... Setting up libgif4 (4.1.6-9.1) ... Setting up libxml2-utils (2.8.0+dfsg1-4) ... Setting up qt4-linguist-tools (4:4.8.2-1) ... update-alternatives: using /usr/bin/lupdate-qt4 to provide /usr/bin/lupdate (lupdate) in auto mode update-alternatives: using /usr/bin/lrelease-qt4 to provide /usr/bin/lrelease (lrelease) in auto mode Setting up qt4-qmake (4:4.8.2-1) ... update-alternatives: using /usr/bin/qmake-qt4 to provide /usr/bin/qmake (qmake) in auto mode Setting up comerr-dev (2.1-1.42.4-3) ... Setting up krb5-multidev (1.10.1+dfsg-1) ... Setting up libasound2-dev:amd64 (1.0.25-3) ... Setting up pkg-config (0.26-1) ... Setting up libglib2.0-data (2.32.3-1) ... Setting up libglib2.0-bin (2.32.3-1) ... Setting up libpcre3-dev (1:8.30-5) ... Setting up zlib1g-dev:amd64 (1:1.2.7.dfsg-13) ... Setting up libglib2.0-dev (2.32.3-1) ... Setting up libatk1.0-dev (2.4.0-2) ... Setting up libavahi-common-dev (0.6.31-1) ... Setting up libdbus-1-dev (1.6.2-1) ... Setting up libavahi-client-dev (0.6.31-1) ... Setting up libbz2-dev:amd64 (1.0.6-3) ... Setting up libpng12-dev (1.2.49-1) ... Setting up libslang2-dev:amd64 (2.2.4-15) ... Setting up libcaca-dev (0.99.beta18-1) ... Setting up libexpat1-dev (2.1.0-1) ... Setting up libfreetype6-dev (2.4.9-1) ... Setting up libfontconfig1-dev (2.9.0-6) ... 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 x11proto-render-dev (2:0.11.1-2) ... Setting up libxrender-dev:amd64 (1:0.9.7-1) ... Setting up libice-dev:amd64 (2:1.0.8-2) ... Setting up libsm-dev:amd64 (2:1.2.1-2) ... Setting up libpixman-1-dev (0.26.0-3) ... Setting up libxcb-render0-dev:amd64 (1.8.1-1) ... Setting up libxcb-shm0-dev:amd64 (1.8.1-1) ... Setting up libcairo2-dev (1.12.2-2) ... Setting up libidn11-dev (1.25-2) ... Setting up libkrb5-dev (1.10.1+dfsg-1) ... Setting up libldap2-dev:amd64 (2.4.31-1) ... Setting up libgpg-error-dev (1.10-3) ... Setting up libgcrypt11-dev (1.5.0-3) ... Setting up libtasn1-3-dev (2.13-2) ... Setting up libp11-kit-dev (0.12-3) ... Setting up libgnutls-dev (2.12.20-1) ... Setting up librtmp-dev (2.4+20111222.git4e06e21-1) ... Setting up libssh2-1-dev (1.4.2-1) ... Setting up libssl-dev (1.0.1c-3) ... Setting up libcurl4-openssl-dev (7.26.0-1) ... Setting up libjpeg8-dev:amd64 (8d-1) ... Setting up x11proto-xext-dev (7.2.1-1) ... Setting up libxext-dev:amd64 (2:1.3.1-2) ... Setting up libdirectfb-dev (1.2.10.0-5) ... Setting up libffi-dev:amd64 (3.0.10-3) ... Setting up libogg-dev:amd64 (1.3.0-4) ... Setting up libflac-dev:amd64 (1.2.1-6) ... Setting up libgdk-pixbuf2.0-dev (2.26.1-1) ... Setting up libgif-dev (4.1.6-9.1) ... Setting up mesa-common-dev (8.0.3-1) ... Setting up libgl1-mesa-dev (8.0.3-1) ... Setting up libglu1-mesa-dev (8.0.3-1) ... Setting up libglew-dev:amd64 (1.7.0-3) ... Setting up libgnome-keyring-dev (3.4.1-1) ... Setting up libxft-dev (2.3.1-1) ... Setting up libpango1.0-dev (1.30.0-1) ... Setting up x11proto-xinerama-dev (1.2.1-2) ... Setting up libxinerama-dev:amd64 (2:1.1.2-1) ... Setting up libxi-dev (2:1.6.1-1) ... Setting up x11proto-randr-dev (1.3.2-2) ... Setting up libxrandr-dev (2:1.3.2-2) ... Setting up x11proto-fixes-dev (1:5.0-2) ... Setting up libxfixes-dev (1:5.0-4) ... Setting up libxcursor-dev:amd64 (1:1.1.13-1) ... Setting up x11proto-composite-dev (1:0.4.2-2) ... Setting up libxcomposite-dev (1:0.4.3-2) ... Setting up x11proto-damage-dev (1:1.2.1-2) ... Setting up libxdamage-dev (1:1.1.3-2) ... Setting up libgtk2.0-dev (2.24.10-1) ... Setting up libgtkglext1 (1.2.0-2) ... Setting up libxt-dev:amd64 (1:1.1.3-1) ... Setting up libxmu-headers (2:1.1.1-1) ... Setting up libxmu-dev:amd64 (2:1.1.1-1) ... Setting up libgtkglext1-dev (1.2.0-2) ... Setting up libid3tag0 (0.15.1b-10) ... Setting up libimlib2 (1.4.5-1) ... Setting up libtiff4-dev (3.9.6-6) ... Setting up libltdl-dev:amd64 (2.4.2-1.1) ... Setting up libimlib2-dev (1.4.5-1) ... Setting up libmad0-dev (0.15.1b-7) ... Setting up libmikmod2-dev:amd64 (3.1.12-4) ... Setting up libmysqlclient-dev (5.5.24+dfsg-4) ... Setting up libpoppler-dev (0.18.4-3) ... Setting up libpoppler-private-dev (0.18.4-3) ... Setting up libpq5 (9.1.4-2) ... Setting up libpq-dev (9.1.4-2) ... Setting up libpulse-dev:amd64 (2.0-3) ... Setting up librsvg2-common:amd64 (2.36.1-1) ... Setting up librsvg2-dev (2.36.1-1) ... Setting up libts-dev:amd64 (1.0-11) ... Setting up libsdl1.2-dev (1.2.15-5) ... Setting up libsdl-gfx1.2-dev:amd64 (2.0.23-1) ... Setting up libwebp-dev:amd64 (0.1.3-3) ... Setting up libsdl-image1.2-dev:amd64 (1.2.12-2) ... Setting up libvorbis-dev:amd64 (1.3.2-1.3) ... Setting up libsdl-mixer1.2-dev:amd64 (1.2.12-2) ... Setting up libsdl-sound1.2-dev:amd64 (1.0.3-6) ... Setting up libsdl-ttf2.0-dev:amd64 (2.0.11-2) ... Setting up libsqlite0 (2.8.17-7) ... Setting up libsqlite0-dev (2.8.17-7) ... Setting up libsqlite3-dev (3.7.13-1) ... Setting up libv4l-dev:amd64 (0.8.8-3) ... Setting up libxml2-dev:amd64 (2.8.0+dfsg1-4) ... Setting up libxslt1-dev (1.1.26-12+rebuild1) ... Setting up x11proto-record-dev (1.14.2-1) ... Setting up libxtst-dev:amd64 (2:1.2.1-1) ... Processing triggers for sgml-base ... Updating the super catalog... Setting up docbook-xml (4.5-7.1) ... Processing triggers for sgml-base ... Updating the super catalog... Setting up odbcinst (2.2.14p2-5) ... Setting up odbcinst1debian2:amd64 (2.2.14p2-5) ... Setting up unixodbc (2.2.14p2-5) ... Setting up unixodbc-dev (2.2.14p2-5) ... Setting up qdbus (4:4.8.2-1) ... Setting up libqt4-dbus:amd64 (4:4.8.2-1) ... Setting up libphonon4:amd64 (4:4.6.0.0-2) ... Setting up libqt4-network:amd64 (4:4.8.2-1) ... Setting up libqt4-script:amd64 (4:4.8.2-1) ... Setting up libqt4-xmlpatterns:amd64 (4:4.8.2-1) ... Setting up libqt4-declarative:amd64 (4:4.8.2-1) ... Setting up libqt4-designer:amd64 (4:4.8.2-1) ... Setting up libqt4-help:amd64 (4:4.8.2-1) ... Setting up libqt4-qt3support:amd64 (4:4.8.2-1) ... Setting up libqt4-scripttools:amd64 (4:4.8.2-1) ... Setting up libqtwebkit4:amd64 (2.2.1-4+b1) ... Setting up libkdecore5 (4:4.8.4-3) ... Setting up libattica0 (0.2.0-1) ... Setting up libdbusmenu-qt2 (0.9.0-1) ... Setting up libkdeui5 (4:4.8.4-3) ... Setting up soprano-daemon (2.7.6+dfsg.1-1) ... Setting up libsoprano4 (2.7.6+dfsg.1-1) ... Setting up libnepomuk4 (4:4.8.4-3) ... Setting up libsolid4 (4:4.8.4-3) ... Setting up libkio5 (4:4.8.4-3) ... Setting up libkjsapi4 (4:4.8.4-3) ... Setting up libkjsembed4 (4:4.8.4-3) ... Setting up libkrosscore4 (4:4.8.4-3) ... Setting up libnepomukquery4a (4:4.8.4-3) ... Setting up libnepomukutils4 (4:4.8.4-3) ... Setting up kdelibs-bin (4:4.8.4-3) ... Setting up libkparts4 (4:4.8.4-3) ... Setting up libkpty4 (4:4.8.4-3) ... Setting up libkde3support4 (4:4.8.4-3) ... Setting up libkdesu5 (4:4.8.4-3) ... Setting up libkntlm4 (4:4.8.4-3) ... Setting up libkfile4 (4:4.8.4-3) ... Setting up libknewstuff2-4 (4:4.8.4-3) ... Setting up libknewstuff3-4 (4:4.8.4-3) ... Setting up libkcmutils4 (4:4.8.4-3) ... Setting up libkemoticons4 (4:4.8.4-3) ... Setting up libkidletime4 (4:4.8.4-3) ... Setting up libkprintutils4 (4:4.8.4-3) ... Setting up libkutils4 (4:4.8.4-3) ... Setting up libktexteditor4 (4:4.8.4-3) ... Setting up libkhtml5 (4:4.8.4-3) ... Setting up libkimproxy4 (4:4.8.4-3) ... Setting up libkmediaplayer4 (4:4.8.4-3) ... Setting up libknotifyconfig4 (4:4.8.4-3) ... Setting up libkdnssd4 (4:4.8.4-3) ... Setting up libkrossui4 (4:4.8.4-3) ... Setting up libkdewebkit5 (4:4.8.4-3) ... Setting up libplasma3 (4:4.8.4-3) ... Setting up libkunitconversion4 (4:4.8.4-3) ... Setting up libkdeclarative5 (4:4.8.4-3) ... Setting up kdoctools (4:4.8.4-3) ... Setting up libqt4-dev-bin (4:4.8.2-1) ... update-alternatives: using /usr/bin/moc-qt4 to provide /usr/bin/moc (moc) in auto mode update-alternatives: using /usr/bin/uic-qt4 to provide /usr/bin/uic (uic) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/uic.1.gz because associated file /usr/share/man/man1/uic-qt4.1.gz (of link group uic) doesn't exist Setting up libqt4-dev (4:4.8.2-1) ... Setting up automoc (1.0~version-0.9.88-5) ... Setting up libsoprano-dev (2.7.6+dfsg.1-1) ... Setting up phonon-backend-null:amd64 (4:4.6.0.0-2) ... Setting up libphonon-dev (4:4.6.0.0-2) ... Setting up kdelibs5-dev (4:4.8.4-3) ... Setting up libqt4-opengl-dev (4:4.8.2-1) ... Setting up libqtwebkit-dev (2.2.1-4+b1) ... Setting up sbuild-build-depends-gambas3-dummy (0.invalid.0) ... Processing triggers for libgdk-pixbuf2.0-0:amd64 ... ┌──────────────────────────────────────────────────────────────────────────────┐ │ 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: adduser_3.113+nmu3 apt_0.9.7.1 autoconf_2.69-1 automake_1:1.11.5-2 automoc_1.0~version-0.9.88-5 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 dh-autoreconf_6 diffutils_1:3.2-6 docbook-xml_4.5-7.1 docbook-xsl_1.76.1+dfsg-1 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 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 gir1.2-atk-1.0_2.4.0-2 gir1.2-freedesktop_1.32.1-1 gir1.2-gdkpixbuf-2.0_2.26.1-1 gir1.2-glib-2.0_1.32.1-1 gir1.2-gnomekeyring-1.0_3.4.1-1 gir1.2-pango-1.0_1.30.0-1 gir1.2-rsvg-2.0_2.36.1-1 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 iso-codes_3.37-1 kdelibs-bin_4:4.8.4-3 kdelibs5-dev_4:4.8.4-3 kdoctools_4:4.8.4-3 krb5-multidev_1.10.1+dfsg-1 libacl1_2.2.51-8 libapt-pkg4.12_0.9.7.1 libasound2_1.0.25-3 libasound2-dev_1.0.25-3 libasprintf0c2_0.18.1.1-9 libasyncns0_0.8-4 libatk1.0-0_2.4.0-2 libatk1.0-data_2.4.0-2 libatk1.0-dev_2.4.0-2 libattica0_0.2.0-1 libattr1_1:2.4.46-8 libaudio2_1.9.3-5 libavahi-client-dev_0.6.31-1 libavahi-client3_0.6.31-1 libavahi-common-data_0.6.31-1 libavahi-common-dev_0.6.31-1 libavahi-common3_0.6.31-1 libavcodec53_6:0.8.3-4 libavformat53_6:0.8.3-4 libavutil51_6:0.8.3-4 libblkid1_2.20.1-5.1 libbz2-1.0_1.0.6-3 libbz2-dev_1.0.6-3 libc-bin_2.13-34 libc-dev-bin_2.13-34 libc6_2.13-34 libc6-dev_2.13-34 libcaca-dev_0.99.beta18-1 libcaca0_0.99.beta18-1 libcairo-gobject2_1.12.2-2 libcairo-script-interpreter2_1.12.2-2 libcairo2_1.12.2-2 libcairo2-dev_1.12.2-2 libcap2_1:2.22-1.1 libclang-common-dev_3.1-8 libclass-isa-perl_0.36-3 libclucene0ldbl_0.9.21b-2+b1 libcomerr2_1.42.4-3 libcroco3_0.6.5-1 libcups2_1.5.3-2 libcurl3_7.26.0-1 libcurl3-gnutls_7.26.0-1 libcurl4-openssl-dev_7.26.0-1 libdatrie1_0.2.5-3 libdb5.1_5.1.29-5 libdbus-1-3_1.6.2-1 libdbus-1-dev_1.6.2-1 libdbusmenu-qt2_0.9.0-1 libdirac-encoder0_1.0.2-6 libdirectfb-1.2-9_1.2.10.0-5 libdirectfb-dev_1.2.10.0-5 libdirectfb-extra_1.2.10.0-5 libdlrestrictions1_0.15.1 libdpkg-perl_1.16.6 libdrm2_2.4.33-3 libelf1_0.153-1 libexiv2-12_0.23-1 libexpat1_2.1.0-1 libexpat1-dev_2.1.0-1 libfam0_2.7.0-17 libffi-dev_3.0.10-3 libffi5_3.0.10-3 libfile-fcntllock-perl_0.14-2 libflac-dev_1.2.1-6 libflac8_1.2.1-6 libfontconfig1_2.9.0-6 libfontconfig1-dev_2.9.0-6 libfreetype6_2.4.9-1 libfreetype6-dev_2.4.9-1 libgc1c2_1:7.1-8 libgcc1_1:4.7.1-2 libgcrypt11_1.5.0-3 libgcrypt11-dev_1.5.0-3 libgdbm3_1.8.3-11 libgdk-pixbuf2.0-0_2.26.1-1 libgdk-pixbuf2.0-common_2.26.1-1 libgdk-pixbuf2.0-dev_2.26.1-1 libgettextpo0_0.18.1.1-9 libgif-dev_4.1.6-9.1 libgif4_4.1.6-9.1 libgirepository-1.0-1_1.32.1-1 libgl1-mesa-dev_8.0.3-1 libgl1-mesa-glx_8.0.3-1 libglapi-mesa_8.0.3-1 libglew-dev_1.7.0-3 libglew1.7_1.7.0-3 libglib2.0-0_2.32.3-1 libglib2.0-bin_2.32.3-1 libglib2.0-data_2.32.3-1 libglib2.0-dev_2.32.3-1 libglu1-mesa_8.0.3-1 libglu1-mesa-dev_8.0.3-1 libgmp10_2:5.0.5+dfsg-2 libgnome-keyring-common_3.4.1-1 libgnome-keyring-dev_3.4.1-1 libgnome-keyring0_3.4.1-1 libgnutls-dev_2.12.20-1 libgnutls-openssl27_2.12.20-1 libgnutls26_2.12.20-1 libgnutlsxx27_2.12.20-1 libgomp1_4.7.1-2 libgpg-error-dev_1.10-3 libgpg-error0_1.10-3 libgsm1_1.0.13-4 libgssapi-krb5-2_1.10.1+dfsg-1 libgssrpc4_1.10.1+dfsg-1 libgstreamer-plugins-base0.10-0_0.10.36-1 libgstreamer0.10-0_0.10.36-1 libgtk2.0-0_2.24.10-1 libgtk2.0-common_2.24.10-1 libgtk2.0-dev_2.24.10-1 libgtkglext1_1.2.0-2 libgtkglext1-dev_1.2.0-2 libice-dev_2:1.0.8-2 libice6_2:1.0.8-2 libid3tag0_0.15.1b-10 libidn11_1.25-2 libidn11-dev_1.25-2 libimlib2_1.4.5-1 libimlib2-dev_1.4.5-1 libiodbc2_3.52.7-2 libitm1_4.7.1-2 libjasper1_1.900.1-13 libjbig-dev_2.0-2 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 libkcmutils4_4:4.8.4-3 libkdb5-6_1.10.1+dfsg-1 libkde3support4_4:4.8.4-3 libkdeclarative5_4:4.8.4-3 libkdecore5_4:4.8.4-3 libkdesu5_4:4.8.4-3 libkdeui5_4:4.8.4-3 libkdewebkit5_4:4.8.4-3 libkdnssd4_4:4.8.4-3 libkemoticons4_4:4.8.4-3 libkeyutils1_1.5.5-3 libkfile4_4:4.8.4-3 libkhtml5_4:4.8.4-3 libkidletime4_4:4.8.4-3 libkimproxy4_4:4.8.4-3 libkio5_4:4.8.4-3 libkjsapi4_4:4.8.4-3 libkjsembed4_4:4.8.4-3 libkmediaplayer4_4:4.8.4-3 libknewstuff2-4_4:4.8.4-3 libknewstuff3-4_4:4.8.4-3 libknotifyconfig4_4:4.8.4-3 libkntlm4_4:4.8.4-3 libkparts4_4:4.8.4-3 libkprintutils4_4:4.8.4-3 libkpty4_4:4.8.4-3 libkrb5-3_1.10.1+dfsg-1 libkrb5-dev_1.10.1+dfsg-1 libkrb5support0_1.10.1+dfsg-1 libkrosscore4_4:4.8.4-3 libkrossui4_4:4.8.4-3 libktexteditor4_4:4.8.4-3 libkunitconversion4_4:4.8.4-3 libkutils4_4:4.8.4-3 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 libltdl-dev_2.4.2-1.1 libltdl7_2.4.2-1.1 liblzma5_5.1.1alpha+20120614-1 libmad0_0.15.1b-7 libmad0-dev_0.15.1b-7 libmagic1_5.11-2 libmhash2_0.9.9.9-1.1 libmikmod2_3.1.12-4 libmikmod2-dev_3.1.12-4 libmng1_1.0.10-3 libmount1_2.20.1-5.1 libmp3lame0_3.99.5+repack1-3 libmpc2_0.9-4 libmpfr4_3.1.0-5 libmysqlclient-dev_5.5.24+dfsg-4 libmysqlclient18_5.5.24+dfsg-4 libncurses5_5.9-10 libncursesw5_5.9-10 libnepomuk4_4:4.8.4-3 libnepomukquery4a_4:4.8.4-3 libnepomukutils4_4:4.8.4-3 libodbc1_2.2.14p2-5 libogg-dev_1.3.0-4 libogg0_1.3.0-4 libopenjpeg2_1.3+dfsg-4.1 liborc-0.4-0_1:0.4.16-2 libp11-kit-dev_0.12-3 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 libpango1.0-dev_1.30.0-1 libpcre3_1:8.30-5 libpcre3-dev_1:8.30-5 libpcrecpp0_1:8.30-5 libphonon-dev_4:4.6.0.0-2 libphonon4_4:4.6.0.0-2 libpipeline1_1.2.1-1 libpixman-1-0_0.26.0-3 libpixman-1-dev_0.26.0-3 libplasma3_4:4.8.4-3 libpng12-0_1.2.49-1 libpng12-dev_1.2.49-1 libpoppler-dev_0.18.4-3 libpoppler-private-dev_0.18.4-3 libpoppler19_0.18.4-3 libpopt0_1.16-7 libpq-dev_9.1.4-2 libpq5_9.1.4-2 libpthread-stubs0_0.3-3 libpthread-stubs0-dev_0.3-3 libpulse-dev_2.0-3 libpulse-mainloop-glib0_2.0-3 libpulse0_2.0-3 libqca2_2.0.3-4 libqt4-dbus_4:4.8.2-1 libqt4-declarative_4:4.8.2-1 libqt4-designer_4:4.8.2-1 libqt4-dev_4:4.8.2-1 libqt4-dev-bin_4:4.8.2-1 libqt4-help_4:4.8.2-1 libqt4-network_4:4.8.2-1 libqt4-opengl_4:4.8.2-1 libqt4-opengl-dev_4:4.8.2-1 libqt4-qt3support_4:4.8.2-1 libqt4-script_4:4.8.2-1 libqt4-scripttools_4:4.8.2-1 libqt4-sql_4:4.8.2-1 libqt4-svg_4:4.8.2-1 libqt4-test_4:4.8.2-1 libqt4-xml_4:4.8.2-1 libqt4-xmlpatterns_4:4.8.2-1 libqtcore4_4:4.8.2-1 libqtgui4_4:4.8.2-1 libqtwebkit-dev_2.2.1-4+b1 libqtwebkit4_2.2.1-4+b1 libquadmath0_4.7.1-2 libraptor2-0_2.0.8-1 librasqal3_0.9.29-1 librdf0_1.0.15-1+b1 libreadline6_6.2-8 librsvg2-2_2.36.1-1 librsvg2-common_2.36.1-1 librsvg2-dev_2.36.1-1 librtmp-dev_2.4+20111222.git4e06e21-1 librtmp0_2.4+20111222.git4e06e21-1 libsasl2-2_2.1.25.dfsg1-4+b1 libschroedinger-1.0-0_1.0.11-2 libsdl-gfx1.2-4_2.0.23-1 libsdl-gfx1.2-dev_2.0.23-1 libsdl-image1.2_1.2.12-2 libsdl-image1.2-dev_1.2.12-2 libsdl-mixer1.2_1.2.12-2 libsdl-mixer1.2-dev_1.2.12-2 libsdl-sound1.2_1.0.3-6 libsdl-sound1.2-dev_1.0.3-6 libsdl-ttf2.0-0_2.0.11-2 libsdl-ttf2.0-dev_2.0.11-2 libsdl1.2-dev_1.2.15-5 libsdl1.2debian_1.2.15-5 libselinux1_2.1.9-5 libsemanage-common_2.1.6-6 libsemanage1_2.1.6-6 libsepol1_2.1.4-3 libslang2_2.2.4-15 libslang2-dev_2.2.4-15 libsm-dev_2:1.2.1-2 libsm6_2:1.2.1-2 libsndfile1_1.0.25-5 libsolid4_4:4.8.4-3 libsoprano-dev_2.7.6+dfsg.1-1 libsoprano4_2.7.6+dfsg.1-1 libspeex1_1.2~rc1-6 libsqlite0_2.8.17-7 libsqlite0-dev_2.8.17-7 libsqlite3-0_3.7.13-1 libsqlite3-dev_3.7.13-1 libss2_1.42.4-3 libssh2-1_1.4.2-1 libssh2-1-dev_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 libstreamanalyzer0_0.7.7-3 libstreams0_0.7.7-3 libswitch-perl_2.16-2 libswscale2_6:0.8.3-4 libtasn1-3_2.13-2 libtasn1-3-dev_2.13-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 libthreadweaver4_4:4.8.4-3 libtiff4_3.9.6-6 libtiff4-dev_3.9.6-6 libtiffxx0c2_3.9.6-6 libtimedate-perl_1.2000-1 libtinfo5_5.9-10 libtool_2.4.2-1.1 libts-0.0-0_1.0-11 libts-dev_1.0-11 libudev0_175-3.1 libunistring0_0.9.3-5 libusb-0.1-4_2:0.1.12-23 libustr-1.0-1_1.0.4-3 libutempter0_1.1.5-4 libuuid1_2.20.1-5.1 libv4l-0_0.8.8-3 libv4l-dev_0.8.8-3 libv4lconvert0_0.8.8-3 libva1_1.0.15-4 libvorbis-dev_1.3.2-1.3 libvorbis0a_1.3.2-1.3 libvorbisenc2_1.3.2-1.3 libvorbisfile3_1.3.2-1.3 libvpx1_1.1.0-1 libwebp-dev_0.1.3-3 libwebp2_0.1.3-3 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-render0-dev_1.8.1-1 libxcb-shm0_1.8.1-1 libxcb-shm0-dev_1.8.1-1 libxcb1_1.8.1-1 libxcb1-dev_1.8.1-1 libxcomposite-dev_1:0.4.3-2 libxcomposite1_1:0.4.3-2 libxcursor-dev_1:1.1.13-1 libxcursor1_1:1.1.13-1 libxdamage-dev_1:1.1.3-2 libxdamage1_1:1.1.3-2 libxdmcp-dev_1:1.1.1-1 libxdmcp6_1:1.1.1-1 libxext-dev_2:1.3.1-2 libxext6_2:1.3.1-2 libxfixes-dev_1:5.0-4 libxfixes3_1:5.0-4 libxft-dev_2.3.1-1 libxft2_2.3.1-1 libxi-dev_2:1.6.1-1 libxi6_2:1.6.1-1 libxinerama-dev_2:1.1.2-1 libxinerama1_2:1.1.2-1 libxml2_2.8.0+dfsg1-4 libxml2-dev_2.8.0+dfsg1-4 libxml2-utils_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 libxmuu1_2:1.1.1-1 libxrandr-dev_2:1.3.2-2 libxrandr2_2:1.3.2-2 libxrender-dev_1:0.9.7-1 libxrender1_1:0.9.7-1 libxslt1-dev_1.1.26-12+rebuild1 libxslt1.1_1.1.26-12+rebuild1 libxss1_1:1.2.2-1 libxt-dev_1:1.1.3-1 libxt6_1:1.1.3-1 libxtst-dev_2:1.2.1-1 libxtst6_2:1.2.1-1 libxvidcore4_2:1.3.2-9 libxxf86vm1_1:1.1.2-1 libyajl2_2.0.4-2 linux-libc-dev_3.2.21-3 login_1:4.1.5.1-1 lsb-base_4.1+Debian7 m4_1.4.16-3 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 phonon-backend-null_4:4.6.0.0-2 pkg-config_0.26-1 po-debconf_1.0.16+nmu2 qdbus_4:4.8.2-1 qt4-linguist-tools_4:4.8.2-1 qt4-qmake_4:4.8.2-1 readline-common_6.2-8 sbuild-build-depends-core-dummy_0.invalid.0 sbuild-build-depends-gambas3-dummy_0.invalid.0 sed_4.2.1-10 sensible-utils_0.0.7 sgml-base_1.26+nmu3 sgml-data_2.0.8 shared-mime-info_1.0-1 soprano-daemon_2.7.6+dfsg.1-1 sysv-rc_2.88dsf-28 sysvinit_2.88dsf-28 sysvinit-utils_2.88dsf-28 tar_1.26-4 tsconf_1.0-11 ttf-dejavu-core_2.33-2 tzdata_2012c-1 ucf_3.0025+nmu3 udev_175-3.1 unixodbc_2.2.14p2-5 unixodbc-dev_2.2.14p2-5 util-linux_2.20.1-5.1 x11-common_1:7.7+1 x11proto-composite-dev_1:0.4.2-2 x11proto-core-dev_7.0.23-1 x11proto-damage-dev_1:1.2.1-2 x11proto-fixes-dev_1:5.0-2 x11proto-input-dev_2.2-1 x11proto-kb-dev_1.0.6-2 x11proto-randr-dev_1.3.2-2 x11proto-record-dev_1.14.2-1 x11proto-render-dev_2:0.11.1-2 x11proto-xext-dev_7.2.1-1 x11proto-xinerama-dev_1.2.1-2 xauth_1:1.0.7-1 xml-core_0.13+nmu1 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 Thu May 24 12:17:38 2012 UTC using DSA key ID 66A90DE2 gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./gambas3_3.1.1-2.dsc dpkg-source: info: extracting gambas3 in gambas3-3.1.1 dpkg-source: info: unpacking gambas3_3.1.1.orig.tar.bz2 dpkg-source: info: unpacking gambas3_3.1.1-2.debian.tar.gz dpkg-source: info: applying detect_browser_debian dpkg-source: info: applying dont_compile_examples 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-78bc7e8c-7271-446f-946c-a3d7134cc8a8 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 gambas3 dpkg-buildpackage: source version 3.1.1-2 dpkg-buildpackage: source changed by José L. Redrejo Rodríguez dpkg-source --before-build gambas3-3.1.1 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean rm -f build-stamp configure-stamp rm -f config.log [ ! -f Makefile ] || /usr/bin/make distclean find . -name ".action" -print0 |xargs -0 rm -Rf find . -name ".gambas" -print0 |xargs -0 rm -Rf find . -name "*.gambas" -delete find . -name "DISABLED" -delete find . -name "warnings.log" -delete find . -name ".info" -delete find . -name ".list" -delete find . -name ".startup" -delete dh_autoreconf_clean dh_clean dpkg-source -b gambas3-3.1.1 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building gambas3 using existing ./gambas3_3.1.1.orig.tar.bz2 dpkg-source: warning: ignoring deletion of file main/lib/db/gb.db/.startup dpkg-source: warning: ignoring deletion of file gb.xml/src/rpc/gb.xml.rpc/.list dpkg-source: warning: ignoring deletion of file gb.xml/src/rpc/gb.xml.rpc/.info dpkg-source: warning: ignoring deletion of file gb.qt4/src/gb.qt4/.list dpkg-source: warning: ignoring deletion of file gb.qt4/src/gb.qt4/.info dpkg-source: warning: ignoring deletion of file gb.gtk/src/gb.gtk/.list dpkg-source: warning: ignoring deletion of file gb.gtk/src/gb.gtk/.info dpkg-source: warning: ignoring deletion of file gb.desktop/src/gb.desktop/.list dpkg-source: warning: ignoring deletion of file gb.desktop/src/gb.desktop/.info dpkg-source: warning: ignoring deletion of file examples/examples/Video/WebCam/.startup dpkg-source: warning: ignoring deletion of file examples/examples/Printing/ReportExample/.startup dpkg-source: warning: ignoring deletion of file examples/examples/Printing/Printing/.startup dpkg-source: warning: ignoring deletion of file examples/examples/OpenGL/TunnelSDL/.startup dpkg-source: warning: ignoring deletion of file examples/examples/OpenGL/NeHeTutorialShell/.startup dpkg-source: warning: ignoring deletion of file examples/examples/Image/Lighttable/.startup dpkg-source: warning: ignoring deletion of directory examples/examples/Image/Lighttable/.action dpkg-source: warning: ignoring deletion of file examples/examples/Image/Lighttable/.action/FMain.action dpkg-source: warning: ignoring deletion of file examples/examples/Games/StarField/.startup dpkg-source: warning: ignoring deletion of file examples/examples/Games/Puzzle1To8/Puzzle 1 to 8.gambas dpkg-source: warning: ignoring deletion of file examples/examples/Games/Puzzle1To8/.startup dpkg-source: warning: ignoring deletion of file examples/examples/Games/MineSweeper/.startup dpkg-source: warning: ignoring deletion of file examples/examples/Games/GNUBoxWorld/.startup dpkg-source: warning: ignoring deletion of file examples/examples/Drawing/Painting/.startup dpkg-source: warning: ignoring deletion of file examples/examples/Drawing/GSLSpline/.startup dpkg-source: warning: ignoring deletion of directory examples/examples/Database/MySQLExample/.action dpkg-source: warning: ignoring deletion of file examples/examples/Database/MySQLExample/.action/FTables.action dpkg-source: warning: ignoring deletion of file examples/examples/Database/MySQLExample/.action/FScript.action dpkg-source: warning: ignoring deletion of file examples/examples/Database/MySQLExample/.action/FResult.action dpkg-source: warning: ignoring deletion of file examples/examples/Database/MySQLExample/.action/FQuery.action dpkg-source: warning: ignoring deletion of file examples/examples/Database/MySQLExample/.action/FNewRoutine.action dpkg-source: warning: ignoring deletion of file examples/examples/Database/MySQLExample/.action/FNewIndex.action dpkg-source: warning: ignoring deletion of file examples/examples/Database/MySQLExample/.action/FBrowser.action dpkg-source: warning: ignoring deletion of file examples/examples/Control/Wizard/.startup dpkg-source: warning: ignoring deletion of file examples/examples/Control/ArrayOfControls/.startup dpkg-source: warning: ignoring deletion of file examples/examples/Automation/DBusExplorer/.startup dpkg-source: warning: ignoring deletion of file comp/src/gb.web/.list dpkg-source: warning: ignoring deletion of file comp/src/gb.web/.info dpkg-source: warning: ignoring deletion of file comp/src/gb.settings/.list dpkg-source: warning: ignoring deletion of file comp/src/gb.settings/.info dpkg-source: warning: ignoring deletion of file comp/src/gb.report/.list dpkg-source: warning: ignoring deletion of file comp/src/gb.report/.info dpkg-source: warning: ignoring deletion of file comp/src/gb.mysql/.startup dpkg-source: warning: ignoring deletion of file comp/src/gb.mysql/.list dpkg-source: warning: ignoring deletion of file comp/src/gb.mysql/.info dpkg-source: warning: ignoring deletion of file comp/src/gb.form/.list dpkg-source: warning: ignoring deletion of file comp/src/gb.form/.info dpkg-source: warning: ignoring deletion of file comp/src/gb.form.mdi/.list dpkg-source: warning: ignoring deletion of file comp/src/gb.form.mdi/.info dpkg-source: warning: ignoring deletion of file comp/src/gb.form.dialog/.list dpkg-source: warning: ignoring deletion of file comp/src/gb.form.dialog/.info dpkg-source: warning: ignoring deletion of file comp/src/gb.eval.highlight/.startup dpkg-source: warning: ignoring deletion of file comp/src/gb.eval.highlight/.list dpkg-source: warning: ignoring deletion of file comp/src/gb.eval.highlight/.info dpkg-source: warning: ignoring deletion of file comp/src/gb.db.form/.list dpkg-source: warning: ignoring deletion of file comp/src/gb.db.form/.info dpkg-source: warning: ignoring deletion of file comp/src/gb.chart/.list dpkg-source: warning: ignoring deletion of file comp/src/gb.chart/.info dpkg-source: info: building gambas3 in gambas3_3.1.1-2.debian.tar.gz dpkg-source: info: building gambas3 in gambas3_3.1.1-2.dsc debian/rules build dh_autoreconf aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `/usr/share/aclocal/ltsugar.m4' aclocal: installing `m4/ltversion.m4' from `/usr/share/aclocal/ltversion.m4' aclocal: installing `m4/lt~obsolete.m4' from `/usr/share/aclocal/lt~obsolete.m4' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' aclocal: installing `m4/ltdl.m4' from `/usr/share/aclocal/ltdl.m4' CFLAGS="-Wall -g -O2" ./configure --host=x86_64-linux-gnu --build=x86_64-linux-gnu -C --prefix=/usr --with-sdl-includes=/usr/include/SDL --with-sdl-libraries=/usr/lib --with-libxml-includes=/usr/include/libxml2 --with-xslt-includes=/usr/include/libxslt --disable-gsl configure: creating cache config.cache configure: WARNING: gsl component is disabled by configure option checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c 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 build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu configure: updating cache config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating config.h === configuring in main (/«PKGBUILDDIR»/main) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-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 x86_64-linux-gnu-gcc accepts -g... yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of x86_64-linux-gnu-gcc... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-linux-gnu-g++... gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... yes checking for setenv... yes checking for unsetenv... yes checking for getdomainname... yes checking for getpt... yes checking for cfmakeraw... yes checking for main in -lgcc_s... yes checking for main in -lstdc++... yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... -fvisibility=hidden checking for log10l... yes checking for fabsl... yes checking for powl... no checking for modfl... no checking for exp10... yes checking for exp2... yes checking for log2... yes checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for x86_64-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-linux-gnu-dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-linux-gnu-strip... no checking for strip... strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no 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 for dlfcn.h... yes checking for objdir... .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... yes checking for x86_64-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-linux-gnu-gcc static flag -static works... yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes checking if x86_64-linux-gnu-g++ static flag -static works... yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether x86_64-linux-gnu-gcc and cc understand -c and -o together... yes checking for external internationalization library headers... /usr/include/ checking for external internationalization library libraries... no configure: WARNING: Unable to find file: libintl.so configure: WARNING: This library may be located inside the system C library checking for optional external charset conversion library headers... /usr/include/ checking for optional external charset conversion library libraries... no configure: WARNING: Unable to find file: libiconv.so configure: WARNING: This library may be located inside the system C library checking for foreign function interface component with pkg-config... OK checking for xdg-mime... no checking for xdg-icon-resource... no configure: updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating share/Makefile config.status: creating gbc/Makefile config.status: creating gbx/Makefile config.status: creating lib/Makefile config.status: creating lib/debug/Makefile config.status: creating lib/eval/Makefile config.status: creating lib/db/Makefile config.status: creating lib/vb/Makefile config.status: creating lib/compress/Makefile config.status: creating lib/option/Makefile config.status: creating lib/draw/Makefile config.status: creating lib/gui/Makefile config.status: creating lib/image/Makefile config.status: creating lib/image.effect/Makefile config.status: creating lib/signal/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands || || Unable to find file: libintl.so || This library may be located inside the system C library, so you can ignore that warning... || Unable to find file: libiconv.so || This library may be located inside the system C library, so you can ignore that warning... || === configuring in gb.compress.bzlib2 (/«PKGBUILDDIR»/gb.compress.bzlib2) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for bzlib2 compression headers... /usr/include/ checking for bzlib2 compression libraries... /usr/lib/x86_64-linux-gnu/ configure: updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.compress.zlib (/«PKGBUILDDIR»/gb.compress.zlib) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for zlib compression headers... /usr/include/ checking for zlib compression libraries... /usr/lib/x86_64-linux-gnu/ configure: updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.db.mysql (/«PKGBUILDDIR»/gb.db.mysql) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for MySQL driver headers... /usr/include/mysql/ checking for MySQL driver libraries... /usr/lib/x86_64-linux-gnu/ configure: updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.db.odbc (/«PKGBUILDDIR»/gb.db.odbc) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for ODBC driver headers... /usr/include/ checking for ODBC driver libraries... /usr/lib/x86_64-linux-gnu/ configure: updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.db.postgresql (/«PKGBUILDDIR»/gb.db.postgresql) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for PostgreSQL driver headers... /usr/include/postgresql/ /usr/include/postgresql/catalog/ checking for PostgreSQL driver libraries... /usr/lib/ configure: updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.db.sqlite2 (/«PKGBUILDDIR»/gb.db.sqlite2) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for SQLite 2 driver headers... /usr/include/ checking for SQLite 2 driver libraries... /usr/lib/ configure: updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.db.sqlite3 (/«PKGBUILDDIR»/gb.db.sqlite3) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for SQLite 3 driver component with pkg-config... OK configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.net (/«PKGBUILDDIR»/gb.net) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for Networking component headers... checking for Networking component libraries... configure: updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.net.curl (/«PKGBUILDDIR»/gb.net.curl) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for Advanced networking component component with pkg-config... OK configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.net.smtp (/«PKGBUILDDIR»/gb.net.smtp) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for SMTP client component with pkg-config... OK configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.pcre (/«PKGBUILDDIR»/gb.pcre) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for Perl Compatible Regular Expression component headers... /usr/include/ checking for Perl Compatible Regular Expression component libraries... /usr/lib/x86_64-linux-gnu/ configure: updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.sdl (/«PKGBUILDDIR»/gb.sdl) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate 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 SDL component with pkg-config... OK configure: updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.sdl.sound (/«PKGBUILDDIR»/gb.sdl.sound) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for sdl-config... /usr/bin/sdl-config checking for SDL - version >= 1.2.8... yes checking for SDL sound headers... /usr/include/SDL/ checking for SDL sound libraries... /usr/lib/x86_64-linux-gnu/ configure: updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.xml (/«PKGBUILDDIR»/gb.xml) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for XML parser component component with pkg-config... OK checking for XSLT/XML parser component component with pkg-config... OK configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/xslt/Makefile config.status: creating src/rpc/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.v4l (/«PKGBUILDDIR»/gb.v4l) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for Video For Linux conversion library component with pkg-config... OK checking for Video For Linux component headers... /usr/include/ checking for Video For Linux component libraries... /usr/lib/x86_64-linux-gnu/ configure: updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.crypt (/«PKGBUILDDIR»/gb.crypt) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for DES/MD5 crypt component headers... /usr/include/ checking for DES/MD5 crypt component libraries... /usr/lib/x86_64-linux-gnu/ configure: updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.qt4 (/«PKGBUILDDIR»/gb.qt4) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for X... (cached) libraries , headers checking for gethostbyname... (cached) yes checking for connect... (cached) yes checking for remove... (cached) yes checking for shmat... (cached) yes checking for IceConnectionNumber in -lICE... (cached) yes checking for QT4 toolkit component with pkg-config... OK checking for QT4 toolkit extension component with pkg-config... OK checking for QT4 webkit component component with pkg-config... OK checking for QT4 OpenGL component with pkg-config... OK configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/ext/Makefile config.status: creating src/webkit/Makefile config.status: creating src/opengl/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.gtk (/«PKGBUILDDIR»/gb.gtk) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for X... (cached) libraries , headers checking for gethostbyname... (cached) yes checking for connect... (cached) yes checking for remove... (cached) yes checking for shmat... (cached) yes checking for IceConnectionNumber in -lICE... (cached) yes checking for GTK+ toolkit component with pkg-config... OK configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.opengl (/«PKGBUILDDIR»/gb.opengl) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for OpenGL support component component with pkg-config... OK checking for OpenGL Utility support component component with pkg-config... OK configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/glu/Makefile config.status: creating src/glsl/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.desktop (/«PKGBUILDDIR»/gb.desktop) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for X... (cached) libraries , headers checking for gethostbyname... (cached) yes checking for connect... (cached) yes checking for remove... (cached) yes checking for shmat... (cached) yes checking for IceConnectionNumber in -lICE... (cached) yes checking for XTestQueryExtension in -lXtst... yes checking for Desktop-neutral routines headers... checking for Desktop-neutral routines libraries... checking for Gnome desktop routines component with pkg-config... OK configure: updating cache ../config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/gnome/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.pdf (/«PKGBUILDDIR»/gb.pdf) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for Poppler PDF library component with pkg-config... OK configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.cairo (/«PKGBUILDDIR»/gb.cairo) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for Cairo component component with pkg-config... OK checking for FreeType backend for Cairo component with pkg-config... OK configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.image.io (/«PKGBUILDDIR»/gb.image.io) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for Image loading and saving component with pkg-config... OK configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.image.imlib (/«PKGBUILDDIR»/gb.image.imlib) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for Image routines based on the Imlib2 library component with pkg-config... OK configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in gb.dbus (/«PKGBUILDDIR»/gb.dbus) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for style of include used by make... GNU checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-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... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking target system... LINUX checking target architecture... X86_64 checking how to run the C preprocessor... (cached) x86_64-linux-gnu-gcc -E checking for x86_64-linux-gnu-g++... (cached) x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... (cached) yes checking whether x86_64-linux-gnu-g++ accepts -g... (cached) yes checking dependency style of x86_64-linux-gnu-g++... (cached) gcc3 checking for x86_64-linux-gnu-gcc... (cached) x86_64-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-linux-gnu-gcc... (cached) gcc3 checking whether make sets $(MAKE)... (cached) yes checking for long double with more range or precision than double... (cached) yes checking for setenv... (cached) yes checking for unsetenv... (cached) yes checking for getdomainname... (cached) yes checking for getpt... (cached) yes checking for cfmakeraw... (cached) yes checking for main in -lgcc_s... (cached) yes checking for main in -lstdc++... (cached) yes checking which extension is used for shared libraries... .so checking for threading compiler options... -D_REENTRANT checking for threading linker options... -lpthread checking for mathematic libraries... -lm checking for external gettext library... checking for ccache... no checking CFLAGS for gcc -fvisibility=hidden... (cached) -fvisibility=hidden checking how to print strings... printf checking for a sed that does not truncate output... (cached) /bin/sed checking for grep that handles long lines and -e... (cached) /bin/grep checking for egrep... (cached) /bin/grep -E checking for fgrep... (cached) /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking for BSD- or MS-compatible name lister (nm)... (cached) /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... (cached) BSD nm checking the maximum length of command line arguments... (cached) 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... (cached) func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... (cached) func_convert_file_noop checking for /usr/bin/ld option to reload object files... (cached) -r checking for x86_64-linux-gnu-objdump... (cached) objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-linux-gnu-dlltool... (cached) dlltool checking how to associate runtime and link libraries... (cached) printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... (cached) ar checking for archiver @FILE support... (cached) @ checking for x86_64-linux-gnu-strip... no checking for strip... (cached) strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... (cached) ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... (cached) no checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... (cached) .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... (cached) yes checking for x86_64-linux-gnu-gcc option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-gcc static flag -static works... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... (cached) no checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... (cached) x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... (cached) /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... (cached) -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... (cached) yes checking if x86_64-linux-gnu-g++ static flag -static works... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for DBUS management component with pkg-config... OK configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in comp (/«PKGBUILDDIR»/comp) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h === configuring in app (/«PKGBUILDDIR»/app) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes checking for xdg-mime... no checking for xdg-icon-resource... no configure: creating ./config.status config.status: creating Makefile config.status: creating config.h === configuring in examples (/«PKGBUILDDIR»/examples) configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-sdl-includes=/usr/include/SDL' '--with-sdl-libraries=/usr/lib' '--with-libxml-includes=/usr/include/libxml2' '--with-xslt-includes=/usr/include/libxslt' '--disable-gsl' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' --cache-file=../config.cache --srcdir=. configure: loading cache ../config.cache checking for a BSD-compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) mawk checking whether make sets $(MAKE)... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking whether to enable maintainer-specific portions of Makefiles... no checking whether ln -s works... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h || || ALL COMPONENTS WILL BE COMPILED || touch configure-stamp dh_testdir /usr/bin/make prefix=/«PKGBUILDDIR»/debian/tmp/usr make[1]: Entering directory `/«PKGBUILDDIR»' /usr/bin/make all-recursive make[2]: Entering directory `/«PKGBUILDDIR»' Making all in main make[3]: Entering directory `/«PKGBUILDDIR»/main' /usr/bin/make all-recursive make[4]: Entering directory `/«PKGBUILDDIR»/main' Making all in gbc make[5]: Entering directory `/«PKGBUILDDIR»/main/gbc' x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DGAMBAS_PATH="\"/«PKGBUILDDIR»/debian/tmp/usr/bin\"" -pipe -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os -I../share -MT gbc3-gb_error.o -MD -MP -MF .deps/gbc3-gb_error.Tpo -c -o gbc3-gb_error.o `test -f 'gb_error.c' || echo './'`gb_error.c gb_error.c:92:26: error: expected ';' at end of declaration void _add_char(uchar c) ^ ; gb_error.c:125:3: warning: implicit declaration of function '_add_string' is invalid in C99 [-Wimplicit-function-declaration] _add_string(pattern); ^ 1 warning and 1 error generated. make[5]: *** [gbc3-gb_error.o] Error 1 make[5]: Leaving directory `/«PKGBUILDDIR»/main/gbc' make[4]: *** [all-recursive] Error 1 make[3]: *** [all] Error 2 make[2]: *** [all-recursive] Error 1 make[1]: *** [all] Error 2 make: *** [build-stamp] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 make[4]: Leaving directory `/«PKGBUILDDIR»/main' make[3]: Leaving directory `/«PKGBUILDDIR»/main' make[2]: Leaving directory `/«PKGBUILDDIR»' make[1]: Leaving directory `/«PKGBUILDDIR»' ──────────────────────────────────────────────────────────────────────────────── Build finished at 20120702-1852 Finished ──────── E: Build failure (dpkg-buildpackage died) ┌──────────────────────────────────────────────────────────────────────────────┐ │ Cleanup │ └──────────────────────────────────────────────────────────────────────────────┘ Purging /«BUILDDIR» Not cleaning session: cloned chroot in use ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Architecture: amd64 Build-Space: 178380 Build-Time: 621 Distribution: unstable Fail-Stage: build Install-Time: 140 Job: gambas3_3.1.1-2 Package: gambas3 Package-Time: 862 Source-Version: 3.1.1-2 Space: 178380 Status: attempted Version: 3.1.1-2 ──────────────────────────────────────────────────────────────────────────────── Finished at 20120702-1852 Build needed 00:14:22, 178380k disc space DC-Status: Failed 863.274571s DC-Time-Estimation: 863.274571 versus expected 1 (r/m: 862.274571 ; m: 1.0)