DC-Build-Header: stardict 3.0.1-9.1 / Mon Jul 02 18:38:30 +0000 2012 DC-Task: logfile:/tmp/stardict_3.0.1-9.1_unstable_clang.log version:3.0.1-9.1 modes:clang chroot:unstable source:stardict esttime:1122 architecture:any DC-Sbuild-call: su user -c 'sbuild -n -A -s --force-orig-source --apt-update -d unstable -v --chroot-setup-commands=/tmp/switch-to-clang stardict_3.0.1-9.1' sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on ip-10-29-201-202.ec2.internal ╔══════════════════════════════════════════════════════════════════════════════╗ ║ stardict 3.0.1-9.1 (amd64) 02 Jul 2012 18:38 ║ ╚══════════════════════════════════════════════════════════════════════════════╝ Package: stardict Version: 3.0.1-9.1 Source Version: 3.0.1-9.1 Distribution: unstable Architecture: amd64 I: NOTICE: Log filtering will replace 'build/stardict-L3WMYJ/stardict-3.0.1' with '«PKGBUILDDIR»' I: NOTICE: Log filtering will replace 'build/stardict-L3WMYJ' with '«BUILDDIR»' I: NOTICE: Log filtering will replace 'var/lib/schroot/mount/unstable-amd64-sbuild-ede771e8-5dd8-48d7-8458-6437b53b8ec5' with '«CHROOT»' ┌──────────────────────────────────────────────────────────────────────────────┐ │ Update chroot │ └──────────────────────────────────────────────────────────────────────────────┘ Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Hit http://localhost unstable/main Sources/DiffIndex Hit http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Reading package lists... Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ┌──────────────────────────────────────────────────────────────────────────────┐ │ Fetch source files │ └──────────────────────────────────────────────────────────────────────────────┘ Check APT ───────── Checking available source versions... Download source files with APT ────────────────────────────── Reading package lists... Building dependency tree... Reading state information... NOTICE: 'stardict' packaging is maintained in the 'Git' version control system at: git://git.debian.org/git/collab-maint/stardict.git Need to get 2646 kB of source archives. Get:1 http://localhost/debian/ unstable/main stardict 3.0.1-9.1 (dsc) [2027 B] Get:2 http://localhost/debian/ unstable/main stardict 3.0.1-9.1 (tar) [2607 kB] Get:3 http://localhost/debian/ unstable/main stardict 3.0.1-9.1 (diff) [37.2 kB] Fetched 2646 kB in 2s (1083 kB/s) Download complete and in download only mode Check arch ────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ Chroot Setup Commands │ └──────────────────────────────────────────────────────────────────────────────┘ /tmp/switch-to-clang ──────────────────── + echo 'Entering customization script...' Entering customization script... + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Hit http://localhost unstable/main Sources/DiffIndex Hit http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Reading package lists... + echo 'Install of clang' Install of clang + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Hit http://localhost unstable/main Sources/DiffIndex Hit http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Reading package lists... + apt-get install --yes --no-install-recommends clang -t unstable Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libclang-common-dev libffi5 libllvm3.1 Recommended packages: llvm-3.1-dev python The following NEW packages will be installed: clang libclang-common-dev libffi5 libllvm3.1 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 13.1 MB of archives. After this operation, 35.6 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libffi5 amd64 3.0.10-3 [24.8 kB] Get:2 http://localhost/debian/ unstable/main libllvm3.1 amd64 3.1-2 [7275 kB] Get:3 http://localhost/debian/ unstable/main libclang-common-dev amd64 3.1-8 [84.3 kB] Get:4 http://localhost/debian/ unstable/main clang amd64 3.1-8 [5755 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 13.1 MB in 2s (5966 kB/s) Selecting previously unselected package libffi5:amd64. (Reading database ... 11725 files and directories currently installed.) Unpacking libffi5:amd64 (from .../libffi5_3.0.10-3_amd64.deb) ... Selecting previously unselected package libllvm3.1:amd64. Unpacking libllvm3.1:amd64 (from .../libllvm3.1_3.1-2_amd64.deb) ... Selecting previously unselected package libclang-common-dev. Unpacking libclang-common-dev (from .../libclang-common-dev_3.1-8_amd64.deb) ... Selecting previously unselected package clang. Unpacking clang (from .../archives/clang_3.1-8_amd64.deb) ... Setting up libffi5:amd64 (3.0.10-3) ... Setting up libllvm3.1:amd64 (3.1-2) ... Setting up libclang-common-dev (3.1-8) ... Setting up clang (3.1-8) ... + echo 'Replace gcc, g++ & cpp by clang' Replace gcc, g++ & cpp by clang + VERSION=4.7 + cd /usr/bin + rm g++-4.7 gcc-4.7 cpp-4.7 + ln -s clang++ g++-4.7 + ln -s clang gcc-4.7 + ln -s clang cpp-4.7 + cd - /«BUILDDIR» + echo 'Block the installation of new gcc version' Block the installation of new gcc version + echo 'gcc-4.6 hold' + dpkg --set-selections + 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 + gcc --version + grep clang I: Finished running '/tmp/switch-to-clang'. Finished processing commands. ──────────────────────────────────────────────────────────────────────────────── Merged Build-Depends: build-essential, fakeroot Filtered Build-Depends: build-essential, fakeroot dpkg-deb: building package `sbuild-build-depends-core-dummy' in `/«BUILDDIR»/resolver-yxUH7z/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/706 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 (>= 8), autoconf, automake (>= 1.10), autotools-dev, intltool, libbonobo2-dev, libenchant-dev, libespeak-dev, libestools2.0-dev, libgconf2-dev, libgnomeui-dev, liborbit2-dev, libsigc++-2.0-dev (>= 2.0.18-2), libtool, libx11-dev, libxml-parser-perl, festival-dev, rarian-compat, sharutils, x11proto-core-dev, zlib1g-dev Merged Build-Conflicts: autoconf2.13, automake1.4 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 (>= 8), autoconf, automake (>= 1.10), autotools-dev, intltool, libbonobo2-dev, libenchant-dev, libespeak-dev, libestools2.0-dev, libgconf2-dev, libgnomeui-dev, liborbit2-dev, libsigc++-2.0-dev (>= 2.0.18-2), libtool, libx11-dev, libxml-parser-perl, festival-dev, rarian-compat, sharutils, x11proto-core-dev, zlib1g-dev Filtered Build-Conflicts: autoconf2.13, automake1.4 dpkg-deb: building package `sbuild-build-depends-stardict-dummy' in `/«BUILDDIR»/resolver-E4LPVb/apt_archive/sbuild-build-depends-stardict-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install stardict 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 aspell aspell-en autoconf automake autotools-dev bsdmainutils ca-certificates dbus dbus-x11 debhelper dictionaries-common dmsetup docbook-xml esound-common espeak-data festival-dev file fontconfig fontconfig-config gconf-service gconf2 gconf2-common gettext gettext-base gir1.2-atk-1.0 gir1.2-freedesktop gir1.2-gconf-2.0 gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-gnomekeyring-1.0 gir1.2-pango-1.0 gnome-mime-data groff-base gvfs gvfs-common gvfs-daemons gvfs-libs html2text intltool intltool-debian libart-2.0-2 libart-2.0-dev libasound2 libaspell15 libasprintf0c2 libasyncns0 libatasmart4 libatk1.0-0 libatk1.0-data libatk1.0-dev libaudiofile-dev libaudiofile1 libavahi-client-dev libavahi-client3 libavahi-common-data libavahi-common-dev libavahi-common3 libavahi-glib-dev libavahi-glib1 libbluray1 libbonobo2-0 libbonobo2-common libbonobo2-dev libbonoboui2-0 libbonoboui2-common libbonoboui2-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcairo2-dev libcanberra-dev libcanberra0 libcap2 libcroco3 libcups2 libdatrie1 libdbus-1-3 libdbus-1-dev libdbus-glib-1-2 libdevmapper-event1.02.1 libdevmapper1.02.1 libdrm2 libelf1 libenchant-dev libenchant1c2a libencode-locale-perl libesd0 libesd0-dev libespeak-dev libespeak1 libestools2.1 libestools2.1-dev libexpat1 libexpat1-dev libfam0 libfile-listing-perl libflac8 libfontconfig1 libfontconfig1-dev libfontenc1 libfreetype6 libfreetype6-dev libgail-common libgail-dev libgail18 libgconf-2-4 libgconf2-4 libgconf2-dev libgcrypt11 libgcrypt11-dev libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgdk-pixbuf2.0-dev libgdu0 libgettextpo0 libgirepository-1.0-1 libgl1-mesa-glx libglade2-0 libglapi-mesa libglib2.0-0 libglib2.0-bin libglib2.0-data libglib2.0-dev libgnome-keyring-common libgnome-keyring-dev libgnome-keyring0 libgnome2-0 libgnome2-common libgnome2-dev libgnomecanvas2-0 libgnomecanvas2-common libgnomecanvas2-dev libgnomeui-0 libgnomeui-common libgnomeui-dev libgnomevfs2-0 libgnomevfs2-common libgnomevfs2-dev libgnutls-dev libgnutls-openssl27 libgnutls26 libgnutlsxx27 libgpg-error-dev libgpg-error0 libgssapi-krb5-2 libgtk2.0-0 libgtk2.0-common libgtk2.0-dev libgudev-1.0-0 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libhunspell-1.3-0 libice-dev libice6 libidl-dev libidl0 libio-socket-ssl-perl libjack-jackd2-0 libjasper1 libjbig0 libjpeg8 libjson0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libltdl7 liblvm2app2.2 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic1 libncurses5-dev libncursesw5 libnet-http-perl libnet-ssleay-perl libogg0 liborbit2 liborbit2-dev libp11-kit-dev libp11-kit0 libpango1.0-0 libpango1.0-dev libparted0debian1 libpcre3 libpcre3-dev libpcrecpp0 libpipeline1 libpixman-1-0 libpixman-1-dev libpng12-0 libpng12-dev libpolkit-gobject-1-0 libpopt-dev libpopt0 libportaudio2 libpthread-stubs0 libpthread-stubs0-dev libpulse0 librarian0 libsamplerate0 libsasl2-2 libselinux1-dev libsepol1-dev libsgutils2-2 libsigc++-2.0-0c2a libsigc++-2.0-dev libsm-dev libsm6 libsndfile1 libsonic0 libsqlite3-0 libssl1.0.0 libsystemd-login0 libtasn1-3 libtasn1-3-dev libtdb1 libthai-data libthai0 libtiff4 libtinfo-dev libtool libudev0 libunistring0 liburi-perl libvorbis0a libvorbisenc2 libvorbisfile3 libwrap0 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libx11-dev libx11-xcb1 libxau-dev libxau6 libxaw7 libxcb-glx0 libxcb-render0 libxcb-render0-dev libxcb-shape0 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 libxml-parser-perl libxml2 libxml2-dev libxml2-utils libxmu6 libxmuu1 libxpm4 libxrandr-dev libxrandr2 libxrender-dev libxrender1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 m4 man-db mime-support netbase openssl pkg-config po-debconf psmisc python python-minimal python2.7 python2.7-minimal rarian-compat sgml-base sgml-data shared-mime-info sharutils ttf-dejavu-core udev udisks x11-common x11-utils x11proto-composite-dev x11proto-core-dev x11proto-damage-dev x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xml-core xorg-sgml-doctools xtrans-dev zlib1g-dev Suggested packages: aspell-doc spellutils autoconf2.13 autoconf-archive gnu-standards autoconf-doc wamerican wordlist whois vacation dh-make ispell emacsen-common jed-extra docbook docbook-dsssl docbook-xsl docbook-defguide festival-doc gconf-defaults-service gettext-doc groff gvfs-backends libasound2-plugins libbluray-bdj libbonobo2-bin libcairo2-doc libcanberra-gtk0 libcanberra-pulse cups-common libenchant-voikko pulseaudio-esound-compat speech-tools-doc fam libgail-doc rng-tools libgcrypt11-doc libglib2.0-doc gnome-keyring desktop-base libgnome2-doc libgnomecanvas2-doc gnome-icon-theme libgnomeui-doc libgnomevfs2-bin gnutls-doc krb5-doc krb5-user librsvg2-common libgtk2.0-doc libdata-dump-perl libice-doc jackd2 libjasper-runtime libcrypt-ssleay-perl ncurses-doc ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp ttf-arphic-bkai00mp libpango1.0-doc imagemagick parted nparted libparted0-dev libparted0-i18n pulseaudio sg3-utils libsigc++-2.0-doc libsm-doc libtool-doc automaken gfortran fortran95-compiler gcj libauthen-ntlm-perl libxcb-doc libxext-doc less www-browser libmail-box-perl python-doc python-tk python2.7-doc binfmt-support sgml-base-doc perlsgml w3-recs opensp bsd-mailx mailx xfsprogs reiserfsprogs mdadm mesa-utils Recommended packages: curl wget lynx-cur autopoint policykit-1-gnome libaacs0 enchant libgconf2-doc libgl1-mesa-dri libgnomevfs2-extra hicolor-icon-theme libgtk2.0-bin libhtml-format-perl hunspell-en-us hunspell-dictionary myspell-dictionary libio-socket-ip-perl libio-socket-inet6-perl krb5-locales libgpm2 orbit2 libsasl2-modules libltdl-dev tcpd libhtml-form-perl libhttp-daemon-perl libmailtools-perl libx11-doc ifupdown libmail-sendmail-perl usbutils pciutils policykit-1 hdparm dosfstools mtools ntfs-3g eject cryptsetup-bin The following NEW packages will be installed: adduser aspell aspell-en autoconf automake autotools-dev bsdmainutils ca-certificates dbus dbus-x11 debhelper dictionaries-common dmsetup docbook-xml esound-common espeak-data festival-dev file fontconfig fontconfig-config gconf-service gconf2 gconf2-common gettext gettext-base gir1.2-atk-1.0 gir1.2-freedesktop gir1.2-gconf-2.0 gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-gnomekeyring-1.0 gir1.2-pango-1.0 gnome-mime-data groff-base gvfs gvfs-common gvfs-daemons gvfs-libs html2text intltool intltool-debian libart-2.0-2 libart-2.0-dev libasound2 libaspell15 libasprintf0c2 libasyncns0 libatasmart4 libatk1.0-0 libatk1.0-data libatk1.0-dev libaudiofile-dev libaudiofile1 libavahi-client-dev libavahi-client3 libavahi-common-data libavahi-common-dev libavahi-common3 libavahi-glib-dev libavahi-glib1 libbluray1 libbonobo2-0 libbonobo2-common libbonobo2-dev libbonoboui2-0 libbonoboui2-common libbonoboui2-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcairo2-dev libcanberra-dev libcanberra0 libcap2 libcroco3 libcups2 libdatrie1 libdbus-1-3 libdbus-1-dev libdbus-glib-1-2 libdevmapper-event1.02.1 libdevmapper1.02.1 libdrm2 libelf1 libenchant-dev libenchant1c2a libencode-locale-perl libesd0 libesd0-dev libespeak-dev libespeak1 libestools2.1 libestools2.1-dev libexpat1 libexpat1-dev libfam0 libfile-listing-perl libflac8 libfontconfig1 libfontconfig1-dev libfontenc1 libfreetype6 libfreetype6-dev libgail-common libgail-dev libgail18 libgconf-2-4 libgconf2-4 libgconf2-dev libgcrypt11 libgcrypt11-dev libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgdk-pixbuf2.0-dev libgdu0 libgettextpo0 libgirepository-1.0-1 libgl1-mesa-glx libglade2-0 libglapi-mesa libglib2.0-0 libglib2.0-bin libglib2.0-data libglib2.0-dev libgnome-keyring-common libgnome-keyring-dev libgnome-keyring0 libgnome2-0 libgnome2-common libgnome2-dev libgnomecanvas2-0 libgnomecanvas2-common libgnomecanvas2-dev libgnomeui-0 libgnomeui-common libgnomeui-dev libgnomevfs2-0 libgnomevfs2-common libgnomevfs2-dev libgnutls-dev libgnutls-openssl27 libgnutls26 libgnutlsxx27 libgpg-error-dev libgpg-error0 libgssapi-krb5-2 libgtk2.0-0 libgtk2.0-common libgtk2.0-dev libgudev-1.0-0 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libhunspell-1.3-0 libice-dev libice6 libidl-dev libidl0 libio-socket-ssl-perl libjack-jackd2-0 libjasper1 libjbig0 libjpeg8 libjson0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libltdl7 liblvm2app2.2 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic1 libncurses5-dev libncursesw5 libnet-http-perl libnet-ssleay-perl libogg0 liborbit2 liborbit2-dev libp11-kit-dev libp11-kit0 libpango1.0-0 libpango1.0-dev libparted0debian1 libpcre3 libpcre3-dev libpcrecpp0 libpipeline1 libpixman-1-0 libpixman-1-dev libpng12-0 libpng12-dev libpolkit-gobject-1-0 libpopt-dev libpopt0 libportaudio2 libpthread-stubs0 libpthread-stubs0-dev libpulse0 librarian0 libsamplerate0 libsasl2-2 libselinux1-dev libsepol1-dev libsgutils2-2 libsigc++-2.0-0c2a libsigc++-2.0-dev libsm-dev libsm6 libsndfile1 libsonic0 libsqlite3-0 libssl1.0.0 libsystemd-login0 libtasn1-3 libtasn1-3-dev libtdb1 libthai-data libthai0 libtiff4 libtinfo-dev libtool libudev0 libunistring0 liburi-perl libvorbis0a libvorbisenc2 libvorbisfile3 libwrap0 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libx11-dev libx11-xcb1 libxau-dev libxau6 libxaw7 libxcb-glx0 libxcb-render0 libxcb-render0-dev libxcb-shape0 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 libxml-parser-perl libxml2 libxml2-dev libxml2-utils libxmu6 libxmuu1 libxpm4 libxrandr-dev libxrandr2 libxrender-dev libxrender1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 m4 man-db mime-support netbase openssl pkg-config po-debconf psmisc python python-minimal python2.7 python2.7-minimal rarian-compat sbuild-build-depends-stardict-dummy sgml-base sgml-data shared-mime-info sharutils ttf-dejavu-core udev udisks x11-common x11-utils x11proto-composite-dev x11proto-core-dev x11proto-damage-dev x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xml-core xorg-sgml-doctools xtrans-dev zlib1g-dev 0 upgraded, 323 newly installed, 0 to remove and 0 not upgraded. Need to get 107 MB/107 MB of archives. After this operation, 321 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 libsigc++-2.0-0c2a amd64 2.2.10-0.2 [42.5 kB] Get:5 http://localhost/debian/ unstable/main libssl1.0.0 amd64 1.0.1c-3 [1211 kB] Get:6 http://localhost/debian/ unstable/main libudev0 amd64 175-3.1 [126 kB] Get:7 http://localhost/debian/ unstable/main udev amd64 175-3.1 [369 kB] Get:8 http://localhost/debian/ unstable/main libasprintf0c2 amd64 0.18.1.1-9 [26.8 kB] Get:9 http://localhost/debian/ unstable/main libcap2 amd64 1:2.22-1.1 [13.5 kB] Get:10 http://localhost/debian/ unstable/main libgpg-error0 amd64 1.10-3 [66.8 kB] Get:11 http://localhost/debian/ unstable/main libgcrypt11 amd64 1.5.0-3 [298 kB] Get:12 http://localhost/debian/ unstable/main libp11-kit0 amd64 0.12-3 [52.8 kB] Get:13 http://localhost/debian/ unstable/main libtasn1-3 amd64 2.13-2 [67.7 kB] Get:14 http://localhost/debian/ unstable/main libgnutls26 amd64 2.12.20-1 [616 kB] Get:15 http://localhost/debian/ unstable/main libgnutls-openssl27 amd64 2.12.20-1 [220 kB] Get:16 http://localhost/debian/ unstable/main libkeyutils1 amd64 1.5.5-3 [8552 B] Get:17 http://localhost/debian/ unstable/main libkrb5support0 amd64 1.10.1+dfsg-1 [49.0 kB] Get:18 http://localhost/debian/ unstable/main libk5crypto3 amd64 1.10.1+dfsg-1 [112 kB] Get:19 http://localhost/debian/ unstable/main libkrb5-3 amd64 1.10.1+dfsg-1 [393 kB] Get:20 http://localhost/debian/ unstable/main libgssapi-krb5-2 amd64 1.10.1+dfsg-1 [147 kB] Get:21 http://localhost/debian/ unstable/main libsasl2-2 amd64 2.1.25.dfsg1-4+b1 [120 kB] Get:22 http://localhost/debian/ unstable/main libldap-2.4-2 amd64 2.4.31-1 [243 kB] Get:23 http://localhost/debian/ unstable/main libmagic1 amd64 5.11-2 [202 kB] Get:24 http://localhost/debian/ unstable/main libpcre3 amd64 1:8.30-5 [242 kB] Get:25 http://localhost/debian/ unstable/main libsqlite3-0 amd64 3.7.13-1 [455 kB] Get:26 http://localhost/debian/ unstable/main libwrap0 amd64 7.6.q-23 [62.3 kB] Get:27 http://localhost/debian/ unstable/main libxml2 amd64 2.8.0+dfsg1-4 [903 kB] Get:28 http://localhost/debian/ unstable/main sgml-base all 1.26+nmu3 [13.5 kB] Get:29 http://localhost/debian/ unstable/main xml-core all 0.13+nmu1 [23.8 kB] Get:30 http://localhost/debian/ unstable/main sgml-data all 2.0.8 [284 kB] Get:31 http://localhost/debian/ unstable/main docbook-xml all 4.5-7.1 [345 kB] Get:32 http://localhost/debian/ unstable/main libart-2.0-2 amd64 2.3.21-2 [72.7 kB] Get:33 http://localhost/debian/ unstable/main libasound2 amd64 1.0.25-3 [461 kB] Get:34 http://localhost/debian/ unstable/main libasyncns0 amd64 0.8-4 [13.6 kB] Get:35 http://localhost/debian/ unstable/main libatasmart4 amd64 0.19-1 [27.1 kB] Get:36 http://localhost/debian/ unstable/main libglib2.0-0 amd64 2.32.3-1 [2081 kB] Get:37 http://localhost/debian/ unstable/main libatk1.0-data all 2.4.0-2 [240 kB] Get:38 http://localhost/debian/ unstable/main libatk1.0-0 amd64 2.4.0-2 [95.1 kB] Get:39 http://localhost/debian/ unstable/main libaudiofile1 amd64 0.3.4-1 [97.8 kB] Get:40 http://localhost/debian/ unstable/main libavahi-common-data amd64 0.6.31-1 [134 kB] Get:41 http://localhost/debian/ unstable/main libavahi-common3 amd64 0.6.31-1 [54.3 kB] Get:42 http://localhost/debian/ unstable/main libdbus-1-3 amd64 1.6.2-1 [227 kB] Get:43 http://localhost/debian/ unstable/main libavahi-client3 amd64 0.6.31-1 [59.1 kB] Get:44 http://localhost/debian/ unstable/main libavahi-glib1 amd64 0.6.31-1 [36.9 kB] Get:45 http://localhost/debian/ unstable/main libbluray1 amd64 1:0.2.2-1 [86.3 kB] Get:46 http://localhost/debian/ unstable/main libexpat1 amd64 2.1.0-1 [141 kB] Get:47 http://localhost/debian/ unstable/main libfreetype6 amd64 2.4.9-1 [450 kB] Get:48 http://localhost/debian/ unstable/main ttf-dejavu-core all 2.33-2 [1552 kB] Get:49 http://localhost/debian/ unstable/main fontconfig-config all 2.9.0-6 [232 kB] Get:50 http://localhost/debian/ unstable/main libfontconfig1 amd64 2.9.0-6 [299 kB] Get:51 http://localhost/debian/ unstable/main libpixman-1-0 amd64 0.26.0-3 [427 kB] Get:52 http://localhost/debian/ unstable/main libpng12-0 amd64 1.2.49-1 [190 kB] Get:53 http://localhost/debian/ unstable/main libxau6 amd64 1:1.0.7-1 [18.8 kB] Get:54 http://localhost/debian/ unstable/main libxdmcp6 amd64 1:1.1.1-1 [26.3 kB] Get:55 http://localhost/debian/ unstable/main libxcb1 amd64 1.8.1-1 [50.0 kB] Get:56 http://localhost/debian/ unstable/main libx11-data all 2:1.5.0-1 [189 kB] Get:57 http://localhost/debian/ unstable/main libx11-6 amd64 2:1.5.0-1 [901 kB] Get:58 http://localhost/debian/ unstable/main libxcb-render0 amd64 1.8.1-1 [18.4 kB] Get:59 http://localhost/debian/ unstable/main libxcb-shm0 amd64 1.8.1-1 [10.1 kB] Get:60 http://localhost/debian/ unstable/main libxrender1 amd64 1:0.9.7-1 [32.2 kB] Get:61 http://localhost/debian/ unstable/main libcairo2 amd64 1.12.2-2 [912 kB] Get:62 http://localhost/debian/ unstable/main libcairo-gobject2 amd64 1.12.2-2 [439 kB] Get:63 http://localhost/debian/ unstable/main libcairo-script-interpreter2 amd64 1.12.2-2 [482 kB] Get:64 http://localhost/debian/ unstable/main libltdl7 amd64 2.4.2-1.1 [352 kB] Get:65 http://localhost/debian/ unstable/main libogg0 amd64 1.3.0-4 [20.6 kB] Get:66 http://localhost/debian/ unstable/main libtdb1 amd64 1.2.10-2 [39.7 kB] Get:67 http://localhost/debian/ unstable/main libvorbis0a amd64 1.3.2-1.3 [109 kB] Get:68 http://localhost/debian/ unstable/main libvorbisfile3 amd64 1.3.2-1.3 [24.9 kB] Get:69 http://localhost/debian/ unstable/main libcanberra0 amd64 0.28-4 [45.8 kB] Get:70 http://localhost/debian/ unstable/main libcroco3 amd64 0.6.5-1 [151 kB] Get:71 http://localhost/debian/ unstable/main libcups2 amd64 1.5.3-2 [255 kB] Get:72 http://localhost/debian/ unstable/main libdatrie1 amd64 0.2.5-3 [28.6 kB] Get:73 http://localhost/debian/ unstable/main libdbus-glib-1-2 amd64 0.100-1 [202 kB] Get:74 http://localhost/debian/ unstable/main dmsetup amd64 2:1.02.74-4 [67.6 kB] Get:75 http://localhost/debian/ unstable/main libdevmapper1.02.1 amd64 2:1.02.74-4 [130 kB] Get:76 http://localhost/debian/ unstable/main libdevmapper-event1.02.1 amd64 2:1.02.74-4 [32.1 kB] Get:77 http://localhost/debian/ unstable/main libdrm2 amd64 2.4.33-3 [444 kB] Get:78 http://localhost/debian/ unstable/main libelf1 amd64 0.153-1 [304 kB] Get:79 http://localhost/debian/ unstable/main esound-common all 0.2.41-10 [46.0 kB] Get:80 http://localhost/debian/ unstable/main libesd0 amd64 0.2.41-10+b1 [20.2 kB] Get:81 http://localhost/debian/ unstable/main libsamplerate0 amd64 0.1.8-5 [1352 kB] Get:82 http://localhost/debian/ unstable/main libjack-jackd2-0 amd64 1.9.8~dfsg.4+20120529git007cdc37-1 [209 kB] Get:83 http://localhost/debian/ unstable/main libportaudio2 amd64 19+svn20111121-1 [76.1 kB] Get:84 http://localhost/debian/ unstable/main x11-common all 1:7.7+1 [278 kB] Get:85 http://localhost/debian/ unstable/main libice6 amd64 2:1.0.8-2 [63.1 kB] Get:86 http://localhost/debian/ unstable/main libjson0 amd64 0.9-1.1 [19.4 kB] Get:87 http://localhost/debian/ unstable/main libsm6 amd64 2:1.2.1-2 [34.2 kB] Get:88 http://localhost/debian/ unstable/main libflac8 amd64 1.2.1-6 [154 kB] Get:89 http://localhost/debian/ unstable/main libvorbisenc2 amd64 1.3.2-1.3 [143 kB] Get:90 http://localhost/debian/ unstable/main libsndfile1 amd64 1.0.25-5 [240 kB] Get:91 http://localhost/debian/ unstable/main libx11-xcb1 amd64 2:1.5.0-1 [139 kB] Get:92 http://localhost/debian/ unstable/main libxext6 amd64 2:1.3.1-2 [55.3 kB] Get:93 http://localhost/debian/ unstable/main libxi6 amd64 2:1.6.1-1 [75.0 kB] Get:94 http://localhost/debian/ unstable/main libxtst6 amd64 2:1.2.1-1 [26.6 kB] Get:95 http://localhost/debian/ unstable/main libpulse0 amd64 2.0-3 [305 kB] Get:96 http://localhost/debian/ unstable/main libsonic0 amd64 0.1.17-1.1 [14.1 kB] Get:97 http://localhost/debian/ unstable/main espeak-data amd64 1.46.02-2 [804 kB] Get:98 http://localhost/debian/ unstable/main libespeak1 amd64 1.46.02-2 [156 kB] Get:99 http://localhost/debian/ unstable/main libestools2.1 amd64 1:2.1~release-4 [1341 kB] Get:100 http://localhost/debian/ unstable/main libfontenc1 amd64 1:1.1.1-1 [24.3 kB] Get:101 http://localhost/debian/ unstable/main libjpeg8 amd64 8d-1 [134 kB] Get:102 http://localhost/debian/ unstable/main libjasper1 amd64 1.900.1-13 [159 kB] Get:103 http://localhost/debian/ unstable/main libjbig0 amd64 2.0-2 [32.2 kB] Get:104 http://localhost/debian/ unstable/main libtiff4 amd64 3.9.6-6 [202 kB] Get:105 http://localhost/debian/ unstable/main libgdk-pixbuf2.0-common all 2.26.1-1 [497 kB] Get:106 http://localhost/debian/ unstable/main libgdk-pixbuf2.0-0 amd64 2.26.1-1 [207 kB] Get:107 http://localhost/debian/ unstable/main libthai-data all 0.1.18-1 [205 kB] Get:108 http://localhost/debian/ unstable/main libthai0 amd64 0.1.18-1 [45.0 kB] Get:109 http://localhost/debian/ unstable/main libxft2 amd64 2.3.1-1 [61.0 kB] Get:110 http://localhost/debian/ unstable/main fontconfig amd64 2.9.0-6 [349 kB] Get:111 http://localhost/debian/ unstable/main libpango1.0-0 amd64 1.30.0-1 [461 kB] Get:112 http://localhost/debian/ unstable/main libxcomposite1 amd64 1:0.4.3-2 [16.6 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 libgtk2.0-common all 2.24.10-1 [6879 kB] Get:116 http://localhost/debian/ unstable/main libxcursor1 amd64 1:1.1.13-1 [26.9 kB] Get:117 http://localhost/debian/ unstable/main libxinerama1 amd64 2:1.1.2-1 [16.8 kB] Get:118 http://localhost/debian/ unstable/main libxrandr2 amd64 2:1.3.2-2 [33.5 kB] Get:119 http://localhost/debian/ unstable/main shared-mime-info amd64 1.0-1 [1066 kB] Get:120 http://localhost/debian/ unstable/main libgtk2.0-0 amd64 2.24.10-1 [2730 kB] Get:121 http://localhost/debian/ unstable/main libgail18 amd64 2.24.10-1 [484 kB] Get:122 http://localhost/debian/ unstable/main gconf2-common all 3.2.5-1 [2013 kB] Get:123 http://localhost/debian/ unstable/main libgconf-2-4 amd64 3.2.5-1 [435 kB] Get:124 http://localhost/debian/ unstable/main libunistring0 amd64 0.9.3-5 [434 kB] Get:125 http://localhost/debian/ unstable/main libgettextpo0 amd64 0.18.1.1-9 [145 kB] Get:126 http://localhost/debian/ unstable/main libglapi-mesa amd64 8.0.3-1 [57.3 kB] Get:127 http://localhost/debian/ unstable/main libxcb-glx0 amd64 1.8.1-1 [32.0 kB] Get:128 http://localhost/debian/ unstable/main libxxf86vm1 amd64 1:1.1.2-1 [19.0 kB] Get:129 http://localhost/debian/ unstable/main libgl1-mesa-glx amd64 8.0.3-1 [165 kB] Get:130 http://localhost/debian/ unstable/main libgnome-keyring-common all 3.4.1-1 [59.8 kB] Get:131 http://localhost/debian/ unstable/main libgnome-keyring0 amd64 3.4.1-1 [93.6 kB] Get:132 http://localhost/debian/ unstable/main libgudev-1.0-0 amd64 175-3.1 [112 kB] Get:133 http://localhost/debian/ unstable/main libhunspell-1.3-0 amd64 1.3.2-4 [174 kB] Get:134 http://localhost/debian/ unstable/main liblvm2app2.2 amd64 2.02.95-4 [347 kB] Get:135 http://localhost/debian/ unstable/main libparted0debian1 amd64 2.3-10 [347 kB] Get:136 http://localhost/debian/ unstable/main libpcrecpp0 amd64 1:8.30-5 [125 kB] Get:137 http://localhost/debian/ unstable/main libpolkit-gobject-1-0 amd64 0.105-1 [49.2 kB] Get:138 http://localhost/debian/ unstable/main libxt6 amd64 1:1.1.3-1 [211 kB] Get:139 http://localhost/debian/ unstable/main libxmu6 amd64 2:1.1.1-1 [66.6 kB] Get:140 http://localhost/debian/ unstable/main libxpm4 amd64 1:3.5.10-1 [49.4 kB] Get:141 http://localhost/debian/ unstable/main libxaw7 amd64 2:1.0.10-2 [226 kB] Get:142 http://localhost/debian/ unstable/main libxcb-shape0 amd64 1.8.1-1 [10.8 kB] Get:143 http://localhost/debian/ unstable/main libxmuu1 amd64 2:1.1.1-1 [23.6 kB] Get:144 http://localhost/debian/ unstable/main libxv1 amd64 2:1.0.7-1 [21.6 kB] Get:145 http://localhost/debian/ unstable/main libxxf86dga1 amd64 2:1.1.3-2 [22.6 kB] Get:146 http://localhost/debian/ unstable/main libgnutlsxx27 amd64 2.12.20-1 [224 kB] Get:147 http://localhost/debian/ unstable/main libsystemd-login0 amd64 44-3 [27.8 kB] Get:148 http://localhost/debian/ unstable/main adduser all 3.113+nmu3 [264 kB] Get:149 http://localhost/debian/ unstable/main bsdmainutils amd64 9.0.3 [209 kB] Get:150 http://localhost/debian/ unstable/main groff-base amd64 1.21-9 [1153 kB] Get:151 http://localhost/debian/ unstable/main man-db amd64 2.6.2-1 [1061 kB] Get:152 http://localhost/debian/ unstable/main netbase all 5.0 [20.1 kB] Get:153 http://localhost/debian/ unstable/main file amd64 5.11-2 [51.8 kB] Get:154 http://localhost/debian/ unstable/main gettext-base amd64 0.18.1.1-9 [154 kB] Get:155 http://localhost/debian/ unstable/main m4 amd64 1.4.16-3 [260 kB] Get:156 http://localhost/debian/ unstable/main mime-support all 3.52-1 [35.5 kB] Get:157 http://localhost/debian/ unstable/main python2.7-minimal amd64 2.7.3-1 [1770 kB] Get:158 http://localhost/debian/ unstable/main python2.7 amd64 2.7.3-1 [2726 kB] Get:159 http://localhost/debian/ unstable/main python-minimal all 2.7.3-1 [42.1 kB] Get:160 http://localhost/debian/ unstable/main python all 2.7.3-1 [179 kB] Get:161 http://localhost/debian/ unstable/main libaspell15 amd64 0.60.7~20110707-1 [707 kB] Get:162 http://localhost/debian/ unstable/main dictionaries-common all 1.12.9 [300 kB] Get:163 http://localhost/debian/ unstable/main aspell amd64 0.60.7~20110707-1 [362 kB] Get:164 http://localhost/debian/ unstable/main aspell-en all 7.1-0-1 [268 kB] Get:165 http://localhost/debian/ unstable/main autoconf all 2.69-1 [589 kB] Get:166 http://localhost/debian/ unstable/main autotools-dev all 20120608.1 [73.0 kB] Get:167 http://localhost/debian/ unstable/main automake all 1:1.11.5-2 [606 kB] Get:168 http://localhost/debian/ unstable/main openssl amd64 1.0.1c-3 [697 kB] Get:169 http://localhost/debian/ unstable/main ca-certificates all 20120623 [183 kB] Get:170 http://localhost/debian/ unstable/main dbus amd64 1.6.2-1 [575 kB] Get:171 http://localhost/debian/ unstable/main dbus-x11 amd64 1.6.2-1 [59.0 kB] Get:172 http://localhost/debian/ unstable/main html2text amd64 1.3.2a-15 [103 kB] Get:173 http://localhost/debian/ unstable/main gettext amd64 0.18.1.1-9 [1975 kB] Get:174 http://localhost/debian/ unstable/main intltool-debian all 0.35.0+20060710.1 [30.8 kB] Get:175 http://localhost/debian/ unstable/main po-debconf all 1.0.16+nmu2 [224 kB] Get:176 http://localhost/debian/ unstable/main debhelper all 9.20120608 [700 kB] Get:177 http://localhost/debian/ unstable/main libaudiofile-dev amd64 0.3.4-1 [44.7 kB] Get:178 http://localhost/debian/ unstable/main pkg-config amd64 0.26-1 [59.5 kB] Get:179 http://localhost/debian/ unstable/main libesd0-dev amd64 0.2.41-10+b1 [29.0 kB] Get:180 http://localhost/debian/ unstable/main libtinfo-dev amd64 5.9-10 [105 kB] Get:181 http://localhost/debian/ unstable/main libncurses5-dev amd64 5.9-10 [223 kB] Get:182 http://localhost/debian/ unstable/main libestools2.1-dev amd64 1:2.1~release-4 [2265 kB] Get:183 http://localhost/debian/ unstable/main festival-dev amd64 1:2.1~release-5+b1 [896 kB] Get:184 http://localhost/debian/ unstable/main gconf-service amd64 3.2.5-1 [427 kB] Get:185 http://localhost/debian/ unstable/main psmisc amd64 22.19-1 [135 kB] Get:186 http://localhost/debian/ unstable/main gconf2 amd64 3.2.5-1 [434 kB] Get:187 http://localhost/debian/ unstable/main libgirepository-1.0-1 amd64 1.32.1-1 [107 kB] Get:188 http://localhost/debian/ unstable/main gir1.2-glib-2.0 amd64 1.32.1-1 [171 kB] Get:189 http://localhost/debian/ unstable/main gir1.2-atk-1.0 amd64 2.4.0-2 [64.7 kB] Get:190 http://localhost/debian/ unstable/main gir1.2-freedesktop amd64 1.32.1-1 [21.5 kB] Get:191 http://localhost/debian/ unstable/main gir1.2-gconf-2.0 amd64 3.2.5-1 [358 kB] Get:192 http://localhost/debian/ unstable/main gir1.2-gdkpixbuf-2.0 amd64 2.26.1-1 [16.6 kB] Get:193 http://localhost/debian/ unstable/main gir1.2-gnomekeyring-1.0 amd64 3.4.1-1 [37.2 kB] Get:194 http://localhost/debian/ unstable/main gir1.2-pango-1.0 amd64 1.30.0-1 [151 kB] Get:195 http://localhost/debian/ unstable/main gnome-mime-data all 2.18.0-1 [725 kB] Get:196 http://localhost/debian/ unstable/main libsgutils2-2 amd64 1.33-1 [80.0 kB] Get:197 http://localhost/debian/ unstable/main udisks amd64 1.0.4-6 [261 kB] Get:198 http://localhost/debian/ unstable/main libgdu0 amd64 3.0.2-2 [95.6 kB] Get:199 http://localhost/debian/ unstable/main x11-utils amd64 7.7~1 [233 kB] Get:200 http://localhost/debian/ unstable/main gvfs-common all 1.12.3-1 [1166 kB] Get:201 http://localhost/debian/ unstable/main gvfs-libs amd64 1.12.3-1+b1 [222 kB] Get:202 http://localhost/debian/ unstable/main gvfs-daemons amd64 1.12.3-1+b1 [264 kB] Get:203 http://localhost/debian/ unstable/main gvfs amd64 1.12.3-1+b1 [227 kB] Get:204 http://localhost/debian/ unstable/main liburi-perl all 1.60-1 [100 kB] Get:205 http://localhost/debian/ unstable/main libencode-locale-perl all 1.03-1 [13.6 kB] Get:206 http://localhost/debian/ unstable/main libhttp-date-perl all 6.02-1 [10.7 kB] Get:207 http://localhost/debian/ unstable/main libfile-listing-perl all 6.04-1 [10.3 kB] Get:208 http://localhost/debian/ unstable/main libhtml-tagset-perl all 3.20-2 [13.5 kB] Get:209 http://localhost/debian/ unstable/main libhtml-parser-perl amd64 3.69-2 [114 kB] Get:210 http://localhost/debian/ unstable/main libhtml-tree-perl all 5.02-1 [225 kB] Get:211 http://localhost/debian/ unstable/main liblwp-mediatypes-perl all 6.02-1 [22.1 kB] Get:212 http://localhost/debian/ unstable/main libhttp-message-perl all 6.03-1 [78.5 kB] Get:213 http://localhost/debian/ unstable/main libhttp-cookies-perl all 6.00-2 [23.5 kB] Get:214 http://localhost/debian/ unstable/main libhttp-negotiate-perl all 6.00-2 [13.6 kB] Get:215 http://localhost/debian/ unstable/main libnet-ssleay-perl amd64 1.48-1+b1 [335 kB] Get:216 http://localhost/debian/ unstable/main libio-socket-ssl-perl all 1.76-1 [67.8 kB] Get:217 http://localhost/debian/ unstable/main libnet-http-perl all 6.03-2 [24.3 kB] Get:218 http://localhost/debian/ unstable/main liblwp-protocol-https-perl all 6.03-1 [7580 B] Get:219 http://localhost/debian/ unstable/main libwww-robotrules-perl all 6.01-1 [14.3 kB] Get:220 http://localhost/debian/ unstable/main libwww-perl all 6.04-1 [203 kB] Get:221 http://localhost/debian/ unstable/main libxml-parser-perl amd64 2.41-1+b1 [278 kB] Get:222 http://localhost/debian/ unstable/main intltool all 0.50.2-2 [101 kB] Get:223 http://localhost/debian/ unstable/main libart-2.0-dev amd64 2.3.21-2 [91.9 kB] Get:224 http://localhost/debian/ unstable/main libglib2.0-data all 2.32.3-1 [2711 kB] Get:225 http://localhost/debian/ unstable/main libglib2.0-bin amd64 2.32.3-1 [861 kB] Get:226 http://localhost/debian/ unstable/main libpcre3-dev amd64 1:8.30-5 [349 kB] Get:227 http://localhost/debian/ unstable/main zlib1g-dev amd64 1:1.2.7.dfsg-13 [215 kB] Get:228 http://localhost/debian/ unstable/main libglib2.0-dev amd64 2.32.3-1 [2631 kB] Get:229 http://localhost/debian/ unstable/main libatk1.0-dev amd64 2.4.0-2 [117 kB] Get:230 http://localhost/debian/ unstable/main libavahi-common-dev amd64 0.6.31-1 [72.0 kB] Get:231 http://localhost/debian/ unstable/main libdbus-1-dev amd64 1.6.2-1 [318 kB] Get:232 http://localhost/debian/ unstable/main libavahi-client-dev amd64 0.6.31-1 [66.3 kB] Get:233 http://localhost/debian/ unstable/main libavahi-glib-dev amd64 0.6.31-1 [37.2 kB] Get:234 http://localhost/debian/ unstable/main libbonobo2-common all 2.24.3-1 [327 kB] Get:235 http://localhost/debian/ unstable/main libidl0 amd64 0.8.14-0.2 [127 kB] Get:236 http://localhost/debian/ unstable/main liborbit2 amd64 1:2.14.19-0.1 [280 kB] Get:237 http://localhost/debian/ unstable/main libbonobo2-0 amd64 2.24.3-1 [333 kB] Get:238 http://localhost/debian/ unstable/main libidl-dev amd64 0.8.14-0.2 [144 kB] Get:239 http://localhost/debian/ unstable/main liborbit2-dev amd64 1:2.14.19-0.1 [501 kB] Get:240 http://localhost/debian/ unstable/main libpopt-dev amd64 1.16-7 [56.2 kB] Get:241 http://localhost/debian/ unstable/main libbonobo2-dev amd64 2.24.3-1 [792 kB] Get:242 http://localhost/debian/ unstable/main libgconf2-4 amd64 3.2.5-1 [352 kB] Get:243 http://localhost/debian/ unstable/main libglade2-0 amd64 1:2.6.4-1 [89.0 kB] Get:244 http://localhost/debian/ unstable/main libfam0 amd64 2.7.0-17 [28.8 kB] Get:245 http://localhost/debian/ unstable/main libgnomevfs2-common all 1:2.24.4-1 [1300 kB] Get:246 http://localhost/debian/ unstable/main libgnomevfs2-0 amd64 1:2.24.4-1 [598 kB] Get:247 http://localhost/debian/ unstable/main libgnome2-common all 2.32.1-2 [1617 kB] Get:248 http://localhost/debian/ unstable/main libgnome2-0 amd64 2.32.1-2 [486 kB] Get:249 http://localhost/debian/ unstable/main libgnomecanvas2-common all 2.30.3-1 [177 kB] Get:250 http://localhost/debian/ unstable/main libgnomecanvas2-0 amd64 2.30.3-1 [128 kB] Get:251 http://localhost/debian/ unstable/main libbonoboui2-common all 2.24.3-1 [401 kB] Get:252 http://localhost/debian/ unstable/main libbonoboui2-0 amd64 2.24.3-1 [246 kB] Get:253 http://localhost/debian/ unstable/main xorg-sgml-doctools all 1:1.10-1 [24.1 kB] Get:254 http://localhost/debian/ unstable/main x11proto-core-dev all 7.0.23-1 [774 kB] Get:255 http://localhost/debian/ unstable/main libxau-dev amd64 1:1.0.7-1 [21.7 kB] Get:256 http://localhost/debian/ unstable/main libxdmcp-dev amd64 1:1.1.1-1 [42.3 kB] Get:257 http://localhost/debian/ unstable/main x11proto-input-dev all 2.2-1 [172 kB] Get:258 http://localhost/debian/ unstable/main x11proto-kb-dev all 1.0.6-2 [269 kB] Get:259 http://localhost/debian/ unstable/main xtrans-dev all 1.2.7-1 [112 kB] Get:260 http://localhost/debian/ unstable/main libpthread-stubs0 amd64 0.3-3 [3228 B] Get:261 http://localhost/debian/ unstable/main libpthread-stubs0-dev amd64 0.3-3 [3998 B] Get:262 http://localhost/debian/ unstable/main libxcb1-dev amd64 1.8.1-1 [86.6 kB] Get:263 http://localhost/debian/ unstable/main libx11-dev amd64 2:1.5.0-1 [1037 kB] Get:264 http://localhost/debian/ unstable/main libpng12-dev amd64 1.2.49-1 [266 kB] Get:265 http://localhost/debian/ unstable/main libgdk-pixbuf2.0-dev amd64 2.26.1-1 [59.0 kB] Get:266 http://localhost/debian/ unstable/main libfreetype6-dev amd64 2.4.9-1 [803 kB] Get:267 http://localhost/debian/ unstable/main x11proto-render-dev all 2:0.11.1-2 [20.8 kB] Get:268 http://localhost/debian/ unstable/main libxrender-dev amd64 1:0.9.7-1 [40.4 kB] Get:269 http://localhost/debian/ unstable/main libexpat1-dev amd64 2.1.0-1 [229 kB] Get:270 http://localhost/debian/ unstable/main libfontconfig1-dev amd64 2.9.0-6 [857 kB] Get:271 http://localhost/debian/ unstable/main libxft-dev amd64 2.3.1-1 [74.5 kB] Get:272 http://localhost/debian/ unstable/main libice-dev amd64 2:1.0.8-2 [74.1 kB] Get:273 http://localhost/debian/ unstable/main libsm-dev amd64 2:1.2.1-2 [37.0 kB] Get:274 http://localhost/debian/ unstable/main libpixman-1-dev amd64 0.26.0-3 [457 kB] Get:275 http://localhost/debian/ unstable/main libxcb-render0-dev amd64 1.8.1-1 [25.8 kB] Get:276 http://localhost/debian/ unstable/main libxcb-shm0-dev amd64 1.8.1-1 [11.5 kB] Get:277 http://localhost/debian/ unstable/main libcairo2-dev amd64 1.12.2-2 [1163 kB] Get:278 http://localhost/debian/ unstable/main libpango1.0-dev amd64 1.30.0-1 [622 kB] Get:279 http://localhost/debian/ unstable/main x11proto-xext-dev all 7.2.1-1 [273 kB] Get:280 http://localhost/debian/ unstable/main libxext-dev amd64 2:1.3.1-2 [115 kB] Get:281 http://localhost/debian/ unstable/main x11proto-xinerama-dev all 1.2.1-2 [4938 B] Get:282 http://localhost/debian/ unstable/main libxinerama-dev amd64 2:1.1.2-1 [18.9 kB] Get:283 http://localhost/debian/ unstable/main libxi-dev amd64 2:1.6.1-1 [249 kB] Get:284 http://localhost/debian/ unstable/main x11proto-randr-dev all 1.3.2-2 [40.0 kB] Get:285 http://localhost/debian/ unstable/main libxrandr-dev amd64 2:1.3.2-2 [41.9 kB] Get:286 http://localhost/debian/ unstable/main x11proto-fixes-dev all 1:5.0-2 [19.2 kB] Get:287 http://localhost/debian/ unstable/main libxfixes-dev amd64 1:5.0-4 [23.4 kB] Get:288 http://localhost/debian/ unstable/main libxcursor-dev amd64 1:1.1.13-1 [34.6 kB] Get:289 http://localhost/debian/ unstable/main x11proto-composite-dev all 1:0.4.2-2 [15.3 kB] Get:290 http://localhost/debian/ unstable/main libxcomposite-dev amd64 1:0.4.3-2 [20.2 kB] Get:291 http://localhost/debian/ unstable/main x11proto-damage-dev all 1:1.2.1-2 [11.8 kB] Get:292 http://localhost/debian/ unstable/main libxdamage-dev amd64 1:1.1.3-2 [14.0 kB] Get:293 http://localhost/debian/ unstable/main libxml2-utils amd64 2.8.0+dfsg1-4 [95.8 kB] Get:294 http://localhost/debian/ unstable/main libgtk2.0-dev amd64 2.24.10-1 [4325 kB] Get:295 http://localhost/debian/ unstable/main libgail-common amd64 2.24.10-1 [614 kB] Get:296 http://localhost/debian/ unstable/main libgail-dev amd64 2.24.10-1 [484 kB] Get:297 http://localhost/debian/ unstable/main libgnomecanvas2-dev amd64 2.30.3-1 [163 kB] Get:298 http://localhost/debian/ unstable/main libgconf2-dev amd64 3.2.5-1 [479 kB] Get:299 http://localhost/debian/ unstable/main libgpg-error-dev amd64 1.10-3 [42.5 kB] Get:300 http://localhost/debian/ unstable/main libgcrypt11-dev amd64 1.5.0-3 [402 kB] Get:301 http://localhost/debian/ unstable/main libtasn1-3-dev amd64 2.13-2 [389 kB] Get:302 http://localhost/debian/ unstable/main libp11-kit-dev amd64 0.12-3 [67.8 kB] Get:303 http://localhost/debian/ unstable/main libgnutls-dev amd64 2.12.20-1 [751 kB] Get:304 http://localhost/debian/ unstable/main libxml2-dev amd64 2.8.0+dfsg1-4 [899 kB] Get:305 http://localhost/debian/ unstable/main libsepol1-dev amd64 2.1.4-3 [199 kB] Get:306 http://localhost/debian/ unstable/main libselinux1-dev amd64 2.1.9-5 [172 kB] Get:307 http://localhost/debian/ unstable/main libgnomevfs2-dev amd64 1:2.24.4-1 [585 kB] Get:308 http://localhost/debian/ unstable/main libcanberra-dev amd64 0.28-4 [14.5 kB] Get:309 http://localhost/debian/ unstable/main libgnome2-dev amd64 2.32.1-2 [484 kB] Get:310 http://localhost/debian/ unstable/main libbonoboui2-dev amd64 2.24.3-1 [333 kB] Get:311 http://localhost/debian/ unstable/main libenchant1c2a amd64 1.6.0-7 [85.4 kB] Get:312 http://localhost/debian/ unstable/main libenchant-dev amd64 1.6.0-7 [71.2 kB] Get:313 http://localhost/debian/ unstable/main libespeak-dev amd64 1.46.02-2 [209 kB] Get:314 http://localhost/debian/ unstable/main libgnome-keyring-dev amd64 3.4.1-1 [96.8 kB] Get:315 http://localhost/debian/ unstable/main libgnomeui-common all 2.24.5-2 [863 kB] Get:316 http://localhost/debian/ unstable/main libgnomeui-0 amd64 2.24.5-2 [380 kB] Get:317 http://localhost/debian/ unstable/main libgnomeui-dev amd64 2.24.5-2 [485 kB] Get:318 http://localhost/debian/ unstable/main libsigc++-2.0-dev amd64 2.2.10-0.2 [114 kB] Get:319 http://localhost/debian/ unstable/main libtool amd64 2.4.2-1.1 [619 kB] Get:320 http://localhost/debian/ unstable/main sharutils amd64 1:4.11.1-1 [195 kB] Get:321 http://localhost/debian/ unstable/main librarian0 amd64 0.8.1-5 [73.1 kB] Get:322 http://localhost/debian/ unstable/main rarian-compat amd64 0.8.1-5 [130 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 107 MB in 52s (2056 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 libsigc++-2.0-0c2a:amd64. Unpacking libsigc++-2.0-0c2a:amd64 (from .../libsigc++-2.0-0c2a_2.2.10-0.2_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 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 ... 12517 files and directories currently installed.) Unpacking docbook-xml (from .../docbook-xml_4.5-7.1_all.deb) ... Selecting previously unselected package libart-2.0-2:amd64. Unpacking libart-2.0-2:amd64 (from .../libart-2.0-2_2.3.21-2_amd64.deb) ... Selecting previously unselected package libasound2:amd64. Unpacking libasound2:amd64 (from .../libasound2_1.0.25-3_amd64.deb) ... Selecting previously unselected package libasyncns0:amd64. Unpacking libasyncns0:amd64 (from .../libasyncns0_0.8-4_amd64.deb) ... Selecting previously unselected package libatasmart4:amd64. Unpacking libatasmart4:amd64 (from .../libatasmart4_0.19-1_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 libaudiofile1:amd64. Unpacking libaudiofile1:amd64 (from .../libaudiofile1_0.3.4-1_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 libavahi-glib1:amd64. Unpacking libavahi-glib1:amd64 (from .../libavahi-glib1_0.6.31-1_amd64.deb) ... Selecting previously unselected package libbluray1:amd64. Unpacking libbluray1:amd64 (from .../libbluray1_1%3a0.2.2-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 libxau6:amd64. Unpacking libxau6:amd64 (from .../libxau6_1%3a1.0.7-1_amd64.deb) ... Selecting previously unselected package libxdmcp6:amd64. Unpacking libxdmcp6:amd64 (from .../libxdmcp6_1%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package libxcb1:amd64. Unpacking libxcb1:amd64 (from .../libxcb1_1.8.1-1_amd64.deb) ... Selecting previously unselected package libx11-data. Unpacking libx11-data (from .../libx11-data_2%3a1.5.0-1_all.deb) ... Selecting previously unselected package libx11-6:amd64. Unpacking libx11-6:amd64 (from .../libx11-6_2%3a1.5.0-1_amd64.deb) ... Selecting previously unselected package 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 libltdl7:amd64. Unpacking libltdl7:amd64 (from .../libltdl7_2.4.2-1.1_amd64.deb) ... Selecting previously unselected package libogg0:amd64. Unpacking libogg0:amd64 (from .../libogg0_1.3.0-4_amd64.deb) ... Selecting previously unselected package libtdb1:amd64. Unpacking libtdb1:amd64 (from .../libtdb1_1.2.10-2_amd64.deb) ... Selecting previously unselected package libvorbis0a:amd64. Unpacking libvorbis0a:amd64 (from .../libvorbis0a_1.3.2-1.3_amd64.deb) ... Selecting previously unselected package libvorbisfile3:amd64. Unpacking libvorbisfile3:amd64 (from .../libvorbisfile3_1.3.2-1.3_amd64.deb) ... Selecting previously unselected package libcanberra0:amd64. Unpacking libcanberra0:amd64 (from .../libcanberra0_0.28-4_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 libdatrie1:amd64. Unpacking libdatrie1:amd64 (from .../libdatrie1_0.2.5-3_amd64.deb) ... Selecting previously unselected package libdbus-glib-1-2:amd64. Unpacking libdbus-glib-1-2:amd64 (from .../libdbus-glib-1-2_0.100-1_amd64.deb) ... Selecting previously unselected package dmsetup. Unpacking dmsetup (from .../dmsetup_2%3a1.02.74-4_amd64.deb) ... Selecting previously unselected package libdevmapper1.02.1:amd64. Unpacking libdevmapper1.02.1:amd64 (from .../libdevmapper1.02.1_2%3a1.02.74-4_amd64.deb) ... Selecting previously unselected package libdevmapper-event1.02.1:amd64. Unpacking libdevmapper-event1.02.1:amd64 (from .../libdevmapper-event1.02.1_2%3a1.02.74-4_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 esound-common. Unpacking esound-common (from .../esound-common_0.2.41-10_all.deb) ... Selecting previously unselected package libesd0:amd64. Unpacking libesd0:amd64 (from .../libesd0_0.2.41-10+b1_amd64.deb) ... Selecting previously unselected package libsamplerate0:amd64. Unpacking libsamplerate0:amd64 (from .../libsamplerate0_0.1.8-5_amd64.deb) ... Selecting previously unselected package libjack-jackd2-0:amd64. Unpacking libjack-jackd2-0:amd64 (from .../libjack-jackd2-0_1.9.8~dfsg.4+20120529git007cdc37-1_amd64.deb) ... Selecting previously unselected package libportaudio2:amd64. Unpacking libportaudio2:amd64 (from .../libportaudio2_19+svn20111121-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 libjson0:amd64. Unpacking libjson0:amd64 (from .../libjson0_0.9-1.1_amd64.deb) ... Selecting previously unselected package libsm6:amd64. Unpacking libsm6:amd64 (from .../libsm6_2%3a1.2.1-2_amd64.deb) ... Selecting previously unselected package libflac8:amd64. Unpacking libflac8:amd64 (from .../libflac8_1.2.1-6_amd64.deb) ... Selecting previously unselected package libvorbisenc2:amd64. Unpacking libvorbisenc2:amd64 (from .../libvorbisenc2_1.3.2-1.3_amd64.deb) ... Selecting previously unselected package libsndfile1:amd64. Unpacking libsndfile1:amd64 (from .../libsndfile1_1.0.25-5_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 libxext6:amd64. Unpacking libxext6:amd64 (from .../libxext6_2%3a1.3.1-2_amd64.deb) ... Selecting previously unselected package libxi6:amd64. Unpacking libxi6:amd64 (from .../libxi6_2%3a1.6.1-1_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 libsonic0:amd64. Unpacking libsonic0:amd64 (from .../libsonic0_0.1.17-1.1_amd64.deb) ... Selecting previously unselected package espeak-data:amd64. Unpacking espeak-data:amd64 (from .../espeak-data_1.46.02-2_amd64.deb) ... Selecting previously unselected package libespeak1:amd64. Unpacking libespeak1:amd64 (from .../libespeak1_1.46.02-2_amd64.deb) ... Selecting previously unselected package libestools2.1:amd64. Unpacking libestools2.1:amd64 (from .../libestools2.1_1%3a2.1~release-4_amd64.deb) ... Selecting previously unselected package libfontenc1:amd64. Unpacking libfontenc1:amd64 (from .../libfontenc1_1%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package libjpeg8:amd64. Unpacking libjpeg8:amd64 (from .../libjpeg8_8d-1_amd64.deb) ... Selecting previously unselected package libjasper1:amd64. Unpacking libjasper1:amd64 (from .../libjasper1_1.900.1-13_amd64.deb) ... Selecting previously unselected package libjbig0:amd64. Unpacking libjbig0:amd64 (from .../libjbig0_2.0-2_amd64.deb) ... Selecting previously unselected package libtiff4:amd64. Unpacking libtiff4:amd64 (from .../libtiff4_3.9.6-6_amd64.deb) ... Selecting previously unselected package libgdk-pixbuf2.0-common. Unpacking libgdk-pixbuf2.0-common (from .../libgdk-pixbuf2.0-common_2.26.1-1_all.deb) ... Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. Unpacking libgdk-pixbuf2.0-0:amd64 (from .../libgdk-pixbuf2.0-0_2.26.1-1_amd64.deb) ... Selecting previously unselected package 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 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 libgtk2.0-common. Unpacking libgtk2.0-common (from .../libgtk2.0-common_2.24.10-1_all.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 libgail18:amd64. Unpacking libgail18:amd64 (from .../libgail18_2.24.10-1_amd64.deb) ... Selecting previously unselected package gconf2-common. Unpacking gconf2-common (from .../gconf2-common_3.2.5-1_all.deb) ... Selecting previously unselected package libgconf-2-4:amd64. Unpacking libgconf-2-4:amd64 (from .../libgconf-2-4_3.2.5-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 libxcb-glx0:amd64. Unpacking libxcb-glx0:amd64 (from .../libxcb-glx0_1.8.1-1_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 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 libgudev-1.0-0:amd64. Unpacking libgudev-1.0-0:amd64 (from .../libgudev-1.0-0_175-3.1_amd64.deb) ... Selecting previously unselected package libhunspell-1.3-0:amd64. Unpacking libhunspell-1.3-0:amd64 (from .../libhunspell-1.3-0_1.3.2-4_amd64.deb) ... Selecting previously unselected package liblvm2app2.2:amd64. Unpacking liblvm2app2.2:amd64 (from .../liblvm2app2.2_2.02.95-4_amd64.deb) ... Selecting previously unselected package libparted0debian1:amd64. Unpacking libparted0debian1:amd64 (from .../libparted0debian1_2.3-10_amd64.deb) ... Selecting previously unselected package libpcrecpp0:amd64. Unpacking libpcrecpp0:amd64 (from .../libpcrecpp0_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libpolkit-gobject-1-0:amd64. Unpacking libpolkit-gobject-1-0:amd64 (from .../libpolkit-gobject-1-0_0.105-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 libxmu6:amd64. Unpacking libxmu6:amd64 (from .../libxmu6_2%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package libxpm4:amd64. Unpacking libxpm4:amd64 (from .../libxpm4_1%3a3.5.10-1_amd64.deb) ... Selecting previously unselected package libxaw7:amd64. Unpacking libxaw7:amd64 (from .../libxaw7_2%3a1.0.10-2_amd64.deb) ... Selecting previously unselected package libxcb-shape0:amd64. Unpacking libxcb-shape0:amd64 (from .../libxcb-shape0_1.8.1-1_amd64.deb) ... Selecting previously unselected package libxmuu1:amd64. Unpacking libxmuu1:amd64 (from .../libxmuu1_2%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package libxv1:amd64. Unpacking libxv1:amd64 (from .../libxv1_2%3a1.0.7-1_amd64.deb) ... Selecting previously unselected package libxxf86dga1:amd64. Unpacking libxxf86dga1:amd64 (from .../libxxf86dga1_2%3a1.1.3-2_amd64.deb) ... Selecting previously unselected package libgnutlsxx27:amd64. Unpacking libgnutlsxx27:amd64 (from .../libgnutlsxx27_2.12.20-1_amd64.deb) ... Selecting previously unselected package libsystemd-login0:amd64. Unpacking libsystemd-login0:amd64 (from .../libsystemd-login0_44-3_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 netbase. Unpacking netbase (from .../archives/netbase_5.0_all.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 mime-support. Unpacking mime-support (from .../mime-support_3.52-1_all.deb) ... Selecting previously unselected package python2.7-minimal. Unpacking python2.7-minimal (from .../python2.7-minimal_2.7.3-1_amd64.deb) ... Selecting previously unselected package python2.7. Unpacking python2.7 (from .../python2.7_2.7.3-1_amd64.deb) ... Selecting previously unselected package python-minimal. Unpacking python-minimal (from .../python-minimal_2.7.3-1_all.deb) ... Selecting previously unselected package python. Unpacking python (from .../python_2.7.3-1_all.deb) ... Selecting previously unselected package libaspell15. Unpacking libaspell15 (from .../libaspell15_0.60.7~20110707-1_amd64.deb) ... Selecting previously unselected package dictionaries-common. Unpacking dictionaries-common (from .../dictionaries-common_1.12.9_all.deb) ... Adding 'diversion of /usr/share/dict/words to /usr/share/dict/words.pre-dictionaries-common by dictionaries-common' Selecting previously unselected package aspell. Unpacking aspell (from .../aspell_0.60.7~20110707-1_amd64.deb) ... Selecting previously unselected package aspell-en. Unpacking aspell-en (from .../aspell-en_7.1-0-1_all.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 openssl. Unpacking openssl (from .../openssl_1.0.1c-3_amd64.deb) ... Selecting previously unselected package ca-certificates. Unpacking ca-certificates (from .../ca-certificates_20120623_all.deb) ... Selecting previously unselected package dbus. Unpacking dbus (from .../dbus_1.6.2-1_amd64.deb) ... Selecting previously unselected package dbus-x11. Unpacking dbus-x11 (from .../dbus-x11_1.6.2-1_amd64.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 libaudiofile-dev:amd64. Unpacking libaudiofile-dev:amd64 (from .../libaudiofile-dev_0.3.4-1_amd64.deb) ... Selecting previously unselected package pkg-config. Unpacking pkg-config (from .../pkg-config_0.26-1_amd64.deb) ... Selecting previously unselected package libesd0-dev:amd64. Unpacking libesd0-dev:amd64 (from .../libesd0-dev_0.2.41-10+b1_amd64.deb) ... Selecting previously unselected package libtinfo-dev:amd64. Unpacking libtinfo-dev:amd64 (from .../libtinfo-dev_5.9-10_amd64.deb) ... Selecting previously unselected package libncurses5-dev. Unpacking libncurses5-dev (from .../libncurses5-dev_5.9-10_amd64.deb) ... Selecting previously unselected package libestools2.1-dev. Unpacking libestools2.1-dev (from .../libestools2.1-dev_1%3a2.1~release-4_amd64.deb) ... Selecting previously unselected package festival-dev. Unpacking festival-dev (from .../festival-dev_1%3a2.1~release-5+b1_amd64.deb) ... Selecting previously unselected package gconf-service. Unpacking gconf-service (from .../gconf-service_3.2.5-1_amd64.deb) ... Selecting previously unselected package psmisc. Unpacking psmisc (from .../psmisc_22.19-1_amd64.deb) ... Selecting previously unselected package gconf2. Unpacking gconf2 (from .../gconf2_3.2.5-1_amd64.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-gconf-2.0. Unpacking gir1.2-gconf-2.0 (from .../gir1.2-gconf-2.0_3.2.5-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 gnome-mime-data. Unpacking gnome-mime-data (from .../gnome-mime-data_2.18.0-1_all.deb) ... Selecting previously unselected package libsgutils2-2. Unpacking libsgutils2-2 (from .../libsgutils2-2_1.33-1_amd64.deb) ... Selecting previously unselected package udisks. Unpacking udisks (from .../udisks_1.0.4-6_amd64.deb) ... Selecting previously unselected package libgdu0. Unpacking libgdu0 (from .../libgdu0_3.0.2-2_amd64.deb) ... Selecting previously unselected package x11-utils. Unpacking x11-utils (from .../x11-utils_7.7~1_amd64.deb) ... Selecting previously unselected package gvfs-common. Unpacking gvfs-common (from .../gvfs-common_1.12.3-1_all.deb) ... Selecting previously unselected package gvfs-libs:amd64. Unpacking gvfs-libs:amd64 (from .../gvfs-libs_1.12.3-1+b1_amd64.deb) ... Selecting previously unselected package gvfs-daemons. Unpacking gvfs-daemons (from .../gvfs-daemons_1.12.3-1+b1_amd64.deb) ... Selecting previously unselected package gvfs:amd64. Unpacking gvfs:amd64 (from .../gvfs_1.12.3-1+b1_amd64.deb) ... Selecting previously unselected package liburi-perl. Unpacking liburi-perl (from .../liburi-perl_1.60-1_all.deb) ... Selecting previously unselected package libencode-locale-perl. Unpacking libencode-locale-perl (from .../libencode-locale-perl_1.03-1_all.deb) ... Selecting previously unselected package libhttp-date-perl. Unpacking libhttp-date-perl (from .../libhttp-date-perl_6.02-1_all.deb) ... Selecting previously unselected package libfile-listing-perl. Unpacking libfile-listing-perl (from .../libfile-listing-perl_6.04-1_all.deb) ... Selecting previously unselected package libhtml-tagset-perl. Unpacking libhtml-tagset-perl (from .../libhtml-tagset-perl_3.20-2_all.deb) ... Selecting previously unselected package libhtml-parser-perl. Unpacking libhtml-parser-perl (from .../libhtml-parser-perl_3.69-2_amd64.deb) ... Selecting previously unselected package libhtml-tree-perl. Unpacking libhtml-tree-perl (from .../libhtml-tree-perl_5.02-1_all.deb) ... Selecting previously unselected package liblwp-mediatypes-perl. Unpacking liblwp-mediatypes-perl (from .../liblwp-mediatypes-perl_6.02-1_all.deb) ... Selecting previously unselected package libhttp-message-perl. Unpacking libhttp-message-perl (from .../libhttp-message-perl_6.03-1_all.deb) ... Selecting previously unselected package libhttp-cookies-perl. Unpacking libhttp-cookies-perl (from .../libhttp-cookies-perl_6.00-2_all.deb) ... Selecting previously unselected package libhttp-negotiate-perl. Unpacking libhttp-negotiate-perl (from .../libhttp-negotiate-perl_6.00-2_all.deb) ... Selecting previously unselected package libnet-ssleay-perl. Unpacking libnet-ssleay-perl (from .../libnet-ssleay-perl_1.48-1+b1_amd64.deb) ... Selecting previously unselected package libio-socket-ssl-perl. Unpacking libio-socket-ssl-perl (from .../libio-socket-ssl-perl_1.76-1_all.deb) ... Selecting previously unselected package libnet-http-perl. Unpacking libnet-http-perl (from .../libnet-http-perl_6.03-2_all.deb) ... Selecting previously unselected package liblwp-protocol-https-perl. Unpacking liblwp-protocol-https-perl (from .../liblwp-protocol-https-perl_6.03-1_all.deb) ... Selecting previously unselected package libwww-robotrules-perl. Unpacking libwww-robotrules-perl (from .../libwww-robotrules-perl_6.01-1_all.deb) ... Selecting previously unselected package libwww-perl. Unpacking libwww-perl (from .../libwww-perl_6.04-1_all.deb) ... Selecting previously unselected package libxml-parser-perl. Unpacking libxml-parser-perl (from .../libxml-parser-perl_2.41-1+b1_amd64.deb) ... Selecting previously unselected package intltool. Unpacking intltool (from .../intltool_0.50.2-2_all.deb) ... Selecting previously unselected package libart-2.0-dev. Unpacking libart-2.0-dev (from .../libart-2.0-dev_2.3.21-2_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 libavahi-glib-dev. Unpacking libavahi-glib-dev (from .../libavahi-glib-dev_0.6.31-1_amd64.deb) ... Selecting previously unselected package libbonobo2-common. Unpacking libbonobo2-common (from .../libbonobo2-common_2.24.3-1_all.deb) ... Selecting previously unselected package libidl0. Unpacking libidl0 (from .../libidl0_0.8.14-0.2_amd64.deb) ... Selecting previously unselected package liborbit2. Unpacking liborbit2 (from .../liborbit2_1%3a2.14.19-0.1_amd64.deb) ... Selecting previously unselected package libbonobo2-0. Unpacking libbonobo2-0 (from .../libbonobo2-0_2.24.3-1_amd64.deb) ... Selecting previously unselected package libidl-dev. Unpacking libidl-dev (from .../libidl-dev_0.8.14-0.2_amd64.deb) ... Selecting previously unselected package liborbit2-dev. Unpacking liborbit2-dev (from .../liborbit2-dev_1%3a2.14.19-0.1_amd64.deb) ... Selecting previously unselected package libpopt-dev:amd64. Unpacking libpopt-dev:amd64 (from .../libpopt-dev_1.16-7_amd64.deb) ... Selecting previously unselected package libbonobo2-dev. Unpacking libbonobo2-dev (from .../libbonobo2-dev_2.24.3-1_amd64.deb) ... Selecting previously unselected package libgconf2-4:amd64. Unpacking libgconf2-4:amd64 (from .../libgconf2-4_3.2.5-1_amd64.deb) ... Selecting previously unselected package libglade2-0. Unpacking libglade2-0 (from .../libglade2-0_1%3a2.6.4-1_amd64.deb) ... Selecting previously unselected package libfam0. Unpacking libfam0 (from .../libfam0_2.7.0-17_amd64.deb) ... Selecting previously unselected package libgnomevfs2-common. Unpacking libgnomevfs2-common (from .../libgnomevfs2-common_1%3a2.24.4-1_all.deb) ... Selecting previously unselected package libgnomevfs2-0. Unpacking libgnomevfs2-0 (from .../libgnomevfs2-0_1%3a2.24.4-1_amd64.deb) ... Selecting previously unselected package libgnome2-common. Unpacking libgnome2-common (from .../libgnome2-common_2.32.1-2_all.deb) ... Selecting previously unselected package libgnome2-0. Unpacking libgnome2-0 (from .../libgnome2-0_2.32.1-2_amd64.deb) ... Selecting previously unselected package libgnomecanvas2-common. Unpacking libgnomecanvas2-common (from .../libgnomecanvas2-common_2.30.3-1_all.deb) ... Selecting previously unselected package libgnomecanvas2-0. Unpacking libgnomecanvas2-0 (from .../libgnomecanvas2-0_2.30.3-1_amd64.deb) ... Selecting previously unselected package libbonoboui2-common. Unpacking libbonoboui2-common (from .../libbonoboui2-common_2.24.3-1_all.deb) ... Selecting previously unselected package libbonoboui2-0. Unpacking libbonoboui2-0 (from .../libbonoboui2-0_2.24.3-1_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 libpng12-dev. Unpacking libpng12-dev (from .../libpng12-dev_1.2.49-1_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 libfreetype6-dev. Unpacking libfreetype6-dev (from .../libfreetype6-dev_2.4.9-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 libexpat1-dev. Unpacking libexpat1-dev (from .../libexpat1-dev_2.1.0-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 libxft-dev. Unpacking libxft-dev (from .../libxft-dev_2.3.1-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 libpango1.0-dev. Unpacking libpango1.0-dev (from .../libpango1.0-dev_1.30.0-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 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 libxml2-utils. Unpacking libxml2-utils (from .../libxml2-utils_2.8.0+dfsg1-4_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 libgail-common:amd64. Unpacking libgail-common:amd64 (from .../libgail-common_2.24.10-1_amd64.deb) ... Selecting previously unselected package libgail-dev. Unpacking libgail-dev (from .../libgail-dev_2.24.10-1_amd64.deb) ... Selecting previously unselected package libgnomecanvas2-dev. Unpacking libgnomecanvas2-dev (from .../libgnomecanvas2-dev_2.30.3-1_amd64.deb) ... Selecting previously unselected package libgconf2-dev. Unpacking libgconf2-dev (from .../libgconf2-dev_3.2.5-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 libxml2-dev:amd64. Unpacking libxml2-dev:amd64 (from .../libxml2-dev_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package libsepol1-dev. Unpacking libsepol1-dev (from .../libsepol1-dev_2.1.4-3_amd64.deb) ... Selecting previously unselected package libselinux1-dev. Unpacking libselinux1-dev (from .../libselinux1-dev_2.1.9-5_amd64.deb) ... Selecting previously unselected package libgnomevfs2-dev. Unpacking libgnomevfs2-dev (from .../libgnomevfs2-dev_1%3a2.24.4-1_amd64.deb) ... Selecting previously unselected package libcanberra-dev:amd64. Unpacking libcanberra-dev:amd64 (from .../libcanberra-dev_0.28-4_amd64.deb) ... Selecting previously unselected package libgnome2-dev. Unpacking libgnome2-dev (from .../libgnome2-dev_2.32.1-2_amd64.deb) ... Selecting previously unselected package libbonoboui2-dev. Unpacking libbonoboui2-dev (from .../libbonoboui2-dev_2.24.3-1_amd64.deb) ... Selecting previously unselected package libenchant1c2a. Unpacking libenchant1c2a (from .../libenchant1c2a_1.6.0-7_amd64.deb) ... Selecting previously unselected package libenchant-dev. Unpacking libenchant-dev (from .../libenchant-dev_1.6.0-7_amd64.deb) ... Selecting previously unselected package libespeak-dev:amd64. Unpacking libespeak-dev:amd64 (from .../libespeak-dev_1.46.02-2_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 libgnomeui-common. Unpacking libgnomeui-common (from .../libgnomeui-common_2.24.5-2_all.deb) ... Selecting previously unselected package libgnomeui-0. Unpacking libgnomeui-0 (from .../libgnomeui-0_2.24.5-2_amd64.deb) ... Selecting previously unselected package libgnomeui-dev. Unpacking libgnomeui-dev (from .../libgnomeui-dev_2.24.5-2_amd64.deb) ... Selecting previously unselected package libsigc++-2.0-dev:amd64. Unpacking libsigc++-2.0-dev:amd64 (from .../libsigc++-2.0-dev_2.2.10-0.2_amd64.deb) ... Selecting previously unselected package libtool. Unpacking libtool (from .../libtool_2.4.2-1.1_amd64.deb) ... Selecting previously unselected package sharutils. Unpacking sharutils (from .../sharutils_1%3a4.11.1-1_amd64.deb) ... Selecting previously unselected package librarian0. Unpacking librarian0 (from .../librarian0_0.8.1-5_amd64.deb) ... Selecting previously unselected package rarian-compat. Unpacking rarian-compat (from .../rarian-compat_0.8.1-5_amd64.deb) ... Selecting previously unselected package sbuild-build-depends-stardict-dummy. Unpacking sbuild-build-depends-stardict-dummy (from .../sbuild-build-depends-stardict-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 libsigc++-2.0-0c2a:amd64 (2.2.10-0.2) ... 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 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 libart-2.0-2:amd64 (2.3.21-2) ... Setting up libasound2:amd64 (1.0.25-3) ... Setting up libasyncns0:amd64 (0.8-4) ... Setting up libatasmart4:amd64 (0.19-1) ... 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 libaudiofile1:amd64 (0.3.4-1) ... 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 libavahi-glib1:amd64 (0.6.31-1) ... Setting up libbluray1:amd64 (1:0.2.2-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 libxau6:amd64 (1:1.0.7-1) ... Setting up libxdmcp6:amd64 (1:1.1.1-1) ... Setting up libxcb1:amd64 (1.8.1-1) ... Setting up libx11-data (2:1.5.0-1) ... Setting up libx11-6:amd64 (2:1.5.0-1) ... Setting up 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 libltdl7:amd64 (2.4.2-1.1) ... Setting up libogg0:amd64 (1.3.0-4) ... Setting up libtdb1:amd64 (1.2.10-2) ... Setting up libvorbis0a:amd64 (1.3.2-1.3) ... Setting up libvorbisfile3:amd64 (1.3.2-1.3) ... Setting up libcanberra0:amd64 (0.28-4) ... Setting up libcroco3:amd64 (0.6.5-1) ... Setting up libcups2:amd64 (1.5.3-2) ... Setting up libdatrie1:amd64 (0.2.5-3) ... Setting up libdbus-glib-1-2:amd64 (0.100-1) ... Setting up libdrm2:amd64 (2.4.33-3) ... Setting up libelf1:amd64 (0.153-1) ... Setting up esound-common (0.2.41-10) ... Setting up libesd0:amd64 (0.2.41-10+b1) ... Setting up libsamplerate0:amd64 (0.1.8-5) ... Setting up libjack-jackd2-0:amd64 (1.9.8~dfsg.4+20120529git007cdc37-1) ... Setting up libportaudio2:amd64 (19+svn20111121-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 libjson0:amd64 (0.9-1.1) ... Setting up libsm6:amd64 (2:1.2.1-2) ... Setting up libflac8:amd64 (1.2.1-6) ... Setting up libvorbisenc2:amd64 (1.3.2-1.3) ... Setting up libsndfile1:amd64 (1.0.25-5) ... Setting up libx11-xcb1:amd64 (2:1.5.0-1) ... Setting up libxext6:amd64 (2:1.3.1-2) ... Setting up libxi6:amd64 (2:1.6.1-1) ... Setting up libxtst6:amd64 (2:1.2.1-1) ... Setting up libpulse0:amd64 (2.0-3) ... Setting up libsonic0:amd64 (0.1.17-1.1) ... Setting up espeak-data:amd64 (1.46.02-2) ... Setting up libespeak1:amd64 (1.46.02-2) ... Setting up libestools2.1:amd64 (1:2.1~release-4) ... Setting up libfontenc1:amd64 (1:1.1.1-1) ... Setting up libjpeg8:amd64 (8d-1) ... Setting up libjasper1:amd64 (1.900.1-13) ... Setting up libjbig0:amd64 (2.0-2) ... Setting up libtiff4:amd64 (3.9.6-6) ... Setting up libgdk-pixbuf2.0-common (2.26.1-1) ... Setting up libgdk-pixbuf2.0-0:amd64 (2.26.1-1) ... Setting up 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 libxfixes3:amd64 (1:5.0-4) ... Setting up libxdamage1:amd64 (1:1.1.3-2) ... Setting up libgtk2.0-common (2.24.10-1) ... 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 libgail18:amd64 (2.24.10-1) ... Setting up gconf2-common (3.2.5-1) ... Creating config file /etc/gconf/2/path with new version Setting up libgconf-2-4:amd64 (3.2.5-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 libxcb-glx0:amd64 (1.8.1-1) ... Setting up libxxf86vm1:amd64 (1:1.1.2-1) ... Setting up libgl1-mesa-glx:amd64 (8.0.3-1) ... Setting up libgnome-keyring-common (3.4.1-1) ... Setting up libgnome-keyring0:amd64 (3.4.1-1) ... Setting up libgudev-1.0-0:amd64 (175-3.1) ... Setting up libhunspell-1.3-0:amd64 (1.3.2-4) ... Setting up libpcrecpp0:amd64 (1:8.30-5) ... Setting up libpolkit-gobject-1-0:amd64 (0.105-1) ... Setting up libxt6:amd64 (1:1.1.3-1) ... Setting up libxmu6:amd64 (2:1.1.1-1) ... Setting up libxpm4:amd64 (1:3.5.10-1) ... Setting up libxaw7:amd64 (2:1.0.10-2) ... Setting up libxcb-shape0:amd64 (1.8.1-1) ... Setting up libxmuu1:amd64 (2:1.1.1-1) ... Setting up libxv1:amd64 (2:1.0.7-1) ... Setting up libxxf86dga1:amd64 (2:1.1.3-2) ... Setting up libgnutlsxx27:amd64 (2.12.20-1) ... Setting up libsystemd-login0:amd64 (44-3) ... 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 netbase (5.0) ... Setting up file (5.11-2) ... Setting up gettext-base (0.18.1.1-9) ... Setting up m4 (1.4.16-3) ... Setting up mime-support (3.52-1) ... update-alternatives: using /usr/bin/see to provide /usr/bin/view (view) in auto mode Setting up python2.7-minimal (2.7.3-1) ... Setting up python2.7 (2.7.3-1) ... Setting up python-minimal (2.7.3-1) ... Setting up python (2.7.3-1) ... Setting up libaspell15 (0.60.7~20110707-1) ... Setting up dictionaries-common (1.12.9) ... 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 openssl (1.0.1c-3) ... Setting up ca-certificates (20120623) ... Updating certificates in /etc/ssl/certs... 151 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d....done. Setting up dbus (1.6.2-1) ... All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up dbus-x11 (1.6.2-1) ... Setting up html2text (1.3.2a-15) ... Setting up gettext (0.18.1.1-9) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.16+nmu2) ... Setting up debhelper (9.20120608) ... Setting up libaudiofile-dev:amd64 (0.3.4-1) ... Setting up pkg-config (0.26-1) ... Setting up libesd0-dev:amd64 (0.2.41-10+b1) ... Setting up libtinfo-dev:amd64 (5.9-10) ... Setting up libncurses5-dev (5.9-10) ... Setting up libestools2.1-dev (1:2.1~release-4) ... Setting up festival-dev (1:2.1~release-5+b1) ... Setting up gconf-service (3.2.5-1) ... Setting up psmisc (22.19-1) ... Setting up gconf2 (3.2.5-1) ... update-alternatives: using /usr/bin/gconftool-2 to provide /usr/bin/gconftool (gconftool) in auto mode 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-gconf-2.0 (3.2.5-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 gnome-mime-data (2.18.0-1) ... Setting up libsgutils2-2 (1.33-1) ... Setting up x11-utils (7.7~1) ... Setting up gvfs-common (1.12.3-1) ... Setting up gvfs-libs:amd64 (1.12.3-1+b1) ... Setting up liburi-perl (1.60-1) ... Setting up libencode-locale-perl (1.03-1) ... Setting up libhttp-date-perl (6.02-1) ... Setting up libfile-listing-perl (6.04-1) ... Setting up libhtml-tagset-perl (3.20-2) ... Setting up libhtml-parser-perl (3.69-2) ... Setting up libhtml-tree-perl (5.02-1) ... Setting up liblwp-mediatypes-perl (6.02-1) ... Setting up libhttp-message-perl (6.03-1) ... Setting up libhttp-cookies-perl (6.00-2) ... Setting up libhttp-negotiate-perl (6.00-2) ... Setting up libnet-ssleay-perl (1.48-1+b1) ... Setting up libio-socket-ssl-perl (1.76-1) ... Setting up libnet-http-perl (6.03-2) ... Setting up libwww-robotrules-perl (6.01-1) ... Setting up libart-2.0-dev (2.3.21-2) ... 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 libavahi-glib-dev (0.6.31-1) ... Setting up libbonobo2-common (2.24.3-1) ... Setting up libidl0 (0.8.14-0.2) ... Setting up liborbit2 (1:2.14.19-0.1) ... Setting up libbonobo2-0 (2.24.3-1) ... Setting up libidl-dev (0.8.14-0.2) ... Setting up liborbit2-dev (1:2.14.19-0.1) ... Setting up libpopt-dev:amd64 (1.16-7) ... Setting up libbonobo2-dev (2.24.3-1) ... Setting up libgconf2-4:amd64 (3.2.5-1) ... Setting up libglade2-0 (1:2.6.4-1) ... Setting up libfam0 (2.7.0-17) ... Setting up libgnomevfs2-common (1:2.24.4-1) ... Setting up libgnomevfs2-0 (1:2.24.4-1) ... Setting up libgnome2-common (2.32.1-2) ... Setting up libgnomecanvas2-common (2.30.3-1) ... Setting up libgnomecanvas2-0 (2.30.3-1) ... Setting up libbonoboui2-common (2.24.3-1) ... 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 libpng12-dev (1.2.49-1) ... Setting up libgdk-pixbuf2.0-dev (2.26.1-1) ... Setting up libfreetype6-dev (2.4.9-1) ... Setting up x11proto-render-dev (2:0.11.1-2) ... Setting up libxrender-dev:amd64 (1:0.9.7-1) ... Setting up libexpat1-dev (2.1.0-1) ... Setting up libfontconfig1-dev (2.9.0-6) ... Setting up libxft-dev (2.3.1-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 libpango1.0-dev (1.30.0-1) ... Setting up x11proto-xext-dev (7.2.1-1) ... Setting up libxext-dev:amd64 (2:1.3.1-2) ... 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 libxml2-utils (2.8.0+dfsg1-4) ... Setting up libgtk2.0-dev (2.24.10-1) ... Setting up libgail-common:amd64 (2.24.10-1) ... Setting up libgail-dev (2.24.10-1) ... Setting up libgnomecanvas2-dev (2.30.3-1) ... Setting up libgconf2-dev (3.2.5-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 libxml2-dev:amd64 (2.8.0+dfsg1-4) ... Setting up libsepol1-dev (2.1.4-3) ... Setting up libselinux1-dev (2.1.9-5) ... Setting up libgnomevfs2-dev (1:2.24.4-1) ... Setting up libcanberra-dev:amd64 (0.28-4) ... Setting up libespeak-dev:amd64 (1.46.02-2) ... Setting up libgnome-keyring-dev (3.4.1-1) ... Setting up libgnomeui-common (2.24.5-2) ... Setting up libsigc++-2.0-dev:amd64 (2.2.10-0.2) ... Setting up libtool (2.4.2-1.1) ... Setting up sharutils (1:4.11.1-1) ... Setting up librarian0 (0.8.1-5) ... Processing triggers for dictionaries-common ... aspell-autobuildhash: processing: en [en-common] aspell-autobuildhash: processing: en [en-variant_0] aspell-autobuildhash: processing: en [en-variant_1] aspell-autobuildhash: processing: en [en-variant_2] aspell-autobuildhash: processing: en [en-w_accents-only] aspell-autobuildhash: processing: en [en-wo_accents-only] aspell-autobuildhash: processing: en [en_CA-variant_0] aspell-autobuildhash: processing: en [en_CA-variant_1] aspell-autobuildhash: processing: en [en_CA-w_accents-only] aspell-autobuildhash: processing: en [en_CA-wo_accents-only] aspell-autobuildhash: processing: en [en_GB-ise-w_accents-only] aspell-autobuildhash: processing: en [en_GB-ise-wo_accents-only] aspell-autobuildhash: processing: en [en_GB-ize-w_accents-only] aspell-autobuildhash: processing: en [en_GB-ize-wo_accents-only] aspell-autobuildhash: processing: en [en_GB-variant_0] aspell-autobuildhash: processing: en [en_GB-variant_1] aspell-autobuildhash: processing: en [en_US-w_accents-only] aspell-autobuildhash: processing: en [en_US-wo_accents-only] Setting up aspell (0.60.7~20110707-1) ... Processing triggers for dictionaries-common ... Setting up aspell-en (7.1-0-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 rarian-compat (0.8.1-5) ... Processing triggers for dictionaries-common ... Setting up libenchant1c2a (1.6.0-7) ... Setting up libenchant-dev (1.6.0-7) ... Setting up libdevmapper1.02.1:amd64 (2:1.02.74-4) ... Setting up libdevmapper-event1.02.1:amd64 (2:1.02.74-4) ... Setting up liblvm2app2.2:amd64 (2.02.95-4) ... Setting up libparted0debian1:amd64 (2.3-10) ... Setting up udisks (1.0.4-6) ... Setting up libgdu0 (3.0.2-2) ... Setting up gvfs-daemons (1.12.3-1+b1) ... Setting up gvfs:amd64 (1.12.3-1+b1) ... Setting up libgnome2-0 (2.32.1-2) ... Setting up libbonoboui2-0 (2.24.3-1) ... Setting up libgnome2-dev (2.32.1-2) ... Setting up libbonoboui2-dev (2.24.3-1) ... Setting up libgnomeui-0 (2.24.5-2) ... Setting up libgnomeui-dev (2.24.5-2) ... Setting up dmsetup (2:1.02.74-4) ... Setting up liblwp-protocol-https-perl (6.03-1) ... Setting up libwww-perl (6.04-1) ... Setting up libxml-parser-perl (2.41-1+b1) ... Setting up intltool (0.50.2-2) ... Setting up sbuild-build-depends-stardict-dummy (0.invalid.0) ... ┌──────────────────────────────────────────────────────────────────────────────┐ │ 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 aspell_0.60.7~20110707-1 aspell-en_7.1-0-1 autoconf_2.69-1 automake_1:1.11.5-2 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 ca-certificates_20120623 clang_3.1-8 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 dbus_1.6.2-1 dbus-x11_1.6.2-1 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 dictionaries-common_1.12.9 diffutils_1:3.2-6 dmsetup_2:1.02.74-4 docbook-xml_4.5-7.1 dpkg_1.16.6 dpkg-dev_1.16.6 e2fslibs_1.42.4-3 e2fsprogs_1.42.4-3 esound-common_0.2.41-10 espeak-data_1.46.02-2 fakeroot_1.18.4-2 festival-dev_1:2.1~release-5+b1 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 gconf-service_3.2.5-1 gconf2_3.2.5-1 gconf2-common_3.2.5-1 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-gconf-2.0_3.2.5-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 gnome-mime-data_2.18.0-1 gnupg_1.4.12-4+b1 gpgv_1.4.12-4+b1 grep_2.12-2 groff-base_1.21-9 gvfs_1.12.3-1+b1 gvfs-common_1.12.3-1 gvfs-daemons_1.12.3-1+b1 gvfs-libs_1.12.3-1+b1 gzip_1.5-1.1 hostname_3.11 html2text_1.3.2a-15 initscripts_2.88dsf-28 insserv_1.14.0-3 intltool_0.50.2-2 intltool-debian_0.35.0+20060710.1 libacl1_2.2.51-8 libapt-pkg4.12_0.9.7.1 libart-2.0-2_2.3.21-2 libart-2.0-dev_2.3.21-2 libasound2_1.0.25-3 libaspell15_0.60.7~20110707-1 libasprintf0c2_0.18.1.1-9 libasyncns0_0.8-4 libatasmart4_0.19-1 libatk1.0-0_2.4.0-2 libatk1.0-data_2.4.0-2 libatk1.0-dev_2.4.0-2 libattr1_1:2.4.46-8 libaudiofile-dev_0.3.4-1 libaudiofile1_0.3.4-1 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 libavahi-glib-dev_0.6.31-1 libavahi-glib1_0.6.31-1 libblkid1_2.20.1-5.1 libbluray1_1:0.2.2-1 libbonobo2-0_2.24.3-1 libbonobo2-common_2.24.3-1 libbonobo2-dev_2.24.3-1 libbonoboui2-0_2.24.3-1 libbonoboui2-common_2.24.3-1 libbonoboui2-dev_2.24.3-1 libbz2-1.0_1.0.6-3 libc-bin_2.13-34 libc-dev-bin_2.13-34 libc6_2.13-34 libc6-dev_2.13-34 libcairo-gobject2_1.12.2-2 libcairo-script-interpreter2_1.12.2-2 libcairo2_1.12.2-2 libcairo2-dev_1.12.2-2 libcanberra-dev_0.28-4 libcanberra0_0.28-4 libcap2_1:2.22-1.1 libclang-common-dev_3.1-8 libclass-isa-perl_0.36-3 libcomerr2_1.42.4-3 libcroco3_0.6.5-1 libcups2_1.5.3-2 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 libdbus-glib-1-2_0.100-1 libdevmapper-event1.02.1_2:1.02.74-4 libdevmapper1.02.1_2:1.02.74-4 libdpkg-perl_1.16.6 libdrm2_2.4.33-3 libelf1_0.153-1 libenchant-dev_1.6.0-7 libenchant1c2a_1.6.0-7 libencode-locale-perl_1.03-1 libesd0_0.2.41-10+b1 libesd0-dev_0.2.41-10+b1 libespeak-dev_1.46.02-2 libespeak1_1.46.02-2 libestools2.1_1:2.1~release-4 libestools2.1-dev_1:2.1~release-4 libexpat1_2.1.0-1 libexpat1-dev_2.1.0-1 libfam0_2.7.0-17 libffi5_3.0.10-3 libfile-fcntllock-perl_0.14-2 libfile-listing-perl_6.04-1 libflac8_1.2.1-6 libfontconfig1_2.9.0-6 libfontconfig1-dev_2.9.0-6 libfontenc1_1:1.1.1-1 libfreetype6_2.4.9-1 libfreetype6-dev_2.4.9-1 libgail-common_2.24.10-1 libgail-dev_2.24.10-1 libgail18_2.24.10-1 libgc1c2_1:7.1-8 libgcc1_1:4.7.1-2 libgconf-2-4_3.2.5-1 libgconf2-4_3.2.5-1 libgconf2-dev_3.2.5-1 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 libgdu0_3.0.2-2 libgettextpo0_0.18.1.1-9 libgirepository-1.0-1_1.32.1-1 libgl1-mesa-glx_8.0.3-1 libglade2-0_1:2.6.4-1 libglapi-mesa_8.0.3-1 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 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 libgnome2-0_2.32.1-2 libgnome2-common_2.32.1-2 libgnome2-dev_2.32.1-2 libgnomecanvas2-0_2.30.3-1 libgnomecanvas2-common_2.30.3-1 libgnomecanvas2-dev_2.30.3-1 libgnomeui-0_2.24.5-2 libgnomeui-common_2.24.5-2 libgnomeui-dev_2.24.5-2 libgnomevfs2-0_1:2.24.4-1 libgnomevfs2-common_1:2.24.4-1 libgnomevfs2-dev_1:2.24.4-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 libgssapi-krb5-2_1.10.1+dfsg-1 libgtk2.0-0_2.24.10-1 libgtk2.0-common_2.24.10-1 libgtk2.0-dev_2.24.10-1 libgudev-1.0-0_175-3.1 libhtml-parser-perl_3.69-2 libhtml-tagset-perl_3.20-2 libhtml-tree-perl_5.02-1 libhttp-cookies-perl_6.00-2 libhttp-date-perl_6.02-1 libhttp-message-perl_6.03-1 libhttp-negotiate-perl_6.00-2 libhunspell-1.3-0_1.3.2-4 libice-dev_2:1.0.8-2 libice6_2:1.0.8-2 libidl-dev_0.8.14-0.2 libidl0_0.8.14-0.2 libio-socket-ssl-perl_1.76-1 libitm1_4.7.1-2 libjack-jackd2-0_1.9.8~dfsg.4+20120529git007cdc37-1 libjasper1_1.900.1-13 libjbig0_2.0-2 libjpeg8_8d-1 libjson0_0.9-1.1 libk5crypto3_1.10.1+dfsg-1 libkeyutils1_1.5.5-3 libkrb5-3_1.10.1+dfsg-1 libkrb5support0_1.10.1+dfsg-1 libldap-2.4-2_2.4.31-1 libllvm3.1_3.1-2 liblocale-gettext-perl_1.05-7+b1 libltdl7_2.4.2-1.1 liblvm2app2.2_2.02.95-4 liblwp-mediatypes-perl_6.02-1 liblwp-protocol-https-perl_6.03-1 liblzma5_5.1.1alpha+20120614-1 libmagic1_5.11-2 libmount1_2.20.1-5.1 libmpc2_0.9-4 libmpfr4_3.1.0-5 libncurses5_5.9-10 libncurses5-dev_5.9-10 libncursesw5_5.9-10 libnet-http-perl_6.03-2 libnet-ssleay-perl_1.48-1+b1 libogg0_1.3.0-4 liborbit2_1:2.14.19-0.1 liborbit2-dev_1:2.14.19-0.1 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 libparted0debian1_2.3-10 libpcre3_1:8.30-5 libpcre3-dev_1:8.30-5 libpcrecpp0_1:8.30-5 libpipeline1_1.2.1-1 libpixman-1-0_0.26.0-3 libpixman-1-dev_0.26.0-3 libpng12-0_1.2.49-1 libpng12-dev_1.2.49-1 libpolkit-gobject-1-0_0.105-1 libpopt-dev_1.16-7 libpopt0_1.16-7 libportaudio2_19+svn20111121-1 libpthread-stubs0_0.3-3 libpthread-stubs0-dev_0.3-3 libpulse0_2.0-3 libquadmath0_4.7.1-2 librarian0_0.8.1-5 libreadline6_6.2-8 libsamplerate0_0.1.8-5 libsasl2-2_2.1.25.dfsg1-4+b1 libselinux1_2.1.9-5 libselinux1-dev_2.1.9-5 libsemanage-common_2.1.6-6 libsemanage1_2.1.6-6 libsepol1_2.1.4-3 libsepol1-dev_2.1.4-3 libsgutils2-2_1.33-1 libsigc++-2.0-0c2a_2.2.10-0.2 libsigc++-2.0-dev_2.2.10-0.2 libslang2_2.2.4-15 libsm-dev_2:1.2.1-2 libsm6_2:1.2.1-2 libsndfile1_1.0.25-5 libsonic0_0.1.17-1.1 libsqlite3-0_3.7.13-1 libss2_1.42.4-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 libswitch-perl_2.16-2 libsystemd-login0_44-3 libtasn1-3_2.13-2 libtasn1-3-dev_2.13-2 libtdb1_1.2.10-2 libtext-charwidth-perl_0.04-7+b1 libtext-iconv-perl_1.7-5 libtext-wrapi18n-perl_0.06-7 libthai-data_0.1.18-1 libthai0_0.1.18-1 libtiff4_3.9.6-6 libtimedate-perl_1.2000-1 libtinfo-dev_5.9-10 libtinfo5_5.9-10 libtool_2.4.2-1.1 libudev0_175-3.1 libunistring0_0.9.3-5 liburi-perl_1.60-1 libusb-0.1-4_2:0.1.12-23 libustr-1.0-1_1.0.4-3 libuuid1_2.20.1-5.1 libvorbis0a_1.3.2-1.3 libvorbisenc2_1.3.2-1.3 libvorbisfile3_1.3.2-1.3 libwrap0_7.6.q-23 libwww-perl_6.04-1 libwww-robotrules-perl_6.01-1 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 libxau-dev_1:1.0.7-1 libxau6_1:1.0.7-1 libxaw7_2:1.0.10-2 libxcb-glx0_1.8.1-1 libxcb-render0_1.8.1-1 libxcb-render0-dev_1.8.1-1 libxcb-shape0_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 libxml-parser-perl_2.41-1+b1 libxml2_2.8.0+dfsg1-4 libxml2-dev_2.8.0+dfsg1-4 libxml2-utils_2.8.0+dfsg1-4 libxmu6_2:1.1.1-1 libxmuu1_2:1.1.1-1 libxpm4_1:3.5.10-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 libxt6_1:1.1.3-1 libxtst6_2:1.2.1-1 libxv1_2:1.0.7-1 libxxf86dga1_2:1.1.3-2 libxxf86vm1_1:1.1.2-1 linux-libc-dev_3.2.21-3 login_1:4.1.5.1-1 lsb-base_4.1+Debian7 m4_1.4.16-3 make_3.81-8.2 man-db_2.6.2-1 mawk_1.3.3-17 mime-support_3.52-1 mount_2.20.1-5.1 multiarch-support_2.13-34 ncurses-base_5.9-10 ncurses-bin_5.9-10 netbase_5.0 openssl_1.0.1c-3 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 pkg-config_0.26-1 po-debconf_1.0.16+nmu2 psmisc_22.19-1 python_2.7.3-1 python-minimal_2.7.3-1 python2.7_2.7.3-1 python2.7-minimal_2.7.3-1 rarian-compat_0.8.1-5 readline-common_6.2-8 sbuild-build-depends-core-dummy_0.invalid.0 sbuild-build-depends-stardict-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 sharutils_1:4.11.1-1 sysv-rc_2.88dsf-28 sysvinit_2.88dsf-28 sysvinit-utils_2.88dsf-28 tar_1.26-4 ttf-dejavu-core_2.33-2 tzdata_2012c-1 ucf_3.0025+nmu3 udev_175-3.1 udisks_1.0.4-6 util-linux_2.20.1-5.1 x11-common_1:7.7+1 x11-utils_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-render-dev_2:0.11.1-2 x11proto-xext-dev_7.2.1-1 x11proto-xinerama-dev_1.2.1-2 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 Fri Oct 21 21:58:52 2011 UTC using DSA key ID 917A225E gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./stardict_3.0.1-9.1.dsc dpkg-source: info: extracting stardict in stardict-3.0.1 dpkg-source: info: unpacking stardict_3.0.1.orig.tar.gz dpkg-source: info: unpacking stardict_3.0.1-9.1.debian.tar.gz dpkg-source: info: applying 01_festival-tts-plugin.patch dpkg-source: info: applying 02_makefile.patch dpkg-source: info: applying 03_license-updates.patch dpkg-source: info: applying 04_changelog-minor-typo-fixes.patch dpkg-source: info: applying 05_g++-4.4.patch dpkg-source: info: applying 07_disable_netdict.patch dpkg-source: info: applying 08_gcc-4.6.patch dpkg-source: info: applying 09_fix_ftbfs_binutils_gold.patch 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-ede771e8-5dd8-48d7-8458-6437b53b8ec5 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 stardict dpkg-buildpackage: source version 3.0.1-9.1 dpkg-buildpackage: source changed by Jordi Mallach dpkg-source --before-build stardict-3.0.1 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh clean dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory `/«PKGBUILDDIR»' # Clean up rm -f stardict-gtk make[1]: Leaving directory `/«PKGBUILDDIR»' dh_clean dpkg-source -b stardict-3.0.1 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building stardict using existing ./stardict_3.0.1.orig.tar.gz dpkg-source: warning: ignoring deletion of file src/utils.cpp.orig dpkg-source: warning: ignoring deletion of file src/prefsdlg.cpp.orig dpkg-source: warning: ignoring deletion of file src/win32/HookAPI.c.bak dpkg-source: warning: ignoring deletion of file src/win32/HookAPI.h.bak dpkg-source: info: building stardict in stardict_3.0.1-9.1.debian.tar.gz dpkg-source: info: building stardict in stardict_3.0.1-9.1.dsc debian/rules build dh build dh_testdir debian/rules override_dh_auto_configure make[1]: Entering directory `/«PKGBUILDDIR»' ./autogen.sh Generating configuration files for Stardict, please wait.... Running intltoolize .... You should update your 'aclocal.m4' by running aclocal. Running libtoolize, please ignore non-fatal messages.... 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' Running aclocal.... Running autoheader.... Running automake --add-missing --copy.... src/sigc++/Makefile.am:76: `%'-style pattern rules are a GNU make extension src/sigc++/Makefile.am:79: `%'-style pattern rules are a GNU make extension Running autoconf .... Running automake .... src/sigc++/Makefile.am:76: `%'-style pattern rules are a GNU make extension src/sigc++/Makefile.am:79: `%'-style pattern rules are a GNU make extension # Add here commands to compile the package without gnome support. dh_auto_configure -- \ --disable-schemas-install \ --disable-gnome-support \ --disable-gucharmap \ --disable-advertisement \ --disable-updateinfo 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 whether to enable maintainer-specific portions of Makefiles... no checking for gconftool-2... /usr/bin/gconftool-2 checking whether NLS is requested... yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... none checking for intltool >= 0.22... 0.50.2 found checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.14.2 checking for XML::Parser... ok checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu 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 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 whether ln -s works... yes 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 objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the 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 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 for library containing strerror... none required checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) none checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for ld used by 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 g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the 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 make sets $(MAKE)... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for ENCHANT... yes checking festival.h... yes checking speak_lib.h... yes checking for STARDICT... yes Disable gnome support checking for zlibVersion in -lz... yes checking for SIGCPP... yes Use system libsigc++20 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 main in -lX11... yes configure: creating ./config.status config.status: creating Makefile config.status: creating stardict.spec config.status: creating stardict-withoutgnome.spec config.status: creating data/Makefile config.status: creating doc/Makefile config.status: creating po/Makefile.in config.status: creating m4/Makefile config.status: creating src/Makefile config.status: creating src/sigc++/Makefile config.status: creating src/sigc++config/Makefile config.status: creating src/lib/Makefile config.status: creating src/pixmaps/Makefile config.status: creating src/sounds/Makefile config.status: creating src/dic/Makefile config.status: creating src/treedict/Makefile config.status: creating src/win32/Makefile config.status: creating src/win32/acrobat/Makefile config.status: creating src/win32/acrobat/sources/Makefile config.status: creating src/win32/acrobat/win32/Makefile config.status: creating src/win32/nsis/Makefile config.status: creating stardict-plugins/Makefile config.status: creating stardict-plugins/stardict-advertisement-plugin/Makefile config.status: creating stardict-plugins/stardict-advertisement-plugin/data/Makefile config.status: creating stardict-plugins/stardict-man-plugin/Makefile config.status: creating stardict-plugins/stardict-qqwry-plugin/Makefile config.status: creating stardict-plugins/stardict-dictdotcn-plugin/Makefile config.status: creating stardict-plugins/stardict-update-info-plugin/Makefile config.status: creating stardict-plugins/stardict-spell-plugin/Makefile config.status: creating stardict-plugins/stardict-gucharmap-plugin/Makefile config.status: creating stardict-plugins/stardict-festival-tts-plugin/Makefile config.status: creating stardict-plugins/stardict-espeak-tts-plugin/Makefile config.status: creating stardict-plugins/stardict-wiki-parsedata-plugin/Makefile config.status: creating stardict-plugins/stardict-powerword-parsedata-plugin/Makefile config.status: creating stardict-plugins/stardict-xdxf-parsedata-plugin/Makefile config.status: creating stardict-plugins/stardict-wordnet-plugin/Makefile config.status: creating stardict-plugins/stardict-html-parsedata-plugin/Makefile config.status: creating stardict-plugins/stardict-sapi-tts-plugin/Makefile config.status: creating tests/Makefile config.status: creating pixmaps/Makefile config.status: creating help/Makefile config.status: creating help/C/Makefile config.status: creating help/zh_CN/Makefile config.status: creating help/zh_TW/Makefile config.status: creating help/ru/Makefile config.status: creating help/mk/Makefile config.status: creating help/nl/Makefile config.status: creating help/uk/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing po/stamp-it commands Type "make" to compile StarDict. sed -e 's/SUBDIRS = m4 src stardict-plugins/SUBDIRS = m4 src/' Makefile > Makefile-noplugins /usr/bin/make -f Makefile-noplugins make[2]: Entering directory `/«PKGBUILDDIR»' /usr/bin/make all-recursive make[3]: Entering directory `/«PKGBUILDDIR»' Making all in m4 make[4]: Entering directory `/«PKGBUILDDIR»/m4' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/«PKGBUILDDIR»/m4' Making all in src make[4]: Entering directory `/«PKGBUILDDIR»/src' Making all in lib make[5]: Entering directory `/«PKGBUILDDIR»/src/lib' g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o lib.o lib.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o dictziplib.o dictziplib.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o distance.o distance.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o kmp.o kmp.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o ctype-mb.o ctype-mb.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o ctype-utf8.o ctype-utf8.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o ctype-uca.o ctype-uca.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o collation.o collation.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o data.o data.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o stddict.o stddict.cpp stddict.cpp:881:10: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (len < 0) ~~~ ^ ~ 1 warning generated. g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o storage.o storage.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o treedict.o treedict.cpp treedict.cpp:85:11: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (len < 0) { ~~~ ^ ~ 1 warning generated. g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o common.o common.cpp gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c md5.c md5.c:147:27: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ ~~~ ^~~ 1 warning generated. g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o stardict_client.o stardict_client.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o sockets.o sockets.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o http_client.o http_client.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o httpmanager.o httpmanager.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o plugin.o plugin.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o virtualdictplugin.o virtualdictplugin.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o netdictplugin.o netdictplugin.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o specialdictplugin.o specialdictplugin.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o netdictcache.o netdictcache.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o ttsplugin.o ttsplugin.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o parsedata_plugin.o parsedata_plugin.cpp g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o pluginmanager.o pluginmanager.cpp rm -f libstardict.a ar cru libstardict.a lib.o dictziplib.o distance.o kmp.o ctype-mb.o ctype-utf8.o ctype-uca.o collation.o data.o stddict.o storage.o treedict.o common.o md5.o stardict_client.o sockets.o http_client.o httpmanager.o plugin.o virtualdictplugin.o netdictplugin.o specialdictplugin.o netdictcache.o ttsplugin.o parsedata_plugin.o pluginmanager.o ranlib libstardict.a make[5]: Leaving directory `/«PKGBUILDDIR»/src/lib' Making all in pixmaps make[5]: Entering directory `/«PKGBUILDDIR»/src/pixmaps' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/«PKGBUILDDIR»/src/pixmaps' Making all in sounds make[5]: Entering directory `/«PKGBUILDDIR»/src/sounds' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/«PKGBUILDDIR»/src/sounds' Making all in win32 make[5]: Entering directory `/«PKGBUILDDIR»/src/win32' Making all in acrobat make[6]: Entering directory `/«PKGBUILDDIR»/src/win32/acrobat' Making all in sources make[7]: Entering directory `/«PKGBUILDDIR»/src/win32/acrobat/sources' make[7]: Nothing to be done for `all'. make[7]: Leaving directory `/«PKGBUILDDIR»/src/win32/acrobat/sources' Making all in win32 make[7]: Entering directory `/«PKGBUILDDIR»/src/win32/acrobat/win32' make[7]: Nothing to be done for `all'. make[7]: Leaving directory `/«PKGBUILDDIR»/src/win32/acrobat/win32' make[7]: Entering directory `/«PKGBUILDDIR»/src/win32/acrobat' make[7]: Nothing to be done for `all-am'. make[7]: Leaving directory `/«PKGBUILDDIR»/src/win32/acrobat' make[6]: Leaving directory `/«PKGBUILDDIR»/src/win32/acrobat' Making all in nsis make[6]: Entering directory `/«PKGBUILDDIR»/src/win32/nsis' make[6]: Nothing to be done for `all'. make[6]: Leaving directory `/«PKGBUILDDIR»/src/win32/nsis' make[6]: Entering directory `/«PKGBUILDDIR»/src/win32' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/«PKGBUILDDIR»/src/win32' make[5]: Leaving directory `/«PKGBUILDDIR»/src/win32' Making all in dic make[5]: Entering directory `/«PKGBUILDDIR»/src/dic' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/«PKGBUILDDIR»/src/dic' Making all in treedict make[5]: Entering directory `/«PKGBUILDDIR»/src/treedict' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/«PKGBUILDDIR»/src/treedict' make[5]: Entering directory `/«PKGBUILDDIR»/src' g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o stardict.o stardict.cpp stardict.cpp:656:55: warning: initialization of pointer of type 'const gchar *' (aka 'const char *') to null from a constant boolean expression [-Wbool-conversion] BuildResultData(scan_dictmask, SearchWord, iIndex, false, iLib, pppWord, ppppWordData, bFound, 2); ^~~~~ stardict.cpp:1301:62: warning: initialization of pointer of type 'const gchar *' (aka 'const char *') to null from a constant boolean expression [-Wbool-conversion] BuildResultData(scan_dictmask, fuzzy_reslist[i], iIndex, false, iLib, pppWord, ppppWordData, bFound, 2); ^~~~~ stardict.cpp:1767:17: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error_msg); ^~~~~~~~~ stardict.cpp:1869:5: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error_msg); ^~~~~~~~~ 4 warnings generated. g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o mainwin.o mainwin.cpp mainwin.cpp:468:3: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] "Hu Zheng ", ^ mainwin.cpp:469:3: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] "Will Robinson ", ^ mainwin.cpp:470:3: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] "Anthony Fok ", ^ mainwin.cpp:1729:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] } else ^ 4 warnings generated. gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c eggtrayicon.c g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o docklet.o docklet.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o conf.o conf.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o skin.o skin.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o prefsdlg.o prefsdlg.cpp prefsdlg.cpp:76:3: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] {N_("Scan Selection"), NULL, DICTIONARY_SCAN_SETTINGS}, ^ /usr/include/glib-2.0/glib/gi18n.h:30:20: note: expanded from macro 'N_' #define N_(String) (String) ^ prefsdlg.cpp:77:3: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] {N_("Font"), NULL, DICTIONARY_FONT_SETTINGS}, ^ /usr/include/glib-2.0/glib/gi18n.h:30:20: note: expanded from macro 'N_' #define N_(String) (String) ^ prefsdlg.cpp:78:3: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] {N_("Cache"), NULL, DICTIONARY_CACHE_SETTINGS}, ^ /usr/include/glib-2.0/glib/gi18n.h:30:20: note: expanded from macro 'N_' #define N_(String) (String) ^ prefsdlg.cpp:79:3: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] {N_("Export"), NULL, DICTIONARY_EXPORT_SETTINGS}, ^ /usr/include/glib-2.0/glib/gi18n.h:30:20: note: expanded from macro 'N_' #define N_(String) (String) ^ prefsdlg.cpp:80:3: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] {N_("Sound"), NULL, DICTIONARY_SOUND_SETTINGS}, ^ /usr/include/glib-2.0/glib/gi18n.h:30:20: note: expanded from macro 'N_' #define N_(String) (String) ^ prefsdlg.cpp:81:3: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] {N_("Article rendering"), NULL, DICIONARY_ARTICLE_RENDERING }, ^ /usr/include/glib-2.0/glib/gi18n.h:30:20: note: expanded from macro 'N_' #define N_(String) (String) ^ prefsdlg.cpp:86:6: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] {N_("Net Dict"), NULL, NETWORK_NETDICT}, ^ /usr/include/glib-2.0/glib/gi18n.h:30:20: note: expanded from macro 'N_' #define N_(String) (String) ^ prefsdlg.cpp:92:3: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] {N_("Input"), NULL, MAINWIN_INPUT_SETTINGS}, ^ /usr/include/glib-2.0/glib/gi18n.h:30:20: note: expanded from macro 'N_' #define N_(String) (String) ^ prefsdlg.cpp:93:3: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] {N_("Options"), NULL, MAINWIN_OPTIONS_SETTINGS}, ^ /usr/include/glib-2.0/glib/gi18n.h:30:20: note: expanded from macro 'N_' #define N_(String) (String) ^ prefsdlg.cpp:94:3: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] {N_("Search website"), NULL, MAINWIN_SEARCH_WEBSITE_SETTINGS}, ^ /usr/include/glib-2.0/glib/gi18n.h:30:20: note: expanded from macro 'N_' #define N_(String) (String) ^ prefsdlg.cpp:101:3: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] {N_("Options"), NULL, NOTIFICATION_AREA_ICON_OPITIONS_SETTINGS}, ^ /usr/include/glib-2.0/glib/gi18n.h:30:20: note: expanded from macro 'N_' #define N_(String) (String) ^ prefsdlg.cpp:108:3: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] {N_("Options"), NULL, FLOATWIN_OPTIONS_SETTINGS}, ^ /usr/include/glib-2.0/glib/gi18n.h:30:20: note: expanded from macro 'N_' #define N_(String) (String) ^ prefsdlg.cpp:109:3: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] {N_("Settings"), NULL, FLOATWIN_SIZE_SETTINGS}, ^ /usr/include/glib-2.0/glib/gi18n.h:30:20: note: expanded from macro 'N_' #define N_(String) (String) ^ prefsdlg.cpp:116:3: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] {N_("Dictionary"), dictionary_behavior, LOGO}, ^ /usr/include/glib-2.0/glib/gi18n.h:30:20: note: expanded from macro 'N_' #define N_(String) (String) ^ prefsdlg.cpp:118:3: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] {N_("Network"), network_behavior, LOGO}, ^ /usr/include/glib-2.0/glib/gi18n.h:30:20: note: expanded from macro 'N_' #define N_(String) (String) ^ prefsdlg.cpp:120:3: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] {N_("Main window"), mainwin_behavior, LOGO}, ^ /usr/include/glib-2.0/glib/gi18n.h:30:20: note: expanded from macro 'N_' #define N_(String) (String) ^ prefsdlg.cpp:122:3: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] {N_("Notification area icon"), NotificationAreaIcon_behavior, LOGO}, ^ /usr/include/glib-2.0/glib/gi18n.h:30:20: note: expanded from macro 'N_' #define N_(String) (String) ^ prefsdlg.cpp:124:3: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] {N_("Floating window"), floatwin_behavior, LOGO}, ^ /usr/include/glib-2.0/glib/gi18n.h:30:20: note: expanded from macro 'N_' #define N_(String) (String) ^ prefsdlg.cpp:855:25: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error_msg); ^~~~~~~~~ prefsdlg.cpp:889:38: warning: format string is not a string literal (potentially insecure) [-Wformat-security] GTK_MESSAGE_INFO, GTK_BUTTONS_OK, msg); ^~~ prefsdlg.cpp:958:25: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error_msg); ^~~~~~~~~ prefsdlg.cpp:1358:17: warning: format string is not a string literal (potentially insecure) [-Wformat-security] error_msg); ^~~~~~~~~ 22 warnings generated. g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o dictmanagedlg.o dictmanagedlg.cpp dictmanagedlg.cpp:82:33: warning: format string is not a string literal (potentially insecure) [-Wformat-security] msg); ^~~ dictmanagedlg.cpp:912:27: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] GtkTargetEntry gte[] = {{"STARDICT_DICTMANAGE", GTK_TARGET_SAME_APP, 0}}; ^ dictmanagedlg.cpp:984:27: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] GtkTargetEntry gte[] = {{"STARDICT_DICTMANAGE", GTK_TARGET_SAME_APP, 0}}; ^ 3 warnings generated. g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o pluginmanagedlg.o pluginmanagedlg.cpp pluginmanagedlg.cpp:384:27: warning: conversion from string literal to 'gchar *' (aka 'char *') is deprecated [-Wdeprecated-writable-strings] GtkTargetEntry gte[] = {{"STARDICT_PLUGINMANAGE", GTK_TARGET_SAME_APP, 0}}; ^ 1 warning generated. g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o floatwin.o floatwin.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o readword.o readword.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o selection.o selection.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o splash.o splash.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o utils.o utils.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o gtktextviewpango.o gtktextviewpango.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o pangoview.o pangoview.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o articleview.o articleview.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o class_factory.o class_factory.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o inifile.o inifile.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o x11_iskeyspressed.o x11_iskeyspressed.cpp x11_iskeyspressed.cpp:337:19: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] KeySym keysym = XKeycodeToKeysym(GDK_DISPLAY(), ((XKeyEvent *)xevent)->keycode, 0); ^ 1 warning generated. g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o gtk_iskeyspressed.o gtk_iskeyspressed.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o progresswin.o progresswin.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o tray.o tray.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o dictmanage.o dictmanage.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -DDATADIR=\""/usr/share"\" -DGNOME_ICONDIR=\""/usr/share/pixmaps"\" -DSTARDICT_LOCALEDIR=\""/usr/share/locale"\" -DSTARDICT_DATA_DIR=\""/usr/share/stardict"\" -DSTARDICT_LIB_DIR=\""/usr/lib/stardict"\" -g -O2 -c -o desktop.o desktop.cpp /bin/bash ../libtool --tag=CXX --mode=link g++ -g -O2 -lSM -lICE -o stardict stardict.o mainwin.o eggtrayicon.o docklet.o conf.o skin.o prefsdlg.o dictmanagedlg.o pluginmanagedlg.o floatwin.o readword.o selection.o splash.o utils.o gtktextviewpango.o pangoview.o articleview.o class_factory.o inifile.o x11_iskeyspressed.o gtk_iskeyspressed.o progresswin.o tray.o dictmanage.o desktop.o -lsigc-2.0 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lz lib/libstardict.a -lgmodule-2.0 -lz -lX11 libtool: link: g++ -g -O2 -o stardict stardict.o mainwin.o eggtrayicon.o docklet.o conf.o skin.o prefsdlg.o dictmanagedlg.o pluginmanagedlg.o floatwin.o readword.o selection.o splash.o utils.o gtktextviewpango.o pangoview.o articleview.o class_factory.o inifile.o x11_iskeyspressed.o gtk_iskeyspressed.o progresswin.o tray.o dictmanage.o desktop.o -pthread -lSM -lICE /usr/lib/x86_64-linux-gnu/libsigc-2.0.so -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lpango-1.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 lib/libstardict.a -lgmodule-2.0 -lz -lX11 -pthread make[5]: Leaving directory `/«PKGBUILDDIR»/src' make[4]: Leaving directory `/«PKGBUILDDIR»/src' Making all in stardict-plugins make[4]: Entering directory `/«PKGBUILDDIR»/stardict-plugins' Making all in stardict-dictdotcn-plugin make[5]: Entering directory `/«PKGBUILDDIR»/stardict-plugins/stardict-dictdotcn-plugin' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o stardict_dictdotcn.lo stardict_dictdotcn.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c stardict_dictdotcn.cpp -fPIC -DPIC -o .libs/stardict_dictdotcn.o /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -avoid-version -module "-Wl,--version-script=stardict_dictdotcn.v" -lSM -lICE -o stardict_dictdotcn.la -rpath /usr/lib/stardict/plugins stardict_dictdotcn.lo -lX11 libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtbeginS.o .libs/stardict_dictdotcn.o -lSM -lICE -lX11 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../.. -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtendS.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crtn.o -O2 -Wl,--version-script=stardict_dictdotcn.v -Wl,-soname -Wl,stardict_dictdotcn.so -o .libs/stardict_dictdotcn.so libtool: link: ( cd ".libs" && rm -f "stardict_dictdotcn.la" && ln -s "../stardict_dictdotcn.la" "stardict_dictdotcn.la" ) make[5]: Leaving directory `/«PKGBUILDDIR»/stardict-plugins/stardict-dictdotcn-plugin' Making all in stardict-man-plugin make[5]: Entering directory `/«PKGBUILDDIR»/stardict-plugins/stardict-man-plugin' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o stardict_man.lo stardict_man.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c stardict_man.cpp -fPIC -DPIC -o .libs/stardict_man.o /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -avoid-version -module "-Wl,--version-script=stardict_man.v" -lSM -lICE -o stardict_man.la -rpath /usr/lib/stardict/plugins stardict_man.lo -lX11 libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtbeginS.o .libs/stardict_man.o -lSM -lICE -lX11 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../.. -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtendS.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crtn.o -O2 -Wl,--version-script=stardict_man.v -Wl,-soname -Wl,stardict_man.so -o .libs/stardict_man.so libtool: link: ( cd ".libs" && rm -f "stardict_man.la" && ln -s "../stardict_man.la" "stardict_man.la" ) make[5]: Leaving directory `/«PKGBUILDDIR»/stardict-plugins/stardict-man-plugin' Making all in stardict-html-parsedata-plugin make[5]: Entering directory `/«PKGBUILDDIR»/stardict-plugins/stardict-html-parsedata-plugin' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -g -O2 -c -o stardict_html_parsedata.lo stardict_html_parsedata.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -g -O2 -c stardict_html_parsedata.cpp -fPIC -DPIC -o .libs/stardict_html_parsedata.o /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -avoid-version -module "-Wl,--version-script=stardict_html_parsedata.v" -lSM -lICE -o stardict_html_parsedata.la -rpath /usr/lib/stardict/plugins stardict_html_parsedata.lo -lX11 libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtbeginS.o .libs/stardict_html_parsedata.o -lSM -lICE -lX11 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../.. -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtendS.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crtn.o -O2 -Wl,--version-script=stardict_html_parsedata.v -Wl,-soname -Wl,stardict_html_parsedata.so -o .libs/stardict_html_parsedata.so libtool: link: ( cd ".libs" && rm -f "stardict_html_parsedata.la" && ln -s "../stardict_html_parsedata.la" "stardict_html_parsedata.la" ) make[5]: Leaving directory `/«PKGBUILDDIR»/stardict-plugins/stardict-html-parsedata-plugin' Making all in stardict-xdxf-parsedata-plugin make[5]: Entering directory `/«PKGBUILDDIR»/stardict-plugins/stardict-xdxf-parsedata-plugin' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -g -O2 -c -o stardict_xdxf_parsedata.lo stardict_xdxf_parsedata.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -g -O2 -c stardict_xdxf_parsedata.cpp -fPIC -DPIC -o .libs/stardict_xdxf_parsedata.o /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -avoid-version -module "-Wl,--version-script=stardict_xdxf_parsedata.v" -lSM -lICE -o stardict_xdxf_parsedata.la -rpath /usr/lib/stardict/plugins stardict_xdxf_parsedata.lo -lX11 libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtbeginS.o .libs/stardict_xdxf_parsedata.o -lSM -lICE -lX11 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../.. -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtendS.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crtn.o -O2 -Wl,--version-script=stardict_xdxf_parsedata.v -Wl,-soname -Wl,stardict_xdxf_parsedata.so -o .libs/stardict_xdxf_parsedata.so libtool: link: ( cd ".libs" && rm -f "stardict_xdxf_parsedata.la" && ln -s "../stardict_xdxf_parsedata.la" "stardict_xdxf_parsedata.la" ) make[5]: Leaving directory `/«PKGBUILDDIR»/stardict-plugins/stardict-xdxf-parsedata-plugin' Making all in stardict-wordnet-plugin make[5]: Entering directory `/«PKGBUILDDIR»/stardict-plugins/stardict-wordnet-plugin' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o stardict_wordnet.lo stardict_wordnet.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c stardict_wordnet.cpp -fPIC -DPIC -o .libs/stardict_wordnet.o /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o court_widget.lo court_widget.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c court_widget.cpp -fPIC -DPIC -o .libs/court_widget.o /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o newton.lo newton.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c newton.cpp -fPIC -DPIC -o .libs/newton.o /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o newton_env.lo newton_env.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c newton_env.cpp -fPIC -DPIC -o .libs/newton_env.o /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o partic.lo partic.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c partic.cpp -fPIC -DPIC -o .libs/partic.o /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o scene.lo scene.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c scene.cpp -fPIC -DPIC -o .libs/scene.o /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o spring.lo spring.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c spring.cpp -fPIC -DPIC -o .libs/spring.o /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o vector_t.lo vector_t.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c vector_t.cpp -fPIC -DPIC -o .libs/vector_t.o /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -avoid-version -module "-Wl,--version-script=stardict_wordnet.v" -lSM -lICE -o stardict_wordnet.la -rpath /usr/lib/stardict/plugins stardict_wordnet.lo court_widget.lo newton.lo newton_env.lo partic.lo scene.lo spring.lo vector_t.lo -lX11 libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtbeginS.o .libs/stardict_wordnet.o .libs/court_widget.o .libs/newton.o .libs/newton_env.o .libs/partic.o .libs/scene.o .libs/spring.o .libs/vector_t.o -lSM -lICE -lX11 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../.. -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtendS.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crtn.o -O2 -Wl,--version-script=stardict_wordnet.v -Wl,-soname -Wl,stardict_wordnet.so -o .libs/stardict_wordnet.so libtool: link: ( cd ".libs" && rm -f "stardict_wordnet.la" && ln -s "../stardict_wordnet.la" "stardict_wordnet.la" ) /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o stardict_wordnet_parsedata.lo stardict_wordnet_parsedata.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c stardict_wordnet_parsedata.cpp -fPIC -DPIC -o .libs/stardict_wordnet_parsedata.o /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -avoid-version -module "-Wl,--version-script=stardict_wordnet_parsedata.v" -lSM -lICE -o stardict_wordnet_parsedata.la -rpath /usr/lib/stardict/plugins stardict_wordnet_parsedata.lo -lX11 libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtbeginS.o .libs/stardict_wordnet_parsedata.o -lSM -lICE -lX11 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../.. -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtendS.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crtn.o -O2 -Wl,--version-script=stardict_wordnet_parsedata.v -Wl,-soname -Wl,stardict_wordnet_parsedata.so -o .libs/stardict_wordnet_parsedata.so libtool: link: ( cd ".libs" && rm -f "stardict_wordnet_parsedata.la" && ln -s "../stardict_wordnet_parsedata.la" "stardict_wordnet_parsedata.la" ) make[5]: Leaving directory `/«PKGBUILDDIR»/stardict-plugins/stardict-wordnet-plugin' Making all in stardict-powerword-parsedata-plugin make[5]: Entering directory `/«PKGBUILDDIR»/stardict-plugins/stardict-powerword-parsedata-plugin' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -g -O2 -c -o stardict_powerword_parsedata.lo stardict_powerword_parsedata.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -g -O2 -c stardict_powerword_parsedata.cpp -fPIC -DPIC -o .libs/stardict_powerword_parsedata.o /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -avoid-version -module "-Wl,--version-script=stardict_powerword_parsedata.v" -lSM -lICE -o stardict_powerword_parsedata.la -rpath /usr/lib/stardict/plugins stardict_powerword_parsedata.lo -lX11 libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtbeginS.o .libs/stardict_powerword_parsedata.o -lSM -lICE -lX11 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../.. -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtendS.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crtn.o -O2 -Wl,--version-script=stardict_powerword_parsedata.v -Wl,-soname -Wl,stardict_powerword_parsedata.so -o .libs/stardict_powerword_parsedata.so libtool: link: ( cd ".libs" && rm -f "stardict_powerword_parsedata.la" && ln -s "../stardict_powerword_parsedata.la" "stardict_powerword_parsedata.la" ) make[5]: Leaving directory `/«PKGBUILDDIR»/stardict-plugins/stardict-powerword-parsedata-plugin' Making all in stardict-wiki-parsedata-plugin make[5]: Entering directory `/«PKGBUILDDIR»/stardict-plugins/stardict-wiki-parsedata-plugin' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -g -O2 -c -o stardict_wiki_parsedata.lo stardict_wiki_parsedata.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -g -O2 -c stardict_wiki_parsedata.cpp -fPIC -DPIC -o .libs/stardict_wiki_parsedata.o /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -g -O2 -c -o global.lo global.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -g -O2 -c global.cpp -fPIC -DPIC -o .libs/global.o /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -g -O2 -c -o stardict_wiki2xml.lo stardict_wiki2xml.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -g -O2 -c stardict_wiki2xml.cpp -fPIC -DPIC -o .libs/stardict_wiki2xml.o /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -g -O2 -c -o TXML.lo TXML.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -g -O2 -c TXML.cpp -fPIC -DPIC -o .libs/TXML.o /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -g -O2 -c -o WIKI2XML.lo WIKI2XML.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -g -O2 -c WIKI2XML.cpp -fPIC -DPIC -o .libs/WIKI2XML.o /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -avoid-version -module "-Wl,--version-script=stardict_wiki_parsedata.v" -lSM -lICE -o stardict_wiki_parsedata.la -rpath /usr/lib/stardict/plugins stardict_wiki_parsedata.lo global.lo stardict_wiki2xml.lo TXML.lo WIKI2XML.lo -lX11 libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtbeginS.o .libs/stardict_wiki_parsedata.o .libs/global.o .libs/stardict_wiki2xml.o .libs/TXML.o .libs/WIKI2XML.o -lSM -lICE -lX11 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../.. -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtendS.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crtn.o -O2 -Wl,--version-script=stardict_wiki_parsedata.v -Wl,-soname -Wl,stardict_wiki_parsedata.so -o .libs/stardict_wiki_parsedata.so libtool: link: ( cd ".libs" && rm -f "stardict_wiki_parsedata.la" && ln -s "../stardict_wiki_parsedata.la" "stardict_wiki_parsedata.la" ) make[5]: Leaving directory `/«PKGBUILDDIR»/stardict-plugins/stardict-wiki-parsedata-plugin' Making all in stardict-spell-plugin make[5]: Entering directory `/«PKGBUILDDIR»/stardict-plugins/stardict-spell-plugin' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/enchant -g -O2 -c -o stardict_spell.lo stardict_spell.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/enchant -g -O2 -c stardict_spell.cpp -fPIC -DPIC -o .libs/stardict_spell.o /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -avoid-version -module "-Wl,--version-script=stardict_spell.v" -lSM -lICE -o stardict_spell.la -rpath /usr/lib/stardict/plugins stardict_spell.lo -lenchant -lX11 libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtbeginS.o .libs/stardict_spell.o -lSM -lICE /usr/lib/libenchant.so -lX11 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../.. -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtendS.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crtn.o -O2 -Wl,--version-script=stardict_spell.v -pthread -Wl,-soname -Wl,stardict_spell.so -o .libs/stardict_spell.so clang: warning: argument unused during compilation: '-pthread' libtool: link: ( cd ".libs" && rm -f "stardict_spell.la" && ln -s "../stardict_spell.la" "stardict_spell.la" ) make[5]: Leaving directory `/«PKGBUILDDIR»/stardict-plugins/stardict-spell-plugin' Making all in stardict-festival-tts-plugin make[5]: Entering directory `/«PKGBUILDDIR»/stardict-plugins/stardict-festival-tts-plugin' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -I/usr/include/speech_tools -ffriend-injection -Wno-deprecated -g -O2 -c -o stardict_festival.lo stardict_festival.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -I/usr/include/speech_tools -ffriend-injection -Wno-deprecated -g -O2 -c stardict_festival.cpp -fPIC -DPIC -o .libs/stardict_festival.o clang: warning: argument unused during compilation: '-ffriend-injection' /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -avoid-version -module "-Wl,--version-script=stardict_festival.v" -lSM -lICE -o stardict_festival.la -rpath /usr/lib/stardict/plugins stardict_festival.lo -lFestival -lestools -lestbase -leststring -lX11 libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtbeginS.o .libs/stardict_festival.o -lSM -lICE -lFestival -lestools -lestbase -leststring -lX11 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../.. -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtendS.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crtn.o -O2 -Wl,--version-script=stardict_festival.v -Wl,-soname -Wl,stardict_festival.so -o .libs/stardict_festival.so libtool: link: ( cd ".libs" && rm -f "stardict_festival.la" && ln -s "../stardict_festival.la" "stardict_festival.la" ) make[5]: Leaving directory `/«PKGBUILDDIR»/stardict-plugins/stardict-festival-tts-plugin' Making all in stardict-espeak-tts-plugin make[5]: Entering directory `/«PKGBUILDDIR»/stardict-plugins/stardict-espeak-tts-plugin' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -g -O2 -c -o stardict_espeak.lo stardict_espeak.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../src -g -O2 -c stardict_espeak.cpp -fPIC -DPIC -o .libs/stardict_espeak.o /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -avoid-version -module "-Wl,--version-script=stardict_espeak.v" -lSM -lICE -o stardict_espeak.la -rpath /usr/lib/stardict/plugins stardict_espeak.lo -lespeak -lX11 libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtbeginS.o .libs/stardict_espeak.o -lSM -lICE -lespeak -lX11 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../.. -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtendS.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crtn.o -O2 -Wl,--version-script=stardict_espeak.v -Wl,-soname -Wl,stardict_espeak.so -o .libs/stardict_espeak.so libtool: link: ( cd ".libs" && rm -f "stardict_espeak.la" && ln -s "../stardict_espeak.la" "stardict_espeak.la" ) make[5]: Leaving directory `/«PKGBUILDDIR»/stardict-plugins/stardict-espeak-tts-plugin' Making all in stardict-qqwry-plugin make[5]: Entering directory `/«PKGBUILDDIR»/stardict-plugins/stardict-qqwry-plugin' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c -o stardict_qqwry.lo stardict_qqwry.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -c stardict_qqwry.cpp -fPIC -DPIC -o .libs/stardict_qqwry.o /bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -avoid-version -module "-Wl,--version-script=stardict_qqwry.v" -lSM -lICE -o stardict_qqwry.la -rpath /usr/lib/stardict/plugins stardict_qqwry.lo -lX11 libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtbeginS.o .libs/stardict_qqwry.o -lSM -lICE -lX11 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../.. -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtendS.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crtn.o -O2 -Wl,--version-script=stardict_qqwry.v -Wl,-soname -Wl,stardict_qqwry.so -o .libs/stardict_qqwry.so libtool: link: ( cd ".libs" && rm -f "stardict_qqwry.la" && ln -s "../stardict_qqwry.la" "stardict_qqwry.la" ) make[5]: Leaving directory `/«PKGBUILDDIR»/stardict-plugins/stardict-qqwry-plugin' Making all in stardict-sapi-tts-plugin make[5]: Entering directory `/«PKGBUILDDIR»/stardict-plugins/stardict-sapi-tts-plugin' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/«PKGBUILDDIR»/stardict-plugins/stardict-sapi-tts-plugin' make[5]: Entering directory `/«PKGBUILDDIR»/stardict-plugins' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/«PKGBUILDDIR»/stardict-plugins' make[4]: Leaving directory `/«PKGBUILDDIR»/stardict-plugins' Making all in tests make[4]: Entering directory `/«PKGBUILDDIR»/tests' g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.. -I../src -I../src/lib -g -O2 -c -o t_config_file.o t_config_file.cpp g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.. -I../src -I../src/lib -g -O2 -c -o inifile.o `test -f '../src/inifile.cpp' || echo './'`../src/inifile.cpp /bin/bash ../libtool --tag=CXX --mode=link g++ -g -O2 -lSM -lICE -o t_config_file t_config_file.o inifile.o -lsigc-2.0 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lz ../src/lib/libstardict.a -lz -lglib-2.0 -lX11 libtool: link: g++ -g -O2 -o t_config_file t_config_file.o inifile.o -pthread -lSM -lICE /usr/lib/x86_64-linux-gnu/libsigc-2.0.so -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lpango-1.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig -lgobject-2.0 -lgthread-2.0 -lrt ../src/lib/libstardict.a -lz -lglib-2.0 -lX11 -pthread g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.. -I../src -I../src/lib -g -O2 -c -o t_dict.o t_dict.cpp /bin/bash ../libtool --tag=CXX --mode=link g++ -g -O2 -lSM -lICE -o t_dict t_dict.o -lsigc-2.0 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lz ../src/lib/libstardict.a -lz -lglib-2.0 -lX11 libtool: link: g++ -g -O2 -o t_dict t_dict.o -pthread -lSM -lICE /usr/lib/x86_64-linux-gnu/libsigc-2.0.so -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lpango-1.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig -lgobject-2.0 -lgthread-2.0 -lrt ../src/lib/libstardict.a -lz -lglib-2.0 -lX11 -pthread g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.. -I../src -I../src/lib -g -O2 -c -o t_fuzzy.o t_fuzzy.cpp /bin/bash ../libtool --tag=CXX --mode=link g++ -g -O2 -lSM -lICE -o t_fuzzy t_fuzzy.o -lsigc-2.0 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lz ../src/lib/libstardict.a -lz -lglib-2.0 -lX11 libtool: link: g++ -g -O2 -o t_fuzzy t_fuzzy.o -pthread -lSM -lICE /usr/lib/x86_64-linux-gnu/libsigc-2.0.so -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lpango-1.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig -lgobject-2.0 -lgthread-2.0 -lrt ../src/lib/libstardict.a -lz -lglib-2.0 -lX11 -pthread g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.. -I../src -I../src/lib -g -O2 -c -o t_query.o t_query.cpp /bin/bash ../libtool --tag=CXX --mode=link g++ -g -O2 -lSM -lICE -o t_query t_query.o -lsigc-2.0 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lz ../src/lib/libstardict.a -lz -lglib-2.0 -lX11 libtool: link: g++ -g -O2 -o t_query t_query.o -pthread -lSM -lICE /usr/lib/x86_64-linux-gnu/libsigc-2.0.so -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lpango-1.0 /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig -lgobject-2.0 -lgthread-2.0 -lrt ../src/lib/libstardict.a -lz -lglib-2.0 -lX11 -pthread g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I.. -I../src -I../src/lib -g -O2 -c -o t_lookupdata.o t_lookupdata.cpp t_lookupdata.cpp:20:30: error: variable length array of non-POD element type 'std::vector' std::vector reslist[dictmask.size()]; ^ 1 error generated. make[4]: *** [t_lookupdata.o] Error 1 make[4]: Leaving directory `/«PKGBUILDDIR»/tests' make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [override_dh_auto_configure] Error 2 make[3]: Leaving directory `/«PKGBUILDDIR»' make[2]: Leaving directory `/«PKGBUILDDIR»' make[1]: Leaving directory `/«PKGBUILDDIR»' make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 ──────────────────────────────────────────────────────────────────────────────── Build finished at 20120702-1843 Finished ──────── E: Build failure (dpkg-buildpackage died) ┌──────────────────────────────────────────────────────────────────────────────┐ │ Cleanup │ └──────────────────────────────────────────────────────────────────────────────┘ Purging /«BUILDDIR» Not cleaning session: cloned chroot in use ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Architecture: amd64 Build-Space: 52692 Build-Time: 104 Distribution: unstable Fail-Stage: build Install-Time: 111 Job: stardict_3.0.1-9.1 Package: stardict Package-Time: 304 Source-Version: 3.0.1-9.1 Space: 52692 Status: attempted Version: 3.0.1-9.1 ──────────────────────────────────────────────────────────────────────────────── Finished at 20120702-1843 Build needed 00:05:04, 52692k disc space DC-Status: Failed 306.299056s DC-Time-Estimation: 306.299056 versus expected 1122 (r/m: 2.66308670569327 ; m: 306.299056)