DC-Build-Header: twidge 1.0.8.1+nmu1 / Mon Jul 02 18:45:30 +0000 2012 DC-Task: logfile:/tmp/twidge_1.0.8.1+nmu1_unstable_clang.log version:1.0.8.1+nmu1 modes:clang chroot:unstable source:twidge esttime: 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 twidge_1.0.8.1+nmu1' sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on ip-10-28-92-130.ec2.internal ╔══════════════════════════════════════════════════════════════════════════════╗ ║ twidge 1.0.8.1+nmu1 (amd64) 02 Jul 2012 18:45 ║ ╚══════════════════════════════════════════════════════════════════════════════╝ Package: twidge Version: 1.0.8.1+nmu1 Source Version: 1.0.8.1+nmu1 Distribution: unstable Architecture: amd64 I: NOTICE: Log filtering will replace 'build/twidge-CeeBQ1/twidge-1.0.8.1+nmu1' with '«PKGBUILDDIR»' I: NOTICE: Log filtering will replace 'build/twidge-CeeBQ1' with '«BUILDDIR»' I: NOTICE: Log filtering will replace 'var/lib/schroot/mount/unstable-amd64-sbuild-48c2db80-d4de-4621-a1d3-f352fd729ca7' 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: 'twidge' packaging is maintained in the 'Git' version control system at: git://git.complete.org/twidge Need to get 58.0 kB of source archives. Get:1 http://localhost/debian/ unstable/main twidge 1.0.8.1+nmu1 (dsc) [1914 B] Get:2 http://localhost/debian/ unstable/main twidge 1.0.8.1+nmu1 (tar) [56.1 kB] Fetched 58.0 kB in 0s (561 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 0s (30.2 MB/s) Selecting previously unselected package libffi5:amd64. (Reading database ... 11725 files and directories currently installed.) Unpacking libffi5:amd64 (from .../libffi5_3.0.10-3_amd64.deb) ... Selecting previously unselected package libllvm3.1:amd64. Unpacking libllvm3.1:amd64 (from .../libllvm3.1_3.1-2_amd64.deb) ... Selecting previously unselected package libclang-common-dev. Unpacking libclang-common-dev (from .../libclang-common-dev_3.1-8_amd64.deb) ... Selecting previously unselected package clang. Unpacking clang (from .../archives/clang_3.1-8_amd64.deb) ... Setting up libffi5:amd64 (3.0.10-3) ... Setting up libllvm3.1:amd64 (3.1-2) ... Setting up libclang-common-dev (3.1-8) ... Setting up clang (3.1-8) ... + echo 'Replace gcc, g++ & cpp by clang' Replace gcc, g++ & cpp by clang + VERSION=4.7 + cd /usr/bin + rm g++-4.7 gcc-4.7 cpp-4.7 + ln -s clang++ g++-4.7 + ln -s clang gcc-4.7 + ln -s clang cpp-4.7 + cd - /«BUILDDIR» + echo 'Block the installation of new gcc version' Block the installation of new gcc version + dpkg --set-selections + echo 'gcc-4.6 hold' + dpkg --set-selections + echo 'cpp-4.6 hold' + dpkg --set-selections + echo 'g++-4.6 hold' + dpkg --set-selections + echo 'gcc-4.7 hold' + dpkg --set-selections + echo 'cpp-4.7 hold' + dpkg --set-selections + echo 'g++-4.7 hold' + echo 'Check if gcc, g++ & cpp are actually clang' Check if gcc, g++ & cpp are actually clang + grep clang + gcc --version I: Finished running '/tmp/switch-to-clang'. Finished processing commands. ──────────────────────────────────────────────────────────────────────────────── Merged Build-Depends: build-essential, fakeroot Filtered Build-Depends: build-essential, fakeroot dpkg-deb: building package `sbuild-build-depends-core-dummy' in `/«BUILDDIR»/resolver-50KP3t/apt_archive/sbuild-build-depends-core-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install core build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: sbuild-build-depends-core-dummy debconf: delaying package configuration, since apt-utils is not installed 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/708 B of archives. After this operation, 0 B of additional disk space will be used. Selecting previously unselected package sbuild-build-depends-core-dummy. (Reading database ... 11805 files and directories currently installed.) Unpacking sbuild-build-depends-core-dummy (from .../sbuild-build-depends-core-dummy.deb) ... Setting up sbuild-build-depends-core-dummy (0.invalid.0) ... Merged Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev | libc-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), debhelper (>= 7), groff, docbook-utils, jade, lynx, scons, poppler-utils, sgml2x, gtk-doc-tools, ghc (>= 6.8.2), haskell-devscripts (>= 0.6.6), libghc-missingh-dev (>= 1.0.0), libghc-network-dev, libghc-unix-dev, libghc-mtl-dev, libghc-haxml-dev (>= 1.20), libghc-filepath-dev, libghc-configfile-dev (>= 1.0.4.5), libghc-hslogger-dev (>= 1.0.7.1), libghc-regex-posix-dev, libghc-utf8-string-dev, libghc-hsh-dev (>= 1.2.6.3), libghc-hoauth-dev Filtered Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), debhelper (>= 7), groff, docbook-utils, jade, lynx, scons, poppler-utils, sgml2x, gtk-doc-tools, ghc (>= 6.8.2), haskell-devscripts (>= 0.6.6), libghc-missingh-dev (>= 1.0.0), libghc-network-dev, libghc-unix-dev, libghc-mtl-dev, libghc-haxml-dev (>= 1.20), libghc-filepath-dev, libghc-configfile-dev (>= 1.0.4.5), libghc-hslogger-dev (>= 1.0.7.1), libghc-regex-posix-dev, libghc-utf8-string-dev, libghc-hsh-dev (>= 1.2.6.3), libghc-hoauth-dev dpkg-deb: building package `sbuild-build-depends-twidge-dummy' in `/«BUILDDIR»/resolver-QNEXiH/apt_archive/sbuild-build-depends-twidge-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install twidge build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: autoconf automake autopoint autotools-dev bsdmainutils ca-certificates cdbs comerr-dev dctrl-tools debhelper dh-buildinfo docbook docbook-dsssl docbook-to-man docbook-utils docbook-xml docbook-xsl ed file fontconfig-config gettext gettext-base ghc ghc-haddock git git-man gnome-common groff groff-base gtk-doc-tools haskell-devscripts highlight highlight-common hscolour html-xml-utils html2text intltool intltool-debian jade jadetex krb5-multidev libasprintf0c2 libbsd-dev libbsd0 libcairo2 libcroco3 libcurl3-gnutls libcurl4-gnutls-dev libencode-locale-perl liberror-perl libexpat1 libffi-dev libfile-listing-perl libfontconfig1 libfreetype6 libgcrypt11 libgcrypt11-dev libgettextpo0 libghc-cereal-dev libghc-configfile-dev libghc-crypto-api-dev libghc-crypto-pubkey-types-dev libghc-curl-dev libghc-dataenc-dev libghc-entropy-dev libghc-haxml-dev libghc-hoauth-dev libghc-hsh-dev libghc-hslogger-dev libghc-hunit-dev libghc-largeword-dev libghc-missingh-dev libghc-monadcryptorandom-dev libghc-mtl-dev libghc-network-dev libghc-parsec3-dev libghc-polyparse-dev libghc-puremd5-dev libghc-random-dev libghc-regex-base-dev libghc-regex-compat-dev libghc-regex-posix-dev libghc-rsa-dev libghc-sha-dev libghc-tagged-dev libghc-text-dev libghc-transformers-dev libghc-utf8-string-dev libglib2.0-0 libgmp-dev libgmpxx4ldbl libgnutls-dev libgnutls-openssl27 libgnutls26 libgnutlsxx27 libgpg-error-dev libgpg-error0 libgraphite3 libgssapi-krb5-2 libgssrpc4 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libice6 libidn11 libidn11-dev libio-socket-ssl-perl libjbig0 libjpeg8 libk5crypto3 libkadm5clnt-mit8 libkadm5srv-mit8 libkdb5-6 libkeyutils1 libkpathsea6 libkrb5-3 libkrb5-dev libkrb5support0 liblcms1 libldap-2.4-2 libldap2-dev liblua5.1-0 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic1 libncursesw5 libnet-http-perl libnet-ssleay-perl libopenjpeg2 libosp5 libostyle1c2 libp11-kit-dev libp11-kit0 libpaper-utils libpaper1 libpcre3 libpipeline1 libpixman-1-0 libpng12-0 libpoppler19 libpopt0 libptexenc1 librtmp-dev librtmp0 libsasl2-2 libsgmls-perl libsm6 libsp1c2 libsqlite3-0 libssh2-1 libssh2-1-dev libssl1.0.0 libtasn1-3 libtasn1-3-dev libtiff4 libtool libunistring0 liburi-perl libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxaw7 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxext6 libxml-parser-perl libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 luatex lynx lynx-cur m4 man-db mime-support netbase openjade opensp openssl pkg-config po-debconf poppler-utils python python-minimal python2.7 python2.7-minimal scons sgml-base sgml-data sgml2x sgmlspl sp tex-common texlive-base texlive-binaries texlive-common texlive-doc-base texlive-fonts-recommended texlive-generic-recommended texlive-latex-base texlive-latex-recommended tipa ttf-dejavu-core ttf-marvosym x11-common xdg-utils xml-core xsltproc zlib1g-dev Suggested packages: autoconf2.13 autoconf-archive gnu-standards autoconf-doc wamerican wordlist whois vacation devscripts doc-base debtags dh-make docbook-defguide psgml docbook-dsssl-doc docbook-xsl-doc-html docbook-xsl-doc-pdf docbook-xsl-doc-text docbook-xsl-doc libsaxon-java libxalan2-java libxslthl-java docbook-xsl-saxon fop xalan dbtoepub gettext-doc ghc-prof ghc-doc haskell-doc llvm-3.0 git-daemon-run git-daemon-sysvinit git-doc git-el git-arch git-cvs git-svn git-email git-gui gitk gitweb curl wget krb5-doc libcurl3-dbg rng-tools libgcrypt11-doc libghc-cereal-doc libghc-cereal-prof libghc-configfile-doc libghc-configfile-prof libghc-crypto-api-doc libghc-crypto-api-prof libghc-crypto-pubkey-types-doc libghc-crypto-pubkey-types-prof libghc-curl-doc libghc-curl-prof libghc-dataenc-doc libghc-dataenc-prof libghc-entropy-doc libghc-entropy-prof libghc-haxml-doc libghc-haxml-prof libghc-hoauth-doc libghc-hoauth-prof libghc-hsh-doc libghc-hsh-prof libghc-hslogger-doc libghc-hslogger-prof libghc-hunit-doc libghc-hunit-prof libghc-largeword-doc libghc-largeword-prof libghc-missingh-doc libghc-missingh-prof libghc-monadcryptorandom-doc libghc-monadcryptorandom-prof libghc-mtl-doc libghc-mtl-prof libghc-network-doc libghc-network-prof libghc-parsec3-doc libghc-parsec3-prof libghc-polyparse-doc libghc-polyparse-prof libghc-puremd5-doc libghc-puremd5-prof libghc-random-doc libghc-random-prof libghc-regex-base-doc libghc-regex-base-prof libghc-regex-compat-doc libghc-regex-compat-prof libghc-regex-posix-doc libghc-regex-posix-prof libghc-rsa-doc libghc-rsa-prof libghc-sha-doc libghc-sha-prof libghc-tagged-doc libghc-tagged-prof libghc-text-doc libghc-text-prof libghc-transformers-doc libghc-transformers-prof libghc-utf8-string-doc libghc-utf8-string-prof libgmp10-doc libmpfr-dev gnutls-doc krb5-user libdata-dump-perl liblcms-utils libcrypt-ssleay-perl sgmls-doc libtool-doc automaken gfortran fortran95-compiler gcj libauthen-ntlm-perl www-browser libmail-box-perl python-doc python-tk python2.7-doc binfmt-support sgml-base-doc perlsgml w3-recs libxml2-utils sgmltools-lite alcovebook-sgml perl-tk xpdf-reader pdf-viewer gv postscript-viewer gvfs-bin Recommended packages: less rsync ssh-client ghostscript imagemagick netpbm psutils libglib2.0-data shared-mime-info libhtml-format-perl libio-socket-ip-perl libio-socket-inet6-perl krb5-locales libgpm2 poppler-data libsasl2-modules libltdl-dev libhtml-form-perl libhttp-daemon-perl libmailtools-perl texlive-luatex ifupdown libmail-sendmail-perl lmodern ruby wish texlive-fonts-recommended-doc tex-gyre texlive-latex-base-doc latex-xcolor texlive-latex-recommended-doc latex-beamer prosper libfile-mimeinfo-perl libnet-dbus-perl libx11-protocol-perl x11-utils x11-xserver-utils The following NEW packages will be installed: autoconf automake autopoint autotools-dev bsdmainutils ca-certificates cdbs comerr-dev dctrl-tools debhelper dh-buildinfo docbook docbook-dsssl docbook-to-man docbook-utils docbook-xml docbook-xsl ed file fontconfig-config gettext gettext-base ghc ghc-haddock git git-man gnome-common groff groff-base gtk-doc-tools haskell-devscripts highlight highlight-common hscolour html-xml-utils html2text intltool intltool-debian jade jadetex krb5-multidev libasprintf0c2 libbsd-dev libbsd0 libcairo2 libcroco3 libcurl3-gnutls libcurl4-gnutls-dev libencode-locale-perl liberror-perl libexpat1 libffi-dev libfile-listing-perl libfontconfig1 libfreetype6 libgcrypt11 libgcrypt11-dev libgettextpo0 libghc-cereal-dev libghc-configfile-dev libghc-crypto-api-dev libghc-crypto-pubkey-types-dev libghc-curl-dev libghc-dataenc-dev libghc-entropy-dev libghc-haxml-dev libghc-hoauth-dev libghc-hsh-dev libghc-hslogger-dev libghc-hunit-dev libghc-largeword-dev libghc-missingh-dev libghc-monadcryptorandom-dev libghc-mtl-dev libghc-network-dev libghc-parsec3-dev libghc-polyparse-dev libghc-puremd5-dev libghc-random-dev libghc-regex-base-dev libghc-regex-compat-dev libghc-regex-posix-dev libghc-rsa-dev libghc-sha-dev libghc-tagged-dev libghc-text-dev libghc-transformers-dev libghc-utf8-string-dev libglib2.0-0 libgmp-dev libgmpxx4ldbl libgnutls-dev libgnutls-openssl27 libgnutls26 libgnutlsxx27 libgpg-error-dev libgpg-error0 libgraphite3 libgssapi-krb5-2 libgssrpc4 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libice6 libidn11 libidn11-dev libio-socket-ssl-perl libjbig0 libjpeg8 libk5crypto3 libkadm5clnt-mit8 libkadm5srv-mit8 libkdb5-6 libkeyutils1 libkpathsea6 libkrb5-3 libkrb5-dev libkrb5support0 liblcms1 libldap-2.4-2 libldap2-dev liblua5.1-0 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic1 libncursesw5 libnet-http-perl libnet-ssleay-perl libopenjpeg2 libosp5 libostyle1c2 libp11-kit-dev libp11-kit0 libpaper-utils libpaper1 libpcre3 libpipeline1 libpixman-1-0 libpng12-0 libpoppler19 libpopt0 libptexenc1 librtmp-dev librtmp0 libsasl2-2 libsgmls-perl libsm6 libsp1c2 libsqlite3-0 libssh2-1 libssh2-1-dev libssl1.0.0 libtasn1-3 libtasn1-3-dev libtiff4 libtool libunistring0 liburi-perl libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxaw7 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxext6 libxml-parser-perl libxml2 libxmu6 libxpm4 libxrender1 libxslt1.1 libxt6 luatex lynx lynx-cur m4 man-db mime-support netbase openjade opensp openssl pkg-config po-debconf poppler-utils python python-minimal python2.7 python2.7-minimal sbuild-build-depends-twidge-dummy scons sgml-base sgml-data sgml2x sgmlspl sp tex-common texlive-base texlive-binaries texlive-common texlive-doc-base texlive-fonts-recommended texlive-generic-recommended texlive-latex-base texlive-latex-recommended tipa ttf-dejavu-core ttf-marvosym x11-common xdg-utils xml-core xsltproc zlib1g-dev 0 upgraded, 221 newly installed, 0 to remove and 0 not upgraded. Need to get 187 MB/187 MB of archives. After this operation, 730 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libncursesw5 amd64 5.9-10 [141 kB] Get:2 http://localhost/debian/ unstable/main libpipeline1 amd64 1.2.1-1 [39.2 kB] Get:3 http://localhost/debian/ unstable/main libpopt0 amd64 1.16-7 [56.4 kB] Get:4 http://localhost/debian/ unstable/main libssl1.0.0 amd64 1.0.1c-3 [1211 kB] Get:5 http://localhost/debian/ unstable/main libasprintf0c2 amd64 0.18.1.1-9 [26.8 kB] Get:6 http://localhost/debian/ unstable/main libgpg-error0 amd64 1.10-3 [66.8 kB] Get:7 http://localhost/debian/ unstable/main libgcrypt11 amd64 1.5.0-3 [298 kB] Get:8 http://localhost/debian/ unstable/main libp11-kit0 amd64 0.12-3 [52.8 kB] Get:9 http://localhost/debian/ unstable/main libtasn1-3 amd64 2.13-2 [67.7 kB] Get:10 http://localhost/debian/ unstable/main libgnutls26 amd64 2.12.20-1 [616 kB] Get:11 http://localhost/debian/ unstable/main libgnutls-openssl27 amd64 2.12.20-1 [220 kB] Get:12 http://localhost/debian/ unstable/main libkeyutils1 amd64 1.5.5-3 [8552 B] Get:13 http://localhost/debian/ unstable/main libkrb5support0 amd64 1.10.1+dfsg-1 [49.0 kB] Get:14 http://localhost/debian/ unstable/main libk5crypto3 amd64 1.10.1+dfsg-1 [112 kB] Get:15 http://localhost/debian/ unstable/main libkrb5-3 amd64 1.10.1+dfsg-1 [393 kB] Get:16 http://localhost/debian/ unstable/main libgssapi-krb5-2 amd64 1.10.1+dfsg-1 [147 kB] Get:17 http://localhost/debian/ unstable/main libgssrpc4 amd64 1.10.1+dfsg-1 [87.3 kB] Get:18 http://localhost/debian/ unstable/main libidn11 amd64 1.25-2 [178 kB] Get:19 http://localhost/debian/ unstable/main libkadm5clnt-mit8 amd64 1.10.1+dfsg-1 [67.4 kB] Get:20 http://localhost/debian/ unstable/main libkdb5-6 amd64 1.10.1+dfsg-1 [66.2 kB] Get:21 http://localhost/debian/ unstable/main libkadm5srv-mit8 amd64 1.10.1+dfsg-1 [84.4 kB] Get:22 http://localhost/debian/ unstable/main libsasl2-2 amd64 2.1.25.dfsg1-4+b1 [120 kB] Get:23 http://localhost/debian/ unstable/main libldap-2.4-2 amd64 2.4.31-1 [243 kB] Get:24 http://localhost/debian/ unstable/main libmagic1 amd64 5.11-2 [202 kB] Get:25 http://localhost/debian/ unstable/main libpcre3 amd64 1:8.30-5 [242 kB] Get:26 http://localhost/debian/ unstable/main libsqlite3-0 amd64 3.7.13-1 [455 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 libbsd0 amd64 0.4.2-1 [59.3 kB] Get:33 http://localhost/debian/ unstable/main libexpat1 amd64 2.1.0-1 [141 kB] Get:34 http://localhost/debian/ unstable/main libfreetype6 amd64 2.4.9-1 [450 kB] Get:35 http://localhost/debian/ unstable/main ttf-dejavu-core all 2.33-2 [1552 kB] Get:36 http://localhost/debian/ unstable/main fontconfig-config all 2.9.0-6 [232 kB] Get:37 http://localhost/debian/ unstable/main libfontconfig1 amd64 2.9.0-6 [299 kB] Get:38 http://localhost/debian/ unstable/main libpixman-1-0 amd64 0.26.0-3 [427 kB] Get:39 http://localhost/debian/ unstable/main libpng12-0 amd64 1.2.49-1 [190 kB] Get:40 http://localhost/debian/ unstable/main libxau6 amd64 1:1.0.7-1 [18.8 kB] Get:41 http://localhost/debian/ unstable/main libxdmcp6 amd64 1:1.1.1-1 [26.3 kB] Get:42 http://localhost/debian/ unstable/main libxcb1 amd64 1.8.1-1 [50.0 kB] Get:43 http://localhost/debian/ unstable/main libx11-data all 2:1.5.0-1 [189 kB] Get:44 http://localhost/debian/ unstable/main libx11-6 amd64 2:1.5.0-1 [901 kB] Get:45 http://localhost/debian/ unstable/main libxcb-render0 amd64 1.8.1-1 [18.4 kB] Get:46 http://localhost/debian/ unstable/main libxcb-shm0 amd64 1.8.1-1 [10.1 kB] Get:47 http://localhost/debian/ unstable/main libxrender1 amd64 1:0.9.7-1 [32.2 kB] Get:48 http://localhost/debian/ unstable/main libcairo2 amd64 1.12.2-2 [912 kB] Get:49 http://localhost/debian/ unstable/main libglib2.0-0 amd64 2.32.3-1 [2081 kB] Get:50 http://localhost/debian/ unstable/main libcroco3 amd64 0.6.5-1 [151 kB] Get:51 http://localhost/debian/ unstable/main librtmp0 amd64 2.4+20111222.git4e06e21-1 [62.3 kB] Get:52 http://localhost/debian/ unstable/main libssh2-1 amd64 1.4.2-1 [79.0 kB] Get:53 http://localhost/debian/ unstable/main libcurl3-gnutls amd64 7.26.0-1 [321 kB] Get:54 http://localhost/debian/ unstable/main libunistring0 amd64 0.9.3-5 [434 kB] Get:55 http://localhost/debian/ unstable/main libgettextpo0 amd64 0.18.1.1-9 [145 kB] Get:56 http://localhost/debian/ unstable/main libgmpxx4ldbl amd64 2:5.0.5+dfsg-2 [21.6 kB] Get:57 http://localhost/debian/ unstable/main x11-common all 1:7.7+1 [278 kB] Get:58 http://localhost/debian/ unstable/main libice6 amd64 2:1.0.8-2 [63.1 kB] Get:59 http://localhost/debian/ unstable/main libjpeg8 amd64 8d-1 [134 kB] Get:60 http://localhost/debian/ unstable/main liblcms1 amd64 1.19.dfsg-1.1 [112 kB] Get:61 http://localhost/debian/ unstable/main liblua5.1-0 amd64 5.1.5-2 [180 kB] Get:62 http://localhost/debian/ unstable/main libpaper1 amd64 1.1.24+nmu2 [22.0 kB] Get:63 http://localhost/debian/ unstable/main libopenjpeg2 amd64 1.3+dfsg-4.1 [85.2 kB] Get:64 http://localhost/debian/ unstable/main libjbig0 amd64 2.0-2 [32.2 kB] Get:65 http://localhost/debian/ unstable/main libtiff4 amd64 3.9.6-6 [202 kB] Get:66 http://localhost/debian/ unstable/main libpoppler19 amd64 0.18.4-3 [1109 kB] Get:67 http://localhost/debian/ unstable/main libsm6 amd64 2:1.2.1-2 [34.2 kB] Get:68 http://localhost/debian/ unstable/main libxext6 amd64 2:1.3.1-2 [55.3 kB] Get:69 http://localhost/debian/ unstable/main libxt6 amd64 1:1.1.3-1 [211 kB] Get:70 http://localhost/debian/ unstable/main libxmu6 amd64 2:1.1.1-1 [66.6 kB] Get:71 http://localhost/debian/ unstable/main libxpm4 amd64 1:3.5.10-1 [49.4 kB] Get:72 http://localhost/debian/ unstable/main libxaw7 amd64 2:1.0.10-2 [226 kB] Get:73 http://localhost/debian/ unstable/main libxslt1.1 amd64 1.1.26-12+rebuild1 [252 kB] Get:74 http://localhost/debian/ unstable/main libgnutlsxx27 amd64 2.12.20-1 [224 kB] Get:75 http://localhost/debian/ unstable/main bsdmainutils amd64 9.0.3 [209 kB] Get:76 http://localhost/debian/ unstable/main groff-base amd64 1.21-9 [1153 kB] Get:77 http://localhost/debian/ unstable/main man-db amd64 2.6.2-1 [1061 kB] Get:78 http://localhost/debian/ unstable/main netbase all 5.0 [20.1 kB] Get:79 http://localhost/debian/ unstable/main file amd64 5.11-2 [51.8 kB] Get:80 http://localhost/debian/ unstable/main gettext-base amd64 0.18.1.1-9 [154 kB] Get:81 http://localhost/debian/ unstable/main m4 amd64 1.4.16-3 [260 kB] Get:82 http://localhost/debian/ unstable/main mime-support all 3.52-1 [35.5 kB] Get:83 http://localhost/debian/ unstable/main python2.7-minimal amd64 2.7.3-1 [1770 kB] Get:84 http://localhost/debian/ unstable/main python2.7 amd64 2.7.3-1 [2726 kB] Get:85 http://localhost/debian/ unstable/main python-minimal all 2.7.3-1 [42.1 kB] Get:86 http://localhost/debian/ unstable/main python all 2.7.3-1 [179 kB] Get:87 http://localhost/debian/ unstable/main autoconf all 2.69-1 [589 kB] Get:88 http://localhost/debian/ unstable/main autotools-dev all 20120608.1 [73.0 kB] Get:89 http://localhost/debian/ unstable/main automake all 1:1.11.5-2 [606 kB] Get:90 http://localhost/debian/ unstable/main liberror-perl all 0.17-1 [23.6 kB] Get:91 http://localhost/debian/ unstable/main git-man all 1:1.7.10-1 [1068 kB] Get:92 http://localhost/debian/ unstable/main git amd64 1:1.7.10-1 [6626 kB] Get:93 http://localhost/debian/ unstable/main autopoint all 0.18.1.1-9 [629 kB] Get:94 http://localhost/debian/ unstable/main openssl amd64 1.0.1c-3 [697 kB] Get:95 http://localhost/debian/ unstable/main ca-certificates all 20120623 [183 kB] Get:96 http://localhost/debian/ unstable/main cdbs all 0.4.115 [80.2 kB] Get:97 http://localhost/debian/ unstable/main dctrl-tools amd64 2.22.2 [167 kB] Get:98 http://localhost/debian/ unstable/main html2text amd64 1.3.2a-15 [103 kB] Get:99 http://localhost/debian/ unstable/main gettext amd64 0.18.1.1-9 [1975 kB] Get:100 http://localhost/debian/ unstable/main intltool-debian all 0.35.0+20060710.1 [30.8 kB] Get:101 http://localhost/debian/ unstable/main po-debconf all 1.0.16+nmu2 [224 kB] Get:102 http://localhost/debian/ unstable/main debhelper all 9.20120608 [700 kB] Get:103 http://localhost/debian/ unstable/main dh-buildinfo all 0.9+nmu1 [15.7 kB] Get:104 http://localhost/debian/ unstable/main docbook all 4.5-5.1 [453 kB] Get:105 http://localhost/debian/ unstable/main libosp5 amd64 1.5.2-10 [1199 kB] Get:106 http://localhost/debian/ unstable/main libostyle1c2 amd64 1.4devel1-20.1+b1 [888 kB] Get:107 http://localhost/debian/ unstable/main openjade amd64 1.4devel1-20.1+b1 [344 kB] Get:108 http://localhost/debian/ unstable/main libsp1c2 amd64 1.3.4-1.2.1-47.1+b1 [1455 kB] Get:109 http://localhost/debian/ unstable/main jade amd64 1.2.1-47.1+b1 [301 kB] Get:110 http://localhost/debian/ unstable/main docbook-dsssl all 1.79-7 [374 kB] Get:111 http://localhost/debian/ unstable/main sp amd64 1.3.4-1.2.1-47.1+b1 [176 kB] Get:112 http://localhost/debian/ unstable/main opensp amd64 1.5.2-10 [514 kB] Get:113 http://localhost/debian/ unstable/main docbook-to-man amd64 1:2.0.0-31 [82.4 kB] Get:114 http://localhost/debian/ unstable/main tex-common all 3.13 [640 kB] Get:115 http://localhost/debian/ unstable/main libgraphite3 amd64 1:2.3.1-0.2 [197 kB] Get:116 http://localhost/debian/ unstable/main libkpathsea6 amd64 2012.20120628-1 [163 kB] Get:117 http://localhost/debian/ unstable/main libptexenc1 amd64 2012.20120628-1 [55.6 kB] Get:118 http://localhost/debian/ unstable/main texlive-common all 2012.20120611-3 [200 kB] Get:119 http://localhost/debian/ unstable/main ed amd64 1.6-2 [57.6 kB] Get:120 http://localhost/debian/ unstable/main texlive-binaries amd64 2012.20120628-1 [17.3 MB] Get:121 http://localhost/debian/ unstable/main texlive-doc-base all 2012.20120611-1 [1651 kB] Get:122 http://localhost/debian/ unstable/main xdg-utils all 1.1.0~rc1+git20111210-6 [83.7 kB] Get:123 http://localhost/debian/ unstable/main libpaper-utils amd64 1.1.24+nmu2 [18.3 kB] Get:124 http://localhost/debian/ unstable/main luatex amd64 0.70.1.20120524-2 [2437 kB] Get:125 http://localhost/debian/ unstable/main texlive-base all 2012.20120611-3 [14.2 MB] Get:126 http://localhost/debian/ unstable/main texlive-latex-base all 2012.20120611-3 [894 kB] Get:127 http://localhost/debian/ unstable/main ttf-marvosym all 0.1+dfsg-2 [46.8 kB] Get:128 http://localhost/debian/ unstable/main texlive-fonts-recommended all 2012.20120611-3 [5485 kB] Get:129 http://localhost/debian/ unstable/main texlive-latex-recommended all 2012.20120611-3 [6779 kB] Get:130 http://localhost/debian/ unstable/main texlive-generic-recommended all 2012.20120611-3 [2144 kB] Get:131 http://localhost/debian/ unstable/main tipa all 2:1.3-17 [3322 kB] Get:132 http://localhost/debian/ unstable/main jadetex all 3.13-14 [251 kB] Get:133 http://localhost/debian/ unstable/main lynx-cur amd64 2.8.8dev.12-2 [2249 kB] Get:134 http://localhost/debian/ unstable/main lynx all 2.8.8dev.12-2 [223 kB] Get:135 http://localhost/debian/ unstable/main libsgmls-perl all 1.03ii-32 [27.8 kB] Get:136 http://localhost/debian/ unstable/main sgmlspl all 1.03ii-32 [11.4 kB] Get:137 http://localhost/debian/ unstable/main docbook-utils all 0.6.14-2 [68.2 kB] Get:138 http://localhost/debian/ unstable/main docbook-xsl all 1.76.1+dfsg-1 [1643 kB] Get:139 http://localhost/debian/ unstable/main libtool amd64 2.4.2-1.1 [619 kB] Get:140 http://localhost/debian/ unstable/main pkg-config amd64 0.26-1 [59.5 kB] Get:141 http://localhost/debian/ unstable/main liburi-perl all 1.60-1 [100 kB] Get:142 http://localhost/debian/ unstable/main libencode-locale-perl all 1.03-1 [13.6 kB] Get:143 http://localhost/debian/ unstable/main libhttp-date-perl all 6.02-1 [10.7 kB] Get:144 http://localhost/debian/ unstable/main libfile-listing-perl all 6.04-1 [10.3 kB] Get:145 http://localhost/debian/ unstable/main libhtml-tagset-perl all 3.20-2 [13.5 kB] Get:146 http://localhost/debian/ unstable/main libhtml-parser-perl amd64 3.69-2 [114 kB] Get:147 http://localhost/debian/ unstable/main libhtml-tree-perl all 5.02-1 [225 kB] Get:148 http://localhost/debian/ unstable/main liblwp-mediatypes-perl all 6.02-1 [22.1 kB] Get:149 http://localhost/debian/ unstable/main libhttp-message-perl all 6.03-1 [78.5 kB] Get:150 http://localhost/debian/ unstable/main libhttp-cookies-perl all 6.00-2 [23.5 kB] Get:151 http://localhost/debian/ unstable/main libhttp-negotiate-perl all 6.00-2 [13.6 kB] Get:152 http://localhost/debian/ unstable/main libnet-ssleay-perl amd64 1.48-1+b1 [335 kB] Get:153 http://localhost/debian/ unstable/main libio-socket-ssl-perl all 1.76-1 [67.8 kB] Get:154 http://localhost/debian/ unstable/main libnet-http-perl all 6.03-2 [24.3 kB] Get:155 http://localhost/debian/ unstable/main liblwp-protocol-https-perl all 6.03-1 [7580 B] Get:156 http://localhost/debian/ unstable/main libwww-robotrules-perl all 6.01-1 [14.3 kB] Get:157 http://localhost/debian/ unstable/main libwww-perl all 6.04-1 [203 kB] Get:158 http://localhost/debian/ unstable/main libxml-parser-perl amd64 2.41-1+b1 [278 kB] Get:159 http://localhost/debian/ unstable/main intltool all 0.50.2-2 [101 kB] Get:160 http://localhost/debian/ unstable/main gnome-common all 3.4.0.1-1 [127 kB] Get:161 http://localhost/debian/ unstable/main groff amd64 1.21-9 [3593 kB] Get:162 http://localhost/debian/ unstable/main xsltproc amd64 1.1.26-12+rebuild1 [116 kB] Get:163 http://localhost/debian/ unstable/main highlight-common all 3.9-1 [214 kB] Get:164 http://localhost/debian/ unstable/main highlight amd64 3.9-1 [336 kB] Get:165 http://localhost/debian/ unstable/main gtk-doc-tools all 1.18-2 [618 kB] Get:166 http://localhost/debian/ unstable/main comerr-dev amd64 2.1-1.42.4-3 [42.8 kB] Get:167 http://localhost/debian/ unstable/main krb5-multidev amd64 1.10.1+dfsg-1 [153 kB] Get:168 http://localhost/debian/ unstable/main libbsd-dev amd64 0.4.2-1 [140 kB] Get:169 http://localhost/debian/ unstable/main libgpg-error-dev amd64 1.10-3 [42.5 kB] Get:170 http://localhost/debian/ unstable/main libgcrypt11-dev amd64 1.5.0-3 [402 kB] Get:171 http://localhost/debian/ unstable/main zlib1g-dev amd64 1:1.2.7.dfsg-13 [215 kB] Get:172 http://localhost/debian/ unstable/main libtasn1-3-dev amd64 2.13-2 [389 kB] Get:173 http://localhost/debian/ unstable/main libp11-kit-dev amd64 0.12-3 [67.8 kB] Get:174 http://localhost/debian/ unstable/main libgnutls-dev amd64 2.12.20-1 [751 kB] Get:175 http://localhost/debian/ unstable/main libidn11-dev amd64 1.25-2 [664 kB] Get:176 http://localhost/debian/ unstable/main libkrb5-dev amd64 1.10.1+dfsg-1 [39.4 kB] Get:177 http://localhost/debian/ unstable/main libldap2-dev amd64 2.4.31-1 [563 kB] Get:178 http://localhost/debian/ unstable/main librtmp-dev amd64 2.4+20111222.git4e06e21-1 [72.8 kB] Get:179 http://localhost/debian/ unstable/main libssh2-1-dev amd64 1.4.2-1 [257 kB] Get:180 http://localhost/debian/ unstable/main libcurl4-gnutls-dev amd64 7.26.0-1 [1257 kB] Get:181 http://localhost/debian/ unstable/main libffi-dev amd64 3.0.10-3 [116 kB] Get:182 http://localhost/debian/ unstable/main libgmp-dev amd64 2:5.0.5+dfsg-2 [610 kB] Get:183 http://localhost/debian/ unstable/main ghc amd64 7.4.1-4 [45.8 MB] Get:184 http://localhost/debian/ unstable/main libghc-cereal-dev amd64 0.3.5.2-1 [280 kB] Get:185 http://localhost/debian/ unstable/main libghc-sha-dev amd64 1.5.0.1-1 [137 kB] Get:186 http://localhost/debian/ unstable/main libghc-entropy-dev amd64 0.2.1-2+b1 [9080 B] Get:187 http://localhost/debian/ unstable/main libghc-largeword-dev amd64 1.0.1-2+b1 [57.9 kB] Get:188 http://localhost/debian/ unstable/main libghc-tagged-dev amd64 0.4.2.1-1 [91.0 kB] Get:189 http://localhost/debian/ unstable/main libghc-crypto-api-dev amd64 0.10.2-1+b2 [1828 kB] Get:190 http://localhost/debian/ unstable/main libghc-crypto-pubkey-types-dev amd64 0.1.1-1+b3 [136 kB] Get:191 http://localhost/debian/ unstable/main libghc-transformers-dev amd64 0.3.0.0-1 [402 kB] Get:192 http://localhost/debian/ unstable/main libghc-mtl-dev amd64 2.1.1-1 [122 kB] Get:193 http://localhost/debian/ unstable/main libghc-monadcryptorandom-dev amd64 0.4.1-1+b2 [61.3 kB] Get:194 http://localhost/debian/ unstable/main libghc-puremd5-dev amd64 2.1.0.3-2+b4 [55.4 kB] Get:195 http://localhost/debian/ unstable/main libghc-rsa-dev amd64 1.2.1.0-1+b2 [114 kB] Get:196 http://localhost/debian/ unstable/main libghc-curl-dev amd64 1.3.7-1+b1 [368 kB] Get:197 http://localhost/debian/ unstable/main libghc-dataenc-dev amd64 0.14.0.3-1+b1 [211 kB] Get:198 http://localhost/debian/ unstable/main libghc-random-dev amd64 1.0.1.1-1+b1 [240 kB] Get:199 http://localhost/debian/ unstable/main libghc-utf8-string-dev amd64 0.3.7-1+b1 [142 kB] Get:200 http://localhost/debian/ unstable/main libghc-hoauth-dev amd64 0.3.4-1+b1 [197 kB] Get:201 http://localhost/debian/ unstable/main libghc-hunit-dev amd64 1.2.4.2-2+b1 [87.3 kB] Get:202 http://localhost/debian/ unstable/main libghc-text-dev amd64 0.11.2.0-1 [1935 kB] Get:203 http://localhost/debian/ unstable/main libghc-parsec3-dev amd64 3.1.2-1+b3 [510 kB] Get:204 http://localhost/debian/ unstable/main libghc-network-dev amd64 2.3.0.13-1+b2 [641 kB] Get:205 http://localhost/debian/ unstable/main libghc-hslogger-dev amd64 1.1.4+dfsg1-2+b3 [150 kB] Get:206 http://localhost/debian/ unstable/main libghc-regex-base-dev amd64 0.93.2-2+b2 [87.2 kB] Get:207 http://localhost/debian/ unstable/main libghc-regex-posix-dev amd64 0.95.1-2+b1 [161 kB] Get:208 http://localhost/debian/ unstable/main libghc-regex-compat-dev amd64 0.95.1-2+b1 [23.8 kB] Get:209 http://localhost/debian/ unstable/main libghc-missingh-dev amd64 1.1.0.3-6+b3 [1282 kB] Get:210 http://localhost/debian/ unstable/main libghc-hsh-dev amd64 2.0.3-6+b3 [147 kB] Get:211 http://localhost/debian/ unstable/main libghc-polyparse-dev amd64 1.7-1+b2 [549 kB] Get:212 http://localhost/debian/ unstable/main poppler-utils amd64 0.18.4-3 [163 kB] Get:213 http://localhost/debian/ unstable/main scons all 2.1.0-1 [582 kB] Get:214 http://localhost/debian/ unstable/main sgml2x all 1.0.0-11.3 [24.5 kB] Get:215 http://localhost/debian/ unstable/main ghc-haddock amd64 7.4.1-4 [6770 kB] Get:216 http://localhost/debian/ unstable/main html-xml-utils amd64 6.1-1 [579 kB] Get:217 http://localhost/debian/ unstable/main hscolour amd64 1.19-3+b1 [365 kB] Get:218 http://localhost/debian/ unstable/main haskell-devscripts all 0.8.12 [31.5 kB] Get:219 http://localhost/debian/ unstable/main libghc-configfile-dev amd64 1.0.6-4+b3 [201 kB] Get:220 http://localhost/debian/ unstable/main libghc-haxml-dev amd64 1:1.22.5-2+b2 [3058 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 187 MB in 19s (9419 kB/s) Selecting previously unselected package libncursesw5:amd64. (Reading database ... 11805 files and directories currently installed.) Unpacking libncursesw5:amd64 (from .../libncursesw5_5.9-10_amd64.deb) ... Selecting previously unselected package libpipeline1:amd64. Unpacking libpipeline1:amd64 (from .../libpipeline1_1.2.1-1_amd64.deb) ... Selecting previously unselected package libpopt0:amd64. Unpacking libpopt0:amd64 (from .../libpopt0_1.16-7_amd64.deb) ... Selecting previously unselected package libssl1.0.0:amd64. Unpacking libssl1.0.0:amd64 (from .../libssl1.0.0_1.0.1c-3_amd64.deb) ... Selecting previously unselected package libasprintf0c2:amd64. Unpacking libasprintf0c2:amd64 (from .../libasprintf0c2_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package libgpg-error0:amd64. Unpacking libgpg-error0:amd64 (from .../libgpg-error0_1.10-3_amd64.deb) ... Selecting previously unselected package libgcrypt11:amd64. Unpacking libgcrypt11:amd64 (from .../libgcrypt11_1.5.0-3_amd64.deb) ... Selecting previously unselected package libp11-kit0:amd64. Unpacking libp11-kit0:amd64 (from .../libp11-kit0_0.12-3_amd64.deb) ... Selecting previously unselected package libtasn1-3:amd64. Unpacking libtasn1-3:amd64 (from .../libtasn1-3_2.13-2_amd64.deb) ... Selecting previously unselected package libgnutls26:amd64. Unpacking libgnutls26:amd64 (from .../libgnutls26_2.12.20-1_amd64.deb) ... Selecting previously unselected package libgnutls-openssl27:amd64. Unpacking libgnutls-openssl27:amd64 (from .../libgnutls-openssl27_2.12.20-1_amd64.deb) ... Selecting previously unselected package libkeyutils1:amd64. Unpacking libkeyutils1:amd64 (from .../libkeyutils1_1.5.5-3_amd64.deb) ... Selecting previously unselected package libkrb5support0:amd64. Unpacking libkrb5support0:amd64 (from .../libkrb5support0_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libk5crypto3:amd64. Unpacking libk5crypto3:amd64 (from .../libk5crypto3_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libkrb5-3:amd64. Unpacking libkrb5-3:amd64 (from .../libkrb5-3_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Unpacking libgssapi-krb5-2:amd64 (from .../libgssapi-krb5-2_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libgssrpc4:amd64. Unpacking libgssrpc4:amd64 (from .../libgssrpc4_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libidn11:amd64. Unpacking libidn11:amd64 (from .../libidn11_1.25-2_amd64.deb) ... Selecting previously unselected package libkadm5clnt-mit8:amd64. Unpacking libkadm5clnt-mit8:amd64 (from .../libkadm5clnt-mit8_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libkdb5-6:amd64. Unpacking libkdb5-6:amd64 (from .../libkdb5-6_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libkadm5srv-mit8:amd64. Unpacking libkadm5srv-mit8:amd64 (from .../libkadm5srv-mit8_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libsasl2-2:amd64. Unpacking libsasl2-2:amd64 (from .../libsasl2-2_2.1.25.dfsg1-4+b1_amd64.deb) ... Selecting previously unselected package libldap-2.4-2:amd64. Unpacking libldap-2.4-2:amd64 (from .../libldap-2.4-2_2.4.31-1_amd64.deb) ... Selecting previously unselected package libmagic1:amd64. Unpacking libmagic1:amd64 (from .../libmagic1_5.11-2_amd64.deb) ... Selecting previously unselected package libpcre3:amd64. Unpacking libpcre3:amd64 (from .../libpcre3_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libsqlite3-0:amd64. Unpacking libsqlite3-0:amd64 (from .../libsqlite3-0_3.7.13-1_amd64.deb) ... Selecting previously unselected package 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 ... 12363 files and directories currently installed.) Unpacking docbook-xml (from .../docbook-xml_4.5-7.1_all.deb) ... Selecting previously unselected package libbsd0:amd64. Unpacking libbsd0:amd64 (from .../libbsd0_0.4.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 libglib2.0-0:amd64. Unpacking libglib2.0-0:amd64 (from .../libglib2.0-0_2.32.3-1_amd64.deb) ... Selecting previously unselected package libcroco3:amd64. Unpacking libcroco3:amd64 (from .../libcroco3_0.6.5-1_amd64.deb) ... Selecting previously unselected package librtmp0:amd64. Unpacking librtmp0:amd64 (from .../librtmp0_2.4+20111222.git4e06e21-1_amd64.deb) ... Selecting previously unselected package libssh2-1:amd64. Unpacking libssh2-1:amd64 (from .../libssh2-1_1.4.2-1_amd64.deb) ... Selecting previously unselected package libcurl3-gnutls:amd64. Unpacking libcurl3-gnutls:amd64 (from .../libcurl3-gnutls_7.26.0-1_amd64.deb) ... Selecting previously unselected package 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 libgmpxx4ldbl:amd64. Unpacking libgmpxx4ldbl:amd64 (from .../libgmpxx4ldbl_2%3a5.0.5+dfsg-2_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 libjpeg8:amd64. Unpacking libjpeg8:amd64 (from .../libjpeg8_8d-1_amd64.deb) ... Selecting previously unselected package liblcms1:amd64. Unpacking liblcms1:amd64 (from .../liblcms1_1.19.dfsg-1.1_amd64.deb) ... Selecting previously unselected package liblua5.1-0:amd64. Unpacking liblua5.1-0:amd64 (from .../liblua5.1-0_5.1.5-2_amd64.deb) ... Selecting previously unselected package libpaper1:amd64. Unpacking libpaper1:amd64 (from .../libpaper1_1.1.24+nmu2_amd64.deb) ... Selecting previously unselected package libopenjpeg2. Unpacking libopenjpeg2 (from .../libopenjpeg2_1.3+dfsg-4.1_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 libpoppler19:amd64. Unpacking libpoppler19:amd64 (from .../libpoppler19_0.18.4-3_amd64.deb) ... Selecting previously unselected package libsm6:amd64. Unpacking libsm6:amd64 (from .../libsm6_2%3a1.2.1-2_amd64.deb) ... Selecting previously unselected package libxext6:amd64. Unpacking libxext6:amd64 (from .../libxext6_2%3a1.3.1-2_amd64.deb) ... Selecting previously unselected package 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 libxslt1.1:amd64. Unpacking libxslt1.1:amd64 (from .../libxslt1.1_1.1.26-12+rebuild1_amd64.deb) ... Selecting previously unselected package libgnutlsxx27:amd64. Unpacking libgnutlsxx27:amd64 (from .../libgnutlsxx27_2.12.20-1_amd64.deb) ... Selecting previously unselected package bsdmainutils. Unpacking bsdmainutils (from .../bsdmainutils_9.0.3_amd64.deb) ... Selecting previously unselected package groff-base. Unpacking groff-base (from .../groff-base_1.21-9_amd64.deb) ... Selecting previously unselected package man-db. Unpacking man-db (from .../man-db_2.6.2-1_amd64.deb) ... Selecting previously unselected package 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 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 liberror-perl. Unpacking liberror-perl (from .../liberror-perl_0.17-1_all.deb) ... Selecting previously unselected package git-man. Unpacking git-man (from .../git-man_1%3a1.7.10-1_all.deb) ... Selecting previously unselected package git. Unpacking git (from .../git_1%3a1.7.10-1_amd64.deb) ... Selecting previously unselected package autopoint. Unpacking autopoint (from .../autopoint_0.18.1.1-9_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 cdbs. Unpacking cdbs (from .../archives/cdbs_0.4.115_all.deb) ... Selecting previously unselected package dctrl-tools. Unpacking dctrl-tools (from .../dctrl-tools_2.22.2_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 dh-buildinfo. Unpacking dh-buildinfo (from .../dh-buildinfo_0.9+nmu1_all.deb) ... Selecting previously unselected package docbook. Unpacking docbook (from .../docbook_4.5-5.1_all.deb) ... Selecting previously unselected package libosp5. Unpacking libosp5 (from .../libosp5_1.5.2-10_amd64.deb) ... Selecting previously unselected package libostyle1c2. Unpacking libostyle1c2 (from .../libostyle1c2_1.4devel1-20.1+b1_amd64.deb) ... Selecting previously unselected package openjade. Unpacking openjade (from .../openjade_1.4devel1-20.1+b1_amd64.deb) ... Selecting previously unselected package libsp1c2. Unpacking libsp1c2 (from .../libsp1c2_1.3.4-1.2.1-47.1+b1_amd64.deb) ... Selecting previously unselected package jade. Unpacking jade (from .../jade_1.2.1-47.1+b1_amd64.deb) ... Selecting previously unselected package docbook-dsssl. Unpacking docbook-dsssl (from .../docbook-dsssl_1.79-7_all.deb) ... Selecting previously unselected package sp. Unpacking sp (from .../sp_1.3.4-1.2.1-47.1+b1_amd64.deb) ... Selecting previously unselected package opensp. Unpacking opensp (from .../opensp_1.5.2-10_amd64.deb) ... Selecting previously unselected package docbook-to-man. Unpacking docbook-to-man (from .../docbook-to-man_1%3a2.0.0-31_amd64.deb) ... Selecting previously unselected package tex-common. Unpacking tex-common (from .../tex-common_3.13_all.deb) ... Selecting previously unselected package libgraphite3. Unpacking libgraphite3 (from .../libgraphite3_1%3a2.3.1-0.2_amd64.deb) ... Selecting previously unselected package libkpathsea6. Unpacking libkpathsea6 (from .../libkpathsea6_2012.20120628-1_amd64.deb) ... Selecting previously unselected package libptexenc1. Unpacking libptexenc1 (from .../libptexenc1_2012.20120628-1_amd64.deb) ... Selecting previously unselected package texlive-common. Unpacking texlive-common (from .../texlive-common_2012.20120611-3_all.deb) ... Selecting previously unselected package ed. Unpacking ed (from .../archives/ed_1.6-2_amd64.deb) ... Selecting previously unselected package texlive-binaries. Unpacking texlive-binaries (from .../texlive-binaries_2012.20120628-1_amd64.deb) ... Selecting previously unselected package texlive-doc-base. Unpacking texlive-doc-base (from .../texlive-doc-base_2012.20120611-1_all.deb) ... Selecting previously unselected package xdg-utils. Unpacking xdg-utils (from .../xdg-utils_1.1.0~rc1+git20111210-6_all.deb) ... Selecting previously unselected package libpaper-utils. Unpacking libpaper-utils (from .../libpaper-utils_1.1.24+nmu2_amd64.deb) ... Selecting previously unselected package luatex. Unpacking luatex (from .../luatex_0.70.1.20120524-2_amd64.deb) ... Selecting previously unselected package texlive-base. Unpacking texlive-base (from .../texlive-base_2012.20120611-3_all.deb) ... Selecting previously unselected package texlive-latex-base. Unpacking texlive-latex-base (from .../texlive-latex-base_2012.20120611-3_all.deb) ... Selecting previously unselected package ttf-marvosym. Unpacking ttf-marvosym (from .../ttf-marvosym_0.1+dfsg-2_all.deb) ... Selecting previously unselected package texlive-fonts-recommended. Unpacking texlive-fonts-recommended (from .../texlive-fonts-recommended_2012.20120611-3_all.deb) ... Selecting previously unselected package texlive-latex-recommended. Unpacking texlive-latex-recommended (from .../texlive-latex-recommended_2012.20120611-3_all.deb) ... Selecting previously unselected package texlive-generic-recommended. Unpacking texlive-generic-recommended (from .../texlive-generic-recommended_2012.20120611-3_all.deb) ... Selecting previously unselected package tipa. Unpacking tipa (from .../tipa_2%3a1.3-17_all.deb) ... Selecting previously unselected package jadetex. Unpacking jadetex (from .../jadetex_3.13-14_all.deb) ... Selecting previously unselected package lynx-cur. Unpacking lynx-cur (from .../lynx-cur_2.8.8dev.12-2_amd64.deb) ... Selecting previously unselected package lynx. Unpacking lynx (from .../lynx_2.8.8dev.12-2_all.deb) ... Selecting previously unselected package libsgmls-perl. Unpacking libsgmls-perl (from .../libsgmls-perl_1.03ii-32_all.deb) ... Selecting previously unselected package sgmlspl. Unpacking sgmlspl (from .../sgmlspl_1.03ii-32_all.deb) ... Selecting previously unselected package docbook-utils. Unpacking docbook-utils (from .../docbook-utils_0.6.14-2_all.deb) ... Selecting previously unselected package docbook-xsl. Unpacking docbook-xsl (from .../docbook-xsl_1.76.1+dfsg-1_all.deb) ... Selecting previously unselected package libtool. Unpacking libtool (from .../libtool_2.4.2-1.1_amd64.deb) ... Selecting previously unselected package pkg-config. Unpacking pkg-config (from .../pkg-config_0.26-1_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 gnome-common. Unpacking gnome-common (from .../gnome-common_3.4.0.1-1_all.deb) ... Selecting previously unselected package groff. Unpacking groff (from .../groff_1.21-9_amd64.deb) ... Selecting previously unselected package xsltproc. Unpacking xsltproc (from .../xsltproc_1.1.26-12+rebuild1_amd64.deb) ... Selecting previously unselected package highlight-common. Unpacking highlight-common (from .../highlight-common_3.9-1_all.deb) ... Selecting previously unselected package highlight. Unpacking highlight (from .../highlight_3.9-1_amd64.deb) ... Selecting previously unselected package gtk-doc-tools. Unpacking gtk-doc-tools (from .../gtk-doc-tools_1.18-2_all.deb) ... Selecting previously unselected package comerr-dev. Unpacking comerr-dev (from .../comerr-dev_2.1-1.42.4-3_amd64.deb) ... Selecting previously unselected package krb5-multidev. Unpacking krb5-multidev (from .../krb5-multidev_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libbsd-dev. Unpacking libbsd-dev (from .../libbsd-dev_0.4.2-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 zlib1g-dev:amd64. Unpacking zlib1g-dev:amd64 (from .../zlib1g-dev_1%3a1.2.7.dfsg-13_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 libidn11-dev. Unpacking libidn11-dev (from .../libidn11-dev_1.25-2_amd64.deb) ... Selecting previously unselected package libkrb5-dev. Unpacking libkrb5-dev (from .../libkrb5-dev_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libldap2-dev:amd64. Unpacking libldap2-dev:amd64 (from .../libldap2-dev_2.4.31-1_amd64.deb) ... Selecting previously unselected package librtmp-dev. Unpacking librtmp-dev (from .../librtmp-dev_2.4+20111222.git4e06e21-1_amd64.deb) ... Selecting previously unselected package libssh2-1-dev. Unpacking libssh2-1-dev (from .../libssh2-1-dev_1.4.2-1_amd64.deb) ... Selecting previously unselected package libcurl4-gnutls-dev. Unpacking libcurl4-gnutls-dev (from .../libcurl4-gnutls-dev_7.26.0-1_amd64.deb) ... Selecting previously unselected package libffi-dev:amd64. Unpacking libffi-dev:amd64 (from .../libffi-dev_3.0.10-3_amd64.deb) ... Selecting previously unselected package libgmp-dev:amd64. Unpacking libgmp-dev:amd64 (from .../libgmp-dev_2%3a5.0.5+dfsg-2_amd64.deb) ... Selecting previously unselected package ghc. Unpacking ghc (from .../archives/ghc_7.4.1-4_amd64.deb) ... Selecting previously unselected package libghc-cereal-dev. Unpacking libghc-cereal-dev (from .../libghc-cereal-dev_0.3.5.2-1_amd64.deb) ... Selecting previously unselected package libghc-sha-dev. Unpacking libghc-sha-dev (from .../libghc-sha-dev_1.5.0.1-1_amd64.deb) ... Selecting previously unselected package libghc-entropy-dev. Unpacking libghc-entropy-dev (from .../libghc-entropy-dev_0.2.1-2+b1_amd64.deb) ... Selecting previously unselected package libghc-largeword-dev. Unpacking libghc-largeword-dev (from .../libghc-largeword-dev_1.0.1-2+b1_amd64.deb) ... Selecting previously unselected package libghc-tagged-dev. Unpacking libghc-tagged-dev (from .../libghc-tagged-dev_0.4.2.1-1_amd64.deb) ... Selecting previously unselected package libghc-crypto-api-dev. Unpacking libghc-crypto-api-dev (from .../libghc-crypto-api-dev_0.10.2-1+b2_amd64.deb) ... Selecting previously unselected package libghc-crypto-pubkey-types-dev. Unpacking libghc-crypto-pubkey-types-dev (from .../libghc-crypto-pubkey-types-dev_0.1.1-1+b3_amd64.deb) ... Selecting previously unselected package libghc-transformers-dev. Unpacking libghc-transformers-dev (from .../libghc-transformers-dev_0.3.0.0-1_amd64.deb) ... Selecting previously unselected package libghc-mtl-dev. Unpacking libghc-mtl-dev (from .../libghc-mtl-dev_2.1.1-1_amd64.deb) ... Selecting previously unselected package libghc-monadcryptorandom-dev. Unpacking libghc-monadcryptorandom-dev (from .../libghc-monadcryptorandom-dev_0.4.1-1+b2_amd64.deb) ... Selecting previously unselected package libghc-puremd5-dev. Unpacking libghc-puremd5-dev (from .../libghc-puremd5-dev_2.1.0.3-2+b4_amd64.deb) ... Selecting previously unselected package libghc-rsa-dev. Unpacking libghc-rsa-dev (from .../libghc-rsa-dev_1.2.1.0-1+b2_amd64.deb) ... Selecting previously unselected package libghc-curl-dev. Unpacking libghc-curl-dev (from .../libghc-curl-dev_1.3.7-1+b1_amd64.deb) ... Selecting previously unselected package libghc-dataenc-dev. Unpacking libghc-dataenc-dev (from .../libghc-dataenc-dev_0.14.0.3-1+b1_amd64.deb) ... Selecting previously unselected package libghc-random-dev. Unpacking libghc-random-dev (from .../libghc-random-dev_1.0.1.1-1+b1_amd64.deb) ... Selecting previously unselected package libghc-utf8-string-dev. Unpacking libghc-utf8-string-dev (from .../libghc-utf8-string-dev_0.3.7-1+b1_amd64.deb) ... Selecting previously unselected package libghc-hoauth-dev. Unpacking libghc-hoauth-dev (from .../libghc-hoauth-dev_0.3.4-1+b1_amd64.deb) ... Selecting previously unselected package libghc-hunit-dev. Unpacking libghc-hunit-dev (from .../libghc-hunit-dev_1.2.4.2-2+b1_amd64.deb) ... Selecting previously unselected package libghc-text-dev. Unpacking libghc-text-dev (from .../libghc-text-dev_0.11.2.0-1_amd64.deb) ... Selecting previously unselected package libghc-parsec3-dev. Unpacking libghc-parsec3-dev (from .../libghc-parsec3-dev_3.1.2-1+b3_amd64.deb) ... Selecting previously unselected package libghc-network-dev. Unpacking libghc-network-dev (from .../libghc-network-dev_2.3.0.13-1+b2_amd64.deb) ... Selecting previously unselected package libghc-hslogger-dev. Unpacking libghc-hslogger-dev (from .../libghc-hslogger-dev_1.1.4+dfsg1-2+b3_amd64.deb) ... Selecting previously unselected package libghc-regex-base-dev. Unpacking libghc-regex-base-dev (from .../libghc-regex-base-dev_0.93.2-2+b2_amd64.deb) ... Selecting previously unselected package libghc-regex-posix-dev. Unpacking libghc-regex-posix-dev (from .../libghc-regex-posix-dev_0.95.1-2+b1_amd64.deb) ... Selecting previously unselected package libghc-regex-compat-dev. Unpacking libghc-regex-compat-dev (from .../libghc-regex-compat-dev_0.95.1-2+b1_amd64.deb) ... Selecting previously unselected package libghc-missingh-dev. Unpacking libghc-missingh-dev (from .../libghc-missingh-dev_1.1.0.3-6+b3_amd64.deb) ... Selecting previously unselected package libghc-hsh-dev. Unpacking libghc-hsh-dev (from .../libghc-hsh-dev_2.0.3-6+b3_amd64.deb) ... Selecting previously unselected package libghc-polyparse-dev. Unpacking libghc-polyparse-dev (from .../libghc-polyparse-dev_1.7-1+b2_amd64.deb) ... Selecting previously unselected package poppler-utils. Unpacking poppler-utils (from .../poppler-utils_0.18.4-3_amd64.deb) ... Selecting previously unselected package scons. Unpacking scons (from .../archives/scons_2.1.0-1_all.deb) ... Selecting previously unselected package sgml2x. Unpacking sgml2x (from .../sgml2x_1.0.0-11.3_all.deb) ... Selecting previously unselected package ghc-haddock. Unpacking ghc-haddock (from .../ghc-haddock_7.4.1-4_amd64.deb) ... Selecting previously unselected package html-xml-utils. Unpacking html-xml-utils (from .../html-xml-utils_6.1-1_amd64.deb) ... Selecting previously unselected package hscolour. Unpacking hscolour (from .../hscolour_1.19-3+b1_amd64.deb) ... Selecting previously unselected package haskell-devscripts. Unpacking haskell-devscripts (from .../haskell-devscripts_0.8.12_all.deb) ... Selecting previously unselected package libghc-configfile-dev. Unpacking libghc-configfile-dev (from .../libghc-configfile-dev_1.0.6-4+b3_amd64.deb) ... Selecting previously unselected package libghc-haxml-dev. Unpacking libghc-haxml-dev (from .../libghc-haxml-dev_1%3a1.22.5-2+b2_amd64.deb) ... Selecting previously unselected package sbuild-build-depends-twidge-dummy. Unpacking sbuild-build-depends-twidge-dummy (from .../sbuild-build-depends-twidge-dummy.deb) ... Processing triggers for sgml-base ... Updating the super catalog... Setting up libncursesw5:amd64 (5.9-10) ... Setting up libpipeline1:amd64 (1.2.1-1) ... Setting up libpopt0:amd64 (1.16-7) ... Setting up libssl1.0.0:amd64 (1.0.1c-3) ... Setting up libasprintf0c2:amd64 (0.18.1.1-9) ... Setting up libgpg-error0:amd64 (1.10-3) ... Setting up libgcrypt11:amd64 (1.5.0-3) ... Setting up libp11-kit0:amd64 (0.12-3) ... Setting up libtasn1-3:amd64 (2.13-2) ... Setting up libgnutls26:amd64 (2.12.20-1) ... Setting up libgnutls-openssl27:amd64 (2.12.20-1) ... Setting up libkeyutils1:amd64 (1.5.5-3) ... Setting up libkrb5support0:amd64 (1.10.1+dfsg-1) ... Setting up libk5crypto3:amd64 (1.10.1+dfsg-1) ... Setting up libkrb5-3:amd64 (1.10.1+dfsg-1) ... Setting up libgssapi-krb5-2:amd64 (1.10.1+dfsg-1) ... Setting up libgssrpc4:amd64 (1.10.1+dfsg-1) ... Setting up libidn11:amd64 (1.25-2) ... Setting up libkadm5clnt-mit8:amd64 (1.10.1+dfsg-1) ... Setting up libkdb5-6:amd64 (1.10.1+dfsg-1) ... Setting up libkadm5srv-mit8:amd64 (1.10.1+dfsg-1) ... Setting up libsasl2-2:amd64 (2.1.25.dfsg1-4+b1) ... Setting up libldap-2.4-2:amd64 (2.4.31-1) ... Setting up libmagic1:amd64 (5.11-2) ... Setting up libpcre3:amd64 (1:8.30-5) ... Setting up libsqlite3-0:amd64 (3.7.13-1) ... Setting up libxml2:amd64 (2.8.0+dfsg1-4) ... Setting up sgml-data (2.0.8) ... Setting up libbsd0:amd64 (0.4.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 libglib2.0-0:amd64 (2.32.3-1) ... No schema files found: doing nothing. Setting up libcroco3:amd64 (0.6.5-1) ... Setting up librtmp0:amd64 (2.4+20111222.git4e06e21-1) ... Setting up libssh2-1:amd64 (1.4.2-1) ... Setting up libcurl3-gnutls:amd64 (7.26.0-1) ... Setting up libunistring0:amd64 (0.9.3-5) ... Setting up libgettextpo0:amd64 (0.18.1.1-9) ... Setting up libgmpxx4ldbl:amd64 (2:5.0.5+dfsg-2) ... 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 libjpeg8:amd64 (8d-1) ... Setting up liblcms1:amd64 (1.19.dfsg-1.1) ... Setting up liblua5.1-0:amd64 (5.1.5-2) ... Setting up libpaper1:amd64 (1.1.24+nmu2) ... Creating config file /etc/papersize with new version Setting up libopenjpeg2 (1.3+dfsg-4.1) ... Setting up libjbig0:amd64 (2.0-2) ... Setting up libtiff4:amd64 (3.9.6-6) ... Setting up libpoppler19:amd64 (0.18.4-3) ... Setting up libsm6:amd64 (2:1.2.1-2) ... Setting up libxext6:amd64 (2:1.3.1-2) ... 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 libxslt1.1:amd64 (1.1.26-12+rebuild1) ... Setting up libgnutlsxx27:amd64 (2.12.20-1) ... Setting up bsdmainutils (9.0.3) ... update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode Setting up groff-base (1.21-9) ... Setting up man-db (2.6.2-1) ... Building database of manual pages ... Setting up 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 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 liberror-perl (0.17-1) ... Setting up git-man (1:1.7.10-1) ... Setting up git (1:1.7.10-1) ... Setting up autopoint (0.18.1.1-9) ... 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 cdbs (0.4.115) ... Setting up dctrl-tools (2.22.2) ... 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 dh-buildinfo (0.9+nmu1) ... Setting up libosp5 (1.5.2-10) ... Setting up libostyle1c2 (1.4devel1-20.1+b1) ... Setting up openjade (1.4devel1-20.1+b1) ... Setting up libsp1c2 (1.3.4-1.2.1-47.1+b1) ... Setting up jade (1.2.1-47.1+b1) ... Setting up sp (1.3.4-1.2.1-47.1+b1) ... Setting up opensp (1.5.2-10) ... Setting up tex-common (3.13) ... Running mktexlsr. This may take some time... done. texlive-base is not ready, delaying updmap-sys call texlive-base is not ready, skipping fmtutil-sys --all call Setting up libgraphite3 (1:2.3.1-0.2) ... Setting up libkpathsea6 (2012.20120628-1) ... Setting up libptexenc1 (2012.20120628-1) ... Setting up texlive-common (2012.20120611-3) ... Setting up ed (1.6-2) ... Setting up texlive-binaries (2012.20120628-1) ... update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode Building format(s) --refresh. This may take some time... done. Setting up texlive-doc-base (2012.20120611-1) ... Setting up xdg-utils (1.1.0~rc1+git20111210-6) ... Setting up libpaper-utils (1.1.24+nmu2) ... Setting up luatex (0.70.1.20120524-2) ... texlive-base is not ready, cannot create formats Setting up ttf-marvosym (0.1+dfsg-2) ... Setting up lynx-cur (2.8.8dev.12-2) ... update-alternatives: using /usr/bin/lynx to provide /usr/bin/www-browser (www-browser) in auto mode Setting up lynx (2.8.8dev.12-2) ... Setting up libsgmls-perl (1.03ii-32) ... Setting up sgmlspl (1.03ii-32) ... Setting up docbook-xsl (1.76.1+dfsg-1) ... Setting up libtool (2.4.2-1.1) ... Setting up pkg-config (0.26-1) ... 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 groff (1.21-9) ... Setting up xsltproc (1.1.26-12+rebuild1) ... Setting up highlight-common (3.9-1) ... Setting up highlight (3.9-1) ... Setting up comerr-dev (2.1-1.42.4-3) ... Setting up krb5-multidev (1.10.1+dfsg-1) ... Setting up libbsd-dev (0.4.2-1) ... Setting up libgpg-error-dev (1.10-3) ... Setting up libgcrypt11-dev (1.5.0-3) ... Setting up zlib1g-dev:amd64 (1:1.2.7.dfsg-13) ... 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 libidn11-dev (1.25-2) ... Setting up libkrb5-dev (1.10.1+dfsg-1) ... Setting up libldap2-dev:amd64 (2.4.31-1) ... Setting up librtmp-dev (2.4+20111222.git4e06e21-1) ... Setting up libssh2-1-dev (1.4.2-1) ... Setting up libcurl4-gnutls-dev (7.26.0-1) ... Setting up libffi-dev:amd64 (3.0.10-3) ... Setting up libgmp-dev:amd64 (2:5.0.5+dfsg-2) ... Setting up ghc (7.4.1-4) ... update-alternatives: using /usr/bin/runghc to provide /usr/bin/runhaskell (runhaskell) in auto mode update-alternatives: using /usr/bin/ghc to provide /usr/bin/haskell-compiler (haskell-compiler) in auto mode Setting up libghc-cereal-dev (0.3.5.2-1) ... Setting up libghc-sha-dev (1.5.0.1-1) ... Setting up libghc-entropy-dev (0.2.1-2+b1) ... Setting up libghc-largeword-dev (1.0.1-2+b1) ... Setting up libghc-tagged-dev (0.4.2.1-1) ... Setting up libghc-crypto-api-dev (0.10.2-1+b2) ... Setting up libghc-crypto-pubkey-types-dev (0.1.1-1+b3) ... Setting up libghc-transformers-dev (0.3.0.0-1) ... Setting up libghc-mtl-dev (2.1.1-1) ... Setting up libghc-monadcryptorandom-dev (0.4.1-1+b2) ... Setting up libghc-puremd5-dev (2.1.0.3-2+b4) ... Setting up libghc-rsa-dev (1.2.1.0-1+b2) ... Setting up libghc-curl-dev (1.3.7-1+b1) ... Setting up libghc-dataenc-dev (0.14.0.3-1+b1) ... Setting up libghc-random-dev (1.0.1.1-1+b1) ... Setting up libghc-utf8-string-dev (0.3.7-1+b1) ... Setting up libghc-hoauth-dev (0.3.4-1+b1) ... Setting up libghc-hunit-dev (1.2.4.2-2+b1) ... Setting up libghc-text-dev (0.11.2.0-1) ... Setting up libghc-parsec3-dev (3.1.2-1+b3) ... Setting up libghc-network-dev (2.3.0.13-1+b2) ... Setting up libghc-hslogger-dev (1.1.4+dfsg1-2+b3) ... Setting up libghc-regex-base-dev (0.93.2-2+b2) ... Setting up libghc-regex-posix-dev (0.95.1-2+b1) ... Setting up libghc-regex-compat-dev (0.95.1-2+b1) ... Setting up libghc-missingh-dev (1.1.0.3-6+b3) ... Setting up libghc-hsh-dev (2.0.3-6+b3) ... Setting up libghc-polyparse-dev (1.7-1+b2) ... Setting up poppler-utils (0.18.4-3) ... Setting up scons (2.1.0-1) ... Setting up ghc-haddock (7.4.1-4) ... Setting up html-xml-utils (6.1-1) ... Setting up hscolour (1.19-3+b1) ... Setting up haskell-devscripts (0.8.12) ... Setting up libghc-configfile-dev (1.0.6-4+b3) ... Setting up libghc-haxml-dev (1:1.22.5-2+b2) ... Processing triggers for tex-common ... Running mktexlsr. This may take some time... done. Setting up texlive-base (2012.20120611-3) ... /usr/bin/tl-paper: setting paper size for dvips to a4. /usr/bin/tl-paper: setting paper size for dvipdfmx to a4. /usr/bin/tl-paper: setting paper size for xdvi to a4. /usr/bin/tl-paper: setting paper size for pdftex to a4. Running mktexlsr. This may take some time... done. Building format(s) --all. This may take some time... done. Processing triggers for tex-common ... Running updmap-sys. This may take some time... done. Running mktexlsr /var/lib/texmf ... done. Setting up texlive-generic-recommended (2012.20120611-3) ... Setting up texlive-latex-base (2012.20120611-3) ... Running mktexlsr. This may take some time... done. Building format(s) --all --cnffile /etc/texmf/fmt.d/10texlive-latex-base.cnf. This may take some time... done. Setting up texlive-fonts-recommended (2012.20120611-3) ... Processing triggers for tex-common ... Running mktexlsr. This may take some time... done. Running updmap-sys. This may take some time... done. Running mktexlsr /var/lib/texmf ... done. Setting up texlive-latex-recommended (2012.20120611-3) ... Setting up tipa (2:1.3-17) ... Processing triggers for tex-common ... Running mktexlsr. This may take some time... done. Running updmap-sys. This may take some time... done. Running mktexlsr /var/lib/texmf ... done. Setting up jadetex (3.13-14) ... Running mktexlsr. This may take some time... done. Building format(s) --all --cnffile /etc/texmf/fmt.d/40jadetex.cnf. This may take some time... done. Processing triggers for sgml-base ... Updating the super catalog... Setting up sgml2x (1.0.0-11.3) ... Setting up docbook-xml (4.5-7.1) ... Setting up docbook (4.5-5.1) ... Processing triggers for sgml-base ... Updating the super catalog... Setting up docbook-dsssl (1.79-7) ... Setting up docbook-to-man (1:2.0.0-31) ... Processing triggers for sgml-base ... Updating the super catalog... Setting up docbook-utils (0.6.14-2) ... 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 gnome-common (3.4.0.1-1) ... Setting up gtk-doc-tools (1.18-2) ... Setting up sbuild-build-depends-twidge-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: apt_0.9.7.1 autoconf_2.69-1 automake_1:1.11.5-2 autopoint_0.18.1.1-9 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 cdbs_0.4.115 clang_3.1-8 comerr-dev_2.1-1.42.4-3 coreutils_8.13-3.2 cpp_4:4.7.1-1 cpp-4.6_4.6.3-8 cpp-4.7_4.7.1-2 dash_0.5.7-3 dctrl-tools_2.22.2 debconf_1.5.44 debconf-i18n_1.5.44 debfoster_2.7-1.1 debhelper_9.20120608 debian-archive-keyring_2012.4 debianutils_4.3.2 dh-buildinfo_0.9+nmu1 diffutils_1:3.2-6 docbook_4.5-5.1 docbook-dsssl_1.79-7 docbook-to-man_1:2.0.0-31 docbook-utils_0.6.14-2 docbook-xml_4.5-7.1 docbook-xsl_1.76.1+dfsg-1 dpkg_1.16.6 dpkg-dev_1.16.6 e2fslibs_1.42.4-3 e2fsprogs_1.42.4-3 ed_1.6-2 fakeroot_1.18.4-2 file_5.11-2 findutils_4.4.2-4 fontconfig-config_2.9.0-6 g++_4:4.7.1-1 g++-4.6_4.6.3-8 g++-4.7_4.7.1-2 gcc_4:4.7.1-1 gcc-4.4-base_4.4.7-1 gcc-4.5-base_4.5.3-12 gcc-4.6_4.6.3-8 gcc-4.6-base_4.6.3-8 gcc-4.7_4.7.1-2 gcc-4.7-base_4.7.1-2 gettext_0.18.1.1-9 gettext-base_0.18.1.1-9 ghc_7.4.1-4 ghc-haddock_7.4.1-4 git_1:1.7.10-1 git-man_1:1.7.10-1 gnome-common_3.4.0.1-1 gnupg_1.4.12-4+b1 gpgv_1.4.12-4+b1 grep_2.12-2 groff_1.21-9 groff-base_1.21-9 gtk-doc-tools_1.18-2 gzip_1.5-1.1 haskell-devscripts_0.8.12 highlight_3.9-1 highlight-common_3.9-1 hostname_3.11 hscolour_1.19-3+b1 html-xml-utils_6.1-1 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 jade_1.2.1-47.1+b1 jadetex_3.13-14 krb5-multidev_1.10.1+dfsg-1 libacl1_2.2.51-8 libapt-pkg4.12_0.9.7.1 libasprintf0c2_0.18.1.1-9 libattr1_1:2.4.46-8 libblkid1_2.20.1-5.1 libbsd-dev_0.4.2-1 libbsd0_0.4.2-1 libbz2-1.0_1.0.6-3 libc-bin_2.13-34 libc-dev-bin_2.13-34 libc6_2.13-34 libc6-dev_2.13-34 libcairo2_1.12.2-2 libclang-common-dev_3.1-8 libclass-isa-perl_0.36-3 libcomerr2_1.42.4-3 libcroco3_0.6.5-1 libcurl3-gnutls_7.26.0-1 libcurl4-gnutls-dev_7.26.0-1 libdb5.1_5.1.29-5 libdpkg-perl_1.16.6 libencode-locale-perl_1.03-1 liberror-perl_0.17-1 libexpat1_2.1.0-1 libffi-dev_3.0.10-3 libffi5_3.0.10-3 libfile-fcntllock-perl_0.14-2 libfile-listing-perl_6.04-1 libfontconfig1_2.9.0-6 libfreetype6_2.4.9-1 libgc1c2_1:7.1-8 libgcc1_1:4.7.1-2 libgcrypt11_1.5.0-3 libgcrypt11-dev_1.5.0-3 libgdbm3_1.8.3-11 libgettextpo0_0.18.1.1-9 libghc-cereal-dev_0.3.5.2-1 libghc-configfile-dev_1.0.6-4+b3 libghc-crypto-api-dev_0.10.2-1+b2 libghc-crypto-pubkey-types-dev_0.1.1-1+b3 libghc-curl-dev_1.3.7-1+b1 libghc-dataenc-dev_0.14.0.3-1+b1 libghc-entropy-dev_0.2.1-2+b1 libghc-haxml-dev_1:1.22.5-2+b2 libghc-hoauth-dev_0.3.4-1+b1 libghc-hsh-dev_2.0.3-6+b3 libghc-hslogger-dev_1.1.4+dfsg1-2+b3 libghc-hunit-dev_1.2.4.2-2+b1 libghc-largeword-dev_1.0.1-2+b1 libghc-missingh-dev_1.1.0.3-6+b3 libghc-monadcryptorandom-dev_0.4.1-1+b2 libghc-mtl-dev_2.1.1-1 libghc-network-dev_2.3.0.13-1+b2 libghc-parsec3-dev_3.1.2-1+b3 libghc-polyparse-dev_1.7-1+b2 libghc-puremd5-dev_2.1.0.3-2+b4 libghc-random-dev_1.0.1.1-1+b1 libghc-regex-base-dev_0.93.2-2+b2 libghc-regex-compat-dev_0.95.1-2+b1 libghc-regex-posix-dev_0.95.1-2+b1 libghc-rsa-dev_1.2.1.0-1+b2 libghc-sha-dev_1.5.0.1-1 libghc-tagged-dev_0.4.2.1-1 libghc-text-dev_0.11.2.0-1 libghc-transformers-dev_0.3.0.0-1 libghc-utf8-string-dev_0.3.7-1+b1 libglib2.0-0_2.32.3-1 libgmp-dev_2:5.0.5+dfsg-2 libgmp10_2:5.0.5+dfsg-2 libgmpxx4ldbl_2:5.0.5+dfsg-2 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 libgraphite3_1:2.3.1-0.2 libgssapi-krb5-2_1.10.1+dfsg-1 libgssrpc4_1.10.1+dfsg-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 libice6_2:1.0.8-2 libidn11_1.25-2 libidn11-dev_1.25-2 libio-socket-ssl-perl_1.76-1 libitm1_4.7.1-2 libjbig0_2.0-2 libjpeg8_8d-1 libk5crypto3_1.10.1+dfsg-1 libkadm5clnt-mit8_1.10.1+dfsg-1 libkadm5srv-mit8_1.10.1+dfsg-1 libkdb5-6_1.10.1+dfsg-1 libkeyutils1_1.5.5-3 libkpathsea6_2012.20120628-1 libkrb5-3_1.10.1+dfsg-1 libkrb5-dev_1.10.1+dfsg-1 libkrb5support0_1.10.1+dfsg-1 liblcms1_1.19.dfsg-1.1 libldap-2.4-2_2.4.31-1 libldap2-dev_2.4.31-1 libllvm3.1_3.1-2 liblocale-gettext-perl_1.05-7+b1 liblua5.1-0_5.1.5-2 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 libncursesw5_5.9-10 libnet-http-perl_6.03-2 libnet-ssleay-perl_1.48-1+b1 libopenjpeg2_1.3+dfsg-4.1 libosp5_1.5.2-10 libostyle1c2_1.4devel1-20.1+b1 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 libpaper-utils_1.1.24+nmu2 libpaper1_1.1.24+nmu2 libpcre3_1:8.30-5 libpipeline1_1.2.1-1 libpixman-1-0_0.26.0-3 libpng12-0_1.2.49-1 libpoppler19_0.18.4-3 libpopt0_1.16-7 libptexenc1_2012.20120628-1 libquadmath0_4.7.1-2 libreadline6_6.2-8 librtmp-dev_2.4+20111222.git4e06e21-1 librtmp0_2.4+20111222.git4e06e21-1 libsasl2-2_2.1.25.dfsg1-4+b1 libselinux1_2.1.9-5 libsemanage-common_2.1.6-6 libsemanage1_2.1.6-6 libsepol1_2.1.4-3 libsgmls-perl_1.03ii-32 libslang2_2.2.4-15 libsm6_2:1.2.1-2 libsp1c2_1.3.4-1.2.1-47.1+b1 libsqlite3-0_3.7.13-1 libss2_1.42.4-3 libssh2-1_1.4.2-1 libssh2-1-dev_1.4.2-1 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 libtasn1-3_2.13-2 libtasn1-3-dev_2.13-2 libtext-charwidth-perl_0.04-7+b1 libtext-iconv-perl_1.7-5 libtext-wrapi18n-perl_0.06-7 libtiff4_3.9.6-6 libtimedate-perl_1.2000-1 libtinfo5_5.9-10 libtool_2.4.2-1.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 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 libxau6_1:1.0.7-1 libxaw7_2:1.0.10-2 libxcb-render0_1.8.1-1 libxcb-shm0_1.8.1-1 libxcb1_1.8.1-1 libxdmcp6_1:1.1.1-1 libxext6_2:1.3.1-2 libxml-parser-perl_2.41-1+b1 libxml2_2.8.0+dfsg1-4 libxmu6_2:1.1.1-1 libxpm4_1:3.5.10-1 libxrender1_1:0.9.7-1 libxslt1.1_1.1.26-12+rebuild1 libxt6_1:1.1.3-1 linux-libc-dev_3.2.21-3 login_1:4.1.5.1-1 lsb-base_4.1+Debian7 luatex_0.70.1.20120524-2 lynx_2.8.8dev.12-2 lynx-cur_2.8.8dev.12-2 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 openjade_1.4devel1-20.1+b1 opensp_1.5.2-10 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 poppler-utils_0.18.4-3 python_2.7.3-1 python-minimal_2.7.3-1 python2.7_2.7.3-1 python2.7-minimal_2.7.3-1 readline-common_6.2-8 sbuild-build-depends-core-dummy_0.invalid.0 sbuild-build-depends-twidge-dummy_0.invalid.0 scons_2.1.0-1 sed_4.2.1-10 sensible-utils_0.0.7 sgml-base_1.26+nmu3 sgml-data_2.0.8 sgml2x_1.0.0-11.3 sgmlspl_1.03ii-32 sp_1.3.4-1.2.1-47.1+b1 sysv-rc_2.88dsf-28 sysvinit_2.88dsf-28 sysvinit-utils_2.88dsf-28 tar_1.26-4 tex-common_3.13 texlive-base_2012.20120611-3 texlive-binaries_2012.20120628-1 texlive-common_2012.20120611-3 texlive-doc-base_2012.20120611-1 texlive-fonts-recommended_2012.20120611-3 texlive-generic-recommended_2012.20120611-3 texlive-latex-base_2012.20120611-3 texlive-latex-recommended_2012.20120611-3 tipa_2:1.3-17 ttf-dejavu-core_2.33-2 ttf-marvosym_0.1+dfsg-2 tzdata_2012c-1 ucf_3.0025+nmu3 util-linux_2.20.1-5.1 x11-common_1:7.7+1 xdg-utils_1.1.0~rc1+git20111210-6 xml-core_0.13+nmu1 xsltproc_1.1.26-12+rebuild1 xz-utils_5.1.1alpha+20120614-1 zlib1g_1:1.2.7.dfsg-13 zlib1g-dev_1:1.2.7.dfsg-13 ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build │ └──────────────────────────────────────────────────────────────────────────────┘ Unpack source ───────────── gpgv: keyblock resource `/sbuild-nonexistent/.gnupg/trustedkeys.gpg': file open error gpgv: Signature made Thu Jul 28 13:20:25 2011 UTC using RSA key ID 1C5041D4 gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./twidge_1.0.8.1+nmu1.dsc dpkg-source: info: extracting twidge in twidge-1.0.8.1+nmu1 dpkg-source: info: unpacking twidge_1.0.8.1+nmu1.tar.gz 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-48c2db80-d4de-4621-a1d3-f352fd729ca7 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 twidge dpkg-buildpackage: source version 1.0.8.1+nmu1 dpkg-buildpackage: source changed by Iain Lane dpkg-source --before-build twidge-1.0.8.1+nmu1 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh_testdir dh_testroot rm -f build-stamp configure-stamp dh_auto_clean -- clean-code make[1]: Entering directory `/«BUILDDIR»/twidge-1.0.8.1+nmu1' ./setup clean make[1]: ./setup: Command not found make[1]: [clean-code] Error 127 (ignored) cd libsrc && ../setup clean /bin/sh: 1: cd: can't cd to libsrc make[1]: [clean-code] Error 2 (ignored) rm -rf dist libsrc/dist *.ho *.hi *.o *.a setup *~ rm -f `find . -name "*~"` `find . -name "*.o"` rm -f `find . -name "*.cm*"` cd doc && scons -c && scons -c html pdf text ps scons: Reading SConscript files ... scons: done reading SConscript files. scons: Cleaning targets ... scons: done cleaning targets. scons: Reading SConscript files ... scons: done reading SConscript files. scons: Cleaning targets ... scons: done cleaning targets. rm -rf doc/.sconsign* .depend test rm -f doc/manpage* doc/*.1 make[1]: `clean-code' is up to date. make[1]: Leaving directory `/«BUILDDIR»/twidge-1.0.8.1+nmu1' # -/usr/bin/make clean-code rm -rf debian/tmp-doc dh_clean dpkg-source -b twidge-1.0.8.1+nmu1 dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1) dpkg-source: info: using source format `1.0' dpkg-source: info: building twidge in twidge_1.0.8.1+nmu1.tar.gz dpkg-source: info: building twidge in twidge_1.0.8.1+nmu1.dsc debian/rules build dh_testdir # Add here commands to configure the package. touch configure-stamp dh_testdir # Add here commands to compile the package. /usr/bin/make make[1]: Entering directory `/«BUILDDIR»/twidge-1.0.8.1+nmu1' ghc -package Cabal Setup.lhs -o setup [1 of 1] Compiling Main ( Setup.lhs, Setup.o ) clang: warning: -Wl,--hash-size=31: 'linker' input unused when '-c' is present clang: warning: -Wl,--reduce-memory-overheads: 'linker' input unused when '-c' is present clang: warning: argument unused during compilation: '-fno-stack-protector' clang: warning: argument unused during compilation: '-I .' Linking setup ... clang: warning: -Wl,--hash-size=31: 'linker' input unused when '-c' is present clang: warning: -Wl,--reduce-memory-overheads: 'linker' input unused when '-c' is present clang: warning: argument unused during compilation: '-u ghczmprim_GHCziTypes_Izh_static_info' clang: warning: argument unused during compilation: '-u ghczmprim_GHCziTypes_Czh_static_info' clang: warning: argument unused during compilation: '-u ghczmprim_GHCziTypes_Fzh_static_info' clang: warning: argument unused during compilation: '-u ghczmprim_GHCziTypes_Dzh_static_info' clang: warning: argument unused during compilation: '-u base_GHCziPtr_Ptr_static_info' clang: warning: argument unused during compilation: '-u base_GHCziWord_Wzh_static_info' clang: warning: argument unused during compilation: '-u base_GHCziInt_I8zh_static_info' clang: warning: argument unused during compilation: '-u base_GHCziInt_I16zh_static_info' clang: warning: argument unused during compilation: '-u base_GHCziInt_I32zh_static_info' clang: warning: argument unused during compilation: '-u base_GHCziInt_I64zh_static_info' clang: warning: argument unused during compilation: '-u base_GHCziWord_W8zh_static_info' clang: warning: argument unused during compilation: '-u base_GHCziWord_W16zh_static_info' clang: warning: argument unused during compilation: '-u base_GHCziWord_W32zh_static_info' clang: warning: argument unused during compilation: '-u base_GHCziWord_W64zh_static_info' clang: warning: argument unused during compilation: '-u base_GHCziStable_StablePtr_static_info' clang: warning: argument unused during compilation: '-u ghczmprim_GHCziTypes_Izh_con_info' clang: warning: argument unused during compilation: '-u ghczmprim_GHCziTypes_Czh_con_info' clang: warning: argument unused during compilation: '-u ghczmprim_GHCziTypes_Fzh_con_info' clang: warning: argument unused during compilation: '-u ghczmprim_GHCziTypes_Dzh_con_info' clang: warning: argument unused during compilation: '-u base_GHCziPtr_Ptr_con_info' clang: warning: argument unused during compilation: '-u base_GHCziPtr_FunPtr_con_info' clang: warning: argument unused during compilation: '-u base_GHCziStable_StablePtr_con_info' clang: warning: argument unused during compilation: '-u ghczmprim_GHCziTypes_False_closure' clang: warning: argument unused during compilation: '-u ghczmprim_GHCziTypes_True_closure' clang: warning: argument unused during compilation: '-u base_GHCziPack_unpackCString_closure' clang: warning: argument unused during compilation: '-u base_GHCziIOziException_stackOverflow_closure' clang: warning: argument unused during compilation: '-u base_GHCziIOziException_heapOverflow_closure' clang: warning: argument unused during compilation: '-u base_ControlziExceptionziBase_nonTermination_closure' clang: warning: argument unused during compilation: '-u base_GHCziIOziException_blockedIndefinitelyOnMVar_closure' clang: warning: argument unused during compilation: '-u base_GHCziIOziException_blockedIndefinitelyOnSTM_closure' clang: warning: argument unused during compilation: '-u base_ControlziExceptionziBase_nestedAtomically_closure' clang: warning: argument unused during compilation: '-u base_GHCziWeak_runFinalizzerBatch_closure' clang: warning: argument unused during compilation: '-u base_GHCziTopHandler_flushStdHandles_closure' clang: warning: argument unused during compilation: '-u base_GHCziTopHandler_runIO_closure' clang: warning: argument unused during compilation: '-u base_GHCziTopHandler_runNonIO_closure' clang: warning: argument unused during compilation: '-u base_GHCziConcziIO_ensureIOManagerIsRunning_closure' clang: warning: argument unused during compilation: '-u base_GHCziConcziSync_runSparks_closure' clang: warning: argument unused during compilation: '-u base_GHCziConcziSignal_runHandlers_closure' /usr/lib/ghc/libHSrts.a(RtsStartup.o): In function `hs_exit_': (.text+0x49): undefined reference to `base_GHCziTopHandler_flushStdHandles_closure' /usr/lib/ghc/libHSrts.a(RtsStartup.o): In function `hs_init_ghc': (.text+0x19b): undefined reference to `base_GHCziTopHandler_runIO_closure' /usr/lib/ghc/libHSrts.a(RtsStartup.o): In function `hs_init_ghc': (.text+0x1a5): undefined reference to `base_GHCziTopHandler_runNonIO_closure' /usr/lib/ghc/libHSrts.a(RtsStartup.o): In function `hs_init_ghc': (.text+0x1af): undefined reference to `base_GHCziTopHandler_flushStdHandles_closure' /usr/lib/ghc/libHSrts.a(RtsStartup.o): In function `hs_init_ghc': (.text+0x1b9): undefined reference to `base_GHCziWeak_runFinalizzerBatch_closure' /usr/lib/ghc/libHSrts.a(RtsStartup.o): In function `hs_init_ghc': (.text+0x1c3): undefined reference to `base_GHCziIOziException_stackOverflow_closure' /usr/lib/ghc/libHSrts.a(RtsStartup.o): In function `hs_init_ghc': (.text+0x1cd): undefined reference to `base_GHCziIOziException_heapOverflow_closure' /usr/lib/ghc/libHSrts.a(RtsStartup.o): In function `hs_init_ghc': (.text+0x1d7): undefined reference to `base_GHCziPack_unpackCString_closure' /usr/lib/ghc/libHSrts.a(RtsStartup.o): In function `hs_init_ghc': (.text+0x1e1): undefined reference to `base_GHCziIOziException_blockedIndefinitelyOnMVar_closure' /usr/lib/ghc/libHSrts.a(RtsStartup.o): In function `hs_init_ghc': (.text+0x1eb): undefined reference to `base_ControlziExceptionziBase_nonTermination_closure' /usr/lib/ghc/libHSrts.a(RtsStartup.o): In function `hs_init_ghc': (.text+0x1f5): undefined reference to `base_GHCziIOziException_blockedIndefinitelyOnSTM_closure' /usr/lib/ghc/libHSrts.a(RtsStartup.o): In function `hs_init_ghc': (.text+0x1ff): undefined reference to `base_ControlziExceptionziBase_nestedAtomically_closure' /usr/lib/ghc/libHSrts.a(RtsStartup.o): In function `hs_init_ghc': (.text+0x209): undefined reference to `base_GHCziConcziSync_runSparks_closure' /usr/lib/ghc/libHSrts.a(RtsStartup.o): In function `hs_init_ghc': (.text+0x213): undefined reference to `base_GHCziConcziIO_ensureIOManagerIsRunning_closure' /usr/lib/ghc/libHSrts.a(RtsStartup.o): In function `hs_init_ghc': (.text+0x21d): undefined reference to `base_GHCziConcziSignal_runHandlers_closure' /usr/lib/ghc/libHSrts.a(Schedule.o): In function `scheduleWaitThread': (.text+0xed5): undefined reference to `base_ControlziExceptionziBase_nonTermination_closure' /usr/lib/ghc/libHSrts.a(Schedule.o): In function `resurrectThreads': (.text+0x1581): undefined reference to `base_ControlziExceptionziBase_nonTermination_closure' /usr/lib/ghc/libHSrts.a(Schedule.o): In function `resurrectThreads': (.text+0x15a1): undefined reference to `base_GHCziIOziException_blockedIndefinitelyOnSTM_closure' /usr/lib/ghc/libHSrts.a(Schedule.o): In function `resurrectThreads': (.text+0x15c1): undefined reference to `base_GHCziIOziException_blockedIndefinitelyOnMVar_closure' /usr/lib/ghc/libHSrts.a(Threads.o): In function `threadStackOverflow': (.text+0x6e1): undefined reference to `base_GHCziIOziException_stackOverflow_closure' /usr/lib/ghc/libHSrts.a(Weak.o): In function `scheduleFinalizers': (.text+0x1e2): undefined reference to `base_GHCziWeak_runFinalizzerBatch_closure' /usr/lib/ghc/libHSrts.a(Signals.o): In function `startSignalHandlers': (.text+0x7e2): undefined reference to `base_GHCziConcziSignal_runHandlers_closure' /usr/lib/ghc/libHSrts.a(PrimOps.o):(.text+0xfd8): undefined reference to `base_ControlziExceptionziBase_nestedAtomically_closure' /usr/lib/ghc/libHSrts.a(RtsAPI.o): In function `rts_mkInt16': (.text+0x72): undefined reference to `base_GHCziInt_I16zh_con_info' /usr/lib/ghc/libHSrts.a(RtsAPI.o): In function `rts_mkWord': (.text+0xd1): undefined reference to `base_GHCziWord_Wzh_con_info' /usr/lib/ghc/libHSrts.a(RtsAPI.o): In function `rts_mkWord8': (.text+0xf2): undefined reference to `base_GHCziWord_W8zh_con_info' /usr/lib/ghc/libHSrts.a(RtsAPI.o): In function `rts_mkWord16': (.text+0x111): undefined reference to `base_GHCziWord_W16zh_con_info' /usr/lib/ghc/libHSrts.a(RtsAPI.o): In function `rts_mkStablePtr': (.text+0x1d1): undefined reference to `base_GHCziStable_StablePtr_con_info' /usr/lib/ghc/libHSrts.a(RtsAPI.o): In function `rts_mkFunPtr': (.text+0x211): undefined reference to `base_GHCziPtr_FunPtr_con_info' /usr/lib/ghc/libHSrts.a(RtsAPI.o): In function `rts_mkString': (.text+0x290): undefined reference to `base_GHCziPack_unpackCString_closure' clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [setup] Error 1 make[1]: Leaving directory `/«BUILDDIR»/twidge-1.0.8.1+nmu1' make: *** [build-stamp] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 ──────────────────────────────────────────────────────────────────────────────── Build finished at 20120702-1847 Finished ──────── E: Build failure (dpkg-buildpackage died) ┌──────────────────────────────────────────────────────────────────────────────┐ │ Cleanup │ └──────────────────────────────────────────────────────────────────────────────┘ Purging /«BUILDDIR» Not cleaning session: cloned chroot in use ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Architecture: amd64 Build-Space: 292 Build-Time: 5 Distribution: unstable Fail-Stage: build Install-Time: 76 Job: twidge_1.0.8.1+nmu1 Package: twidge Package-Time: 101 Source-Version: 1.0.8.1+nmu1 Space: 292 Status: attempted Version: 1.0.8.1+nmu1 ──────────────────────────────────────────────────────────────────────────────── Finished at 20120702-1847 Build needed 00:01:41, 292k disc space DC-Status: Failed 102.725854s DC-Time-Estimation: 102.725854 versus expected 1 (r/m: 101.725854 ; m: 1.0)