DC-Build-Header: libjdic-java 0.9.5-7 / Mon Jul 09 20:35:45 +0000 2012 DC-Task: logfile:/tmp/libjdic-java_0.9.5-7_unstable_clang.log version:0.9.5-7 modes:clang chroot:unstable source:libjdic-java 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 libjdic-java_0.9.5-7' sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on ip-10-29-134-79.ec2.internal ╔══════════════════════════════════════════════════════════════════════════════╗ ║ libjdic-java 0.9.5-7 (amd64) 09 Jul 2012 20:35 ║ ╚══════════════════════════════════════════════════════════════════════════════╝ Package: libjdic-java Version: 0.9.5-7 Source Version: 0.9.5-7 Distribution: unstable Architecture: amd64 I: NOTICE: Log filtering will replace 'build/libjdic-java-GbcBnV/libjdic-java-0.9.5' with '«PKGBUILDDIR»' I: NOTICE: Log filtering will replace 'build/libjdic-java-GbcBnV' with '«BUILDDIR»' I: NOTICE: Log filtering will replace 'var/lib/schroot/mount/unstable-amd64-sbuild-c859109c-ab71-4fd2-a5bc-5ee9a0a2c226' with '«CHROOT»' ┌──────────────────────────────────────────────────────────────────────────────┐ │ Update chroot │ └──────────────────────────────────────────────────────────────────────────────┘ Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages 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: 'libjdic-java' packaging is maintained in the 'Svn' version control system at: svn://svn.debian.org/svn/pkg-java/trunk/libjdic-java/ Need to get 550 kB of source archives. Get:1 http://localhost/debian/ unstable/main libjdic-java 0.9.5-7 (dsc) [1441 B] Get:2 http://localhost/debian/ unstable/main libjdic-java 0.9.5-7 (tar) [529 kB] Get:3 http://localhost/debian/ unstable/main libjdic-java 0.9.5-7 (diff) [20.3 kB] Fetched 550 kB in 0s (1979 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 Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages 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 Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages 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 ... 11729 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-afjzru/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 ... 11809 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), cdbs, debhelper (>= 7), ant, pkg-config, libgnome2-dev, libgtk2.0-dev, libxt-dev, xulrunner-dev, libx11-dev, openjdk-6-jre-headless, openjdk-6-jdk, libnetx-java 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), cdbs, debhelper (>= 7), ant, pkg-config, libgnome2-dev, libgtk2.0-dev, libxt-dev, xulrunner-dev, libx11-dev, openjdk-6-jre-headless, openjdk-6-jdk, libnetx-java dpkg-deb: building package `sbuild-build-depends-libjdic-java-dummy' in `/«BUILDDIR»/resolver-XpThrx/apt_archive/sbuild-build-depends-libjdic-java-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install libjdic-java build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: adduser ant bsdmainutils ca-certificates ca-certificates-java cdbs dbus dbus-x11 debhelper default-jre-headless dmsetup file fontconfig fontconfig-config gconf-service gconf2 gconf2-common gettext gettext-base gir1.2-atk-1.0 gir1.2-freedesktop gir1.2-gconf-2.0 gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-pango-1.0 gnome-mime-data groff-base gvfs gvfs-common gvfs-daemons gvfs-libs html2text intltool-debian java-common libasound2 libasprintf0c2 libasyncns0 libatasmart4 libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libatk1.0-dev libavahi-client-dev libavahi-client3 libavahi-common-data libavahi-common-dev libavahi-common3 libavahi-glib-dev libavahi-glib1 libbluray1 libbonobo2-0 libbonobo2-common libbonobo2-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcairo2-dev libcanberra-dev libcanberra0 libcap2 libcroco3 libcups2 libdatrie1 libdbus-1-3 libdbus-1-dev libdbus-glib-1-2 libdevmapper-event1.02.1 libdevmapper1.02.1 libdrm2 libelf1 libevent-2.0-5 libexpat1 libexpat1-dev libfam0 libflac8 libfontconfig1 libfontconfig1-dev libfontenc1 libfreetype6 libfreetype6-dev libgconf-2-4 libgconf2-4 libgconf2-dev libgcrypt11 libgcrypt11-dev libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgdk-pixbuf2.0-dev libgdu0 libgettextpo0 libgif4 libgirepository-1.0-1 libgl1-mesa-glx libglapi-mesa libglib2.0-0 libglib2.0-bin libglib2.0-data libglib2.0-dev libgnome-keyring-common libgnome-keyring0 libgnome2-0 libgnome2-common libgnome2-dev libgnomevfs2-0 libgnomevfs2-common libgnomevfs2-dev libgnutls-dev libgnutls-openssl27 libgnutls26 libgnutlsxx27 libgpg-error-dev libgpg-error0 libgssapi-krb5-2 libgtk2.0-0 libgtk2.0-common libgtk2.0-dev libgudev-1.0-0 libhunspell-1.3-0 libice-dev libice6 libidl-dev libidl0 libjasper1 libjbig0 libjpeg8 libjson0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libltdl7 liblvm2app2.2 libmagic1 libmozjs-dev libmozjs10d libncursesw5 libnetx-java libnotify4 libnspr4 libnspr4-0d libnspr4-dev libnss3 libnss3-1d libnss3-dev libogg0 liborbit2 liborbit2-dev libp11-kit-dev libp11-kit0 libpango1.0-0 libpango1.0-dev libparted0debian1 libpcre3 libpcre3-dev libpcrecpp0 libpcsclite1 libpipeline1 libpixman-1-0 libpixman-1-dev libpng12-0 libpng12-dev libpolkit-gobject-1-0 libpopt-dev libpopt0 libpthread-stubs0 libpthread-stubs0-dev libpulse0 libsasl2-2 libselinux1-dev libsepol1-dev libsgutils2-2 libsm-dev libsm6 libsndfile1 libsqlite3-0 libssl1.0.0 libstartup-notification0 libsystemd-login0 libtasn1-3 libtasn1-3-dev libtdb1 libthai-data libthai0 libtiff4 libudev0 libunistring0 libvorbis0a libvorbisenc2 libvorbisfile3 libvpx1 libwrap0 libx11-6 libx11-data libx11-dev libx11-xcb1 libxau-dev libxau6 libxaw7 libxcb-glx0 libxcb-render0 libxcb-render0-dev libxcb-shape0 libxcb-shm0 libxcb-shm0-dev libxcb-util0 libxcb1 libxcb1-dev libxcomposite-dev libxcomposite1 libxcursor-dev libxcursor1 libxdamage-dev libxdamage1 libxdmcp-dev libxdmcp6 libxerces2-java libxext-dev libxext6 libxfixes-dev libxfixes3 libxft-dev libxft2 libxi-dev libxi6 libxinerama-dev libxinerama1 libxml-commons-external-java libxml-commons-resolver1.1-java libxml2 libxml2-dev libxml2-utils libxmu6 libxmuu1 libxpm4 libxrandr-dev libxrandr2 libxrender-dev libxrender1 libxt-dev libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 man-db mime-support openjdk-6-jdk openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib openssl pkg-config po-debconf psmisc python python-minimal python-ply python2.7 python2.7-minimal shared-mime-info ttf-dejavu-core tzdata-java udev udisks x11-common x11-utils x11proto-composite-dev x11proto-core-dev x11proto-damage-dev x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xorg-sgml-doctools xtrans-dev xulrunner-10.0 xulrunner-dev zlib1g-dev Suggested packages: default-jdk java-compiler java-sdk ant-gcj ant-doc wamerican wordlist whois vacation devscripts dh-make default-jre gconf-defaults-service gettext-doc groff gvfs-backends equivs libasound2-plugins libbluray-bdj libbonobo2-bin libcairo2-doc libcanberra-gtk0 libcanberra-pulse cups-common fam rng-tools libgcrypt11-doc libglib2.0-doc gnome-keyring desktop-base libgnome2-doc libgnomevfs2-bin gnutls-doc krb5-doc krb5-user librsvg2-common libgtk2.0-doc libice-doc libjasper-runtime ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp ttf-arphic-bkai00mp libpango1.0-doc imagemagick parted nparted libparted0-dev libparted0-i18n pcscd pulseaudio sg3-utils libsm-doc libxcb-doc libxerces2-java-doc libxerces2-java-gcj libxext-doc libxml-commons-resolver1.1-java-doc libxt-doc less www-browser openjdk-6-demo openjdk-6-source visualvm icedtea-plugin libnss-mdns sun-java6-fonts fonts-ipafont-gothic fonts-ipafont-mincho ttf-wqy-microhei ttf-wqy-zenhei ttf-indic-fonts libmail-box-perl python-doc python-tk python-ply-doc python-pkg-resources python2.7-doc binfmt-support xfsprogs reiserfsprogs mdadm mesa-utils libgnomeui-0 Recommended packages: ant-optional autotools-dev curl wget lynx-cur autopoint policykit-1-gnome libaacs0 libgconf2-doc libgl1-mesa-dri libgnomevfs2-extra hicolor-icon-theme libgtk2.0-bin hunspell-en-us hunspell-dictionary myspell-dictionary krb5-locales libgpm2 notification-daemon orbit2 libsasl2-modules tcpd libx11-doc xml-core ttf-dejavu-extra icedtea-netx icedtea-6-jre-cacao icedtea-6-jre-jamvm libmail-sendmail-perl usbutils pciutils policykit-1 hdparm dosfstools mtools ntfs-3g eject cryptsetup-bin The following NEW packages will be installed: adduser ant bsdmainutils ca-certificates ca-certificates-java cdbs dbus dbus-x11 debhelper default-jre-headless dmsetup file fontconfig fontconfig-config gconf-service gconf2 gconf2-common gettext gettext-base gir1.2-atk-1.0 gir1.2-freedesktop gir1.2-gconf-2.0 gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-pango-1.0 gnome-mime-data groff-base gvfs gvfs-common gvfs-daemons gvfs-libs html2text intltool-debian java-common libasound2 libasprintf0c2 libasyncns0 libatasmart4 libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libatk1.0-dev libavahi-client-dev libavahi-client3 libavahi-common-data libavahi-common-dev libavahi-common3 libavahi-glib-dev libavahi-glib1 libbluray1 libbonobo2-0 libbonobo2-common libbonobo2-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcairo2-dev libcanberra-dev libcanberra0 libcap2 libcroco3 libcups2 libdatrie1 libdbus-1-3 libdbus-1-dev libdbus-glib-1-2 libdevmapper-event1.02.1 libdevmapper1.02.1 libdrm2 libelf1 libevent-2.0-5 libexpat1 libexpat1-dev libfam0 libflac8 libfontconfig1 libfontconfig1-dev libfontenc1 libfreetype6 libfreetype6-dev libgconf-2-4 libgconf2-4 libgconf2-dev libgcrypt11 libgcrypt11-dev libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgdk-pixbuf2.0-dev libgdu0 libgettextpo0 libgif4 libgirepository-1.0-1 libgl1-mesa-glx libglapi-mesa libglib2.0-0 libglib2.0-bin libglib2.0-data libglib2.0-dev libgnome-keyring-common libgnome-keyring0 libgnome2-0 libgnome2-common libgnome2-dev libgnomevfs2-0 libgnomevfs2-common libgnomevfs2-dev libgnutls-dev libgnutls-openssl27 libgnutls26 libgnutlsxx27 libgpg-error-dev libgpg-error0 libgssapi-krb5-2 libgtk2.0-0 libgtk2.0-common libgtk2.0-dev libgudev-1.0-0 libhunspell-1.3-0 libice-dev libice6 libidl-dev libidl0 libjasper1 libjbig0 libjpeg8 libjson0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libltdl7 liblvm2app2.2 libmagic1 libmozjs-dev libmozjs10d libncursesw5 libnetx-java libnotify4 libnspr4 libnspr4-0d libnspr4-dev libnss3 libnss3-1d libnss3-dev libogg0 liborbit2 liborbit2-dev libp11-kit-dev libp11-kit0 libpango1.0-0 libpango1.0-dev libparted0debian1 libpcre3 libpcre3-dev libpcrecpp0 libpcsclite1 libpipeline1 libpixman-1-0 libpixman-1-dev libpng12-0 libpng12-dev libpolkit-gobject-1-0 libpopt-dev libpopt0 libpthread-stubs0 libpthread-stubs0-dev libpulse0 libsasl2-2 libselinux1-dev libsepol1-dev libsgutils2-2 libsm-dev libsm6 libsndfile1 libsqlite3-0 libssl1.0.0 libstartup-notification0 libsystemd-login0 libtasn1-3 libtasn1-3-dev libtdb1 libthai-data libthai0 libtiff4 libudev0 libunistring0 libvorbis0a libvorbisenc2 libvorbisfile3 libvpx1 libwrap0 libx11-6 libx11-data libx11-dev libx11-xcb1 libxau-dev libxau6 libxaw7 libxcb-glx0 libxcb-render0 libxcb-render0-dev libxcb-shape0 libxcb-shm0 libxcb-shm0-dev libxcb-util0 libxcb1 libxcb1-dev libxcomposite-dev libxcomposite1 libxcursor-dev libxcursor1 libxdamage-dev libxdamage1 libxdmcp-dev libxdmcp6 libxerces2-java libxext-dev libxext6 libxfixes-dev libxfixes3 libxft-dev libxft2 libxi-dev libxi6 libxinerama-dev libxinerama1 libxml-commons-external-java libxml-commons-resolver1.1-java libxml2 libxml2-dev libxml2-utils libxmu6 libxmuu1 libxpm4 libxrandr-dev libxrandr2 libxrender-dev libxrender1 libxt-dev libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 man-db mime-support openjdk-6-jdk openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib openssl pkg-config po-debconf psmisc python python-minimal python-ply python2.7 python2.7-minimal sbuild-build-depends-libjdic-java-dummy shared-mime-info ttf-dejavu-core tzdata-java udev udisks x11-common x11-utils x11proto-composite-dev x11proto-core-dev x11proto-damage-dev x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xorg-sgml-doctools xtrans-dev xulrunner-10.0 xulrunner-dev zlib1g-dev 0 upgraded, 284 newly installed, 0 to remove and 0 not upgraded. Need to get 157 MB/157 MB of archives. After this operation, 451 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libncursesw5 amd64 5.9-10 [141 kB] Get:2 http://localhost/debian/ unstable/main libpipeline1 amd64 1.2.1-1 [39.2 kB] Get:3 http://localhost/debian/ unstable/main libpopt0 amd64 1.16-7 [56.4 kB] Get:4 http://localhost/debian/ unstable/main libssl1.0.0 amd64 1.0.1c-3 [1211 kB] Get:5 http://localhost/debian/ unstable/main libudev0 amd64 175-3.1 [126 kB] Get:6 http://localhost/debian/ unstable/main udev amd64 175-3.1 [369 kB] Get:7 http://localhost/debian/ unstable/main libasprintf0c2 amd64 0.18.1.1-9 [26.8 kB] Get:8 http://localhost/debian/ unstable/main libcap2 amd64 1:2.22-1.1 [13.5 kB] Get:9 http://localhost/debian/ unstable/main libevent-2.0-5 amd64 2.0.19-stable-3 [172 kB] Get:10 http://localhost/debian/ unstable/main libgpg-error0 amd64 1.10-3 [66.8 kB] Get:11 http://localhost/debian/ unstable/main libgcrypt11 amd64 1.5.0-3 [298 kB] Get:12 http://localhost/debian/ unstable/main libp11-kit0 amd64 0.12-3 [52.8 kB] Get:13 http://localhost/debian/ unstable/main libtasn1-3 amd64 2.13-2 [67.7 kB] Get:14 http://localhost/debian/ unstable/main libgnutls26 amd64 2.12.20-1 [616 kB] Get:15 http://localhost/debian/ unstable/main libgnutls-openssl27 amd64 2.12.20-1 [220 kB] Get:16 http://localhost/debian/ unstable/main libkeyutils1 amd64 1.5.5-3 [8552 B] Get:17 http://localhost/debian/ unstable/main libkrb5support0 amd64 1.10.1+dfsg-1 [49.0 kB] Get:18 http://localhost/debian/ unstable/main libk5crypto3 amd64 1.10.1+dfsg-1 [112 kB] Get:19 http://localhost/debian/ unstable/main libkrb5-3 amd64 1.10.1+dfsg-1 [393 kB] Get:20 http://localhost/debian/ unstable/main libgssapi-krb5-2 amd64 1.10.1+dfsg-1 [147 kB] Get:21 http://localhost/debian/ unstable/main libsasl2-2 amd64 2.1.25.dfsg1-4+b1 [120 kB] Get:22 http://localhost/debian/ unstable/main libldap-2.4-2 amd64 2.4.31-1 [243 kB] Get:23 http://localhost/debian/ unstable/main libmagic1 amd64 5.11-2 [202 kB] Get:24 http://localhost/debian/ unstable/main libpcre3 amd64 1:8.30-5 [242 kB] Get:25 http://localhost/debian/ unstable/main libsqlite3-0 amd64 3.7.13-1 [455 kB] Get:26 http://localhost/debian/ unstable/main libwrap0 amd64 7.6.q-23 [62.3 kB] Get:27 http://localhost/debian/ unstable/main libxml2 amd64 2.8.0+dfsg1-4 [903 kB] Get:28 http://localhost/debian/ unstable/main libasound2 amd64 1.0.25-3 [461 kB] Get:29 http://localhost/debian/ unstable/main libasyncns0 amd64 0.8-4 [13.6 kB] Get:30 http://localhost/debian/ unstable/main libatasmart4 amd64 0.19-1 [27.1 kB] Get:31 http://localhost/debian/ unstable/main libglib2.0-0 amd64 2.32.3-1 [2081 kB] Get:32 http://localhost/debian/ unstable/main libatk1.0-data all 2.4.0-2 [240 kB] Get:33 http://localhost/debian/ unstable/main libatk1.0-0 amd64 2.4.0-2 [95.1 kB] Get:34 http://localhost/debian/ unstable/main libexpat1 amd64 2.1.0-1 [141 kB] Get:35 http://localhost/debian/ unstable/main libfreetype6 amd64 2.4.9-1 [450 kB] Get:36 http://localhost/debian/ unstable/main ttf-dejavu-core all 2.33-2 [1552 kB] Get:37 http://localhost/debian/ unstable/main fontconfig-config all 2.9.0-6 [232 kB] Get:38 http://localhost/debian/ unstable/main libfontconfig1 amd64 2.9.0-6 [299 kB] Get:39 http://localhost/debian/ unstable/main libpixman-1-0 amd64 0.26.0-3 [427 kB] Get:40 http://localhost/debian/ unstable/main libpng12-0 amd64 1.2.49-1 [190 kB] Get:41 http://localhost/debian/ unstable/main libxau6 amd64 1:1.0.7-1 [18.8 kB] Get:42 http://localhost/debian/ unstable/main libxdmcp6 amd64 1:1.1.1-1 [26.3 kB] Get:43 http://localhost/debian/ unstable/main libxcb1 amd64 1.8.1-1 [50.0 kB] Get:44 http://localhost/debian/ unstable/main libx11-data all 2:1.5.0-1 [189 kB] Get:45 http://localhost/debian/ unstable/main libx11-6 amd64 2:1.5.0-1 [901 kB] Get:46 http://localhost/debian/ unstable/main libxcb-render0 amd64 1.8.1-1 [18.4 kB] Get:47 http://localhost/debian/ unstable/main libxcb-shm0 amd64 1.8.1-1 [10.1 kB] Get:48 http://localhost/debian/ unstable/main libxrender1 amd64 1:0.9.7-1 [32.2 kB] Get:49 http://localhost/debian/ unstable/main libcairo2 amd64 1.12.2-2 [912 kB] Get:50 http://localhost/debian/ unstable/main libjpeg8 amd64 8d-1 [134 kB] Get:51 http://localhost/debian/ unstable/main libjasper1 amd64 1.900.1-13 [159 kB] Get:52 http://localhost/debian/ unstable/main libjbig0 amd64 2.0-2 [32.2 kB] Get:53 http://localhost/debian/ unstable/main libtiff4 amd64 3.9.6-6 [202 kB] Get:54 http://localhost/debian/ unstable/main libgdk-pixbuf2.0-common all 2.26.1-1 [497 kB] Get:55 http://localhost/debian/ unstable/main libgdk-pixbuf2.0-0 amd64 2.26.1-1 [207 kB] Get:56 http://localhost/debian/ unstable/main libgtk2.0-common all 2.24.10-1 [6879 kB] Get:57 http://localhost/debian/ unstable/main libavahi-common-data amd64 0.6.31-1 [134 kB] Get:58 http://localhost/debian/ unstable/main libavahi-common3 amd64 0.6.31-1 [54.3 kB] Get:59 http://localhost/debian/ unstable/main libdbus-1-3 amd64 1.6.2-2 [171 kB] Get:60 http://localhost/debian/ unstable/main libavahi-client3 amd64 0.6.31-1 [59.1 kB] Get:61 http://localhost/debian/ unstable/main libcups2 amd64 1.5.3-2 [255 kB] Get:62 http://localhost/debian/ unstable/main libthai-data all 0.1.18-1 [205 kB] Get:63 http://localhost/debian/ unstable/main libdatrie1 amd64 0.2.5-3 [28.6 kB] Get:64 http://localhost/debian/ unstable/main libthai0 amd64 0.1.18-1 [45.0 kB] Get:65 http://localhost/debian/ unstable/main libxft2 amd64 2.3.1-1 [61.0 kB] Get:66 http://localhost/debian/ unstable/main fontconfig amd64 2.9.0-6 [349 kB] Get:67 http://localhost/debian/ unstable/main libpango1.0-0 amd64 1.30.0-1 [461 kB] Get:68 http://localhost/debian/ unstable/main libxcomposite1 amd64 1:0.4.3-2 [16.6 kB] Get:69 http://localhost/debian/ unstable/main libxfixes3 amd64 1:5.0-4 [21.5 kB] Get:70 http://localhost/debian/ unstable/main libxcursor1 amd64 1:1.1.13-1 [26.9 kB] Get:71 http://localhost/debian/ unstable/main libxdamage1 amd64 1:1.1.3-2 [14.3 kB] Get:72 http://localhost/debian/ unstable/main libxext6 amd64 2:1.3.1-2 [55.3 kB] Get:73 http://localhost/debian/ unstable/main libxi6 amd64 2:1.6.1-1 [75.0 kB] Get:74 http://localhost/debian/ unstable/main libxinerama1 amd64 2:1.1.2-1 [16.8 kB] Get:75 http://localhost/debian/ unstable/main libxrandr2 amd64 2:1.3.2-2 [33.5 kB] Get:76 http://localhost/debian/ unstable/main shared-mime-info amd64 1.0-1 [1066 kB] Get:77 http://localhost/debian/ unstable/main libgtk2.0-0 amd64 2.24.10-1 [2730 kB] Get:78 http://localhost/debian/ unstable/main libatk-wrapper-java all 0.30.4-2 [30.8 kB] Get:79 http://localhost/debian/ unstable/main libatk-wrapper-java-jni amd64 0.30.4-2 [31.6 kB] Get:80 http://localhost/debian/ unstable/main libavahi-glib1 amd64 0.6.31-1 [36.9 kB] Get:81 http://localhost/debian/ unstable/main libbluray1 amd64 1:0.2.2-1 [86.3 kB] Get:82 http://localhost/debian/ unstable/main libcairo-gobject2 amd64 1.12.2-2 [439 kB] Get:83 http://localhost/debian/ unstable/main libcairo-script-interpreter2 amd64 1.12.2-2 [482 kB] Get:84 http://localhost/debian/ unstable/main libltdl7 amd64 2.4.2-1.1 [352 kB] Get:85 http://localhost/debian/ unstable/main libogg0 amd64 1.3.0-4 [20.6 kB] Get:86 http://localhost/debian/ unstable/main libtdb1 amd64 1.2.10-2 [39.7 kB] Get:87 http://localhost/debian/ unstable/main libvorbis0a amd64 1.3.2-1.3 [109 kB] Get:88 http://localhost/debian/ unstable/main libvorbisfile3 amd64 1.3.2-1.3 [24.9 kB] Get:89 http://localhost/debian/ unstable/main libcanberra0 amd64 0.28-4 [45.8 kB] Get:90 http://localhost/debian/ unstable/main libcroco3 amd64 0.6.5-1 [151 kB] Get:91 http://localhost/debian/ unstable/main libdbus-glib-1-2 amd64 0.100-1 [202 kB] Get:92 http://localhost/debian/ unstable/main dmsetup amd64 2:1.02.74-4 [67.6 kB] Get:93 http://localhost/debian/ unstable/main libdevmapper1.02.1 amd64 2:1.02.74-4 [130 kB] Get:94 http://localhost/debian/ unstable/main libdevmapper-event1.02.1 amd64 2:1.02.74-4 [32.1 kB] Get:95 http://localhost/debian/ unstable/main libdrm2 amd64 2.4.33-3 [444 kB] Get:96 http://localhost/debian/ unstable/main libelf1 amd64 0.153-1 [304 kB] Get:97 http://localhost/debian/ unstable/main libflac8 amd64 1.2.1-6 [154 kB] Get:98 http://localhost/debian/ unstable/main libfontenc1 amd64 1:1.1.1-1 [24.3 kB] Get:99 http://localhost/debian/ unstable/main gconf2-common all 3.2.5-1 [2013 kB] Get:100 http://localhost/debian/ unstable/main libgconf-2-4 amd64 3.2.5-1 [435 kB] Get:101 http://localhost/debian/ unstable/main libunistring0 amd64 0.9.3-5 [434 kB] Get:102 http://localhost/debian/ unstable/main libgettextpo0 amd64 0.18.1.1-9 [145 kB] Get:103 http://localhost/debian/ unstable/main libglapi-mesa amd64 8.0.3-1 [57.3 kB] Get:104 http://localhost/debian/ unstable/main libx11-xcb1 amd64 2:1.5.0-1 [139 kB] Get:105 http://localhost/debian/ unstable/main libxcb-glx0 amd64 1.8.1-1 [32.0 kB] Get:106 http://localhost/debian/ unstable/main libxxf86vm1 amd64 1:1.1.2-1 [19.0 kB] Get:107 http://localhost/debian/ unstable/main libgl1-mesa-glx amd64 8.0.3-1 [165 kB] Get:108 http://localhost/debian/ unstable/main libgnome-keyring-common all 3.4.1-1 [59.8 kB] Get:109 http://localhost/debian/ unstable/main libgnome-keyring0 amd64 3.4.1-1 [93.6 kB] Get:110 http://localhost/debian/ unstable/main libgudev-1.0-0 amd64 175-3.1 [112 kB] Get:111 http://localhost/debian/ unstable/main libhunspell-1.3-0 amd64 1.3.2-4 [174 kB] Get:112 http://localhost/debian/ unstable/main x11-common all 1:7.7+1 [278 kB] Get:113 http://localhost/debian/ unstable/main libice6 amd64 2:1.0.8-2 [63.1 kB] Get:114 http://localhost/debian/ unstable/main liblvm2app2.2 amd64 2.02.95-4 [347 kB] Get:115 http://localhost/debian/ unstable/main libnotify4 amd64 0.7.5-1 [30.8 kB] Get:116 http://localhost/debian/ unstable/main libnspr4 amd64 2:4.9.1-1 [140 kB] Get:117 http://localhost/debian/ unstable/main libnspr4-0d amd64 2:4.9.1-1 [11.3 kB] Get:118 http://localhost/debian/ unstable/main libnss3 amd64 2:3.13.5-1 [1888 kB] Get:119 http://localhost/debian/ unstable/main libparted0debian1 amd64 2.3-10 [347 kB] Get:120 http://localhost/debian/ unstable/main libpcrecpp0 amd64 1:8.30-5 [125 kB] Get:121 http://localhost/debian/ unstable/main libpcsclite1 amd64 1.8.4-1 [56.9 kB] Get:122 http://localhost/debian/ unstable/main libpolkit-gobject-1-0 amd64 0.105-1 [49.2 kB] Get:123 http://localhost/debian/ unstable/main libjson0 amd64 0.9-1.1 [19.4 kB] Get:124 http://localhost/debian/ unstable/main libsm6 amd64 2:1.2.1-2 [34.2 kB] Get:125 http://localhost/debian/ unstable/main libvorbisenc2 amd64 1.3.2-1.3 [143 kB] Get:126 http://localhost/debian/ unstable/main libsndfile1 amd64 1.0.25-5 [240 kB] Get:127 http://localhost/debian/ unstable/main libxtst6 amd64 2:1.2.1-1 [26.6 kB] Get:128 http://localhost/debian/ unstable/main libpulse0 amd64 2.0-3 [305 kB] Get:129 http://localhost/debian/ unstable/main libvpx1 amd64 1.1.0-1 [290 kB] Get:130 http://localhost/debian/ unstable/main libxt6 amd64 1:1.1.3-1 [211 kB] Get:131 http://localhost/debian/ unstable/main libxmu6 amd64 2:1.1.1-1 [66.6 kB] Get:132 http://localhost/debian/ unstable/main libxpm4 amd64 1:3.5.10-1 [49.4 kB] Get:133 http://localhost/debian/ unstable/main libxaw7 amd64 2:1.0.10-2 [226 kB] Get:134 http://localhost/debian/ unstable/main libxcb-shape0 amd64 1.8.1-1 [10.8 kB] Get:135 http://localhost/debian/ unstable/main libxmuu1 amd64 2:1.1.1-1 [23.6 kB] Get:136 http://localhost/debian/ unstable/main libxv1 amd64 2:1.0.7-1 [21.6 kB] Get:137 http://localhost/debian/ unstable/main libxxf86dga1 amd64 2:1.1.3-2 [22.6 kB] Get:138 http://localhost/debian/ unstable/main openjdk-6-jre-lib all 6b24-1.11.3-2 [6134 kB] Get:139 http://localhost/debian/ unstable/main openssl amd64 1.0.1c-3 [697 kB] Get:140 http://localhost/debian/ unstable/main ca-certificates all 20120623 [183 kB] Get:141 http://localhost/debian/ unstable/main java-common all 0.47 [66.1 kB] Get:142 http://localhost/debian/ unstable/main default-jre-headless amd64 1:1.6-47 [8112 B] Get:143 http://localhost/debian/ unstable/main libnss3-1d amd64 2:3.13.5-1 [21.6 kB] Get:144 http://localhost/debian/ unstable/main ca-certificates-java all 20120608 [14.2 kB] Get:145 http://localhost/debian/ unstable/main tzdata-java all 2012c-1 [150 kB] Get:146 http://localhost/debian/ unstable/main openjdk-6-jre-headless amd64 6b24-1.11.3-2 [25.4 MB] Get:147 http://localhost/debian/ unstable/main libgnutlsxx27 amd64 2.12.20-1 [224 kB] Get:148 http://localhost/debian/ unstable/main libsystemd-login0 amd64 44-3 [27.8 kB] Get:149 http://localhost/debian/ unstable/main libxcb-util0 amd64 0.3.8-2 [24.6 kB] Get:150 http://localhost/debian/ unstable/main adduser all 3.113+nmu3 [264 kB] Get:151 http://localhost/debian/ unstable/main bsdmainutils amd64 9.0.3 [209 kB] Get:152 http://localhost/debian/ unstable/main groff-base amd64 1.21-9 [1153 kB] Get:153 http://localhost/debian/ unstable/main man-db amd64 2.6.2-1 [1061 kB] Get:154 http://localhost/debian/ unstable/main file amd64 5.11-2 [51.8 kB] Get:155 http://localhost/debian/ unstable/main gettext-base amd64 0.18.1.1-9 [154 kB] Get:156 http://localhost/debian/ unstable/main mime-support all 3.52-1 [35.5 kB] Get:157 http://localhost/debian/ unstable/main python2.7-minimal amd64 2.7.3-1 [1770 kB] Get:158 http://localhost/debian/ unstable/main python2.7 amd64 2.7.3-1 [2726 kB] Get:159 http://localhost/debian/ unstable/main python-minimal all 2.7.3-1 [42.1 kB] Get:160 http://localhost/debian/ unstable/main python all 2.7.3-1 [179 kB] Get:161 http://localhost/debian/ unstable/main libxml-commons-resolver1.1-java all 1.2-7 [91.9 kB] Get:162 http://localhost/debian/ unstable/main libxml-commons-external-java all 1.4.01-2 [245 kB] Get:163 http://localhost/debian/ unstable/main libxerces2-java all 2.11.0-6 [1365 kB] Get:164 http://localhost/debian/ unstable/main ant all 1.8.2-4 [1841 kB] Get:165 http://localhost/debian/ unstable/main cdbs all 0.4.116 [79.9 kB] Get:166 http://localhost/debian/ unstable/main dbus amd64 1.6.2-2 [397 kB] Get:167 http://localhost/debian/ unstable/main dbus-x11 amd64 1.6.2-2 [58.7 kB] Get:168 http://localhost/debian/ unstable/main html2text amd64 1.3.2a-15 [103 kB] Get:169 http://localhost/debian/ unstable/main gettext amd64 0.18.1.1-9 [1975 kB] Get:170 http://localhost/debian/ unstable/main intltool-debian all 0.35.0+20060710.1 [30.8 kB] Get:171 http://localhost/debian/ unstable/main po-debconf all 1.0.16+nmu2 [224 kB] Get:172 http://localhost/debian/ unstable/main debhelper all 9.20120608 [700 kB] Get:173 http://localhost/debian/ unstable/main gconf-service amd64 3.2.5-1 [427 kB] Get:174 http://localhost/debian/ unstable/main psmisc amd64 22.19-1 [135 kB] Get:175 http://localhost/debian/ unstable/main gconf2 amd64 3.2.5-1 [434 kB] Get:176 http://localhost/debian/ unstable/main libgirepository-1.0-1 amd64 1.32.1-1 [107 kB] Get:177 http://localhost/debian/ unstable/main gir1.2-glib-2.0 amd64 1.32.1-1 [171 kB] Get:178 http://localhost/debian/ unstable/main gir1.2-atk-1.0 amd64 2.4.0-2 [64.7 kB] Get:179 http://localhost/debian/ unstable/main gir1.2-freedesktop amd64 1.32.1-1 [21.5 kB] Get:180 http://localhost/debian/ unstable/main gir1.2-gconf-2.0 amd64 3.2.5-1 [358 kB] Get:181 http://localhost/debian/ unstable/main gir1.2-gdkpixbuf-2.0 amd64 2.26.1-1 [16.6 kB] Get:182 http://localhost/debian/ unstable/main gir1.2-pango-1.0 amd64 1.30.0-1 [151 kB] Get:183 http://localhost/debian/ unstable/main gnome-mime-data all 2.18.0-1 [725 kB] Get:184 http://localhost/debian/ unstable/main libsgutils2-2 amd64 1.33-1 [80.0 kB] Get:185 http://localhost/debian/ unstable/main udisks amd64 1.0.4-6 [261 kB] Get:186 http://localhost/debian/ unstable/main libgdu0 amd64 3.0.2-2 [95.6 kB] Get:187 http://localhost/debian/ unstable/main x11-utils amd64 7.7~1 [233 kB] Get:188 http://localhost/debian/ unstable/main gvfs-common all 1.12.3-1 [1166 kB] Get:189 http://localhost/debian/ unstable/main gvfs-libs amd64 1.12.3-1+b1 [222 kB] Get:190 http://localhost/debian/ unstable/main gvfs-daemons amd64 1.12.3-1+b1 [264 kB] Get:191 http://localhost/debian/ unstable/main gvfs amd64 1.12.3-1+b1 [227 kB] Get:192 http://localhost/debian/ unstable/main pkg-config amd64 0.26-1 [59.5 kB] Get:193 http://localhost/debian/ unstable/main libglib2.0-data all 2.32.3-1 [2711 kB] Get:194 http://localhost/debian/ unstable/main libglib2.0-bin amd64 2.32.3-1 [861 kB] Get:195 http://localhost/debian/ unstable/main libpcre3-dev amd64 1:8.30-5 [349 kB] Get:196 http://localhost/debian/ unstable/main zlib1g-dev amd64 1:1.2.7.dfsg-13 [215 kB] Get:197 http://localhost/debian/ unstable/main libglib2.0-dev amd64 2.32.3-1 [2631 kB] Get:198 http://localhost/debian/ unstable/main libatk1.0-dev amd64 2.4.0-2 [117 kB] Get:199 http://localhost/debian/ unstable/main libavahi-common-dev amd64 0.6.31-1 [72.0 kB] Get:200 http://localhost/debian/ unstable/main libdbus-1-dev amd64 1.6.2-2 [245 kB] Get:201 http://localhost/debian/ unstable/main libavahi-client-dev amd64 0.6.31-1 [66.3 kB] Get:202 http://localhost/debian/ unstable/main libavahi-glib-dev amd64 0.6.31-1 [37.2 kB] Get:203 http://localhost/debian/ unstable/main libbonobo2-common all 2.24.3-1 [327 kB] Get:204 http://localhost/debian/ unstable/main libidl0 amd64 0.8.14-0.2 [127 kB] Get:205 http://localhost/debian/ unstable/main liborbit2 amd64 1:2.14.19-0.1 [280 kB] Get:206 http://localhost/debian/ unstable/main libbonobo2-0 amd64 2.24.3-1 [333 kB] Get:207 http://localhost/debian/ unstable/main libidl-dev amd64 0.8.14-0.2 [144 kB] Get:208 http://localhost/debian/ unstable/main liborbit2-dev amd64 1:2.14.19-0.1 [501 kB] Get:209 http://localhost/debian/ unstable/main libpopt-dev amd64 1.16-7 [56.2 kB] Get:210 http://localhost/debian/ unstable/main libbonobo2-dev amd64 2.24.3-1 [792 kB] Get:211 http://localhost/debian/ unstable/main libexpat1-dev amd64 2.1.0-1 [229 kB] Get:212 http://localhost/debian/ unstable/main libfreetype6-dev amd64 2.4.9-1 [803 kB] Get:213 http://localhost/debian/ unstable/main libfontconfig1-dev amd64 2.9.0-6 [857 kB] Get:214 http://localhost/debian/ unstable/main xorg-sgml-doctools all 1:1.10-1 [24.1 kB] Get:215 http://localhost/debian/ unstable/main x11proto-core-dev all 7.0.23-1 [774 kB] Get:216 http://localhost/debian/ unstable/main libxau-dev amd64 1:1.0.7-1 [21.7 kB] Get:217 http://localhost/debian/ unstable/main libxdmcp-dev amd64 1:1.1.1-1 [42.3 kB] Get:218 http://localhost/debian/ unstable/main x11proto-input-dev all 2.2-1 [172 kB] Get:219 http://localhost/debian/ unstable/main x11proto-kb-dev all 1.0.6-2 [269 kB] Get:220 http://localhost/debian/ unstable/main xtrans-dev all 1.2.7-1 [112 kB] Get:221 http://localhost/debian/ unstable/main libpthread-stubs0 amd64 0.3-3 [3228 B] Get:222 http://localhost/debian/ unstable/main libpthread-stubs0-dev amd64 0.3-3 [3998 B] Get:223 http://localhost/debian/ unstable/main libxcb1-dev amd64 1.8.1-1 [86.6 kB] Get:224 http://localhost/debian/ unstable/main libx11-dev amd64 2:1.5.0-1 [1037 kB] Get:225 http://localhost/debian/ unstable/main x11proto-render-dev all 2:0.11.1-2 [20.8 kB] Get:226 http://localhost/debian/ unstable/main libxrender-dev amd64 1:0.9.7-1 [40.4 kB] Get:227 http://localhost/debian/ unstable/main libpng12-dev amd64 1.2.49-1 [266 kB] Get:228 http://localhost/debian/ unstable/main libice-dev amd64 2:1.0.8-2 [74.1 kB] Get:229 http://localhost/debian/ unstable/main libsm-dev amd64 2:1.2.1-2 [37.0 kB] Get:230 http://localhost/debian/ unstable/main libpixman-1-dev amd64 0.26.0-3 [457 kB] Get:231 http://localhost/debian/ unstable/main libxcb-render0-dev amd64 1.8.1-1 [25.8 kB] Get:232 http://localhost/debian/ unstable/main libxcb-shm0-dev amd64 1.8.1-1 [11.5 kB] Get:233 http://localhost/debian/ unstable/main libcairo2-dev amd64 1.12.2-2 [1163 kB] Get:234 http://localhost/debian/ unstable/main libcanberra-dev amd64 0.28-4 [14.5 kB] Get:235 http://localhost/debian/ unstable/main libfam0 amd64 2.7.0-17 [28.8 kB] Get:236 http://localhost/debian/ unstable/main libgconf2-4 amd64 3.2.5-1 [352 kB] Get:237 http://localhost/debian/ unstable/main libgconf2-dev amd64 3.2.5-1 [479 kB] Get:238 http://localhost/debian/ unstable/main libgpg-error-dev amd64 1.10-3 [42.5 kB] Get:239 http://localhost/debian/ unstable/main libgcrypt11-dev amd64 1.5.0-3 [402 kB] Get:240 http://localhost/debian/ unstable/main libgdk-pixbuf2.0-dev amd64 2.26.1-1 [59.0 kB] Get:241 http://localhost/debian/ unstable/main libgif4 amd64 4.1.6-9.1 [42.1 kB] Get:242 http://localhost/debian/ unstable/main libgnomevfs2-common all 1:2.24.4-1 [1300 kB] Get:243 http://localhost/debian/ unstable/main libgnomevfs2-0 amd64 1:2.24.4-1 [598 kB] Get:244 http://localhost/debian/ unstable/main libgnome2-common all 2.32.1-2 [1617 kB] Get:245 http://localhost/debian/ unstable/main libgnome2-0 amd64 2.32.1-2 [486 kB] Get:246 http://localhost/debian/ unstable/main libtasn1-3-dev amd64 2.13-2 [389 kB] Get:247 http://localhost/debian/ unstable/main libp11-kit-dev amd64 0.12-3 [67.8 kB] Get:248 http://localhost/debian/ unstable/main libgnutls-dev amd64 2.12.20-1 [751 kB] Get:249 http://localhost/debian/ unstable/main libxml2-dev amd64 2.8.0+dfsg1-4 [899 kB] Get:250 http://localhost/debian/ unstable/main libsepol1-dev amd64 2.1.4-3 [199 kB] Get:251 http://localhost/debian/ unstable/main libselinux1-dev amd64 2.1.9-5 [172 kB] Get:252 http://localhost/debian/ unstable/main libgnomevfs2-dev amd64 1:2.24.4-1 [585 kB] Get:253 http://localhost/debian/ unstable/main libgnome2-dev amd64 2.32.1-2 [484 kB] Get:254 http://localhost/debian/ unstable/main libxft-dev amd64 2.3.1-1 [74.5 kB] Get:255 http://localhost/debian/ unstable/main libpango1.0-dev amd64 1.30.0-1 [622 kB] Get:256 http://localhost/debian/ unstable/main x11proto-xext-dev all 7.2.1-1 [273 kB] Get:257 http://localhost/debian/ unstable/main libxext-dev amd64 2:1.3.1-2 [115 kB] Get:258 http://localhost/debian/ unstable/main x11proto-xinerama-dev all 1.2.1-2 [4938 B] Get:259 http://localhost/debian/ unstable/main libxinerama-dev amd64 2:1.1.2-1 [18.9 kB] Get:260 http://localhost/debian/ unstable/main libxi-dev amd64 2:1.6.1-1 [249 kB] Get:261 http://localhost/debian/ unstable/main x11proto-randr-dev all 1.3.2-2 [40.0 kB] Get:262 http://localhost/debian/ unstable/main libxrandr-dev amd64 2:1.3.2-2 [41.9 kB] Get:263 http://localhost/debian/ unstable/main x11proto-fixes-dev all 1:5.0-2 [19.2 kB] Get:264 http://localhost/debian/ unstable/main libxfixes-dev amd64 1:5.0-4 [23.4 kB] Get:265 http://localhost/debian/ unstable/main libxcursor-dev amd64 1:1.1.13-1 [34.6 kB] Get:266 http://localhost/debian/ unstable/main x11proto-composite-dev all 1:0.4.2-2 [15.3 kB] Get:267 http://localhost/debian/ unstable/main libxcomposite-dev amd64 1:0.4.3-2 [20.2 kB] Get:268 http://localhost/debian/ unstable/main x11proto-damage-dev all 1:1.2.1-2 [11.8 kB] Get:269 http://localhost/debian/ unstable/main libxdamage-dev amd64 1:1.1.3-2 [14.0 kB] Get:270 http://localhost/debian/ unstable/main libxml2-utils amd64 2.8.0+dfsg1-4 [95.8 kB] Get:271 http://localhost/debian/ unstable/main libgtk2.0-dev amd64 2.24.10-1 [4325 kB] Get:272 http://localhost/debian/ unstable/main libmozjs10d amd64 10.0.5esr-2 [1500 kB] Get:273 http://localhost/debian/ unstable/main libnspr4-dev amd64 2:4.9.1-1 [278 kB] Get:274 http://localhost/debian/ unstable/main libmozjs-dev amd64 10.0.5esr-2 [342 kB] Get:275 http://localhost/debian/ unstable/main openjdk-6-jre amd64 6b24-1.11.3-2 [238 kB] Get:276 http://localhost/debian/ unstable/main libnetx-java all 0.5-2 [252 kB] Get:277 http://localhost/debian/ unstable/main libnss3-dev amd64 2:3.13.5-1 [281 kB] Get:278 http://localhost/debian/ unstable/main libstartup-notification0 amd64 0.12-1 [25.2 kB] Get:279 http://localhost/debian/ unstable/main libxt-dev amd64 1:1.1.3-1 [516 kB] Get:280 http://localhost/debian/ unstable/main openjdk-6-jdk amd64 6b24-1.11.3-2 [11.1 MB] Get:281 http://localhost/debian/ unstable/main python-ply all 3.4-3 [71.6 kB] Get:282 http://localhost/debian/ unstable/main xulrunner-10.0 amd64 10.0.5esr-2 [11.9 MB] Get:283 http://localhost/debian/ unstable/main xulrunner-dev amd64 10.0.5esr-2 [5581 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 157 MB in 21s (7387 kB/s) Selecting previously unselected package libncursesw5:amd64. (Reading database ... 11809 files and directories currently installed.) Unpacking libncursesw5:amd64 (from .../libncursesw5_5.9-10_amd64.deb) ... Selecting previously unselected package libpipeline1:amd64. Unpacking libpipeline1:amd64 (from .../libpipeline1_1.2.1-1_amd64.deb) ... Selecting previously unselected package libpopt0:amd64. Unpacking libpopt0:amd64 (from .../libpopt0_1.16-7_amd64.deb) ... Selecting previously unselected package libssl1.0.0:amd64. Unpacking libssl1.0.0:amd64 (from .../libssl1.0.0_1.0.1c-3_amd64.deb) ... Selecting previously unselected package libudev0:amd64. Unpacking libudev0:amd64 (from .../libudev0_175-3.1_amd64.deb) ... Selecting previously unselected package udev. Unpacking udev (from .../udev_175-3.1_amd64.deb) ... Selecting previously unselected package libasprintf0c2:amd64. Unpacking libasprintf0c2:amd64 (from .../libasprintf0c2_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package libcap2:amd64. Unpacking libcap2:amd64 (from .../libcap2_1%3a2.22-1.1_amd64.deb) ... Selecting previously unselected package libevent-2.0-5:amd64. Unpacking libevent-2.0-5:amd64 (from .../libevent-2.0-5_2.0.19-stable-3_amd64.deb) ... Selecting previously unselected package libgpg-error0:amd64. Unpacking libgpg-error0:amd64 (from .../libgpg-error0_1.10-3_amd64.deb) ... Selecting previously unselected package libgcrypt11:amd64. Unpacking libgcrypt11:amd64 (from .../libgcrypt11_1.5.0-3_amd64.deb) ... Selecting previously unselected package libp11-kit0:amd64. Unpacking libp11-kit0:amd64 (from .../libp11-kit0_0.12-3_amd64.deb) ... Selecting previously unselected package libtasn1-3:amd64. Unpacking libtasn1-3:amd64 (from .../libtasn1-3_2.13-2_amd64.deb) ... Selecting previously unselected package libgnutls26:amd64. Unpacking libgnutls26:amd64 (from .../libgnutls26_2.12.20-1_amd64.deb) ... Selecting previously unselected package libgnutls-openssl27:amd64. Unpacking libgnutls-openssl27:amd64 (from .../libgnutls-openssl27_2.12.20-1_amd64.deb) ... Selecting previously unselected package libkeyutils1:amd64. Unpacking libkeyutils1:amd64 (from .../libkeyutils1_1.5.5-3_amd64.deb) ... Selecting previously unselected package libkrb5support0:amd64. Unpacking libkrb5support0:amd64 (from .../libkrb5support0_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libk5crypto3:amd64. Unpacking libk5crypto3:amd64 (from .../libk5crypto3_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libkrb5-3:amd64. Unpacking libkrb5-3:amd64 (from .../libkrb5-3_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Unpacking libgssapi-krb5-2:amd64 (from .../libgssapi-krb5-2_1.10.1+dfsg-1_amd64.deb) ... Selecting previously unselected package libsasl2-2:amd64. Unpacking libsasl2-2:amd64 (from .../libsasl2-2_2.1.25.dfsg1-4+b1_amd64.deb) ... Selecting previously unselected package libldap-2.4-2:amd64. Unpacking libldap-2.4-2:amd64 (from .../libldap-2.4-2_2.4.31-1_amd64.deb) ... Selecting previously unselected package libmagic1:amd64. Unpacking libmagic1:amd64 (from .../libmagic1_5.11-2_amd64.deb) ... Selecting previously unselected package libpcre3:amd64. Unpacking libpcre3:amd64 (from .../libpcre3_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libsqlite3-0:amd64. Unpacking libsqlite3-0:amd64 (from .../libsqlite3-0_3.7.13-1_amd64.deb) ... Selecting previously unselected package libwrap0:amd64. Unpacking libwrap0:amd64 (from .../libwrap0_7.6.q-23_amd64.deb) ... Selecting previously unselected package libxml2:amd64. Unpacking libxml2:amd64 (from .../libxml2_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package libasound2:amd64. Unpacking libasound2:amd64 (from .../libasound2_1.0.25-3_amd64.deb) ... Selecting previously unselected package libasyncns0:amd64. Unpacking libasyncns0:amd64 (from .../libasyncns0_0.8-4_amd64.deb) ... Selecting previously unselected package libatasmart4:amd64. Unpacking libatasmart4:amd64 (from .../libatasmart4_0.19-1_amd64.deb) ... Selecting previously unselected package libglib2.0-0:amd64. Unpacking libglib2.0-0:amd64 (from .../libglib2.0-0_2.32.3-1_amd64.deb) ... Selecting previously unselected package libatk1.0-data. Unpacking libatk1.0-data (from .../libatk1.0-data_2.4.0-2_all.deb) ... Selecting previously unselected package libatk1.0-0:amd64. Unpacking libatk1.0-0:amd64 (from .../libatk1.0-0_2.4.0-2_amd64.deb) ... Selecting previously unselected package 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 libjpeg8:amd64. Unpacking libjpeg8:amd64 (from .../libjpeg8_8d-1_amd64.deb) ... Selecting previously unselected package libjasper1:amd64. Unpacking libjasper1:amd64 (from .../libjasper1_1.900.1-13_amd64.deb) ... Selecting previously unselected package libjbig0:amd64. Unpacking libjbig0:amd64 (from .../libjbig0_2.0-2_amd64.deb) ... Selecting previously unselected package libtiff4:amd64. Unpacking libtiff4:amd64 (from .../libtiff4_3.9.6-6_amd64.deb) ... Selecting previously unselected package libgdk-pixbuf2.0-common. Unpacking libgdk-pixbuf2.0-common (from .../libgdk-pixbuf2.0-common_2.26.1-1_all.deb) ... Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. Unpacking libgdk-pixbuf2.0-0:amd64 (from .../libgdk-pixbuf2.0-0_2.26.1-1_amd64.deb) ... Selecting previously unselected package libgtk2.0-common. Unpacking libgtk2.0-common (from .../libgtk2.0-common_2.24.10-1_all.deb) ... Selecting previously unselected package libavahi-common-data:amd64. Unpacking libavahi-common-data:amd64 (from .../libavahi-common-data_0.6.31-1_amd64.deb) ... Selecting previously unselected package libavahi-common3:amd64. Unpacking libavahi-common3:amd64 (from .../libavahi-common3_0.6.31-1_amd64.deb) ... Selecting previously unselected package libdbus-1-3:amd64. Unpacking libdbus-1-3:amd64 (from .../libdbus-1-3_1.6.2-2_amd64.deb) ... Selecting previously unselected package libavahi-client3:amd64. Unpacking libavahi-client3:amd64 (from .../libavahi-client3_0.6.31-1_amd64.deb) ... Selecting previously unselected package libcups2:amd64. Unpacking libcups2:amd64 (from .../libcups2_1.5.3-2_amd64.deb) ... Selecting previously unselected package libthai-data. Unpacking libthai-data (from .../libthai-data_0.1.18-1_all.deb) ... Selecting previously unselected package libdatrie1:amd64. Unpacking libdatrie1:amd64 (from .../libdatrie1_0.2.5-3_amd64.deb) ... Selecting previously unselected package libthai0:amd64. Unpacking libthai0:amd64 (from .../libthai0_0.1.18-1_amd64.deb) ... Selecting previously unselected package libxft2:amd64. Unpacking libxft2:amd64 (from .../libxft2_2.3.1-1_amd64.deb) ... Selecting previously unselected package fontconfig. Unpacking fontconfig (from .../fontconfig_2.9.0-6_amd64.deb) ... Selecting previously unselected package libpango1.0-0:amd64. Unpacking libpango1.0-0:amd64 (from .../libpango1.0-0_1.30.0-1_amd64.deb) ... Selecting previously unselected package libxcomposite1:amd64. Unpacking libxcomposite1:amd64 (from .../libxcomposite1_1%3a0.4.3-2_amd64.deb) ... Selecting previously unselected package libxfixes3:amd64. Unpacking libxfixes3:amd64 (from .../libxfixes3_1%3a5.0-4_amd64.deb) ... Selecting previously unselected package libxcursor1:amd64. Unpacking libxcursor1:amd64 (from .../libxcursor1_1%3a1.1.13-1_amd64.deb) ... Selecting previously unselected package libxdamage1:amd64. Unpacking libxdamage1:amd64 (from .../libxdamage1_1%3a1.1.3-2_amd64.deb) ... Selecting previously unselected package libxext6:amd64. Unpacking libxext6:amd64 (from .../libxext6_2%3a1.3.1-2_amd64.deb) ... Selecting previously unselected package libxi6:amd64. Unpacking libxi6:amd64 (from .../libxi6_2%3a1.6.1-1_amd64.deb) ... Selecting previously unselected package libxinerama1:amd64. Unpacking libxinerama1:amd64 (from .../libxinerama1_2%3a1.1.2-1_amd64.deb) ... Selecting previously unselected package libxrandr2:amd64. Unpacking libxrandr2:amd64 (from .../libxrandr2_2%3a1.3.2-2_amd64.deb) ... Selecting previously unselected package shared-mime-info. Unpacking shared-mime-info (from .../shared-mime-info_1.0-1_amd64.deb) ... Selecting previously unselected package libgtk2.0-0:amd64. Unpacking libgtk2.0-0:amd64 (from .../libgtk2.0-0_2.24.10-1_amd64.deb) ... Selecting previously unselected package libatk-wrapper-java. Unpacking libatk-wrapper-java (from .../libatk-wrapper-java_0.30.4-2_all.deb) ... Selecting previously unselected package libatk-wrapper-java-jni:amd64. Unpacking libatk-wrapper-java-jni:amd64 (from .../libatk-wrapper-java-jni_0.30.4-2_amd64.deb) ... Selecting previously unselected package libavahi-glib1:amd64. Unpacking libavahi-glib1:amd64 (from .../libavahi-glib1_0.6.31-1_amd64.deb) ... Selecting previously unselected package libbluray1:amd64. Unpacking libbluray1:amd64 (from .../libbluray1_1%3a0.2.2-1_amd64.deb) ... Selecting previously unselected package libcairo-gobject2:amd64. Unpacking libcairo-gobject2:amd64 (from .../libcairo-gobject2_1.12.2-2_amd64.deb) ... Selecting previously unselected package libcairo-script-interpreter2:amd64. Unpacking libcairo-script-interpreter2:amd64 (from .../libcairo-script-interpreter2_1.12.2-2_amd64.deb) ... Selecting previously unselected package libltdl7:amd64. Unpacking libltdl7:amd64 (from .../libltdl7_2.4.2-1.1_amd64.deb) ... Selecting previously unselected package libogg0:amd64. Unpacking libogg0:amd64 (from .../libogg0_1.3.0-4_amd64.deb) ... Selecting previously unselected package libtdb1:amd64. Unpacking libtdb1:amd64 (from .../libtdb1_1.2.10-2_amd64.deb) ... Selecting previously unselected package libvorbis0a:amd64. Unpacking libvorbis0a:amd64 (from .../libvorbis0a_1.3.2-1.3_amd64.deb) ... Selecting previously unselected package libvorbisfile3:amd64. Unpacking libvorbisfile3:amd64 (from .../libvorbisfile3_1.3.2-1.3_amd64.deb) ... Selecting previously unselected package libcanberra0:amd64. Unpacking libcanberra0:amd64 (from .../libcanberra0_0.28-4_amd64.deb) ... Selecting previously unselected package libcroco3:amd64. Unpacking libcroco3:amd64 (from .../libcroco3_0.6.5-1_amd64.deb) ... Selecting previously unselected package libdbus-glib-1-2:amd64. Unpacking libdbus-glib-1-2:amd64 (from .../libdbus-glib-1-2_0.100-1_amd64.deb) ... Selecting previously unselected package dmsetup. Unpacking dmsetup (from .../dmsetup_2%3a1.02.74-4_amd64.deb) ... Selecting previously unselected package libdevmapper1.02.1:amd64. Unpacking libdevmapper1.02.1:amd64 (from .../libdevmapper1.02.1_2%3a1.02.74-4_amd64.deb) ... Selecting previously unselected package libdevmapper-event1.02.1:amd64. Unpacking libdevmapper-event1.02.1:amd64 (from .../libdevmapper-event1.02.1_2%3a1.02.74-4_amd64.deb) ... Selecting previously unselected package libdrm2:amd64. Unpacking libdrm2:amd64 (from .../libdrm2_2.4.33-3_amd64.deb) ... Selecting previously unselected package libelf1:amd64. Unpacking libelf1:amd64 (from .../libelf1_0.153-1_amd64.deb) ... Selecting previously unselected package libflac8:amd64. Unpacking libflac8:amd64 (from .../libflac8_1.2.1-6_amd64.deb) ... Selecting previously unselected package libfontenc1:amd64. Unpacking libfontenc1:amd64 (from .../libfontenc1_1%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package gconf2-common. Unpacking gconf2-common (from .../gconf2-common_3.2.5-1_all.deb) ... Selecting previously unselected package libgconf-2-4:amd64. Unpacking libgconf-2-4:amd64 (from .../libgconf-2-4_3.2.5-1_amd64.deb) ... Selecting previously unselected package libunistring0:amd64. Unpacking libunistring0:amd64 (from .../libunistring0_0.9.3-5_amd64.deb) ... Selecting previously unselected package libgettextpo0:amd64. Unpacking libgettextpo0:amd64 (from .../libgettextpo0_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package libglapi-mesa:amd64. Unpacking libglapi-mesa:amd64 (from .../libglapi-mesa_8.0.3-1_amd64.deb) ... Selecting previously unselected package libx11-xcb1:amd64. Unpacking libx11-xcb1:amd64 (from .../libx11-xcb1_2%3a1.5.0-1_amd64.deb) ... Selecting previously unselected package libxcb-glx0:amd64. Unpacking libxcb-glx0:amd64 (from .../libxcb-glx0_1.8.1-1_amd64.deb) ... Selecting previously unselected package libxxf86vm1:amd64. Unpacking libxxf86vm1:amd64 (from .../libxxf86vm1_1%3a1.1.2-1_amd64.deb) ... Selecting previously unselected package libgl1-mesa-glx:amd64. Unpacking libgl1-mesa-glx:amd64 (from .../libgl1-mesa-glx_8.0.3-1_amd64.deb) ... Selecting previously unselected package libgnome-keyring-common. Unpacking libgnome-keyring-common (from .../libgnome-keyring-common_3.4.1-1_all.deb) ... Selecting previously unselected package libgnome-keyring0:amd64. Unpacking libgnome-keyring0:amd64 (from .../libgnome-keyring0_3.4.1-1_amd64.deb) ... Selecting previously unselected package libgudev-1.0-0:amd64. Unpacking libgudev-1.0-0:amd64 (from .../libgudev-1.0-0_175-3.1_amd64.deb) ... Selecting previously unselected package libhunspell-1.3-0:amd64. Unpacking libhunspell-1.3-0:amd64 (from .../libhunspell-1.3-0_1.3.2-4_amd64.deb) ... Selecting previously unselected package 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 liblvm2app2.2:amd64. Unpacking liblvm2app2.2:amd64 (from .../liblvm2app2.2_2.02.95-4_amd64.deb) ... Selecting previously unselected package libnotify4:amd64. Unpacking libnotify4:amd64 (from .../libnotify4_0.7.5-1_amd64.deb) ... Selecting previously unselected package libnspr4:amd64. Unpacking libnspr4:amd64 (from .../libnspr4_2%3a4.9.1-1_amd64.deb) ... Selecting previously unselected package libnspr4-0d:amd64. Unpacking libnspr4-0d:amd64 (from .../libnspr4-0d_2%3a4.9.1-1_amd64.deb) ... Selecting previously unselected package libnss3:amd64. Unpacking libnss3:amd64 (from .../libnss3_2%3a3.13.5-1_amd64.deb) ... Selecting previously unselected package libparted0debian1:amd64. Unpacking libparted0debian1:amd64 (from .../libparted0debian1_2.3-10_amd64.deb) ... Selecting previously unselected package libpcrecpp0:amd64. Unpacking libpcrecpp0:amd64 (from .../libpcrecpp0_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libpcsclite1:amd64. Unpacking libpcsclite1:amd64 (from .../libpcsclite1_1.8.4-1_amd64.deb) ... Selecting previously unselected package libpolkit-gobject-1-0:amd64. Unpacking libpolkit-gobject-1-0:amd64 (from .../libpolkit-gobject-1-0_0.105-1_amd64.deb) ... Selecting previously unselected package libjson0:amd64. Unpacking libjson0:amd64 (from .../libjson0_0.9-1.1_amd64.deb) ... Selecting previously unselected package libsm6:amd64. Unpacking libsm6:amd64 (from .../libsm6_2%3a1.2.1-2_amd64.deb) ... Selecting previously unselected package libvorbisenc2:amd64. Unpacking libvorbisenc2:amd64 (from .../libvorbisenc2_1.3.2-1.3_amd64.deb) ... Selecting previously unselected package libsndfile1:amd64. Unpacking libsndfile1:amd64 (from .../libsndfile1_1.0.25-5_amd64.deb) ... Selecting previously unselected package libxtst6:amd64. Unpacking libxtst6:amd64 (from .../libxtst6_2%3a1.2.1-1_amd64.deb) ... Selecting previously unselected package libpulse0:amd64. Unpacking libpulse0:amd64 (from .../libpulse0_2.0-3_amd64.deb) ... Selecting previously unselected package libvpx1:amd64. Unpacking libvpx1:amd64 (from .../libvpx1_1.1.0-1_amd64.deb) ... Selecting previously unselected package libxt6:amd64. Unpacking libxt6:amd64 (from .../libxt6_1%3a1.1.3-1_amd64.deb) ... Selecting previously unselected package libxmu6:amd64. Unpacking libxmu6:amd64 (from .../libxmu6_2%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package libxpm4:amd64. Unpacking libxpm4:amd64 (from .../libxpm4_1%3a3.5.10-1_amd64.deb) ... Selecting previously unselected package libxaw7:amd64. Unpacking libxaw7:amd64 (from .../libxaw7_2%3a1.0.10-2_amd64.deb) ... Selecting previously unselected package libxcb-shape0:amd64. Unpacking libxcb-shape0:amd64 (from .../libxcb-shape0_1.8.1-1_amd64.deb) ... Selecting previously unselected package libxmuu1:amd64. Unpacking libxmuu1:amd64 (from .../libxmuu1_2%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package libxv1:amd64. Unpacking libxv1:amd64 (from .../libxv1_2%3a1.0.7-1_amd64.deb) ... Selecting previously unselected package libxxf86dga1:amd64. Unpacking libxxf86dga1:amd64 (from .../libxxf86dga1_2%3a1.1.3-2_amd64.deb) ... Selecting previously unselected package openjdk-6-jre-lib. Unpacking openjdk-6-jre-lib (from .../openjdk-6-jre-lib_6b24-1.11.3-2_all.deb) ... Selecting previously unselected package openssl. Unpacking openssl (from .../openssl_1.0.1c-3_amd64.deb) ... Selecting previously unselected package ca-certificates. Unpacking ca-certificates (from .../ca-certificates_20120623_all.deb) ... Selecting previously unselected package java-common. Unpacking java-common (from .../java-common_0.47_all.deb) ... Selecting previously unselected package default-jre-headless. Unpacking default-jre-headless (from .../default-jre-headless_1%3a1.6-47_amd64.deb) ... Selecting previously unselected package libnss3-1d:amd64. Unpacking libnss3-1d:amd64 (from .../libnss3-1d_2%3a3.13.5-1_amd64.deb) ... Selecting previously unselected package ca-certificates-java. Unpacking ca-certificates-java (from .../ca-certificates-java_20120608_all.deb) ... Selecting previously unselected package tzdata-java. Unpacking tzdata-java (from .../tzdata-java_2012c-1_all.deb) ... Selecting previously unselected package openjdk-6-jre-headless:amd64. Unpacking openjdk-6-jre-headless:amd64 (from .../openjdk-6-jre-headless_6b24-1.11.3-2_amd64.deb) ... Selecting previously unselected package libgnutlsxx27:amd64. Unpacking libgnutlsxx27:amd64 (from .../libgnutlsxx27_2.12.20-1_amd64.deb) ... Selecting previously unselected package libsystemd-login0:amd64. Unpacking libsystemd-login0:amd64 (from .../libsystemd-login0_44-3_amd64.deb) ... Selecting previously unselected package libxcb-util0:amd64. Unpacking libxcb-util0:amd64 (from .../libxcb-util0_0.3.8-2_amd64.deb) ... Selecting previously unselected package adduser. Unpacking adduser (from .../adduser_3.113+nmu3_all.deb) ... Selecting previously unselected package bsdmainutils. Unpacking bsdmainutils (from .../bsdmainutils_9.0.3_amd64.deb) ... Selecting previously unselected package groff-base. Unpacking groff-base (from .../groff-base_1.21-9_amd64.deb) ... Selecting previously unselected package man-db. Unpacking man-db (from .../man-db_2.6.2-1_amd64.deb) ... Selecting previously unselected package file. Unpacking file (from .../archives/file_5.11-2_amd64.deb) ... Selecting previously unselected package gettext-base. Unpacking gettext-base (from .../gettext-base_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package 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 libxml-commons-resolver1.1-java. Unpacking libxml-commons-resolver1.1-java (from .../libxml-commons-resolver1.1-java_1.2-7_all.deb) ... Selecting previously unselected package libxml-commons-external-java. Unpacking libxml-commons-external-java (from .../libxml-commons-external-java_1.4.01-2_all.deb) ... Selecting previously unselected package libxerces2-java. Unpacking libxerces2-java (from .../libxerces2-java_2.11.0-6_all.deb) ... Selecting previously unselected package ant. Unpacking ant (from .../archives/ant_1.8.2-4_all.deb) ... Selecting previously unselected package cdbs. Unpacking cdbs (from .../archives/cdbs_0.4.116_all.deb) ... Selecting previously unselected package dbus. Unpacking dbus (from .../dbus_1.6.2-2_amd64.deb) ... Selecting previously unselected package dbus-x11. Unpacking dbus-x11 (from .../dbus-x11_1.6.2-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 gconf-service. Unpacking gconf-service (from .../gconf-service_3.2.5-1_amd64.deb) ... Selecting previously unselected package psmisc. Unpacking psmisc (from .../psmisc_22.19-1_amd64.deb) ... Selecting previously unselected package gconf2. Unpacking gconf2 (from .../gconf2_3.2.5-1_amd64.deb) ... Selecting previously unselected package libgirepository-1.0-1. Unpacking libgirepository-1.0-1 (from .../libgirepository-1.0-1_1.32.1-1_amd64.deb) ... Selecting previously unselected package gir1.2-glib-2.0. Unpacking gir1.2-glib-2.0 (from .../gir1.2-glib-2.0_1.32.1-1_amd64.deb) ... Selecting previously unselected package gir1.2-atk-1.0. Unpacking gir1.2-atk-1.0 (from .../gir1.2-atk-1.0_2.4.0-2_amd64.deb) ... Selecting previously unselected package gir1.2-freedesktop. Unpacking gir1.2-freedesktop (from .../gir1.2-freedesktop_1.32.1-1_amd64.deb) ... Selecting previously unselected package gir1.2-gconf-2.0. Unpacking gir1.2-gconf-2.0 (from .../gir1.2-gconf-2.0_3.2.5-1_amd64.deb) ... Selecting previously unselected package gir1.2-gdkpixbuf-2.0. Unpacking gir1.2-gdkpixbuf-2.0 (from .../gir1.2-gdkpixbuf-2.0_2.26.1-1_amd64.deb) ... Selecting previously unselected package gir1.2-pango-1.0. Unpacking gir1.2-pango-1.0 (from .../gir1.2-pango-1.0_1.30.0-1_amd64.deb) ... Selecting previously unselected package gnome-mime-data. Unpacking gnome-mime-data (from .../gnome-mime-data_2.18.0-1_all.deb) ... Selecting previously unselected package libsgutils2-2. Unpacking libsgutils2-2 (from .../libsgutils2-2_1.33-1_amd64.deb) ... Selecting previously unselected package udisks. Unpacking udisks (from .../udisks_1.0.4-6_amd64.deb) ... Selecting previously unselected package libgdu0. Unpacking libgdu0 (from .../libgdu0_3.0.2-2_amd64.deb) ... Selecting previously unselected package x11-utils. Unpacking x11-utils (from .../x11-utils_7.7~1_amd64.deb) ... Selecting previously unselected package gvfs-common. Unpacking gvfs-common (from .../gvfs-common_1.12.3-1_all.deb) ... Selecting previously unselected package gvfs-libs:amd64. Unpacking gvfs-libs:amd64 (from .../gvfs-libs_1.12.3-1+b1_amd64.deb) ... Selecting previously unselected package gvfs-daemons. Unpacking gvfs-daemons (from .../gvfs-daemons_1.12.3-1+b1_amd64.deb) ... Selecting previously unselected package gvfs:amd64. Unpacking gvfs:amd64 (from .../gvfs_1.12.3-1+b1_amd64.deb) ... Selecting previously unselected package pkg-config. Unpacking pkg-config (from .../pkg-config_0.26-1_amd64.deb) ... Selecting previously unselected package libglib2.0-data. Unpacking libglib2.0-data (from .../libglib2.0-data_2.32.3-1_all.deb) ... Selecting previously unselected package libglib2.0-bin. Unpacking libglib2.0-bin (from .../libglib2.0-bin_2.32.3-1_amd64.deb) ... Selecting previously unselected package libpcre3-dev. Unpacking libpcre3-dev (from .../libpcre3-dev_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package zlib1g-dev:amd64. Unpacking zlib1g-dev:amd64 (from .../zlib1g-dev_1%3a1.2.7.dfsg-13_amd64.deb) ... Selecting previously unselected package libglib2.0-dev. Unpacking libglib2.0-dev (from .../libglib2.0-dev_2.32.3-1_amd64.deb) ... Selecting previously unselected package libatk1.0-dev. Unpacking libatk1.0-dev (from .../libatk1.0-dev_2.4.0-2_amd64.deb) ... Selecting previously unselected package libavahi-common-dev. Unpacking libavahi-common-dev (from .../libavahi-common-dev_0.6.31-1_amd64.deb) ... Selecting previously unselected package libdbus-1-dev. Unpacking libdbus-1-dev (from .../libdbus-1-dev_1.6.2-2_amd64.deb) ... Selecting previously unselected package libavahi-client-dev. Unpacking libavahi-client-dev (from .../libavahi-client-dev_0.6.31-1_amd64.deb) ... Selecting previously unselected package libavahi-glib-dev. Unpacking libavahi-glib-dev (from .../libavahi-glib-dev_0.6.31-1_amd64.deb) ... Selecting previously unselected package libbonobo2-common. Unpacking libbonobo2-common (from .../libbonobo2-common_2.24.3-1_all.deb) ... Selecting previously unselected package libidl0. Unpacking libidl0 (from .../libidl0_0.8.14-0.2_amd64.deb) ... Selecting previously unselected package liborbit2. Unpacking liborbit2 (from .../liborbit2_1%3a2.14.19-0.1_amd64.deb) ... Selecting previously unselected package libbonobo2-0. Unpacking libbonobo2-0 (from .../libbonobo2-0_2.24.3-1_amd64.deb) ... Selecting previously unselected package libidl-dev. Unpacking libidl-dev (from .../libidl-dev_0.8.14-0.2_amd64.deb) ... Selecting previously unselected package liborbit2-dev. Unpacking liborbit2-dev (from .../liborbit2-dev_1%3a2.14.19-0.1_amd64.deb) ... Selecting previously unselected package libpopt-dev:amd64. Unpacking libpopt-dev:amd64 (from .../libpopt-dev_1.16-7_amd64.deb) ... Selecting previously unselected package libbonobo2-dev. Unpacking libbonobo2-dev (from .../libbonobo2-dev_2.24.3-1_amd64.deb) ... Selecting previously unselected package libexpat1-dev. Unpacking libexpat1-dev (from .../libexpat1-dev_2.1.0-1_amd64.deb) ... Selecting previously unselected package libfreetype6-dev. Unpacking libfreetype6-dev (from .../libfreetype6-dev_2.4.9-1_amd64.deb) ... Selecting previously unselected package libfontconfig1-dev. Unpacking libfontconfig1-dev (from .../libfontconfig1-dev_2.9.0-6_amd64.deb) ... Selecting previously unselected package xorg-sgml-doctools. Unpacking xorg-sgml-doctools (from .../xorg-sgml-doctools_1%3a1.10-1_all.deb) ... Selecting previously unselected package x11proto-core-dev. Unpacking x11proto-core-dev (from .../x11proto-core-dev_7.0.23-1_all.deb) ... Selecting previously unselected package libxau-dev:amd64. Unpacking libxau-dev:amd64 (from .../libxau-dev_1%3a1.0.7-1_amd64.deb) ... Selecting previously unselected package libxdmcp-dev:amd64. Unpacking libxdmcp-dev:amd64 (from .../libxdmcp-dev_1%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package x11proto-input-dev. Unpacking x11proto-input-dev (from .../x11proto-input-dev_2.2-1_all.deb) ... Selecting previously unselected package x11proto-kb-dev. Unpacking x11proto-kb-dev (from .../x11proto-kb-dev_1.0.6-2_all.deb) ... Selecting previously unselected package xtrans-dev. Unpacking xtrans-dev (from .../xtrans-dev_1.2.7-1_all.deb) ... Selecting previously unselected package libpthread-stubs0:amd64. Unpacking libpthread-stubs0:amd64 (from .../libpthread-stubs0_0.3-3_amd64.deb) ... Selecting previously unselected package libpthread-stubs0-dev:amd64. Unpacking libpthread-stubs0-dev:amd64 (from .../libpthread-stubs0-dev_0.3-3_amd64.deb) ... Selecting previously unselected package libxcb1-dev:amd64. Unpacking libxcb1-dev:amd64 (from .../libxcb1-dev_1.8.1-1_amd64.deb) ... Selecting previously unselected package libx11-dev:amd64. Unpacking libx11-dev:amd64 (from .../libx11-dev_2%3a1.5.0-1_amd64.deb) ... Selecting previously unselected package x11proto-render-dev. Unpacking x11proto-render-dev (from .../x11proto-render-dev_2%3a0.11.1-2_all.deb) ... Selecting previously unselected package libxrender-dev:amd64. Unpacking libxrender-dev:amd64 (from .../libxrender-dev_1%3a0.9.7-1_amd64.deb) ... Selecting previously unselected package libpng12-dev. Unpacking libpng12-dev (from .../libpng12-dev_1.2.49-1_amd64.deb) ... Selecting previously unselected package libice-dev:amd64. Unpacking libice-dev:amd64 (from .../libice-dev_2%3a1.0.8-2_amd64.deb) ... Selecting previously unselected package libsm-dev:amd64. Unpacking libsm-dev:amd64 (from .../libsm-dev_2%3a1.2.1-2_amd64.deb) ... Selecting previously unselected package libpixman-1-dev. Unpacking libpixman-1-dev (from .../libpixman-1-dev_0.26.0-3_amd64.deb) ... Selecting previously unselected package libxcb-render0-dev:amd64. Unpacking libxcb-render0-dev:amd64 (from .../libxcb-render0-dev_1.8.1-1_amd64.deb) ... Selecting previously unselected package libxcb-shm0-dev:amd64. Unpacking libxcb-shm0-dev:amd64 (from .../libxcb-shm0-dev_1.8.1-1_amd64.deb) ... Selecting previously unselected package libcairo2-dev. Unpacking libcairo2-dev (from .../libcairo2-dev_1.12.2-2_amd64.deb) ... Selecting previously unselected package libcanberra-dev:amd64. Unpacking libcanberra-dev:amd64 (from .../libcanberra-dev_0.28-4_amd64.deb) ... Selecting previously unselected package libfam0. Unpacking libfam0 (from .../libfam0_2.7.0-17_amd64.deb) ... Selecting previously unselected package libgconf2-4:amd64. Unpacking libgconf2-4:amd64 (from .../libgconf2-4_3.2.5-1_amd64.deb) ... Selecting previously unselected package libgconf2-dev. Unpacking libgconf2-dev (from .../libgconf2-dev_3.2.5-1_amd64.deb) ... Selecting previously unselected package libgpg-error-dev. Unpacking libgpg-error-dev (from .../libgpg-error-dev_1.10-3_amd64.deb) ... Selecting previously unselected package libgcrypt11-dev. Unpacking libgcrypt11-dev (from .../libgcrypt11-dev_1.5.0-3_amd64.deb) ... Selecting previously unselected package libgdk-pixbuf2.0-dev. Unpacking libgdk-pixbuf2.0-dev (from .../libgdk-pixbuf2.0-dev_2.26.1-1_amd64.deb) ... Selecting previously unselected package libgif4. Unpacking libgif4 (from .../libgif4_4.1.6-9.1_amd64.deb) ... Selecting previously unselected package libgnomevfs2-common. Unpacking libgnomevfs2-common (from .../libgnomevfs2-common_1%3a2.24.4-1_all.deb) ... Selecting previously unselected package libgnomevfs2-0. Unpacking libgnomevfs2-0 (from .../libgnomevfs2-0_1%3a2.24.4-1_amd64.deb) ... Selecting previously unselected package libgnome2-common. Unpacking libgnome2-common (from .../libgnome2-common_2.32.1-2_all.deb) ... Selecting previously unselected package libgnome2-0. Unpacking libgnome2-0 (from .../libgnome2-0_2.32.1-2_amd64.deb) ... Selecting previously unselected package libtasn1-3-dev. Unpacking libtasn1-3-dev (from .../libtasn1-3-dev_2.13-2_amd64.deb) ... Selecting previously unselected package libp11-kit-dev. Unpacking libp11-kit-dev (from .../libp11-kit-dev_0.12-3_amd64.deb) ... Selecting previously unselected package libgnutls-dev. Unpacking libgnutls-dev (from .../libgnutls-dev_2.12.20-1_amd64.deb) ... Selecting previously unselected package libxml2-dev:amd64. Unpacking libxml2-dev:amd64 (from .../libxml2-dev_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package libsepol1-dev. Unpacking libsepol1-dev (from .../libsepol1-dev_2.1.4-3_amd64.deb) ... Selecting previously unselected package libselinux1-dev. Unpacking libselinux1-dev (from .../libselinux1-dev_2.1.9-5_amd64.deb) ... Selecting previously unselected package libgnomevfs2-dev. Unpacking libgnomevfs2-dev (from .../libgnomevfs2-dev_1%3a2.24.4-1_amd64.deb) ... Selecting previously unselected package libgnome2-dev. Unpacking libgnome2-dev (from .../libgnome2-dev_2.32.1-2_amd64.deb) ... Selecting previously unselected package libxft-dev. Unpacking libxft-dev (from .../libxft-dev_2.3.1-1_amd64.deb) ... Selecting previously unselected package libpango1.0-dev. Unpacking libpango1.0-dev (from .../libpango1.0-dev_1.30.0-1_amd64.deb) ... Selecting previously unselected package x11proto-xext-dev. Unpacking x11proto-xext-dev (from .../x11proto-xext-dev_7.2.1-1_all.deb) ... Selecting previously unselected package libxext-dev:amd64. Unpacking libxext-dev:amd64 (from .../libxext-dev_2%3a1.3.1-2_amd64.deb) ... Selecting previously unselected package x11proto-xinerama-dev. Unpacking x11proto-xinerama-dev (from .../x11proto-xinerama-dev_1.2.1-2_all.deb) ... Selecting previously unselected package libxinerama-dev:amd64. Unpacking libxinerama-dev:amd64 (from .../libxinerama-dev_2%3a1.1.2-1_amd64.deb) ... Selecting previously unselected package libxi-dev. Unpacking libxi-dev (from .../libxi-dev_2%3a1.6.1-1_amd64.deb) ... Selecting previously unselected package x11proto-randr-dev. Unpacking x11proto-randr-dev (from .../x11proto-randr-dev_1.3.2-2_all.deb) ... Selecting previously unselected package libxrandr-dev. Unpacking libxrandr-dev (from .../libxrandr-dev_2%3a1.3.2-2_amd64.deb) ... Selecting previously unselected package x11proto-fixes-dev. Unpacking x11proto-fixes-dev (from .../x11proto-fixes-dev_1%3a5.0-2_all.deb) ... Selecting previously unselected package libxfixes-dev. Unpacking libxfixes-dev (from .../libxfixes-dev_1%3a5.0-4_amd64.deb) ... Selecting previously unselected package libxcursor-dev:amd64. Unpacking libxcursor-dev:amd64 (from .../libxcursor-dev_1%3a1.1.13-1_amd64.deb) ... Selecting previously unselected package x11proto-composite-dev. Unpacking x11proto-composite-dev (from .../x11proto-composite-dev_1%3a0.4.2-2_all.deb) ... Selecting previously unselected package libxcomposite-dev. Unpacking libxcomposite-dev (from .../libxcomposite-dev_1%3a0.4.3-2_amd64.deb) ... Selecting previously unselected package x11proto-damage-dev. Unpacking x11proto-damage-dev (from .../x11proto-damage-dev_1%3a1.2.1-2_all.deb) ... Selecting previously unselected package libxdamage-dev. Unpacking libxdamage-dev (from .../libxdamage-dev_1%3a1.1.3-2_amd64.deb) ... Selecting previously unselected package libxml2-utils. Unpacking libxml2-utils (from .../libxml2-utils_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package libgtk2.0-dev. Unpacking libgtk2.0-dev (from .../libgtk2.0-dev_2.24.10-1_amd64.deb) ... Selecting previously unselected package libmozjs10d. Unpacking libmozjs10d (from .../libmozjs10d_10.0.5esr-2_amd64.deb) ... Selecting previously unselected package libnspr4-dev. Unpacking libnspr4-dev (from .../libnspr4-dev_2%3a4.9.1-1_amd64.deb) ... Selecting previously unselected package libmozjs-dev. Unpacking libmozjs-dev (from .../libmozjs-dev_10.0.5esr-2_amd64.deb) ... Selecting previously unselected package openjdk-6-jre:amd64. Unpacking openjdk-6-jre:amd64 (from .../openjdk-6-jre_6b24-1.11.3-2_amd64.deb) ... Selecting previously unselected package libnetx-java. Unpacking libnetx-java (from .../libnetx-java_0.5-2_all.deb) ... Selecting previously unselected package libnss3-dev. Unpacking libnss3-dev (from .../libnss3-dev_2%3a3.13.5-1_amd64.deb) ... Selecting previously unselected package libstartup-notification0. Unpacking libstartup-notification0 (from .../libstartup-notification0_0.12-1_amd64.deb) ... Selecting previously unselected package libxt-dev:amd64. Unpacking libxt-dev:amd64 (from .../libxt-dev_1%3a1.1.3-1_amd64.deb) ... Selecting previously unselected package openjdk-6-jdk:amd64. Unpacking openjdk-6-jdk:amd64 (from .../openjdk-6-jdk_6b24-1.11.3-2_amd64.deb) ... Selecting previously unselected package python-ply. Unpacking python-ply (from .../python-ply_3.4-3_all.deb) ... Selecting previously unselected package xulrunner-10.0. Unpacking xulrunner-10.0 (from .../xulrunner-10.0_10.0.5esr-2_amd64.deb) ... Selecting previously unselected package xulrunner-dev. Unpacking xulrunner-dev (from .../xulrunner-dev_10.0.5esr-2_amd64.deb) ... Selecting previously unselected package sbuild-build-depends-libjdic-java-dummy. Unpacking sbuild-build-depends-libjdic-java-dummy (from .../sbuild-build-depends-libjdic-java-dummy.deb) ... Setting up libncursesw5:amd64 (5.9-10) ... Setting up libpipeline1:amd64 (1.2.1-1) ... Setting up libpopt0:amd64 (1.16-7) ... Setting up libssl1.0.0:amd64 (1.0.1c-3) ... Setting up libudev0:amd64 (175-3.1) ... Setting up udev (175-3.1) ... A chroot environment has been detected, udev not started. Setting up libasprintf0c2:amd64 (0.18.1.1-9) ... Setting up libcap2:amd64 (1:2.22-1.1) ... Setting up libevent-2.0-5:amd64 (2.0.19-stable-3) ... Setting up libgpg-error0:amd64 (1.10-3) ... Setting up libgcrypt11:amd64 (1.5.0-3) ... Setting up libp11-kit0:amd64 (0.12-3) ... Setting up libtasn1-3:amd64 (2.13-2) ... Setting up libgnutls26:amd64 (2.12.20-1) ... Setting up libgnutls-openssl27:amd64 (2.12.20-1) ... Setting up libkeyutils1:amd64 (1.5.5-3) ... Setting up libkrb5support0:amd64 (1.10.1+dfsg-1) ... Setting up libk5crypto3:amd64 (1.10.1+dfsg-1) ... Setting up libkrb5-3:amd64 (1.10.1+dfsg-1) ... Setting up libgssapi-krb5-2:amd64 (1.10.1+dfsg-1) ... Setting up libsasl2-2:amd64 (2.1.25.dfsg1-4+b1) ... Setting up libldap-2.4-2:amd64 (2.4.31-1) ... Setting up libmagic1:amd64 (5.11-2) ... Setting up libpcre3:amd64 (1:8.30-5) ... Setting up libsqlite3-0:amd64 (3.7.13-1) ... Setting up libwrap0:amd64 (7.6.q-23) ... Setting up libxml2:amd64 (2.8.0+dfsg1-4) ... Setting up libasound2:amd64 (1.0.25-3) ... Setting up libasyncns0:amd64 (0.8-4) ... Setting up libatasmart4:amd64 (0.19-1) ... Setting up libglib2.0-0:amd64 (2.32.3-1) ... No schema files found: doing nothing. Setting up libatk1.0-data (2.4.0-2) ... Setting up libatk1.0-0:amd64 (2.4.0-2) ... Setting up 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 libjpeg8:amd64 (8d-1) ... Setting up libjasper1:amd64 (1.900.1-13) ... Setting up libjbig0:amd64 (2.0-2) ... Setting up libtiff4:amd64 (3.9.6-6) ... Setting up libgdk-pixbuf2.0-common (2.26.1-1) ... Setting up libgdk-pixbuf2.0-0:amd64 (2.26.1-1) ... Setting up libgtk2.0-common (2.24.10-1) ... Setting up libavahi-common-data:amd64 (0.6.31-1) ... Setting up libavahi-common3:amd64 (0.6.31-1) ... Setting up libdbus-1-3:amd64 (1.6.2-2) ... Setting up libavahi-client3:amd64 (0.6.31-1) ... Setting up libcups2:amd64 (1.5.3-2) ... Setting up libthai-data (0.1.18-1) ... Setting up libdatrie1:amd64 (0.2.5-3) ... Setting up libthai0:amd64 (0.1.18-1) ... Setting up libxft2:amd64 (2.3.1-1) ... Setting up fontconfig (2.9.0-6) ... Cleaning up old fontconfig caches... done. Regenerating fonts cache... done. Setting up libpango1.0-0:amd64 (1.30.0-1) ... Setting up libxcomposite1:amd64 (1:0.4.3-2) ... Setting up libxfixes3:amd64 (1:5.0-4) ... Setting up libxcursor1:amd64 (1:1.1.13-1) ... Setting up libxdamage1:amd64 (1:1.1.3-2) ... Setting up libxext6:amd64 (2:1.3.1-2) ... Setting up libxi6:amd64 (2:1.6.1-1) ... Setting up libxinerama1:amd64 (2:1.1.2-1) ... Setting up libxrandr2:amd64 (2:1.3.2-2) ... Setting up shared-mime-info (1.0-1) ... Setting up libgtk2.0-0:amd64 (2.24.10-1) ... Setting up libatk-wrapper-java (0.30.4-2) ... Setting up libatk-wrapper-java-jni:amd64 (0.30.4-2) ... Setting up libavahi-glib1:amd64 (0.6.31-1) ... Setting up libbluray1:amd64 (1:0.2.2-1) ... Setting up libcairo-gobject2:amd64 (1.12.2-2) ... Setting up libcairo-script-interpreter2:amd64 (1.12.2-2) ... Setting up libltdl7:amd64 (2.4.2-1.1) ... Setting up libogg0:amd64 (1.3.0-4) ... Setting up libtdb1:amd64 (1.2.10-2) ... Setting up libvorbis0a:amd64 (1.3.2-1.3) ... Setting up libvorbisfile3:amd64 (1.3.2-1.3) ... Setting up libcanberra0:amd64 (0.28-4) ... Setting up libcroco3:amd64 (0.6.5-1) ... Setting up libdbus-glib-1-2:amd64 (0.100-1) ... Setting up libdrm2:amd64 (2.4.33-3) ... Setting up libelf1:amd64 (0.153-1) ... Setting up libflac8:amd64 (1.2.1-6) ... Setting up libfontenc1:amd64 (1:1.1.1-1) ... Setting up gconf2-common (3.2.5-1) ... Creating config file /etc/gconf/2/path with new version Setting up libgconf-2-4:amd64 (3.2.5-1) ... Setting up libunistring0:amd64 (0.9.3-5) ... Setting up libgettextpo0:amd64 (0.18.1.1-9) ... Setting up libglapi-mesa:amd64 (8.0.3-1) ... Setting up libx11-xcb1:amd64 (2:1.5.0-1) ... Setting up libxcb-glx0:amd64 (1.8.1-1) ... Setting up libxxf86vm1:amd64 (1:1.1.2-1) ... Setting up libgl1-mesa-glx:amd64 (8.0.3-1) ... Setting up libgnome-keyring-common (3.4.1-1) ... Setting up libgnome-keyring0:amd64 (3.4.1-1) ... Setting up libgudev-1.0-0:amd64 (175-3.1) ... Setting up libhunspell-1.3-0:amd64 (1.3.2-4) ... Setting up 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 libnotify4:amd64 (0.7.5-1) ... Setting up libnspr4:amd64 (2:4.9.1-1) ... Setting up libnspr4-0d:amd64 (2:4.9.1-1) ... Setting up libnss3:amd64 (2:3.13.5-1) ... Setting up libpcrecpp0:amd64 (1:8.30-5) ... Setting up libpcsclite1:amd64 (1.8.4-1) ... Setting up libpolkit-gobject-1-0:amd64 (0.105-1) ... Setting up libjson0:amd64 (0.9-1.1) ... Setting up libsm6:amd64 (2:1.2.1-2) ... Setting up libvorbisenc2:amd64 (1.3.2-1.3) ... Setting up libsndfile1:amd64 (1.0.25-5) ... Setting up libxtst6:amd64 (2:1.2.1-1) ... Setting up libpulse0:amd64 (2.0-3) ... Setting up libvpx1:amd64 (1.1.0-1) ... Setting up libxt6:amd64 (1:1.1.3-1) ... Setting up libxmu6:amd64 (2:1.1.1-1) ... Setting up libxpm4:amd64 (1:3.5.10-1) ... Setting up libxaw7:amd64 (2:1.0.10-2) ... Setting up libxcb-shape0:amd64 (1.8.1-1) ... Setting up libxmuu1:amd64 (2:1.1.1-1) ... Setting up libxv1:amd64 (2:1.0.7-1) ... Setting up libxxf86dga1:amd64 (2:1.1.3-2) ... Setting up 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 java-common (0.47) ... Setting up tzdata-java (2012c-1) ... Setting up libnss3-1d:amd64 (2:3.13.5-1) ... Setting up libgnutlsxx27:amd64 (2.12.20-1) ... Setting up libsystemd-login0:amd64 (44-3) ... Setting up libxcb-util0:amd64 (0.3.8-2) ... Setting up adduser (3.113+nmu3) ... Setting up bsdmainutils (9.0.3) ... update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode Setting up groff-base (1.21-9) ... Setting up man-db (2.6.2-1) ... Building database of manual pages ... Setting up file (5.11-2) ... Setting up gettext-base (0.18.1.1-9) ... Setting up 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 libxml-commons-resolver1.1-java (1.2-7) ... Setting up libxml-commons-external-java (1.4.01-2) ... Setting up libxerces2-java (2.11.0-6) ... Setting up cdbs (0.4.116) ... Setting up dbus (1.6.2-2) ... All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up dbus-x11 (1.6.2-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 gconf-service (3.2.5-1) ... Setting up psmisc (22.19-1) ... Setting up gconf2 (3.2.5-1) ... update-alternatives: using /usr/bin/gconftool-2 to provide /usr/bin/gconftool (gconftool) in auto mode Setting up libgirepository-1.0-1 (1.32.1-1) ... Setting up gir1.2-glib-2.0 (1.32.1-1) ... Setting up gir1.2-atk-1.0 (2.4.0-2) ... Setting up gir1.2-freedesktop (1.32.1-1) ... Setting up gir1.2-gconf-2.0 (3.2.5-1) ... Setting up gir1.2-gdkpixbuf-2.0 (2.26.1-1) ... Setting up gir1.2-pango-1.0 (1.30.0-1) ... Setting up gnome-mime-data (2.18.0-1) ... Setting up libsgutils2-2 (1.33-1) ... Setting up x11-utils (7.7~1) ... Setting up gvfs-common (1.12.3-1) ... Setting up gvfs-libs:amd64 (1.12.3-1+b1) ... Setting up pkg-config (0.26-1) ... Setting up libglib2.0-data (2.32.3-1) ... Setting up libglib2.0-bin (2.32.3-1) ... Setting up libpcre3-dev (1:8.30-5) ... Setting up zlib1g-dev:amd64 (1:1.2.7.dfsg-13) ... Setting up libglib2.0-dev (2.32.3-1) ... Setting up libatk1.0-dev (2.4.0-2) ... Setting up libavahi-common-dev (0.6.31-1) ... Setting up libdbus-1-dev (1.6.2-2) ... Setting up libavahi-client-dev (0.6.31-1) ... Setting up libavahi-glib-dev (0.6.31-1) ... Setting up libbonobo2-common (2.24.3-1) ... Setting up libidl0 (0.8.14-0.2) ... Setting up liborbit2 (1:2.14.19-0.1) ... Setting up libbonobo2-0 (2.24.3-1) ... Setting up libidl-dev (0.8.14-0.2) ... Setting up liborbit2-dev (1:2.14.19-0.1) ... Setting up libpopt-dev:amd64 (1.16-7) ... Setting up libbonobo2-dev (2.24.3-1) ... Setting up libexpat1-dev (2.1.0-1) ... Setting up libfreetype6-dev (2.4.9-1) ... Setting up libfontconfig1-dev (2.9.0-6) ... Setting up xorg-sgml-doctools (1:1.10-1) ... Setting up x11proto-core-dev (7.0.23-1) ... Setting up libxau-dev:amd64 (1:1.0.7-1) ... Setting up libxdmcp-dev:amd64 (1:1.1.1-1) ... Setting up x11proto-input-dev (2.2-1) ... Setting up x11proto-kb-dev (1.0.6-2) ... Setting up xtrans-dev (1.2.7-1) ... Setting up libpthread-stubs0:amd64 (0.3-3) ... Setting up libpthread-stubs0-dev:amd64 (0.3-3) ... Setting up libxcb1-dev:amd64 (1.8.1-1) ... Setting up libx11-dev:amd64 (2:1.5.0-1) ... Setting up x11proto-render-dev (2:0.11.1-2) ... Setting up libxrender-dev:amd64 (1:0.9.7-1) ... Setting up libpng12-dev (1.2.49-1) ... Setting up libice-dev:amd64 (2:1.0.8-2) ... Setting up libsm-dev:amd64 (2:1.2.1-2) ... Setting up libpixman-1-dev (0.26.0-3) ... Setting up libxcb-render0-dev:amd64 (1.8.1-1) ... Setting up libxcb-shm0-dev:amd64 (1.8.1-1) ... Setting up libcairo2-dev (1.12.2-2) ... Setting up libcanberra-dev:amd64 (0.28-4) ... Setting up libfam0 (2.7.0-17) ... Setting up libgconf2-4:amd64 (3.2.5-1) ... Setting up libgconf2-dev (3.2.5-1) ... Setting up libgpg-error-dev (1.10-3) ... Setting up libgcrypt11-dev (1.5.0-3) ... Setting up libgdk-pixbuf2.0-dev (2.26.1-1) ... Setting up libgif4 (4.1.6-9.1) ... Setting up libgnomevfs2-common (1:2.24.4-1) ... Setting up libgnomevfs2-0 (1:2.24.4-1) ... Setting up libgnome2-common (2.32.1-2) ... Setting up libtasn1-3-dev (2.13-2) ... Setting up libp11-kit-dev (0.12-3) ... Setting up libgnutls-dev (2.12.20-1) ... Setting up libxml2-dev:amd64 (2.8.0+dfsg1-4) ... Setting up libsepol1-dev (2.1.4-3) ... Setting up libselinux1-dev (2.1.9-5) ... Setting up libgnomevfs2-dev (1:2.24.4-1) ... Setting up libxft-dev (2.3.1-1) ... Setting up libpango1.0-dev (1.30.0-1) ... Setting up x11proto-xext-dev (7.2.1-1) ... Setting up libxext-dev:amd64 (2:1.3.1-2) ... Setting up x11proto-xinerama-dev (1.2.1-2) ... Setting up libxinerama-dev:amd64 (2:1.1.2-1) ... Setting up libxi-dev (2:1.6.1-1) ... Setting up x11proto-randr-dev (1.3.2-2) ... Setting up libxrandr-dev (2:1.3.2-2) ... Setting up x11proto-fixes-dev (1:5.0-2) ... Setting up libxfixes-dev (1:5.0-4) ... Setting up libxcursor-dev:amd64 (1:1.1.13-1) ... Setting up x11proto-composite-dev (1:0.4.2-2) ... Setting up libxcomposite-dev (1:0.4.3-2) ... Setting up x11proto-damage-dev (1:1.2.1-2) ... Setting up libxdamage-dev (1:1.1.3-2) ... Setting up libxml2-utils (2.8.0+dfsg1-4) ... Setting up libgtk2.0-dev (2.24.10-1) ... Setting up libmozjs10d (10.0.5esr-2) ... Setting up libnspr4-dev (2:4.9.1-1) ... Setting up libmozjs-dev (10.0.5esr-2) ... Setting up libnss3-dev (2:3.13.5-1) ... Setting up libstartup-notification0 (0.12-1) ... Setting up libxt-dev:amd64 (1:1.1.3-1) ... Setting up python-ply (3.4-3) ... Setting up xulrunner-10.0 (10.0.5esr-2) ... Setting up xulrunner-dev (10.0.5esr-2) ... Setting up openjdk-6-jre-headless:amd64 (6b24-1.11.3-2) ... update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode Setting up default-jre-headless (1:1.6-47) ... Setting up ant (1.8.2-4) ... Setting up openjdk-6-jre:amd64 (6b24-1.11.3-2) ... update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/policytool to provide /usr/bin/policytool (policytool) in auto mode Setting up libnetx-java (0.5-2) ... Setting up openjdk-6-jdk:amd64 (6b24-1.11.3-2) ... update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/appletviewer to provide /usr/bin/appletviewer (appletviewer) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/extcheck to provide /usr/bin/extcheck (extcheck) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/idlj to provide /usr/bin/idlj (idlj) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/javah to provide /usr/bin/javah (javah) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/jhat to provide /usr/bin/jhat (jhat) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/jsadebugd to provide /usr/bin/jsadebugd (jsadebugd) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/native2ascii to provide /usr/bin/native2ascii (native2ascii) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/schemagen to provide /usr/bin/schemagen (schemagen) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/wsgen to provide /usr/bin/wsgen (wsgen) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/wsimport to provide /usr/bin/wsimport (wsimport) in auto mode update-alternatives: using /usr/lib/jvm/java-6-openjdk-amd64/bin/xjc to provide /usr/bin/xjc (xjc) in auto mode Setting up libdevmapper1.02.1:amd64 (2:1.02.74-4) ... Setting up libdevmapper-event1.02.1:amd64 (2:1.02.74-4) ... Setting up liblvm2app2.2:amd64 (2.02.95-4) ... Setting up libparted0debian1:amd64 (2.3-10) ... Setting up ca-certificates-java (20120608) ... Adding debian:spi-cacert-2008.pem Adding debian:spi-ca-2003.pem Adding debian:thawte_Primary_Root_CA_-_G3.pem Adding debian:thawte_Primary_Root_CA_-_G2.pem Adding debian:thawte_Primary_Root_CA.pem Adding debian:ePKI_Root_Certification_Authority.pem Adding debian:certSIGN_ROOT_CA.pem Adding debian:XRamp_Global_CA_Root.pem Adding debian:Wells_Fargo_Root_CA.pem Adding debian:WellsSecure_Public_Root_Certificate_Authority.pem Adding debian:Visa_eCommerce_Root.pem Adding debian:Verisign_Class_4_Public_Primary_Certification_Authority_-_G3.pem Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.pem Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority.pem Adding debian:Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem Adding debian:Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.pem Adding debian:Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.pem Adding debian:Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.pem Adding debian:Verisign_Class_1_Public_Primary_Certification_Authority.pem Adding debian:VeriSign_Universal_Root_Certification_Authority.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem Adding debian:ValiCert_Class_2_VA.pem Adding debian:ValiCert_Class_1_VA.pem Adding debian:UTN_USERFirst_Hardware_Root_CA.pem Adding debian:UTN_USERFirst_Email_Root_CA.pem Adding debian:UTN_DATACorp_SGC_Root_CA.pem Adding debian:TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.pem Adding debian:Thawte_Server_CA.pem Adding debian:Thawte_Premium_Server_CA.pem Adding debian:Taiwan_GRCA.pem Adding debian:TWCA_Root_Certification_Authority.pem Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2.pem Adding debian:TURKTRUST_Certificate_Services_Provider_Root_1.pem Adding debian:TDC_OCES_Root_CA.pem Adding debian:TDC_Internet_Root_CA.pem Adding debian:TC_TrustCenter_Universal_CA_III.pem Adding debian:TC_TrustCenter_Universal_CA_I.pem Adding debian:TC_TrustCenter_Class_3_CA_II.pem Adding debian:TC_TrustCenter_Class_2_CA_II.pem Adding debian:Swisscom_Root_CA_1.pem Adding debian:SwissSign_Silver_CA_-_G2.pem Adding debian:SwissSign_Platinum_CA_-_G2.pem Adding debian:SwissSign_Gold_CA_-_G2.pem Adding debian:StartCom_Certification_Authority.pem Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem Adding debian:Starfield_Class_2_CA.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem Adding debian:Staat_der_Nederlanden_Root_CA.pem Adding debian:Sonera_Class_2_Root_CA.pem Adding debian:Sonera_Class_1_Root_CA.pem Adding debian:Security_Communication_Root_CA.pem Adding debian:Security_Communication_RootCA2.pem Adding debian:Security_Communication_EV_RootCA1.pem Adding debian:Secure_Global_CA.pem Adding debian:SecureTrust_CA.pem Adding debian:SecureSign_RootCA11.pem Adding debian:S-TRUST_Authentication_and_Encryption_Root_CA_2005_PN.pem Adding debian:Root_CA_Generalitat_Valenciana.pem Adding debian:RSA_Security_2048_v3.pem Adding debian:RSA_Root_Certificate_1.pem Adding debian:QuoVadis_Root_CA_3.pem Adding debian:QuoVadis_Root_CA_2.pem Adding debian:QuoVadis_Root_CA.pem Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem Adding debian:Network_Solutions_Certificate_Authority.pem Adding debian:NetLock_Qualified_=Class_QA=_Root.pem Adding debian:NetLock_Notary_=Class_A=_Root.pem Adding debian:NetLock_Express_=Class_C=_Root.pem Adding debian:NetLock_Business_=Class_B=_Root.pem Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem Adding debian:Microsec_e-Szigno_Root_CA_2009.pem Adding debian:Microsec_e-Szigno_Root_CA.pem Adding debian:Juur-SK.pem Adding debian:Izenpe.com.pem Adding debian:IGC_A.pem Adding debian:Hongkong_Post_Root_CA_1.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem Adding debian:Go_Daddy_Class_2_CA.pem Adding debian:Global_Chambersign_Root_-_2008.pem Adding debian:GlobalSign_Root_CA_-_R3.pem Adding debian:GlobalSign_Root_CA_-_R2.pem Adding debian:GlobalSign_Root_CA.pem Adding debian:GeoTrust_Universal_CA_2.pem Adding debian:GeoTrust_Universal_CA.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem Adding debian:GeoTrust_Primary_Certification_Authority.pem Adding debian:GeoTrust_Global_CA_2.pem Adding debian:GeoTrust_Global_CA.pem Adding debian:GTE_CyberTrust_Global_Root.pem Adding debian:Firmaprofesional_Root_CA.pem Adding debian:Equifax_Secure_eBusiness_CA_2.pem Adding debian:Equifax_Secure_eBusiness_CA_1.pem Adding debian:Equifax_Secure_Global_eBusiness_CA.pem Adding debian:Equifax_Secure_CA.pem Adding debian:Entrust_Root_Certification_Authority.pem Adding debian:Entrust.net_Secure_Server_CA.pem Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem Adding debian:EC-ACC.pem Adding debian:EBG_Elektronik_Sertifika_Hizmet_Sağlayıcısı.pem Adding debian:E-Guven_Kok_Elektronik_Sertifika_Hizmet_Saglayicisi.pem Adding debian:Digital_Signature_Trust_Co._Global_CA_3.pem Adding debian:Digital_Signature_Trust_Co._Global_CA_1.pem Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem Adding debian:DigiCert_Global_Root_CA.pem Adding debian:DigiCert_Assured_ID_Root_CA.pem Adding debian:Deutsche_Telekom_Root_CA_2.pem Adding debian:DST_Root_CA_X3.pem Adding debian:DST_ACES_CA_X6.pem Adding debian:Cybertrust_Global_Root.pem Adding debian:Comodo_Trusted_Services_root.pem Adding debian:Comodo_Secure_Services_root.pem Adding debian:Comodo_AAA_Services_root.pem Adding debian:ComSign_Secured_CA.pem Adding debian:ComSign_CA.pem Adding debian:Chambers_of_Commerce_Root_-_2008.pem Adding debian:Certum_Trusted_Network_CA.pem Adding debian:Certum_Root_CA.pem Adding debian:Certplus_Class_2_Primary_CA.pem Adding debian:Certinomis_-_Autorité_Racine.pem Adding debian:Certigna.pem Adding debian:Camerfirma_Global_Chambersign_Root.pem Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem Adding debian:COMODO_ECC_Certification_Authority.pem Adding debian:COMODO_Certification_Authority.pem Adding debian:CNNIC_ROOT.pem Adding debian:CA_Disig.pem Adding debian:Buypass_Class_3_CA_1.pem Adding debian:Buypass_Class_2_CA_1.pem Adding debian:Baltimore_CyberTrust_Root.pem Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem Adding debian:ApplicationCA_-_Japanese_Government.pem Adding debian:America_Online_Root_Certification_Authority_2.pem Adding debian:America_Online_Root_Certification_Authority_1.pem Adding debian:AffirmTrust_Premium_ECC.pem Adding debian:AffirmTrust_Premium.pem Adding debian:AffirmTrust_Networking.pem Adding debian:AffirmTrust_Commercial.pem Adding debian:AddTrust_Qualified_Certificates_Root.pem Adding debian:AddTrust_Public_Services_Root.pem Adding debian:AddTrust_Low-Value_Services_Root.pem Adding debian:AddTrust_External_Root.pem Adding debian:AC_Raíz_Certicámara_S.A..pem Adding debian:ACEDICOM_Root.pem Adding debian:A-Trust-nQual-03.pem Adding debian:ca.pem Adding debian:cacert.org.pem done. Setting up openjdk-6-jre-lib (6b24-1.11.3-2) ... Setting up udisks (1.0.4-6) ... Setting up libgdu0 (3.0.2-2) ... Setting up gvfs-daemons (1.12.3-1+b1) ... Setting up gvfs:amd64 (1.12.3-1+b1) ... Setting up libgnome2-0 (2.32.1-2) ... Setting up libgnome2-dev (2.32.1-2) ... Setting up sbuild-build-depends-libjdic-java-dummy (0.invalid.0) ... Setting up dmsetup (2:1.02.74-4) ... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build environment │ └──────────────────────────────────────────────────────────────────────────────┘ Kernel: Linux 2.6.32-5-xen-amd64 amd64 (x86_64) Toolchain package versions: binutils_2.22-7 dpkg-dev_1.16.7 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc-4.6_4.6.3-8 gcc-4.7_4.7.1-3 libc6-dev_2.13-34 libstdc++6_4.7.1-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 linux-libc-dev_3.2.21-3 Package versions: adduser_3.113+nmu3 ant_1.8.2-4 apt_0.9.7.1 base-files_6.11 base-passwd_3.5.26 bash_4.2-3 binutils_2.22-7 bsdmainutils_9.0.3 bsdutils_1:2.20.1-5.1 build-essential_11.5 bzip2_1.0.6-3 ca-certificates_20120623 ca-certificates-java_20120608 cdbs_0.4.116 clang_3.1-8 coreutils_8.13-3.2 cpp_4:4.7.1-1 cpp-4.6_4.6.3-8 cpp-4.7_4.7.1-3 dash_0.5.7-3 dbus_1.6.2-2 dbus-x11_1.6.2-2 debconf_1.5.45 debconf-i18n_1.5.45 debfoster_2.7-1.1 debhelper_9.20120608 debian-archive-keyring_2012.4 debianutils_4.3.2 default-jre-headless_1:1.6-47 diffutils_1:3.2-6 dmsetup_2:1.02.74-4 dpkg_1.16.7 dpkg-dev_1.16.7 e2fslibs_1.42.4-3 e2fsprogs_1.42.4-3 fakeroot_1.18.4-2 file_5.11-2 findutils_4.4.2-4 fontconfig_2.9.0-6 fontconfig-config_2.9.0-6 g++_4:4.7.1-1 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc_4:4.7.1-1 gcc-4.4-base_4.4.7-1 gcc-4.5-base_4.5.4-1 gcc-4.6_4.6.3-8 gcc-4.6-base_4.6.3-8 gcc-4.7_4.7.1-3 gcc-4.7-base_4.7.1-3 gconf-service_3.2.5-1 gconf2_3.2.5-1 gconf2-common_3.2.5-1 gettext_0.18.1.1-9 gettext-base_0.18.1.1-9 gir1.2-atk-1.0_2.4.0-2 gir1.2-freedesktop_1.32.1-1 gir1.2-gconf-2.0_3.2.5-1 gir1.2-gdkpixbuf-2.0_2.26.1-1 gir1.2-glib-2.0_1.32.1-1 gir1.2-pango-1.0_1.30.0-1 gnome-mime-data_2.18.0-1 gnupg_1.4.12-4+b1 gpgv_1.4.12-4+b1 grep_2.12-2 groff-base_1.21-9 gvfs_1.12.3-1+b1 gvfs-common_1.12.3-1 gvfs-daemons_1.12.3-1+b1 gvfs-libs_1.12.3-1+b1 gzip_1.5-1.1 hostname_3.11 html2text_1.3.2a-15 initscripts_2.88dsf-28 insserv_1.14.0-4 intltool-debian_0.35.0+20060710.1 java-common_0.47 libacl1_2.2.51-8 libapt-pkg4.12_0.9.7.1 libasound2_1.0.25-3 libasprintf0c2_0.18.1.1-9 libasyncns0_0.8-4 libatasmart4_0.19-1 libatk-wrapper-java_0.30.4-2 libatk-wrapper-java-jni_0.30.4-2 libatk1.0-0_2.4.0-2 libatk1.0-data_2.4.0-2 libatk1.0-dev_2.4.0-2 libattr1_1:2.4.46-8 libavahi-client-dev_0.6.31-1 libavahi-client3_0.6.31-1 libavahi-common-data_0.6.31-1 libavahi-common-dev_0.6.31-1 libavahi-common3_0.6.31-1 libavahi-glib-dev_0.6.31-1 libavahi-glib1_0.6.31-1 libblkid1_2.20.1-5.1 libbluray1_1:0.2.2-1 libbonobo2-0_2.24.3-1 libbonobo2-common_2.24.3-1 libbonobo2-dev_2.24.3-1 libbz2-1.0_1.0.6-3 libc-bin_2.13-34 libc-dev-bin_2.13-34 libc6_2.13-34 libc6-dev_2.13-34 libcairo-gobject2_1.12.2-2 libcairo-script-interpreter2_1.12.2-2 libcairo2_1.12.2-2 libcairo2-dev_1.12.2-2 libcanberra-dev_0.28-4 libcanberra0_0.28-4 libcap2_1:2.22-1.1 libclang-common-dev_3.1-8 libclass-isa-perl_0.36-3 libcomerr2_1.42.4-3 libcroco3_0.6.5-1 libcups2_1.5.3-2 libdatrie1_0.2.5-3 libdb5.1_5.1.29-5 libdbus-1-3_1.6.2-2 libdbus-1-dev_1.6.2-2 libdbus-glib-1-2_0.100-1 libdevmapper-event1.02.1_2:1.02.74-4 libdevmapper1.02.1_2:1.02.74-4 libdpkg-perl_1.16.7 libdrm2_2.4.33-3 libelf1_0.153-1 libevent-2.0-5_2.0.19-stable-3 libexpat1_2.1.0-1 libexpat1-dev_2.1.0-1 libfam0_2.7.0-17 libffi5_3.0.10-3 libfile-fcntllock-perl_0.14-2 libflac8_1.2.1-6 libfontconfig1_2.9.0-6 libfontconfig1-dev_2.9.0-6 libfontenc1_1:1.1.1-1 libfreetype6_2.4.9-1 libfreetype6-dev_2.4.9-1 libgc1c2_1:7.1-8 libgcc1_1:4.7.1-3 libgconf-2-4_3.2.5-1 libgconf2-4_3.2.5-1 libgconf2-dev_3.2.5-1 libgcrypt11_1.5.0-3 libgcrypt11-dev_1.5.0-3 libgdbm3_1.8.3-11 libgdk-pixbuf2.0-0_2.26.1-1 libgdk-pixbuf2.0-common_2.26.1-1 libgdk-pixbuf2.0-dev_2.26.1-1 libgdu0_3.0.2-2 libgettextpo0_0.18.1.1-9 libgif4_4.1.6-9.1 libgirepository-1.0-1_1.32.1-1 libgl1-mesa-glx_8.0.3-1 libglapi-mesa_8.0.3-1 libglib2.0-0_2.32.3-1 libglib2.0-bin_2.32.3-1 libglib2.0-data_2.32.3-1 libglib2.0-dev_2.32.3-1 libgmp10_2:5.0.5+dfsg-2 libgnome-keyring-common_3.4.1-1 libgnome-keyring0_3.4.1-1 libgnome2-0_2.32.1-2 libgnome2-common_2.32.1-2 libgnome2-dev_2.32.1-2 libgnomevfs2-0_1:2.24.4-1 libgnomevfs2-common_1:2.24.4-1 libgnomevfs2-dev_1:2.24.4-1 libgnutls-dev_2.12.20-1 libgnutls-openssl27_2.12.20-1 libgnutls26_2.12.20-1 libgnutlsxx27_2.12.20-1 libgomp1_4.7.1-3 libgpg-error-dev_1.10-3 libgpg-error0_1.10-3 libgssapi-krb5-2_1.10.1+dfsg-1 libgtk2.0-0_2.24.10-1 libgtk2.0-common_2.24.10-1 libgtk2.0-dev_2.24.10-1 libgudev-1.0-0_175-3.1 libhunspell-1.3-0_1.3.2-4 libice-dev_2:1.0.8-2 libice6_2:1.0.8-2 libidl-dev_0.8.14-0.2 libidl0_0.8.14-0.2 libitm1_4.7.1-3 libjasper1_1.900.1-13 libjbig0_2.0-2 libjpeg8_8d-1 libjson0_0.9-1.1 libk5crypto3_1.10.1+dfsg-1 libkeyutils1_1.5.5-3 libkrb5-3_1.10.1+dfsg-1 libkrb5support0_1.10.1+dfsg-1 libldap-2.4-2_2.4.31-1 libllvm3.1_3.1-2 liblocale-gettext-perl_1.05-7+b1 libltdl7_2.4.2-1.1 liblvm2app2.2_2.02.95-4 liblzma5_5.1.1alpha+20120614-1 libmagic1_5.11-2 libmount1_2.20.1-5.1 libmozjs-dev_10.0.5esr-2 libmozjs10d_10.0.5esr-2 libmpc2_0.9-4 libmpfr4_3.1.0-5 libncurses5_5.9-10 libncursesw5_5.9-10 libnetx-java_0.5-2 libnotify4_0.7.5-1 libnspr4_2:4.9.1-1 libnspr4-0d_2:4.9.1-1 libnspr4-dev_2:4.9.1-1 libnss3_2:3.13.5-1 libnss3-1d_2:3.13.5-1 libnss3-dev_2:3.13.5-1 libogg0_1.3.0-4 liborbit2_1:2.14.19-0.1 liborbit2-dev_1:2.14.19-0.1 libp11-kit-dev_0.12-3 libp11-kit0_0.12-3 libpam-modules_1.1.3-7.1 libpam-modules-bin_1.1.3-7.1 libpam-runtime_1.1.3-7.1 libpam0g_1.1.3-7.1 libpango1.0-0_1.30.0-1 libpango1.0-dev_1.30.0-1 libparted0debian1_2.3-10 libpcre3_1:8.30-5 libpcre3-dev_1:8.30-5 libpcrecpp0_1:8.30-5 libpcsclite1_1.8.4-1 libpipeline1_1.2.1-1 libpixman-1-0_0.26.0-3 libpixman-1-dev_0.26.0-3 libpng12-0_1.2.49-1 libpng12-dev_1.2.49-1 libpolkit-gobject-1-0_0.105-1 libpopt-dev_1.16-7 libpopt0_1.16-7 libpthread-stubs0_0.3-3 libpthread-stubs0-dev_0.3-3 libpulse0_2.0-3 libquadmath0_4.7.1-3 libreadline6_6.2-8 libsasl2-2_2.1.25.dfsg1-4+b1 libselinux1_2.1.9-5 libselinux1-dev_2.1.9-5 libsemanage-common_2.1.6-6 libsemanage1_2.1.6-6 libsepol1_2.1.4-3 libsepol1-dev_2.1.4-3 libsgutils2-2_1.33-1 libslang2_2.2.4-15 libsm-dev_2:1.2.1-2 libsm6_2:1.2.1-2 libsndfile1_1.0.25-5 libsqlite3-0_3.7.13-1 libss2_1.42.4-3 libssl1.0.0_1.0.1c-3 libstartup-notification0_0.12-1 libstdc++6_4.7.1-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 libswitch-perl_2.16-2 libsystemd-login0_44-3 libtasn1-3_2.13-2 libtasn1-3-dev_2.13-2 libtdb1_1.2.10-2 libtext-charwidth-perl_0.04-7+b1 libtext-iconv-perl_1.7-5 libtext-wrapi18n-perl_0.06-7 libthai-data_0.1.18-1 libthai0_0.1.18-1 libtiff4_3.9.6-6 libtimedate-perl_1.2000-1 libtinfo5_5.9-10 libudev0_175-3.1 libunistring0_0.9.3-5 libusb-0.1-4_2:0.1.12-23 libustr-1.0-1_1.0.4-3 libuuid1_2.20.1-5.1 libvorbis0a_1.3.2-1.3 libvorbisenc2_1.3.2-1.3 libvorbisfile3_1.3.2-1.3 libvpx1_1.1.0-1 libwrap0_7.6.q-23 libx11-6_2:1.5.0-1 libx11-data_2:1.5.0-1 libx11-dev_2:1.5.0-1 libx11-xcb1_2:1.5.0-1 libxau-dev_1:1.0.7-1 libxau6_1:1.0.7-1 libxaw7_2:1.0.10-2 libxcb-glx0_1.8.1-1 libxcb-render0_1.8.1-1 libxcb-render0-dev_1.8.1-1 libxcb-shape0_1.8.1-1 libxcb-shm0_1.8.1-1 libxcb-shm0-dev_1.8.1-1 libxcb-util0_0.3.8-2 libxcb1_1.8.1-1 libxcb1-dev_1.8.1-1 libxcomposite-dev_1:0.4.3-2 libxcomposite1_1:0.4.3-2 libxcursor-dev_1:1.1.13-1 libxcursor1_1:1.1.13-1 libxdamage-dev_1:1.1.3-2 libxdamage1_1:1.1.3-2 libxdmcp-dev_1:1.1.1-1 libxdmcp6_1:1.1.1-1 libxerces2-java_2.11.0-6 libxext-dev_2:1.3.1-2 libxext6_2:1.3.1-2 libxfixes-dev_1:5.0-4 libxfixes3_1:5.0-4 libxft-dev_2.3.1-1 libxft2_2.3.1-1 libxi-dev_2:1.6.1-1 libxi6_2:1.6.1-1 libxinerama-dev_2:1.1.2-1 libxinerama1_2:1.1.2-1 libxml-commons-external-java_1.4.01-2 libxml-commons-resolver1.1-java_1.2-7 libxml2_2.8.0+dfsg1-4 libxml2-dev_2.8.0+dfsg1-4 libxml2-utils_2.8.0+dfsg1-4 libxmu6_2:1.1.1-1 libxmuu1_2:1.1.1-1 libxpm4_1:3.5.10-1 libxrandr-dev_2:1.3.2-2 libxrandr2_2:1.3.2-2 libxrender-dev_1:0.9.7-1 libxrender1_1:0.9.7-1 libxt-dev_1:1.1.3-1 libxt6_1:1.1.3-1 libxtst6_2:1.2.1-1 libxv1_2:1.0.7-1 libxxf86dga1_2:1.1.3-2 libxxf86vm1_1:1.1.2-1 linux-libc-dev_3.2.21-3 login_1:4.1.5.1-1 lsb-base_4.1+Debian7 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 openjdk-6-jdk_6b24-1.11.3-2 openjdk-6-jre_6b24-1.11.3-2 openjdk-6-jre-headless_6b24-1.11.3-2 openjdk-6-jre-lib_6b24-1.11.3-2 openssl_1.0.1c-3 passwd_1:4.1.5.1-1 patch_2.6.1-3 perl_5.14.2-12 perl-base_5.14.2-12 perl-modules_5.14.2-12 pkg-config_0.26-1 po-debconf_1.0.16+nmu2 psmisc_22.19-1 python_2.7.3-1 python-minimal_2.7.3-1 python-ply_3.4-3 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-libjdic-java-dummy_0.invalid.0 sed_4.2.1-10 sensible-utils_0.0.7 shared-mime-info_1.0-1 sysv-rc_2.88dsf-28 sysvinit_2.88dsf-28 sysvinit-utils_2.88dsf-28 tar_1.26-4 ttf-dejavu-core_2.33-2 tzdata_2012c-1 tzdata-java_2012c-1 ucf_3.0025+nmu3 udev_175-3.1 udisks_1.0.4-6 util-linux_2.20.1-5.1 x11-common_1:7.7+1 x11-utils_7.7~1 x11proto-composite-dev_1:0.4.2-2 x11proto-core-dev_7.0.23-1 x11proto-damage-dev_1:1.2.1-2 x11proto-fixes-dev_1:5.0-2 x11proto-input-dev_2.2-1 x11proto-kb-dev_1.0.6-2 x11proto-randr-dev_1.3.2-2 x11proto-render-dev_2:0.11.1-2 x11proto-xext-dev_7.2.1-1 x11proto-xinerama-dev_1.2.1-2 xorg-sgml-doctools_1:1.10-1 xtrans-dev_1.2.7-1 xulrunner-10.0_10.0.5esr-2 xulrunner-dev_10.0.5esr-2 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 Feb 11 20:55:13 2010 UTC using DSA key ID CC453197 gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./libjdic-java_0.9.5-7.dsc dpkg-source: info: extracting libjdic-java in libjdic-java-0.9.5 dpkg-source: info: unpacking libjdic-java_0.9.5.orig.tar.gz dpkg-source: info: unpacking libjdic-java_0.9.5-7.debian.tar.gz dpkg-source: info: applying Tray.diff dpkg-source: info: applying jnlp.diff dpkg-source: info: applying demos_README.diff dpkg-source: info: applying build.diff dpkg-source: info: applying load_native_library.diff dpkg-source: info: applying packager.diff 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-c859109c-ab71-4fd2-a5bc-5ee9a0a2c226 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 libjdic-java dpkg-buildpackage: source version 0.9.5-7 dpkg-buildpackage: source changed by Varun Hiremath dpkg-source --before-build libjdic-java-0.9.5 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean test -x debian/rules dh_testroot dh_clean ant -f jdic/build.xml clean Error: JAVA_HOME is not defined correctly. We cannot execute /usr/lib/jvm/java-6-openjdk/bin/java make: *** [clean] Error 1 dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2 ──────────────────────────────────────────────────────────────────────────────── Build finished at 20120709-2037 Finished ──────── E: Build failure (dpkg-buildpackage died) ┌──────────────────────────────────────────────────────────────────────────────┐ │ Cleanup │ └──────────────────────────────────────────────────────────────────────────────┘ Purging /«BUILDDIR» Not cleaning session: cloned chroot in use ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Architecture: amd64 Build-Space: 2984 Build-Time: 1 Distribution: unstable Fail-Stage: build Install-Time: 62 Job: libjdic-java_0.9.5-7 Package: libjdic-java Package-Time: 83 Source-Version: 0.9.5-7 Space: 2984 Status: attempted Version: 0.9.5-7 ──────────────────────────────────────────────────────────────────────────────── Finished at 20120709-2037 Build needed 00:01:23, 2984k disc space DC-Status: Failed 84.161135s DC-Time-Estimation: 84.161135 versus expected 1 (r/m: 83.161135 ; m: 1.0)