Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marmarek/c15b5e64cfaaee4f3851 to your computer and use it in GitHub Desktop.
Save marmarek/c15b5e64cfaaee4f3851 to your computer and use it in GitHub Desktop.
--> Preparing the image
mke2fs 1.42.12 (29-Aug-2014)
Discarding device blocks: 4096/5242880 done
Creating filesystem with 5242880 4k blocks and 1310720 inodes
Filesystem UUID: ccc8fac2-e420-4812-8dd4-19c5bda2bb2f
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000
Allocating group tables: 0/160 done
Writing inode tables: 0/160 done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: 0/160 done
--> Installing template-builder in the image
--> Starting build process
Waiting for /dev/xvdi
+ '[' -b /dev/xvdi ']'
+ sleep 0.1
+ '[' -b /dev/xvdi ']'
+ sleep 0.1
+ '[' -b /dev/xvdi ']'
+ sleep 0.1
+ '[' -b /dev/xvdi ']'
+ sleep 0.1
+ '[' -b /dev/xvdi ']'
+ sleep 0.1
+ '[' -b /dev/xvdi ']'
+ sleep 0.1
+ '[' -b /dev/xvdi ']'
+ sleep 0.1
+ '[' -b /dev/xvdi ']'
+ pkexec sh -c 'echo Defaults !requiretty >> /etc/sudoers'
+ sudo mount /dev/xvdi /mnt/removable -o discard
+ cd /mnt/removable
+ umask 022
+ make get-sources DISTS_VM=jessie+whonix-workstation+minimal+no-recommends 'COMPONENTS=builder $(BUILDER_PLUGINS_ALL)'
if ! [ -d "/mnt/removable/keyrings/git" ]; then \
export GNUPGHOME="/mnt/removable/keyrings/git"; \
scripts/verify-git-tag; \
gpg --keyserver pgp.mit.edu --recv-key E0E32283FDCAC1A510078F271BB9B1FB5A4C6DAD || exit 1; \
echo 'E0E32283FDCAC1A510078F271BB9B1FB5A4C6DAD:6:' | gpg --import-ownertrust; \
gpg --keyserver pgp.mit.edu --recv-key 916B8D99C38EAF5E8ADC7A2A8D66066A2EEACCDA || exit 1; \
echo '916B8D99C38EAF5E8ADC7A2A8D66066A2EEACCDA:6:' | gpg --import-ownertrust; \
fi
gpg: keyring `/mnt/removable/keyrings/git/secring.gpg' created
gpg: keyring `/mnt/removable/keyrings/git/pubring.gpg' created
gpg: /mnt/removable/keyrings/git/trustdb.gpg: trustdb created
gpg: key C37BB66B: public key "Joanna Rutkowska (Qubes OS signing key) <joanna@invisiblethingslab.com>" imported
gpg: key 1E30A75D: public key "Joanna Rutkowska (Qubes OS signing key) <joanna@invisiblethingslab.com>" imported
gpg: key 74EADABC: public key "Joanna Rutkowska (Qubes OS signing key) <joanna@invisiblethingslab.com>" imported
gpg: key B298547C: public key "Marek Marczykowski (Qubes OS signing key) <marmarek@mimuw.edu.pl>" imported
gpg: key AB5EEF90: public key "Marek Marczykowski (Qubes OS signing key) <marmarek@invisiblethingslab.com>" imported
gpg: key 65EF29CA: public key "Joanna Rutkowska (Qubes OS Signing Key) <joanna@invisiblethingslab.com>" imported
gpg: key A603BCB6: public key "Marek Marczykowski (Qubes OS signing key) <marmarek@invisiblethingslab.com>" imported
gpg: key 36879494: public key "Qubes Master Signing Key" imported
gpg: key 34898310: public key "Joanna Rutkowska (Qubes OS Signing Key) <joanna@invisiblethingslab.com>" imported
gpg: key 42CFA724: public key "Marek Marczykowski-Górecki (Qubes OS signing key) <marmarek@invisiblethingslab.com>" imported
gpg: key 15CE40BF: public key "Wojciech Zygmunt Porczyk (Qubes OS signing key) <woju@invisiblethingslab.com>" imported
gpg: key AF975A7D: public key "Wojciech Zygmunt Porczyk (Qubes OS signing key) <wojciech@porczyk.eu>" imported
gpg: Total number processed: 12
gpg: imported: 12 (RSA: 12)
gpg: no ultimately trusted keys found
gpg: inserting ownertrust of 6
gpg: requesting key 5A4C6DAD from hkp server pgp.mit.edu
gpg: DBG: armor-keys-failed (KEY 0xE0E32283FDCAC1A510078F271BB9B1FB5A4C6DAD BEGIN
) ->0
gpg: DBG: armor-keys-failed (KEY 0xE0E32283FDCAC1A510078F271BB9B1FB5A4C6DAD END
) ->0
gpg: key 5A4C6DAD: public key "Jason Mehring (Qubes OS Signing Key) <nrgaway@gmail.com>" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
gpg: inserting ownertrust of 6
gpg: requesting key 2EEACCDA from hkp server pgp.mit.edu
gpg: DBG: armor-keys-failed (KEY 0x916B8D99C38EAF5E8ADC7A2A8D66066A2EEACCDA BEGIN
) ->0
gpg: DBG: armor-keys-failed (KEY 0x916B8D99C38EAF5E8ADC7A2A8D66066A2EEACCDA END
) ->0
gpg: key 2EEACCDA: public key "Patrick Schleizer <adrelanos@riseup.net>" imported
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0 valid: 2 signed: 3 trust: 0-, 0q, 0n, 0m, 0f, 2u
gpg: depth: 1 valid: 3 signed: 0 trust: 3-, 0q, 0n, 0m, 0f, 0u
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
gpg: inserting ownertrust of 6
-> Updating sources for builder...
--> Fetching from https://github.com/QubesOS/qubes-builder.git master...
--> Verifying tags...
--> Switching branch from master branch to master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
--> Merging...
-> Updating sources for builder-debian...
--> Fetching from https://github.com/QubesOS/qubes-builder-debian.git master...
--> Verifying tags...
--> Switching branch from master branch to master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
--> Merging...
-> Updating sources for template-whonix...
--> Fetching from https://github.com/adrelanos/qubes-template-whonix master...
--> Verifying tags...
--> Switching branch from master branch to master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
--> Merging...
--> Downloading additional sources for template-whonix...
-> Updating sources for Whonix...
--> Fetching from https://github.com/Whonix/Whonix.git master...
--> Verifying tags...
--> Switching branch from master branch to master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
--> Merging...
--> Verifying the sources...
+ make install-deps DISTS_VM=jessie+whonix-workstation+minimal+no-recommends
Makefile:192: target 'template-whonix-vm' given more than once in the same rule
Makefile:204: target 'template-whonix-dom0' given more than once in the same rule
Makefile:214: target 'sign-template-whonix' given more than once in the same rule
Makefile:218: target 'sign-dom0-template-whonix' given more than once in the same rule
Makefile:225: target 'sign-vm-template-whonix' given more than once in the same rule
Loaded plugins: langpacks, post-transaction-actions, yum-qubes-hooks
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
Package git-2.1.0-5.fc21.x86_64 already installed and latest version
Package rpmdevtools-8.5-1.fc21.noarch already installed and latest version
Package rpm-build-4.12.0.1-7.fc21.x86_64 already installed and latest version
Package createrepo-0.10.3-3.fc21.noarch already installed and latest version
Package debootstrap-1.0.72-1.fc21.noarch already installed and latest version
Package dpkg-dev-1.17.25-3.fc21.noarch already installed and latest version
Package python-sh-1.08-4.fc21.noarch already installed and latest version
Nothing to do
+ make get-sources DISTS_VM=jessie+whonix-workstation+minimal+no-recommends
Makefile:192: target 'template-whonix-vm' given more than once in the same rule
Makefile:204: target 'template-whonix-dom0' given more than once in the same rule
Makefile:214: target 'sign-template-whonix' given more than once in the same rule
Makefile:218: target 'sign-dom0-template-whonix' given more than once in the same rule
Makefile:225: target 'sign-vm-template-whonix' given more than once in the same rule
if ! [ -d "/mnt/removable/keyrings/git" ]; then \
export GNUPGHOME="/mnt/removable/keyrings/git"; \
scripts/verify-git-tag; \
gpg --keyserver pgp.mit.edu --recv-key E0E32283FDCAC1A510078F271BB9B1FB5A4C6DAD || exit 1; \
echo 'E0E32283FDCAC1A510078F271BB9B1FB5A4C6DAD:6:' | gpg --import-ownertrust; \
gpg --keyserver pgp.mit.edu --recv-key 916B8D99C38EAF5E8ADC7A2A8D66066A2EEACCDA || exit 1; \
echo '916B8D99C38EAF5E8ADC7A2A8D66066A2EEACCDA:6:' | gpg --import-ownertrust; \
fi
-> Updating sources for builder-debian...
--> Fetching from https://github.com/QubesOS/qubes-builder-debian.git master...
--> Verifying tags...
--> Merging...
-> Updating sources for template-whonix...
--> Fetching from https://github.com/adrelanos/qubes-template-whonix master...
--> Verifying tags...
--> Merging...
--> Downloading additional sources for template-whonix...
--> Verifying the sources...
-> Updating sources for vmm-xen...
--> Fetching from https://github.com/QubesOS/qubes-vmm-xen.git xen-4.4...
--> Verifying tags...
--> Switching branch from xen-4.4 branch to xen-4.4
Already on 'xen-4.4'
Your branch is up-to-date with 'origin/xen-4.4'.
--> Merging...
--> Downloading additional sources for vmm-xen...
Submodule 'core-vchan-xen' (git://github.com/QubesOS/qubes-core-vchan-xen) registered for path 'core-vchan-xen'
Submodule 'gui' (git://github.com/QubesOS/qubes-gui-agent-xen-hvm-stubdom) registered for path 'gui-agent-xen-hvm-stubdom'
Submodule 'gui-common' (git://github.com/QubesOS/qubes-gui-common) registered for path 'gui-common'
Cloning into 'core-vchan-xen'...
Submodule path 'core-vchan-xen': checked out '8e40bb564d4fe6fe96297c1c742c868d83089ed0'
Cloning into 'gui-agent-xen-hvm-stubdom'...
Submodule path 'gui-agent-xen-hvm-stubdom': checked out '81be4f25b9e97c90ec5d5d133b64b92128c6613f'
Cloning into 'gui-common'...
Submodule path 'gui-common': checked out 'c611481422aeff25feb0ffaf08cfe6139e358f6c'
--> Verifying the sources...
-> Updating sources for core-vchan-xen...
--> Fetching from https://github.com/QubesOS/qubes-core-vchan-xen.git release3.0...
--> Verifying tags...
--> Switching branch from release3.0 branch to release3.0
Already on 'release3.0'
Your branch is up-to-date with 'origin/release3.0'.
--> Merging...
-> Updating sources for core-qubesdb...
--> Fetching from https://github.com/QubesOS/qubes-core-qubesdb.git release3.0...
--> Verifying tags...
--> Switching branch from release3.0 branch to release3.0
Already on 'release3.0'
Your branch is up-to-date with 'origin/release3.0'.
--> Merging...
-> Updating sources for linux-utils...
--> Fetching from https://github.com/QubesOS/qubes-linux-utils.git release3.0...
--> Verifying tags...
--> Switching branch from release3.0 branch to release3.0
Already on 'release3.0'
Your branch is up-to-date with 'origin/release3.0'.
--> Merging...
-> Updating sources for core-agent-linux...
--> Fetching from https://github.com/QubesOS/qubes-core-agent-linux.git release3.0...
--> Verifying tags...
--> Switching branch from release3.0 branch to release3.0
Already on 'release3.0'
Your branch is up-to-date with 'origin/release3.0'.
--> Merging...
-> Updating sources for linux-kernel...
--> Fetching from https://github.com/QubesOS/qubes-linux-kernel.git stable-3.18...
--> Verifying tags...
--> Switching branch from stable-3.18 branch to stable-3.18
Already on 'stable-3.18'
Your branch is up-to-date with 'origin/stable-3.18'.
--> Merging...
--> Downloading additional sources for linux-kernel...
--> Verifying the sources...
-> Updating sources for gui-common...
--> Fetching from https://github.com/QubesOS/qubes-gui-common.git release3.0...
--> Verifying tags...
--> Switching branch from release3.0 branch to release3.0
Already on 'release3.0'
Your branch is up-to-date with 'origin/release3.0'.
--> Merging...
-> Updating sources for gui-agent-linux...
--> Fetching from https://github.com/QubesOS/qubes-gui-agent-linux.git release3.0...
--> Verifying tags...
--> Switching branch from release3.0 branch to release3.0
Already on 'release3.0'
Your branch is up-to-date with 'origin/release3.0'.
--> Merging...
-> Updating sources for app-linux-split-gpg...
--> Fetching from https://github.com/QubesOS/qubes-app-linux-split-gpg.git master...
--> Verifying tags...
--> Switching branch from master branch to master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
--> Merging...
-> Updating sources for app-linux-tor...
--> Fetching from https://github.com/QubesOS/qubes-app-linux-tor.git master...
--> Verifying tags...
--> Switching branch from master branch to master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
--> Merging...
-> Updating sources for app-thunderbird...
--> Fetching from https://github.com/QubesOS/qubes-app-thunderbird.git master...
--> Verifying tags...
--> Switching branch from master branch to master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
--> Merging...
-> Updating sources for app-linux-pdf-converter...
--> Fetching from https://github.com/QubesOS/qubes-app-linux-pdf-converter.git master...
--> Verifying tags...
--> Switching branch from master branch to master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
--> Merging...
-> Updating sources for app-linux-img-converter...
--> Fetching from https://github.com/QubesOS/qubes-app-linux-img-converter.git master...
--> Verifying tags...
--> Switching branch from master branch to master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
--> Merging...
-> Updating sources for linux-template-builder...
--> Fetching from https://github.com/QubesOS/qubes-linux-template-builder.git master...
--> Verifying tags...
--> Switching branch from master branch to master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
--> Merging...
-> Updating sources for Whonix...
--> Fetching from https://github.com/Whonix/Whonix.git master...
--> Verifying tags...
--> Merging...
+ make build-id DISTS_VM=jessie+whonix-workstation+minimal+no-recommends
Makefile:192: target 'template-whonix-vm' given more than once in the same rule
Makefile:204: target 'template-whonix-dom0' given more than once in the same rule
Makefile:214: target 'sign-template-whonix' given more than once in the same rule
Makefile:218: target 'sign-dom0-template-whonix' given more than once in the same rule
Makefile:225: target 'sign-vm-template-whonix' given more than once in the same rule
################################################################################
### The following settings copied to builder.conf will make builder use ###
### exactly the same sources ###
################################################################################
BRANCH_Whonix = 12.0.0.1.9-developers-only
BRANCH_app_linux_img_converter = v1.1.1
BRANCH_app_linux_pdf_converter = ec4422dbf46602bdb47dcff0e7706c473cdfb39a
BRANCH_app_linux_split_gpg = v2.0.13
BRANCH_app_linux_tor = v0.1.12
BRANCH_app_thunderbird = 21758ba3d034ad01e08eade537bee7fc593e91da
BRANCH_builder = 10917d2e65f34da4c709bee05c38ac87e59103a3
BRANCH_builder_debian = c657bbca5f1b919811bf913843d3d2051ce55464
BRANCH_core_agent_linux = v3.0.18
BRANCH_core_qubesdb = v3.0.5
BRANCH_core_vchan_xen = v3.0.8
BRANCH_gui_agent_linux = v3.0.12
BRANCH_gui_common = v3.0.3
BRANCH_linux_kernel = v3.18.17-6
BRANCH_linux_template_builder = 24f3f78e72b4fb86ac4f0a52fd2bc48b9d4443b4
BRANCH_linux_utils = v3.0.11
BRANCH_template_whonix = 62924d5d008b17d82c59e021daad0948990f9327
BRANCH_vmm_xen = f02ccabaf4c1766533265c9ecfbc866061721806
+ make TEMPLATE_ROOT_IMG_ONLY=1 DISTS_VM=jessie+whonix-workstation+minimal+no-recommends TEMPLATE_NAME=whonix-ws-testonly qubes-vm template
Makefile:192: target 'template-whonix-vm' given more than once in the same rule
Makefile:204: target 'template-whonix-dom0' given more than once in the same rule
Makefile:214: target 'sign-template-whonix' given more than once in the same rule
Makefile:218: target 'sign-dom0-template-whonix' given more than once in the same rule
Makefile:225: target 'sign-vm-template-whonix' given more than once in the same rule
-> Attempting to kill any processes still running in '/mnt/removable/qubes-src/' before un-mounting
-> Attempting to kill any processes still running in '/mnt/removable/chroot-fc20' before un-mounting
-> Attempting to kill any processes still running in '/mnt/removable/chroot-jessie' before un-mounting
# Make sure repo directory exists
-> Preparing jessie build environment
-> Installing debian build chroot...
I: Retrieving Release
I: Retrieving Release.gpg
I: Checking Release signature
I: Valid Release signature (key id A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553)
I: Retrieving Packages
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Found additional required dependencies: acl adduser dmsetup insserv libaudit-common libaudit1 libbz2-1.0 libcap2 libcap2-bin libcryptsetup4 libdb5.3 libdebconfclient0 libdevmapper1.02.1 libgcrypt20 libgpg-error0 libkmod2 libncursesw5 libprocps3 libsemanage-common libsemanage1 libslang2 libsystemd0 libudev1 libustr-1.0-1 procps systemd systemd-sysv udev
I: Found additional base dependencies: libdns-export100 libeatmydata1 libffi6 libgmp10 libgnutls-deb0-28 libgnutls-openssl27 libhogweed2 libicu52 libidn11 libirs-export91 libisc-export95 libisccfg-export90 libmnl0 libnetfilter-acct1 libnettle4 libnfnetlink0 libp11-kit0 libpsl0 libtasn1-6
I: Checking component main on http://http.debian.net/debian...
I: Retrieving acl 2.2.52-2
I: Validating acl 2.2.52-2
I: Retrieving libacl1 2.2.52-2
I: Validating libacl1 2.2.52-2
I: Retrieving adduser 3.113+nmu3
I: Validating adduser 3.113+nmu3
I: Retrieving apt 1.0.9.8.1
I: Validating apt 1.0.9.8.1
I: Retrieving apt-utils 1.0.9.8.1
I: Validating apt-utils 1.0.9.8.1
I: Retrieving libapt-inst1.5 1.0.9.8.1
I: Validating libapt-inst1.5 1.0.9.8.1
I: Retrieving libapt-pkg4.12 1.0.9.8.1
I: Validating libapt-pkg4.12 1.0.9.8.1
I: Retrieving libattr1 1:2.4.47-2
I: Validating libattr1 1:2.4.47-2
I: Retrieving libaudit-common 1:2.4-1
I: Validating libaudit-common 1:2.4-1
I: Retrieving libaudit1 1:2.4-1+b1
I: Validating libaudit1 1:2.4-1+b1
I: Retrieving base-files 8+deb8u2
I: Validating base-files 8+deb8u2
I: Retrieving base-passwd 3.5.37
I: Validating base-passwd 3.5.37
I: Retrieving bash 4.3-11+b1
I: Validating bash 4.3-11+b1
I: Retrieving libdns-export100 1:9.9.5.dfsg-9+deb8u2
I: Validating libdns-export100 1:9.9.5.dfsg-9+deb8u2
I: Retrieving libirs-export91 1:9.9.5.dfsg-9+deb8u2
I: Validating libirs-export91 1:9.9.5.dfsg-9+deb8u2
I: Retrieving libisc-export95 1:9.9.5.dfsg-9+deb8u2
I: Validating libisc-export95 1:9.9.5.dfsg-9+deb8u2
I: Retrieving libisccfg-export90 1:9.9.5.dfsg-9+deb8u2
I: Validating libisccfg-export90 1:9.9.5.dfsg-9+deb8u2
I: Retrieving libboost-iostreams1.55.0 1.55.0+dfsg-3
I: Validating libboost-iostreams1.55.0 1.55.0+dfsg-3
I: Retrieving bsdmainutils 9.0.6
I: Validating bsdmainutils 9.0.6
I: Retrieving libbz2-1.0 1.0.6-7+b3
I: Validating libbz2-1.0 1.0.6-7+b3
I: Retrieving libdebconfclient0 0.192
I: Validating libdebconfclient0 0.192
I: Retrieving coreutils 8.23-4
I: Validating coreutils 8.23-4
I: Retrieving cpio 2.11+dfsg-4.1
I: Validating cpio 2.11+dfsg-4.1
I: Retrieving cron 3.0pl1-127+deb8u1
I: Validating cron 3.0pl1-127+deb8u1
I: Retrieving libcryptsetup4 2:1.6.6-5
I: Validating libcryptsetup4 2:1.6.6-5
I: Retrieving dash 0.5.7-4+b1
I: Validating dash 0.5.7-4+b1
I: Retrieving libdb5.3 5.3.28-9
I: Validating libdb5.3 5.3.28-9
I: Retrieving debconf 1.5.56
I: Validating debconf 1.5.56
I: Retrieving debconf-i18n 1.5.56
I: Validating debconf-i18n 1.5.56
I: Retrieving debian-archive-keyring 2014.3
I: Validating debian-archive-keyring 2014.3
I: Retrieving debian-keyring 2015.04.10
I: Validating debian-keyring 2015.04.10
I: Retrieving debianutils 4.4+b1
I: Validating debianutils 4.4+b1
I: Retrieving diffutils 1:3.3-1+b1
I: Validating diffutils 1:3.3-1+b1
I: Retrieving dmidecode 2.12-3
I: Validating dmidecode 2.12-3
I: Retrieving dpkg 1.17.25
I: Validating dpkg 1.17.25
I: Retrieving e2fslibs 1.42.12-1.1
I: Validating e2fslibs 1.42.12-1.1
I: Retrieving e2fsprogs 1.42.12-1.1
I: Validating e2fsprogs 1.42.12-1.1
I: Retrieving libcomerr2 1.42.12-1.1
I: Validating libcomerr2 1.42.12-1.1
I: Retrieving libss2 1.42.12-1.1
I: Validating libss2 1.42.12-1.1
I: Retrieving findutils 4.4.2-9+b1
I: Validating findutils 4.4.2-9+b1
I: Retrieving gcc-4.8-base 4.8.4-1
I: Validating gcc-4.8-base 4.8.4-1
I: Retrieving gcc-4.9-base 4.9.2-10
I: Validating gcc-4.9-base 4.9.2-10
I: Retrieving libgcc1 1:4.9.2-10
I: Validating libgcc1 1:4.9.2-10
I: Retrieving libstdc++6 4.9.2-10
I: Validating libstdc++6 4.9.2-10
I: Retrieving libgdbm3 1.8.3-13.1
I: Validating libgdbm3 1.8.3-13.1
I: Retrieving libc-bin 2.19-18+deb8u1
I: Validating libc-bin 2.19-18+deb8u1
I: Retrieving libc6 2.19-18+deb8u1
I: Validating libc6 2.19-18+deb8u1
I: Retrieving multiarch-support 2.19-18+deb8u1
I: Validating multiarch-support 2.19-18+deb8u1
I: Retrieving libgmp10 2:6.0.0+dfsg-6
I: Validating libgmp10 2:6.0.0+dfsg-6
I: Retrieving gnupg 1.4.18-7
I: Validating gnupg 1.4.18-7
I: Retrieving gpgv 1.4.18-7
I: Validating gpgv 1.4.18-7
I: Retrieving libgnutls-deb0-28 3.3.8-6+deb8u3
I: Validating libgnutls-deb0-28 3.3.8-6+deb8u3
I: Retrieving libgnutls-openssl27 3.3.8-6+deb8u3
I: Validating libgnutls-openssl27 3.3.8-6+deb8u3
I: Retrieving grep 2.20-4.1
I: Validating grep 2.20-4.1
I: Retrieving groff-base 1.22.2-8
I: Validating groff-base 1.22.2-8
I: Retrieving gzip 1.6-4
I: Validating gzip 1.6-4
I: Retrieving hostname 3.15
I: Validating hostname 3.15
I: Retrieving libicu52 52.1-8+deb8u2
I: Validating libicu52 52.1-8+deb8u2
I: Retrieving ifupdown 0.7.53.1
I: Validating ifupdown 0.7.53.1
I: Retrieving init 1.22
I: Validating init 1.22
I: Retrieving init-system-helpers 1.22
I: Validating init-system-helpers 1.22
I: Retrieving insserv 1.14.0-5
I: Validating insserv 1.14.0-5
I: Retrieving iproute2 3.16.0-2
I: Validating iproute2 3.16.0-2
I: Retrieving iptables 1.4.21-2+b1
I: Validating iptables 1.4.21-2+b1
I: Retrieving libxtables10 1.4.21-2+b1
I: Validating libxtables10 1.4.21-2+b1
I: Retrieving iputils-ping 3:20121221-5+b2
I: Validating iputils-ping 3:20121221-5+b2
I: Retrieving isc-dhcp-client 4.3.1-6
I: Validating isc-dhcp-client 4.3.1-6
I: Retrieving isc-dhcp-common 4.3.1-6
I: Validating isc-dhcp-common 4.3.1-6
I: Retrieving libjson-c2 0.11-4
I: Validating libjson-c2 0.11-4
I: Retrieving kmod 18-3
I: Validating kmod 18-3
I: Retrieving libkmod2 18-3
I: Validating libkmod2 18-3
I: Retrieving less 458-3
I: Validating less 458-3
I: Retrieving libcap2 1:2.24-8
I: Validating libcap2 1:2.24-8
I: Retrieving libcap2-bin 1:2.24-8
I: Validating libcap2-bin 1:2.24-8
I: Retrieving eatmydata 82-6
I: Validating eatmydata 82-6
I: Retrieving libeatmydata1 82-6
I: Validating libeatmydata1 82-6
I: Retrieving libestr0 0.1.9-1.1
I: Validating libestr0 0.1.9-1.1
I: Retrieving libffi6 3.1-2+b2
I: Validating libffi6 3.1-2+b2
I: Retrieving libgcrypt20 1.6.3-2
I: Validating libgcrypt20 1.6.3-2
I: Retrieving libgpg-error0 1.17-3
I: Validating libgpg-error0 1.17-3
I: Retrieving libidn11 1.29-1+b2
I: Validating libidn11 1.29-1+b2
I: Retrieving liblocale-gettext-perl 1.05-8+b1
I: Validating liblocale-gettext-perl 1.05-8+b1
I: Retrieving liblogging-stdlog0 1.0.4-1
I: Validating liblogging-stdlog0 1.0.4-1
I: Retrieving liblognorm1 1.0.1-3
I: Validating liblognorm1 1.0.1-3
I: Retrieving libmnl0 1.0.3-5
I: Validating libmnl0 1.0.3-5
I: Retrieving libnetfilter-acct1 1.0.2-1.1
I: Validating libnetfilter-acct1 1.0.2-1.1
I: Retrieving libnfnetlink0 1.0.1-3
I: Validating libnfnetlink0 1.0.1-3
I: Retrieving libpipeline1 1.4.0-1
I: Validating libpipeline1 1.4.0-1
I: Retrieving libpsl0 0.5.1-1
I: Validating libpsl0 0.5.1-1
I: Retrieving libselinux1 2.3-2
I: Validating libselinux1 2.3-2
I: Retrieving libsemanage-common 2.3-1
I: Validating libsemanage-common 2.3-1
I: Retrieving libsemanage1 2.3-1+b1
I: Validating libsemanage1 2.3-1+b1
I: Retrieving libsepol1 2.3-2
I: Validating libsepol1 2.3-2
I: Retrieving libsigc++-2.0-0c2a 2.4.0-1
I: Validating libsigc++-2.0-0c2a 2.4.0-1
I: Retrieving libtasn1-6 4.2-3+deb8u1
I: Validating libtasn1-6 4.2-3+deb8u1
I: Retrieving libtext-charwidth-perl 0.04-7+b3
I: Validating libtext-charwidth-perl 0.04-7+b3
I: Retrieving libtext-iconv-perl 1.7-5+b2
I: Validating libtext-iconv-perl 1.7-5+b2
I: Retrieving libtext-wrapi18n-perl 0.06-7
I: Validating libtext-wrapi18n-perl 0.06-7
I: Retrieving libusb-0.1-4 2:0.1.12-25
I: Validating libusb-0.1-4 2:0.1.12-25
I: Retrieving logrotate 3.8.7-1+b1
I: Validating logrotate 3.8.7-1+b1
I: Retrieving lsb-base 4.1+Debian13+nmu1
I: Validating lsb-base 4.1+Debian13+nmu1
I: Retrieving dmsetup 2:1.02.90-2.2
I: Validating dmsetup 2:1.02.90-2.2
I: Retrieving libdevmapper1.02.1 2:1.02.90-2.2
I: Validating libdevmapper1.02.1 2:1.02.90-2.2
I: Retrieving man-db 2.7.0.2-5
I: Validating man-db 2.7.0.2-5
I: Retrieving manpages 3.74-1
I: Validating manpages 3.74-1
I: Retrieving mawk 1.3.3-17
I: Validating mawk 1.3.3-17
I: Retrieving nano 2.2.6-3
I: Validating nano 2.2.6-3
I: Retrieving libncurses5 5.9+20140913-1+b1
I: Validating libncurses5 5.9+20140913-1+b1
I: Retrieving libncursesw5 5.9+20140913-1+b1
I: Validating libncursesw5 5.9+20140913-1+b1
I: Retrieving libtinfo5 5.9+20140913-1+b1
I: Validating libtinfo5 5.9+20140913-1+b1
I: Retrieving ncurses-base 5.9+20140913-1
I: Validating ncurses-base 5.9+20140913-1
I: Retrieving ncurses-bin 5.9+20140913-1+b1
I: Validating ncurses-bin 5.9+20140913-1+b1
I: Retrieving ncurses-term 5.9+20140913-1
I: Validating ncurses-term 5.9+20140913-1
I: Retrieving net-tools 1.60-26+b1
I: Validating net-tools 1.60-26+b1
I: Retrieving netbase 5.3
I: Validating netbase 5.3
I: Retrieving netcat-traditional 1.10-41
I: Validating netcat-traditional 1.10-41
I: Retrieving libhogweed2 2.7.1-5
I: Validating libhogweed2 2.7.1-5
I: Retrieving libnettle4 2.7.1-5
I: Validating libnettle4 2.7.1-5
I: Retrieving libnewt0.52 0.52.17-1+b1
I: Validating libnewt0.52 0.52.17-1+b1
I: Retrieving whiptail 0.52.17-1+b1
I: Validating whiptail 0.52.17-1+b1
I: Retrieving nfacct 1.0.1-1.1
I: Validating nfacct 1.0.1-1.1
I: Retrieving libssl1.0.0 1.0.1k-3+deb8u1
I: Validating libssl1.0.0 1.0.1k-3+deb8u1
I: Retrieving libp11-kit0 0.20.7-1
I: Validating libp11-kit0 0.20.7-1
I: Retrieving libpam-modules 1.1.8-3.1
I: Validating libpam-modules 1.1.8-3.1
I: Retrieving libpam-modules-bin 1.1.8-3.1
I: Validating libpam-modules-bin 1.1.8-3.1
I: Retrieving libpam-runtime 1.1.8-3.1
I: Validating libpam-runtime 1.1.8-3.1
I: Retrieving libpam0g 1.1.8-3.1
I: Validating libpam0g 1.1.8-3.1
I: Retrieving libpcre3 2:8.35-3.3
I: Validating libpcre3 2:8.35-3.3
I: Retrieving perl-base 5.20.2-3+deb8u1
I: Validating perl-base 5.20.2-3+deb8u1
I: Retrieving libpopt0 1.16-10
I: Validating libpopt0 1.16-10
I: Retrieving libprocps3 2:3.3.9-9
I: Validating libprocps3 2:3.3.9-9
I: Retrieving procps 2:3.3.9-9
I: Validating procps 2:3.3.9-9
I: Retrieving libreadline6 6.3-8+b3
I: Validating libreadline6 6.3-8+b3
I: Retrieving readline-common 6.3-8
I: Validating readline-common 6.3-8
I: Retrieving rsyslog 8.4.2-1+deb8u1
I: Validating rsyslog 8.4.2-1+deb8u1
I: Retrieving sed 4.2.2-4+b1
I: Validating sed 4.2.2-4+b1
I: Retrieving sensible-utils 0.0.9
I: Validating sensible-utils 0.0.9
I: Retrieving login 1:4.2-3
I: Validating login 1:4.2-3
I: Retrieving passwd 1:4.2-3
I: Validating passwd 1:4.2-3
I: Retrieving libslang2 2.3.0-2
I: Validating libslang2 2.3.0-2
I: Retrieving startpar 0.59-3
I: Validating startpar 0.59-3
I: Retrieving libsystemd0 215-17+deb8u2
I: Validating libsystemd0 215-17+deb8u2
I: Retrieving libudev1 215-17+deb8u2
I: Validating libudev1 215-17+deb8u2
I: Retrieving systemd 215-17+deb8u2
I: Validating systemd 215-17+deb8u2
I: Retrieving systemd-sysv 215-17+deb8u2
I: Validating systemd-sysv 215-17+deb8u2
I: Retrieving udev 215-17+deb8u2
I: Validating udev 215-17+deb8u2
I: Retrieving initscripts 2.88dsf-59
I: Validating initscripts 2.88dsf-59
I: Retrieving sysv-rc 2.88dsf-59
I: Validating sysv-rc 2.88dsf-59
I: Retrieving sysvinit-utils 2.88dsf-59
I: Validating sysvinit-utils 2.88dsf-59
I: Retrieving tar 1.27.1-2+b1
I: Validating tar 1.27.1-2+b1
I: Retrieving tasksel 3.31+deb8u1
I: Validating tasksel 3.31+deb8u1
I: Retrieving tasksel-data 3.31+deb8u1
I: Validating tasksel-data 3.31+deb8u1
I: Retrieving traceroute 1:2.0.20-2+b1
I: Validating traceroute 1:2.0.20-2+b1
I: Retrieving tzdata 2015f-0+deb8u1
I: Validating tzdata 2015f-0+deb8u1
I: Retrieving libustr-1.0-1 1.0.4-3+b2
I: Validating libustr-1.0-1 1.0.4-3+b2
I: Retrieving bsdutils 1:2.25.2-6
I: Validating bsdutils 1:2.25.2-6
I: Retrieving libblkid1 2.25.2-6
I: Validating libblkid1 2.25.2-6
I: Retrieving libmount1 2.25.2-6
I: Validating libmount1 2.25.2-6
I: Retrieving libsmartcols1 2.25.2-6
I: Validating libsmartcols1 2.25.2-6
I: Retrieving libuuid1 2.25.2-6
I: Validating libuuid1 2.25.2-6
I: Retrieving mount 2.25.2-6
I: Validating mount 2.25.2-6
I: Retrieving util-linux 2.25.2-6
I: Validating util-linux 2.25.2-6
I: Retrieving vim-common 2:7.4.488-7
I: Validating vim-common 2:7.4.488-7
I: Retrieving vim-tiny 2:7.4.488-7
I: Validating vim-tiny 2:7.4.488-7
I: Retrieving wget 1.16-1
I: Validating wget 1.16-1
I: Retrieving liblzma5 5.1.1alpha+20120614-2+b3
I: Validating liblzma5 5.1.1alpha+20120614-2+b3
I: Retrieving zlib1g 1:1.2.8.dfsg-2+b1
I: Validating zlib1g 1:1.2.8.dfsg-2+b1
I: Chosen extractor for .deb packages: dpkg-deb
I: Extracting acl...
I: Extracting libacl1...
I: Extracting adduser...
I: Extracting libattr1...
I: Extracting libaudit-common...
I: Extracting libaudit1...
I: Extracting base-files...
I: Extracting base-passwd...
I: Extracting bash...
I: Extracting libbz2-1.0...
I: Extracting libdebconfclient0...
I: Extracting coreutils...
I: Extracting libcryptsetup4...
I: Extracting dash...
I: Extracting libdb5.3...
I: Extracting debconf...
I: Extracting debconf-i18n...
I: Extracting debianutils...
I: Extracting diffutils...
I: Extracting dpkg...
I: Extracting e2fslibs...
I: Extracting e2fsprogs...
I: Extracting libcomerr2...
I: Extracting libss2...
I: Extracting findutils...
I: Extracting gcc-4.8-base...
I: Extracting gcc-4.9-base...
I: Extracting libgcc1...
I: Extracting libc-bin...
I: Extracting libc6...
I: Extracting multiarch-support...
I: Extracting grep...
I: Extracting gzip...
I: Extracting hostname...
I: Extracting init...
I: Extracting insserv...
I: Extracting libkmod2...
I: Extracting libcap2...
I: Extracting libcap2-bin...
I: Extracting libgcrypt20...
I: Extracting libgpg-error0...
I: Extracting liblocale-gettext-perl...
I: Extracting libselinux1...
I: Extracting libsemanage-common...
I: Extracting libsemanage1...
I: Extracting libsepol1...
I: Extracting libtext-charwidth-perl...
I: Extracting libtext-iconv-perl...
I: Extracting libtext-wrapi18n-perl...
I: Extracting lsb-base...
I: Extracting dmsetup...
I: Extracting libdevmapper1.02.1...
I: Extracting mawk...
I: Extracting libncurses5...
I: Extracting libncursesw5...
I: Extracting libtinfo5...
I: Extracting ncurses-base...
I: Extracting ncurses-bin...
I: Extracting libpam-modules...
I: Extracting libpam-modules-bin...
I: Extracting libpam-runtime...
I: Extracting libpam0g...
I: Extracting libpcre3...
I: Extracting perl-base...
I: Extracting libprocps3...
I: Extracting procps...
I: Extracting sed...
I: Extracting sensible-utils...
I: Extracting login...
I: Extracting passwd...
I: Extracting libslang2...
I: Extracting startpar...
I: Extracting libsystemd0...
I: Extracting libudev1...
I: Extracting systemd...
I: Extracting systemd-sysv...
I: Extracting udev...
I: Extracting initscripts...
I: Extracting sysv-rc...
I: Extracting sysvinit-utils...
I: Extracting tar...
I: Extracting tzdata...
I: Extracting libustr-1.0-1...
I: Extracting bsdutils...
I: Extracting libblkid1...
I: Extracting libmount1...
I: Extracting libsmartcols1...
I: Extracting libuuid1...
I: Extracting mount...
I: Extracting util-linux...
I: Extracting liblzma5...
I: Extracting zlib1g...
I: Installing core packages...
I: Unpacking required packages...
I: Unpacking acl...
I: Unpacking libacl1:amd64...
I: Unpacking adduser...
I: Unpacking libattr1:amd64...
I: Unpacking libaudit-common...
I: Unpacking libaudit1:amd64...
I: Unpacking base-files...
I: Unpacking base-passwd...
I: Unpacking bash...
I: Unpacking libbz2-1.0:amd64...
I: Unpacking libdebconfclient0:amd64...
I: Unpacking coreutils...
I: Unpacking libcryptsetup4:amd64...
I: Unpacking dash...
I: Unpacking libdb5.3:amd64...
I: Unpacking debconf...
I: Unpacking debconf-i18n...
I: Unpacking debianutils...
I: Unpacking diffutils...
I: Unpacking dpkg...
I: Unpacking e2fslibs:amd64...
I: Unpacking e2fsprogs...
I: Unpacking libcomerr2:amd64...
I: Unpacking libss2:amd64...
I: Unpacking findutils...
I: Unpacking gcc-4.8-base:amd64...
I: Unpacking gcc-4.9-base:amd64...
I: Unpacking libgcc1:amd64...
I: Unpacking libc-bin...
I: Unpacking libc6:amd64...
I: Unpacking multiarch-support...
I: Unpacking grep...
I: Unpacking gzip...
I: Unpacking hostname...
I: Unpacking init...
I: Unpacking insserv...
I: Unpacking libkmod2:amd64...
I: Unpacking libcap2:amd64...
I: Unpacking libcap2-bin...
I: Unpacking libgcrypt20:amd64...
I: Unpacking libgpg-error0:amd64...
I: Unpacking liblocale-gettext-perl...
I: Unpacking libselinux1:amd64...
I: Unpacking libsemanage-common...
I: Unpacking libsemanage1:amd64...
I: Unpacking libsepol1:amd64...
I: Unpacking libtext-charwidth-perl...
I: Unpacking libtext-iconv-perl...
I: Unpacking libtext-wrapi18n-perl...
I: Unpacking lsb-base...
I: Unpacking dmsetup...
I: Unpacking libdevmapper1.02.1:amd64...
I: Unpacking mawk...
I: Unpacking libncurses5:amd64...
I: Unpacking libncursesw5:amd64...
I: Unpacking libtinfo5:amd64...
I: Unpacking ncurses-base...
I: Unpacking ncurses-bin...
I: Unpacking libpam-modules:amd64...
I: Unpacking libpam-modules-bin...
I: Unpacking libpam-runtime...
I: Unpacking libpam0g:amd64...
I: Unpacking libpcre3:amd64...
I: Unpacking perl-base...
I: Unpacking libprocps3:amd64...
I: Unpacking procps...
I: Unpacking sed...
I: Unpacking sensible-utils...
I: Unpacking login...
I: Unpacking passwd...
I: Unpacking libslang2:amd64...
I: Unpacking startpar...
I: Unpacking libsystemd0:amd64...
I: Unpacking libudev1:amd64...
I: Unpacking systemd...
I: Unpacking systemd-sysv...
I: Unpacking udev...
I: Unpacking initscripts...
I: Unpacking sysv-rc...
I: Unpacking sysvinit-utils...
I: Unpacking tar...
I: Unpacking tzdata...
I: Unpacking libustr-1.0-1:amd64...
I: Unpacking bsdutils...
I: Unpacking libblkid1:amd64...
I: Unpacking libmount1:amd64...
I: Unpacking libsmartcols1:amd64...
I: Unpacking libuuid1:amd64...
I: Unpacking mount...
I: Unpacking util-linux...
I: Unpacking liblzma5:amd64...
I: Unpacking zlib1g:amd64...
I: Configuring required packages...
I: Configuring gcc-4.8-base:amd64...
I: Configuring lsb-base...
I: Configuring sensible-utils...
I: Configuring ncurses-base...
I: Configuring libsemanage-common...
I: Configuring gcc-4.9-base:amd64...
I: Configuring libaudit-common...
I: Configuring libc6:amd64...
I: Configuring startpar...
I: Configuring diffutils...
I: Configuring insserv...
I: Configuring findutils...
I: Configuring debianutils...
I: Configuring hostname...
I: Configuring multiarch-support...
I: Configuring mawk...
I: Configuring libprocps3:amd64...
I: Configuring libpcre3:amd64...
I: Configuring libbz2-1.0:amd64...
I: Configuring libkmod2:amd64...
I: Configuring libgpg-error0:amd64...
I: Configuring base-files...
I: Configuring libdebconfclient0:amd64...
I: Configuring libselinux1:amd64...
I: Configuring libcomerr2:amd64...
I: Configuring libslang2:amd64...
I: Configuring libsepol1:amd64...
I: Configuring libgcc1:amd64...
I: Configuring libustr-1.0-1:amd64...
I: Configuring libsmartcols1:amd64...
I: Configuring libaudit1:amd64...
I: Configuring libtinfo5:amd64...
I: Configuring libudev1:amd64...
I: Configuring libattr1:amd64...
I: Configuring libss2:amd64...
I: Configuring liblzma5:amd64...
I: Configuring base-passwd...
I: Configuring e2fslibs:amd64...
I: Configuring libgcrypt20:amd64...
I: Configuring libncursesw5:amd64...
I: Configuring libdb5.3:amd64...
I: Configuring zlib1g:amd64...
I: Configuring libcap2:amd64...
I: Configuring libsystemd0:amd64...
I: Configuring libdevmapper1.02.1:amd64...
I: Configuring libc-bin...
I: Configuring libsemanage1:amd64...
I: Configuring sysvinit-utils...
I: Configuring libacl1:amd64...
I: Configuring ncurses-bin...
I: Configuring acl...
I: Configuring libncurses5:amd64...
I: Configuring libcap2-bin...
I: Configuring bsdutils...
I: Configuring coreutils...
I: Configuring tar...
I: Configuring dpkg...
I: Configuring sed...
I: Configuring perl-base...
I: Configuring grep...
I: Configuring debconf...
I: Configuring tzdata...
I: Configuring gzip...
I: Configuring dash...
I: Configuring libtext-iconv-perl...
I: Configuring sysv-rc...
I: Configuring liblocale-gettext-perl...
I: Configuring libtext-charwidth-perl...
I: Configuring libpam0g:amd64...
I: Configuring libpam-modules-bin...
I: Configuring bash...
I: Configuring libtext-wrapi18n-perl...
I: Configuring libpam-modules:amd64...
I: Configuring libpam-runtime...
I: Configuring debconf-i18n...
I: Configuring passwd...
I: Configuring login...
I: Configuring adduser...
I: Configuring libuuid1:amd64...
I: Configuring libblkid1:amd64...
I: Configuring libmount1:amd64...
I: Configuring libcryptsetup4:amd64...
I: Configuring mount...
I: Configuring initscripts...
I: Configuring util-linux...
I: Configuring e2fsprogs...
I: Configuring procps...
I: Configuring udev...
I: Configuring systemd...
I: Configuring dmsetup...
I: Configuring systemd-sysv...
I: Configuring init...
I: Configuring libc-bin...
I: Unpacking the base system...
I: Unpacking apt...
I: Unpacking apt-utils...
I: Unpacking libapt-inst1.5:amd64...
I: Unpacking libapt-pkg4.12:amd64...
I: Unpacking libdns-export100...
I: Unpacking libirs-export91...
I: Unpacking libisc-export95...
I: Unpacking libisccfg-export90...
I: Unpacking libboost-iostreams1.55.0:amd64...
I: Unpacking bsdmainutils...
I: Unpacking cpio...
I: Unpacking cron...
I: Unpacking debian-archive-keyring...
I: Unpacking debian-keyring...
I: Unpacking dmidecode...
I: Unpacking libstdc++6:amd64...
I: Unpacking libgdbm3:amd64...
I: Unpacking libgmp10:amd64...
I: Unpacking gnupg...
I: Unpacking gpgv...
I: Unpacking libgnutls-deb0-28:amd64...
I: Unpacking libgnutls-openssl27:amd64...
I: Unpacking groff-base...
I: Unpacking libicu52:amd64...
I: Unpacking ifupdown...
I: Unpacking init-system-helpers...
I: Unpacking iproute2...
I: Unpacking iptables...
I: Unpacking libxtables10...
I: Unpacking iputils-ping...
I: Unpacking isc-dhcp-client...
I: Unpacking isc-dhcp-common...
I: Unpacking libjson-c2:amd64...
I: Unpacking kmod...
I: Unpacking less...
I: Unpacking eatmydata...
I: Unpacking libeatmydata1:amd64...
I: Unpacking libestr0...
I: Unpacking libffi6:amd64...
I: Unpacking libidn11:amd64...
I: Unpacking liblogging-stdlog0:amd64...
I: Unpacking liblognorm1:amd64...
I: Unpacking libmnl0:amd64...
I: Unpacking libnetfilter-acct1:amd64...
I: Unpacking libnfnetlink0:amd64...
I: Unpacking libpipeline1:amd64...
I: Unpacking libpsl0:amd64...
I: Unpacking libsigc++-2.0-0c2a:amd64...
I: Unpacking libtasn1-6:amd64...
I: Unpacking libusb-0.1-4:amd64...
I: Unpacking logrotate...
I: Unpacking man-db...
I: Unpacking manpages...
I: Unpacking nano...
I: Unpacking ncurses-term...
I: Unpacking net-tools...
I: Unpacking netbase...
I: Unpacking netcat-traditional...
I: Unpacking libhogweed2:amd64...
I: Unpacking libnettle4:amd64...
I: Unpacking libnewt0.52:amd64...
I: Unpacking whiptail...
I: Unpacking nfacct...
I: Unpacking libssl1.0.0:amd64...
I: Unpacking libp11-kit0:amd64...
I: Unpacking libpopt0:amd64...
I: Unpacking libreadline6:amd64...
I: Unpacking readline-common...
I: Unpacking rsyslog...
I: Unpacking tasksel...
I: Unpacking tasksel-data...
I: Unpacking traceroute...
I: Unpacking vim-common...
I: Unpacking vim-tiny...
I: Unpacking wget...
I: Configuring the base system...
I: Configuring readline-common...
I: Configuring ncurses-term...
I: Configuring debian-keyring...
I: Configuring libgdbm3:amd64...
I: Configuring manpages...
I: Configuring libxtables10...
I: Configuring cpio...
I: Configuring libpopt0:amd64...
I: Configuring kmod...
I: Configuring libestr0...
I: Configuring less...
I: Configuring libssl1.0.0:amd64...
I: Configuring dmidecode...
I: Configuring libeatmydata1:amd64...
I: Configuring gpgv...
I: Configuring liblogging-stdlog0:amd64...
I: Configuring netcat-traditional...
I: Configuring libpipeline1:amd64...
I: Configuring iproute2...
I: Configuring libtasn1-6:amd64...
I: Configuring nano...
I: Configuring libgmp10:amd64...
I: Configuring libisc-export95...
I: Configuring init-system-helpers...
I: Configuring libnettle4:amd64...
I: Configuring debian-archive-keyring...
I: Configuring vim-common...
I: Configuring libnfnetlink0:amd64...
I: Configuring libstdc++6:amd64...
I: Configuring libffi6:amd64...
I: Configuring libnewt0.52:amd64...
I: Configuring bsdmainutils...
I: Configuring net-tools...
I: Configuring cron...
I: Configuring libmnl0:amd64...
I: Configuring libapt-pkg4.12:amd64...
I: Configuring libusb-0.1-4:amd64...
I: Configuring traceroute...
I: Configuring logrotate...
I: Configuring libidn11:amd64...
I: Configuring libreadline6:amd64...
I: Configuring libjson-c2:amd64...
I: Configuring libicu52:amd64...
I: Configuring netbase...
I: Configuring vim-tiny...
I: Configuring eatmydata...
I: Configuring libhogweed2:amd64...
I: Configuring ifupdown...
I: Configuring libisccfg-export90...
I: Configuring libsigc++-2.0-0c2a:amd64...
I: Configuring groff-base...
I: Configuring liblognorm1:amd64...
I: Configuring whiptail...
I: Configuring gnupg...
I: Configuring libpsl0:amd64...
I: Configuring libboost-iostreams1.55.0:amd64...
I: Configuring libdns-export100...
I: Configuring iptables...
I: Configuring libapt-inst1.5:amd64...
I: Configuring libp11-kit0:amd64...
I: Configuring libgnutls-deb0-28:amd64...
I: Configuring wget...
I: Configuring apt...
I: Configuring man-db...
I: Configuring libnetfilter-acct1:amd64...
I: Configuring rsyslog...
I: Configuring nfacct...
I: Configuring apt-utils...
I: Configuring libirs-export91...
I: Configuring libgnutls-openssl27:amd64...
I: Configuring iputils-ping...
I: Configuring isc-dhcp-common...
I: Configuring isc-dhcp-client...
I: Configuring tasksel...
I: Configuring tasksel-data...
I: Configuring libc-bin...
I: Configuring systemd...
I: Base system installed successfully.
Reading package lists...
Building dependency tree...
The following extra packages will be installed:
at autoconf autopoint autotools-dev binutils bsd-mailx bzip2 ca-certificates
cowbuilder cowdancer cpp cpp-4.9 dbus dctrl-tools debootstrap dh-python
diffstat distro-info-data dpkg-dev dput equivs exim4-base exim4-config
exim4-daemon-light fakeroot file fontconfig-config fonts-dejavu-core g++
g++-4.9 gcc gcc-4.9 gettext gettext-base git-man gnupg-agent gnupg2
hardening-includes intltool-debian iso-codes krb5-locales
libalgorithm-c3-perl libalgorithm-diff-perl libalgorithm-diff-xs-perl
libalgorithm-merge-perl libapt-pkg-perl libarchive-extract-perl
libarchive-zip-perl libarchive13 libasan1 libasprintf-dev libasprintf0c2
libassuan0 libasyncns0 libatomic1 libauthen-sasl-perl libavahi-client-dev
libavahi-client3 libavahi-common-data libavahi-common-dev libavahi-common3
libbsd0 libc-dev-bin libc6-dev libcap-ng0 libcgi-fast-perl libcgi-pm-perl
libcilkrts5 libclass-accessor-perl libclass-c3-perl libclass-c3-xs-perl
libclass-inspector-perl libclone-perl libcloog-isl4 libcommon-sense-perl
libconvert-binhex-perl libcpan-meta-perl libcroco3 libcrypt-ssleay-perl
libcurl3-gnutls libdata-optlist-perl libdata-section-perl libdbus-1-3
libdbus-1-dev libdigest-hmac-perl libdistro-info-perl libdmx-dev libdmx1
libdpkg-perl libdrm-dev libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2
libedit2 libelfg0 libemail-valid-perl libencode-locale-perl liberror-perl
libexpat1 libexpat1-dev libexporter-lite-perl libfakeroot libfcgi-perl
libfile-basedir-perl libfile-fcntllock-perl libfile-listing-perl libflac8
libfont-afm-perl libfontconfig1 libfontconfig1-dev libfontenc-dev
libfontenc1 libfreetype6 libfreetype6-dev libfs-dev libfs6 libgcc-4.9-dev
libgettextpo-dev libgettextpo0 libglib2.0-0 libglib2.0-bin libglib2.0-data
libglib2.0-dev libgomp1 libgpgme11 libgssapi-krb5-2 libhtml-form-perl
libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
libhttp-message-perl libhttp-negotiate-perl libice-dev libice6
libio-html-perl libio-pty-perl libio-sessiondata-perl
libio-socket-inet6-perl libio-socket-ssl-perl libio-string-perl
libio-stringy-perl libipc-run-perl libisl10 libitm1 libjson-perl
libjson-xs-perl libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
libldap-2.4-2 liblist-moreutils-perl liblockfile-bin liblockfile1
liblog-message-perl liblog-message-simple-perl liblsan0 libltdl-dev libltdl7
liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic1
libmail-sendmail-perl libmailtools-perl libmime-tools-perl
libmodule-build-perl libmodule-pluggable-perl libmodule-signature-perl
libmpc3 libmpdec2 libmpfr4 libmro-compat-perl libnet-dns-perl
libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-smtp-ssl-perl
libnet-ssleay-perl libogg0 libossp-uuid-perl libossp-uuid16
libpackage-constants-perl libparams-util-perl libparse-debcontrol-perl
libparse-debianchangelog-perl libpciaccess-dev libpciaccess0 libpcre3-dev
libpcrecpp0 libperlio-gzip-perl libpixman-1-0 libpixman-1-dev libpng12-0
libpng12-dev libpod-latex-perl libpod-readme-perl libpth20
libpthread-stubs0-dev libpulse-mainloop-glib0 libpulse0 libpython-stdlib
libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
libpython3.4-minimal libpython3.4-stdlib libquadmath0 libregexp-common-perl
librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2
libsm-dev libsm6 libsndfile1 libsoap-lite-perl libsocket6-perl
libsoftware-license-perl libsqlite3-0 libssh2-1 libstdc++-4.9-dev
libsub-exporter-perl libsub-install-perl libsub-name-perl
libsys-hostname-long-perl libtask-weaken-perl libterm-ui-perl
libtext-levenshtein-perl libtext-soundex-perl libtext-template-perl
libtie-ixhash-perl libtimedate-perl libtsan0 libubsan0 libunistring0
liburi-perl libvorbis0a libvorbisenc2 libwrap0 libwww-perl
libwww-robotrules-perl libx11-6 libx11-data libx11-doc libx11-xcb1
libxau-dev libxau6 libxaw7 libxaw7-dev libxcb1 libxcb1-dev libxcomposite1
libxcursor-dev libxcursor1 libxdamage1 libxdelta2 libxdmcp-dev libxdmcp6
libxen-4.4 libxenstore3.0 libxext-dev libxext6 libxfixes-dev libxfixes3
libxfont-dev libxfont1 libxft-dev libxft2 libxi-dev libxi6 libxinerama-dev
libxinerama1 libxkbfile-dev libxkbfile1 libxml-parser-perl libxml2
libxmlrpc-lite-perl libxmu-dev libxmu-headers libxmu6 libxmuu-dev libxmuu1
libxpm-dev libxpm4 libxrandr-dev libxrandr2 libxrender-dev libxrender1
libxres-dev libxres1 libxss-dev libxss1 libxt6 libxtst-dev libxtst6
libxv-dev libxv1 libxvmc-dev libxvmc1 libxxf86dga-dev libxxf86dga1
libxxf86vm-dev libxxf86vm1 libyajl2 lintian linux-libc-dev lsb-release m4
make manpages-dev mesa-common-dev mime-support openssh-client openssl patch
patchutils pbuilder pbzip2 perl perl-modules pinentry-curses pkg-config
po-debconf pristine-tar psmisc python-apt-common python-dateutil
python-minimal python-pkg-resources python-six python2.7 python2.7-minimal
python3 python3-apt python3-chardet python3-debian python3-magic
python3-minimal python3-pkg-resources python3-six python3.4
python3.4-minimal rename rsync sgml-base shared-mime-info strace sudo
t1utils tcpd ucf unzip wdiff x11-common x11proto-bigreqs-dev
x11proto-composite-dev x11proto-core-dev x11proto-damage-dev
x11proto-dmx-dev x11proto-dri2-dev x11proto-dri3-dev x11proto-fixes-dev
x11proto-fonts-dev x11proto-gl-dev x11proto-input-dev x11proto-kb-dev
x11proto-present-dev x11proto-randr-dev x11proto-record-dev
x11proto-render-dev x11proto-resource-dev x11proto-scrnsaver-dev
x11proto-video-dev x11proto-xcmisc-dev x11proto-xext-dev
x11proto-xf86bigfont-dev x11proto-xf86dga-dev x11proto-xf86dri-dev
x11proto-xf86vidmode-dev x11proto-xinerama-dev xauth xdelta xdg-user-dirs
xml-core xorg-sgml-doctools xserver-xorg-dev xtrans-dev xz-utils zlib1g-dev
Suggested packages:
autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
gcc-4.9-locales dbus-x11 debtags dh-make cvs-buildpackage debbindiff
devscripts-el gnuplot libfile-desktopentry-perl libterm-size-perl
libyaml-syck-perl mutt ssh-client svn-buildpackage w3m mini-dinstall
mail-reader eximon4 exim4-doc-html exim4-doc-info spf-tools-perl swaks
g++-multilib g++-4.9-multilib gcc-4.9-doc libstdc++6-4.9-dbg gcc-multilib
flex bison gdb gcc-doc gcc-4.9-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg
libatomic1-dbg libasan1-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg
libcilkrts5-dbg libquadmath0-dbg gettext-doc git-daemon-run
git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch
git-cvs git-mediawiki git-svn python-notify gnupg-doc parcimonie xloadimage
isoquery lrzip libgssapi-perl glibc-doc libglib2.0-doc gpgsm krb5-doc
krb5-user libdata-dump-perl libice-doc libtool-doc libmime-base64-perl uuid
libhtml-template-perl libxml-simple-perl pciutils pulseaudio
libsasl2-modules-otp libsasl2-modules-ldap libsasl2-modules-sql
libsasl2-modules-gssapi-mit libsasl2-modules-gssapi-heimdal libsm-doc
libapache2-mod-perl2 libmime-lite-perl libnet-jabber-perl libstdc++-4.9-doc
automaken gfortran fortran95-compiler gcj-jdk libauthen-ntlm-perl libxaw-doc
libxcb-doc libxext-doc libxt-doc binutils-multiarch libyaml-perl lsb
make-doc ssh-askpass libpam-ssh keychain monkeysphere ed diffutils-doc
pbuilder-uml gdebi-core perl-doc libterm-readline-gnu-perl
libterm-readline-perl-perl libb-lint-perl libcpanplus-dist-build-perl
libcpanplus-perl libfile-checktree-perl libobject-accessor-perl pinentry-doc
libmail-box-perl python-doc python-tk python-distribute
python-distribute-doc python2.7-doc binfmt-support python3-doc python3-tk
python3-venv python3-apt-dbg python-apt-doc python3-setuptools
python3.4-venv python3.4-doc procmail graphviz inoticoming lzip
openssh-server sgml-base-doc
Recommended packages:
default-mta mail-transport-agent mailx libarchive-tar-perl
libcompress-zlib-perl
The following NEW packages will be installed:
at autoconf automake autopoint autotools-dev binutils bsd-mailx
build-essential bzip2 ca-certificates cowbuilder cowdancer cpp cpp-4.9 dbus
dctrl-tools debhelper debootstrap devscripts dh-python diffstat
distro-info-data dpkg-dev dput equivs exim4-base exim4-config
exim4-daemon-light fakeroot file fontconfig-config fonts-dejavu-core g++
g++-4.9 gcc gcc-4.9 gettext gettext-base git git-buildpackage git-man
gnupg-agent gnupg2 hardening-includes intltool-debian iso-codes krb5-locales
libalgorithm-c3-perl libalgorithm-diff-perl libalgorithm-diff-xs-perl
libalgorithm-merge-perl libapt-pkg-perl libarchive-extract-perl
libarchive-zip-perl libarchive13 libasan1 libasprintf-dev libasprintf0c2
libassuan0 libasyncns0 libatomic1 libauthen-sasl-perl libavahi-client-dev
libavahi-client3 libavahi-common-data libavahi-common-dev libavahi-common3
libbsd0 libc-dev-bin libc6-dev libcap-ng0 libcgi-fast-perl libcgi-pm-perl
libcilkrts5 libclass-accessor-perl libclass-c3-perl libclass-c3-xs-perl
libclass-inspector-perl libclone-perl libcloog-isl4 libcommon-sense-perl
libconvert-binhex-perl libcpan-meta-perl libcroco3 libcrypt-ssleay-perl
libcurl3-gnutls libdata-optlist-perl libdata-section-perl libdbus-1-3
libdbus-1-dev libdigest-hmac-perl libdistro-info-perl libdmx-dev libdmx1
libdpkg-perl libdrm-dev libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2
libedit2 libelfg0 libemail-valid-perl libencode-locale-perl liberror-perl
libexpat1 libexpat1-dev libexporter-lite-perl libfakeroot libfcgi-perl
libfile-basedir-perl libfile-fcntllock-perl libfile-listing-perl libflac8
libfont-afm-perl libfontconfig1 libfontconfig1-dev libfontenc-dev
libfontenc1 libfreetype6 libfreetype6-dev libfs-dev libfs6 libgcc-4.9-dev
libgettextpo-dev libgettextpo0 libglib2.0-0 libglib2.0-bin libglib2.0-data
libglib2.0-dev libgomp1 libgpgme11 libgssapi-krb5-2 libhtml-form-perl
libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
libhttp-message-perl libhttp-negotiate-perl libice-dev libice6
libio-html-perl libio-pty-perl libio-sessiondata-perl
libio-socket-inet6-perl libio-socket-ssl-perl libio-string-perl
libio-stringy-perl libipc-run-perl libisl10 libitm1 libjson-perl
libjson-xs-perl libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
libldap-2.4-2 liblist-moreutils-perl liblockfile-bin liblockfile1
liblog-message-perl liblog-message-simple-perl liblsan0 libltdl-dev libltdl7
liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic1
libmail-sendmail-perl libmailtools-perl libmime-tools-perl
libmodule-build-perl libmodule-pluggable-perl libmodule-signature-perl
libmpc3 libmpdec2 libmpfr4 libmro-compat-perl libnet-dns-perl
libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-smtp-ssl-perl
libnet-ssleay-perl libogg0 libossp-uuid-perl libossp-uuid16
libpackage-constants-perl libparams-util-perl libparse-debcontrol-perl
libparse-debianchangelog-perl libpciaccess-dev libpciaccess0 libpcre3-dev
libpcrecpp0 libperlio-gzip-perl libpixman-1-0 libpixman-1-dev libpng12-0
libpng12-dev libpod-latex-perl libpod-readme-perl libpth20
libpthread-stubs0-dev libpulse-dev libpulse-mainloop-glib0 libpulse0
libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
libpython3.4-minimal libpython3.4-stdlib libquadmath0 libregexp-common-perl
librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2
libsm-dev libsm6 libsndfile1 libsoap-lite-perl libsocket6-perl
libsoftware-license-perl libsqlite3-0 libssh2-1 libstdc++-4.9-dev
libsub-exporter-perl libsub-install-perl libsub-name-perl
libsys-hostname-long-perl libtask-weaken-perl libterm-ui-perl
libtext-levenshtein-perl libtext-soundex-perl libtext-template-perl
libtie-ixhash-perl libtimedate-perl libtool libtsan0 libubsan0 libunistring0
liburi-perl libvorbis0a libvorbisenc2 libwrap0 libwww-perl
libwww-robotrules-perl libx11-6 libx11-data libx11-dev libx11-doc
libx11-xcb1 libxau-dev libxau6 libxaw7 libxaw7-dev libxcb1 libxcb1-dev
libxcomposite-dev libxcomposite1 libxcursor-dev libxcursor1 libxdamage-dev
libxdamage1 libxdelta2 libxdmcp-dev libxdmcp6 libxen-4.4 libxen-dev
libxenstore3.0 libxext-dev libxext6 libxfixes-dev libxfixes3 libxfont-dev
libxfont1 libxft-dev libxft2 libxi-dev libxi6 libxinerama-dev libxinerama1
libxkbfile-dev libxkbfile1 libxml-parser-perl libxml2 libxmlrpc-lite-perl
libxmu-dev libxmu-headers libxmu6 libxmuu-dev libxmuu1 libxpm-dev libxpm4
libxrandr-dev libxrandr2 libxrender-dev libxrender1 libxres-dev libxres1
libxss-dev libxss1 libxt-dev libxt6 libxtst-dev libxtst6 libxv-dev libxv1
libxvmc-dev libxvmc1 libxxf86dga-dev libxxf86dga1 libxxf86vm-dev libxxf86vm1
libyajl2 lintian linux-libc-dev lsb-release m4 make manpages-dev
mesa-common-dev mime-support openssh-client openssl patch patchutils
pbuilder pbzip2 perl perl-modules pinentry-curses pkg-config po-debconf
pristine-tar psmisc python python-apt-common python-dateutil python-minimal
python-pkg-resources python-six python2.7 python2.7-minimal python3
python3-apt python3-chardet python3-debian python3-magic python3-minimal
python3-pkg-resources python3-six python3.4 python3.4-minimal quilt rename
reprepro rsync sgml-base shared-mime-info strace sudo t1utils tcpd ucf unzip
wdiff x11-common x11proto-bigreqs-dev x11proto-composite-dev
x11proto-core-dev x11proto-damage-dev x11proto-dmx-dev x11proto-dri2-dev
x11proto-dri3-dev x11proto-fixes-dev x11proto-fonts-dev x11proto-gl-dev
x11proto-input-dev x11proto-kb-dev x11proto-present-dev x11proto-randr-dev
x11proto-record-dev x11proto-render-dev x11proto-resource-dev
x11proto-scrnsaver-dev x11proto-video-dev x11proto-xcmisc-dev
x11proto-xext-dev x11proto-xf86bigfont-dev x11proto-xf86dga-dev
x11proto-xf86dri-dev x11proto-xf86vidmode-dev x11proto-xinerama-dev xauth
xdelta xdg-user-dirs xml-core xorg-dev xorg-sgml-doctools xserver-xorg-dev
xtrans-dev xutils-dev xz-utils zlib1g-dev
0 upgraded, 415 newly installed, 0 to remove and 0 not upgraded.
Need to get 131 MB of archives.
After this operation, 444 MB of additional disk space will be used.
Get:1 http://http.debian.net/debian/ jessie/main libasprintf0c2 amd64 0.19.3-2 [31.3 kB]
Get:2 http://http.debian.net/debian/ jessie/main libbsd0 amd64 0.7.0-2 [67.9 kB]
Get:3 http://http.debian.net/debian/ jessie/main libedit2 amd64 3.1-20140620-2 [85.1 kB]
Get:4 http://http.debian.net/debian/ jessie/main libkeyutils1 amd64 1.5.9-5+b1 [12.0 kB]
Get:5 http://http.debian.net/debian/ jessie/main libkrb5support0 amd64 1.12.1+dfsg-19 [58.5 kB]
Get:6 http://http.debian.net/debian/ jessie/main libk5crypto3 amd64 1.12.1+dfsg-19 [115 kB]
Get:7 http://http.debian.net/debian/ jessie/main libkrb5-3 amd64 1.12.1+dfsg-19 [303 kB]
Get:8 http://http.debian.net/debian/ jessie/main libgssapi-krb5-2 amd64 1.12.1+dfsg-19 [150 kB]
Get:9 http://http.debian.net/debian/ jessie/main libsasl2-modules-db amd64 2.1.26.dfsg1-13 [67.0 kB]
Get:10 http://http.debian.net/debian/ jessie/main libsasl2-2 amd64 2.1.26.dfsg1-13 [104 kB]
Get:11 http://http.debian.net/debian/ jessie/main libldap-2.4-2 amd64 2.4.40+dfsg-1 [218 kB]
Get:12 http://http.debian.net/debian/ jessie/main liblockfile-bin amd64 1.09-6 [18.9 kB]
Get:13 http://http.debian.net/debian/ jessie/main liblockfile1 amd64 1.09-6 [15.8 kB]
Get:14 http://http.debian.net/debian/ jessie/main libmagic1 amd64 1:5.22+15-2 [249 kB]
Get:15 http://http.debian.net/debian/ jessie/main libsqlite3-0 amd64 3.8.7.1-1+deb8u1 [438 kB]
Get:16 http://http.debian.net/debian/ jessie/main libwrap0 amd64 7.6.q-25 [58.5 kB]
Get:17 http://http.debian.net/debian/ jessie/main libxml2 amd64 2.9.1+dfsg1-5 [800 kB]
Get:18 http://http.debian.net/debian/ jessie/main perl-modules all 5.20.2-3+deb8u1 [2551 kB]
Get:19 http://http.debian.net/debian/ jessie/main perl amd64 5.20.2-3+deb8u1 [2629 kB]
Get:20 http://http.debian.net/debian/ jessie/main libpython2.7-minimal amd64 2.7.9-2 [376 kB]
Get:21 http://http.debian.net/debian/ jessie/main python2.7-minimal amd64 2.7.9-2 [1401 kB]
Get:22 http://http.debian.net/debian/ jessie/main python-minimal amd64 2.7.9-1 [40.3 kB]
Get:23 http://http.debian.net/debian/ jessie/main mime-support all 3.58 [36.0 kB]
Get:24 http://http.debian.net/debian/ jessie/main libexpat1 amd64 2.1.0-6+deb8u1 [80.0 kB]
Get:25 http://http.debian.net/debian/ jessie/main libpython2.7-stdlib amd64 2.7.9-2 [1844 kB]
Get:26 http://http.debian.net/debian/ jessie/main python2.7 amd64 2.7.9-2 [251 kB]
Get:27 http://http.debian.net/debian/ jessie/main libpython-stdlib amd64 2.7.9-1 [19.5 kB]
Get:28 http://http.debian.net/debian/ jessie/main python amd64 2.7.9-1 [151 kB]
Get:29 http://http.debian.net/debian/ jessie/main liblzo2-2 amd64 2.08-1.2 [54.6 kB]
Get:30 http://http.debian.net/debian/ jessie/main libarchive13 amd64 3.1.2-11 [269 kB]
Get:31 http://http.debian.net/debian/ jessie/main libasan1 amd64 4.9.2-10 [195 kB]
Get:32 http://http.debian.net/debian/ jessie/main libassuan0 amd64 2.1.2-2 [35.5 kB]
Get:33 http://http.debian.net/debian/ jessie/main libasyncns0 amd64 0.8-5 [12.5 kB]
Get:34 http://http.debian.net/debian/ jessie/main libatomic1 amd64 4.9.2-10 [8992 B]
Get:35 http://http.debian.net/debian/ jessie/main libavahi-common-data amd64 0.6.31-5 [98.6 kB]
Get:36 http://http.debian.net/debian/ jessie/main libavahi-common3 amd64 0.6.31-5 [51.1 kB]
Get:37 http://http.debian.net/debian/ jessie/main libdbus-1-3 amd64 1.8.20-0+deb8u1 [170 kB]
Get:38 http://http.debian.net/debian/ jessie/main libavahi-client3 amd64 0.6.31-5 [54.4 kB]
Get:39 http://http.debian.net/debian/ jessie/main libcap-ng0 amd64 0.7.4-2 [13.2 kB]
Get:40 http://http.debian.net/debian/ jessie/main libcilkrts5 amd64 4.9.2-10 [40.1 kB]
Get:41 http://http.debian.net/debian/ jessie/main libisl10 amd64 0.12.2-2 [440 kB]
Get:42 http://http.debian.net/debian/ jessie/main libcloog-isl4 amd64 0.18.2-1+b2 [61.8 kB]
Get:43 http://http.debian.net/debian/ jessie/main libglib2.0-0 amd64 2.42.1-1 [2401 kB]
Get:44 http://http.debian.net/debian/ jessie/main libcroco3 amd64 0.6.8-3+b1 [135 kB]
Get:45 http://http.debian.net/debian/ jessie/main librtmp1 amd64 2.4+20150115.gita107cef-1 [59.8 kB]
Get:46 http://http.debian.net/debian/ jessie/main libssh2-1 amd64 1.4.3-4.1 [125 kB]
Get:47 http://http.debian.net/debian/ jessie/main libcurl3-gnutls amd64 7.38.0-4+deb8u2 [251 kB]
Get:48 http://http.debian.net/debian/ jessie/main libxau6 amd64 1:1.0.8-1 [20.7 kB]
Get:49 http://http.debian.net/debian/ jessie/main libxdmcp6 amd64 1:1.1.1-1+b1 [24.9 kB]
Get:50 http://http.debian.net/debian/ jessie/main libxcb1 amd64 1.10-3+b1 [44.4 kB]
Get:51 http://http.debian.net/debian/ jessie/main libx11-data all 2:1.6.2-3 [126 kB]
Get:52 http://http.debian.net/debian/ jessie/main libx11-6 amd64 2:1.6.2-3 [729 kB]
Get:53 http://http.debian.net/debian/ jessie/main libxext6 amd64 2:1.3.3-1 [52.7 kB]
Get:54 http://http.debian.net/debian/ jessie/main libdmx1 amd64 1:1.1.3-1+b1 [17.3 kB]
Get:55 http://http.debian.net/debian/ jessie/main libdrm2 amd64 2.4.58-2 [29.9 kB]
Get:56 http://http.debian.net/debian/ jessie/main libpciaccess0 amd64 0.13.2-3+b1 [47.6 kB]
Get:57 http://http.debian.net/debian/ jessie/main libdrm-intel1 amd64 2.4.58-2 [64.9 kB]
Get:58 http://http.debian.net/debian/ jessie/main libdrm-nouveau2 amd64 2.4.58-2 [21.6 kB]
Get:59 http://http.debian.net/debian/ jessie/main libdrm-radeon1 amd64 2.4.58-2 [31.1 kB]
Get:60 http://http.debian.net/debian/ jessie/main libelfg0 amd64 0.8.13-5 [51.6 kB]
Get:61 http://http.debian.net/debian/ jessie/main libogg0 amd64 1.3.2-1 [19.9 kB]
Get:62 http://http.debian.net/debian/ jessie/main libflac8 amd64 1.3.0-3 [89.3 kB]
Get:63 http://http.debian.net/debian/ jessie/main libpng12-0 amd64 1.2.50-2+b2 [172 kB]
Get:64 http://http.debian.net/debian/ jessie/main libfreetype6 amd64 2.5.2-3 [466 kB]
Get:65 http://http.debian.net/debian/ jessie/main ucf all 3.0030 [69.7 kB]
Get:66 http://http.debian.net/debian/ jessie/main fonts-dejavu-core all 2.34-1 [1047 kB]
Get:67 http://http.debian.net/debian/ jessie/main fontconfig-config all 2.11.0-6.3 [273 kB]
Get:68 http://http.debian.net/debian/ jessie/main libfontconfig1 amd64 2.11.0-6.3 [329 kB]
Get:69 http://http.debian.net/debian/ jessie/main libfontenc1 amd64 1:1.1.2-1+b2 [23.9 kB]
Get:70 http://http.debian.net/debian/ jessie/main libfs6 amd64 2:1.0.6-1+b1 [36.7 kB]
Get:71 http://http.debian.net/debian/ jessie/main libunistring0 amd64 0.9.3-5.2+b1 [288 kB]
Get:72 http://http.debian.net/debian/ jessie/main libgettextpo0 amd64 0.19.3-2 [138 kB]
Get:73 http://http.debian.net/debian/ jessie/main libgomp1 amd64 4.9.2-10 [37.8 kB]
Get:74 http://http.debian.net/debian/ jessie/main pinentry-curses amd64 0.8.3-2 [29.3 kB]
Get:75 http://http.debian.net/debian/ jessie/main libpth20 amd64 2.0.7-20 [78.1 kB]
Get:76 http://http.debian.net/debian/ jessie/main gnupg-agent amd64 2.0.26-6 [272 kB]
Get:77 http://http.debian.net/debian/ jessie/main libksba8 amd64 1.3.2-1 [94.2 kB]
Get:78 http://http.debian.net/debian/ jessie/main gnupg2 amd64 2.0.26-6 [1399 kB]
Get:79 http://http.debian.net/debian/ jessie/main libgpgme11 amd64 1.5.1-6 [119 kB]
Get:80 http://http.debian.net/debian/ jessie/main x11-common all 1:7.7+7 [287 kB]
Get:81 http://http.debian.net/debian/ jessie/main libice6 amd64 2:1.0.9-1+b1 [58.8 kB]
Get:82 http://http.debian.net/debian/ jessie/main libitm1 amd64 4.9.2-10 [29.2 kB]
Get:83 http://http.debian.net/debian/ jessie/main liblsan0 amd64 4.9.2-10 [92.8 kB]
Get:84 http://http.debian.net/debian/ jessie/main libltdl7 amd64 2.4.2-1.11 [45.2 kB]
Get:85 http://http.debian.net/debian/ jessie/main libmpdec2 amd64 2.4.1-1 [85.7 kB]
Get:86 http://http.debian.net/debian/ jessie/main libmpfr4 amd64 3.1.2-2 [527 kB]
Get:87 http://http.debian.net/debian/ jessie/main libossp-uuid16 amd64 1.6.2-1.5+b1 [38.0 kB]
Get:88 http://http.debian.net/debian/ jessie/main libpcrecpp0 amd64 2:8.35-3.3 [141 kB]
Get:89 http://http.debian.net/debian/ jessie/main libpixman-1-0 amd64 0.32.6-3 [507 kB]
Get:90 http://http.debian.net/debian/ jessie/main libsm6 amd64 2:1.2.2-1+b1 [33.6 kB]
Get:91 http://http.debian.net/debian/ jessie/main libvorbis0a amd64 1.3.4-2 [92.9 kB]
Get:92 http://http.debian.net/debian/ jessie/main libvorbisenc2 amd64 1.3.4-2 [77.9 kB]
Get:93 http://http.debian.net/debian/ jessie/main libsndfile1 amd64 1.0.25-9.1 [214 kB]
Get:94 http://http.debian.net/debian/ jessie/main libx11-xcb1 amd64 2:1.6.2-3 [163 kB]
Get:95 http://http.debian.net/debian/ jessie/main libxi6 amd64 2:1.7.4-1+b2 [79.7 kB]
Get:96 http://http.debian.net/debian/ jessie/main libxtst6 amd64 2:1.2.2-1+b1 [27.3 kB]
Get:97 http://http.debian.net/debian/ jessie/main libpulse0 amd64 5.0-13 [255 kB]
Get:98 http://http.debian.net/debian/ jessie/main libpulse-mainloop-glib0 amd64 5.0-13 [28.7 kB]
Get:99 http://http.debian.net/debian/ jessie/main libpython3.4-minimal amd64 3.4.2-1 [492 kB]
Get:100 http://http.debian.net/debian/ jessie/main libpython3.4-stdlib amd64 3.4.2-1 [2088 kB]
Get:101 http://http.debian.net/debian/ jessie/main libquadmath0 amd64 4.9.2-10 [129 kB]
Get:102 http://http.debian.net/debian/ jessie/main libsigsegv2 amd64 2.10-4+b1 [29.2 kB]
Get:103 http://http.debian.net/debian/ jessie/main libtsan0 amd64 4.9.2-10 [212 kB]
Get:104 http://http.debian.net/debian/ jessie/main libubsan0 amd64 4.9.2-10 [82.4 kB]
Get:105 http://http.debian.net/debian/ jessie/main libxt6 amd64 1:1.1.4-1+b1 [186 kB]
Get:106 http://http.debian.net/debian/ jessie/main libxmu6 amd64 2:1.1.2-1 [58.6 kB]
Get:107 http://http.debian.net/debian/ jessie/main libxpm4 amd64 1:3.5.11-1+b1 [48.1 kB]
Get:108 http://http.debian.net/debian/ jessie/main libxaw7 amd64 2:1.0.12-2+b1 [199 kB]
Get:109 http://http.debian.net/debian/ jessie/main libxcomposite1 amd64 1:0.4.4-1 [17.4 kB]
Get:110 http://http.debian.net/debian/ jessie/main libxfixes3 amd64 1:5.0.1-2+b2 [21.3 kB]
Get:111 http://http.debian.net/debian/ jessie/main libxrender1 amd64 1:0.9.8-1+b1 [31.4 kB]
Get:112 http://http.debian.net/debian/ jessie/main libxcursor1 amd64 1:1.1.14-1+b1 [35.1 kB]
Get:113 http://http.debian.net/debian/ jessie/main libxdamage1 amd64 1:1.1.4-2+b1 [14.7 kB]
Get:114 http://http.debian.net/debian/ jessie/main libxfont1 amd64 1:1.5.1-1 [133 kB]
Get:115 http://http.debian.net/debian/ jessie/main libxft2 amd64 2.3.2-1 [55.4 kB]
Get:116 http://http.debian.net/debian/ jessie/main libxinerama1 amd64 2:1.1.3-1+b1 [16.9 kB]
Get:117 http://http.debian.net/debian/ jessie/main libxkbfile1 amd64 1:1.0.8-1 [81.6 kB]
Get:118 http://http.debian.net/debian/ jessie/main libxmuu1 amd64 2:1.1.2-1 [23.3 kB]
Get:119 http://http.debian.net/debian/ jessie/main libxrandr2 amd64 2:1.4.2-1+b1 [35.5 kB]
Get:120 http://http.debian.net/debian/ jessie/main libxres1 amd64 2:1.0.7-1+b1 [15.5 kB]
Get:121 http://http.debian.net/debian/ jessie/main libxss1 amd64 1:1.2.2-1 [17.5 kB]
Get:122 http://http.debian.net/debian/ jessie/main libxv1 amd64 2:1.0.10-1+b1 [24.0 kB]
Get:123 http://http.debian.net/debian/ jessie/main libxvmc1 amd64 2:1.0.8-2+b1 [23.6 kB]
Get:124 http://http.debian.net/debian/ jessie/main libxxf86dga1 amd64 2:1.1.4-1+b1 [22.3 kB]
Get:125 http://http.debian.net/debian/ jessie/main libxxf86vm1 amd64 1:1.1.3-1+b1 [19.6 kB]
Get:126 http://http.debian.net/debian/ jessie/main libyajl2 amd64 2.1.0-2 [23.2 kB]
Get:127 http://http.debian.net/debian/ jessie/main python3.4-minimal amd64 3.4.2-1 [1646 kB]
Get:128 http://http.debian.net/debian/ jessie/main sgml-base all 1.26+nmu4 [14.6 kB]
Get:129 http://http.debian.net/debian/ jessie/main libmpc3 amd64 1.0.2-1 [39.3 kB]
Get:130 http://http.debian.net/debian/ jessie/main at amd64 3.1.16-1 [45.4 kB]
Get:131 http://http.debian.net/debian/ jessie/main exim4-config all 4.84-8 [500 kB]
Get:132 http://http.debian.net/debian/ jessie/main exim4-base amd64 4.84-8 [1046 kB]
Get:133 http://http.debian.net/debian/ jessie/main exim4-daemon-light amd64 4.84-8 [629 kB]
Get:134 http://http.debian.net/debian/ jessie/main bsd-mailx amd64 8.1.2-0.20141216cvs-2 [81.7 kB]
Get:135 http://http.debian.net/debian/ jessie/main bzip2 amd64 1.0.6-7+b3 [46.9 kB]
Get:136 http://http.debian.net/debian/ jessie/main dbus amd64 1.8.20-0+deb8u1 [291 kB]
Get:137 http://http.debian.net/debian/ jessie/main file amd64 1:5.22+15-2 [60.1 kB]
Get:138 http://http.debian.net/debian/ jessie/main gettext-base amd64 0.19.3-2 [121 kB]
Get:139 http://http.debian.net/debian/ jessie/main krb5-locales all 1.12.1+dfsg-19 [2648 kB]
Get:140 http://http.debian.net/debian/ jessie/main m4 amd64 1.4.17-4 [254 kB]
Get:141 http://http.debian.net/debian/ jessie/main openssh-client amd64 1:6.7p1-5 [691 kB]
Get:142 http://http.debian.net/debian/ jessie/main patch amd64 2.7.5-1 [109 kB]
Get:143 http://http.debian.net/debian/ jessie/main xz-utils amd64 5.1.1alpha+20120614-2+b3 [221 kB]
Get:144 http://http.debian.net/debian/ jessie/main autoconf all 2.69-8 [340 kB]
Get:145 http://http.debian.net/debian/ jessie/main autotools-dev all 20140911.1 [70.5 kB]
Get:146 http://http.debian.net/debian/ jessie/main automake all 1:1.14.1-4 [725 kB]
Get:147 http://http.debian.net/debian/ jessie/main autopoint all 0.19.3-2 [413 kB]
Get:148 http://http.debian.net/debian/ jessie/main binutils amd64 2.25-5 [3516 kB]
Get:149 http://http.debian.net/debian/ jessie/main libc-dev-bin amd64 2.19-18+deb8u1 [237 kB]
Get:150 http://http.debian.net/debian/ jessie/main linux-libc-dev amd64 3.16.7-ckt11-1+deb8u3 [995 kB]
Get:151 http://http.debian.net/debian/ jessie/main libc6-dev amd64 2.19-18+deb8u1 [1998 kB]
Get:152 http://http.debian.net/debian/ jessie/main cpp-4.9 amd64 4.9.2-10 [5169 kB]
Get:153 http://http.debian.net/debian/ jessie/main cpp amd64 4:4.9.2-2 [17.3 kB]
Get:154 http://http.debian.net/debian/ jessie/main libgcc-4.9-dev amd64 4.9.2-10 [2066 kB]
Get:155 http://http.debian.net/debian/ jessie/main gcc-4.9 amd64 4.9.2-10 [5352 kB]
Get:156 http://http.debian.net/debian/ jessie/main gcc amd64 4:4.9.2-2 [5136 B]
Get:157 http://http.debian.net/debian/ jessie/main libstdc++-4.9-dev amd64 4.9.2-10 [1121 kB]
Get:158 http://http.debian.net/debian/ jessie/main g++-4.9 amd64 4.9.2-10 [21.4 MB]
Get:159 http://http.debian.net/debian/ jessie/main g++ amd64 4:4.9.2-2 [1530 B]
Get:160 http://http.debian.net/debian/ jessie/main make amd64 4.0-8.1 [349 kB]
Get:161 http://http.debian.net/debian/ jessie/main libtimedate-perl all 2.3000-2 [42.2 kB]
Get:162 http://http.debian.net/debian/ jessie/main libdpkg-perl all 1.17.25 [1070 kB]
Get:163 http://http.debian.net/debian/ jessie/main dpkg-dev all 1.17.25 [1544 kB]
Get:164 http://http.debian.net/debian/ jessie/main build-essential amd64 11.7 [7114 B]
Get:165 http://http.debian.net/debian/ jessie/main openssl amd64 1.0.1k-3+deb8u1 [677 kB]
Get:166 http://http.debian.net/debian/ jessie/main ca-certificates all 20141019 [200 kB]
Get:167 http://http.debian.net/debian/ jessie/main debootstrap all 1.0.67 [62.7 kB]
Get:168 http://http.debian.net/debian/ jessie/main pbuilder all 0.215+nmu3 [342 kB]
Get:169 http://http.debian.net/debian/ jessie/main cowdancer amd64 0.73 [35.0 kB]
Get:170 http://http.debian.net/debian/ jessie/main cowbuilder amd64 0.73 [33.7 kB]
Get:171 http://http.debian.net/debian/ jessie/main dctrl-tools amd64 2.23 [170 kB]
Get:172 http://http.debian.net/debian/ jessie/main gettext amd64 0.19.3-2 [1240 kB]
Get:173 http://http.debian.net/debian/ jessie/main intltool-debian all 0.35.0+20060710.1 [30.8 kB]
Get:174 http://http.debian.net/debian/ jessie/main po-debconf all 1.0.16+nmu3 [220 kB]
Get:175 http://http.debian.net/debian/ jessie/main debhelper all 9.20150101 [813 kB]
Get:176 http://http.debian.net/debian/ jessie/main python3.4 amd64 3.4.2-1 [204 kB]
Get:177 http://http.debian.net/debian/ jessie/main python3-minimal amd64 3.4.2-2 [34.7 kB]
Get:178 http://http.debian.net/debian/ jessie/main libpython3-stdlib amd64 3.4.2-2 [18.1 kB]
Get:179 http://http.debian.net/debian/ jessie/main dh-python all 1.20141111-2 [66.4 kB]
Get:180 http://http.debian.net/debian/ jessie/main python3 amd64 3.4.2-2 [21.2 kB]
Get:181 http://http.debian.net/debian/ jessie/main devscripts amd64 2.15.3 [899 kB]
Get:182 http://http.debian.net/debian/ jessie/main diffstat amd64 1.58-1 [29.4 kB]
Get:183 http://http.debian.net/debian/ jessie/main distro-info-data all 0.26 [5198 B]
Get:184 http://http.debian.net/debian/ jessie/main dput all 0.9.6.4 [48.8 kB]
Get:185 http://http.debian.net/debian/ jessie/main libfakeroot amd64 1.20.2-1 [44.7 kB]
Get:186 http://http.debian.net/debian/ jessie/main fakeroot amd64 1.20.2-1 [84.7 kB]
Get:187 http://http.debian.net/debian/ jessie/main liberror-perl all 0.17-1.1 [22.4 kB]
Get:188 http://http.debian.net/debian/ jessie/main git-man all 1:2.1.4-2.1 [1266 kB]
Get:189 http://http.debian.net/debian/ jessie/main git amd64 1:2.1.4-2.1 [3624 kB]
Get:190 http://http.debian.net/debian/ jessie/main python-six all 1.8.0-1 [12.6 kB]
Get:191 http://http.debian.net/debian/ jessie/main python-dateutil all 2.2-2 [51.3 kB]
Get:192 http://http.debian.net/debian/ jessie/main python-pkg-resources all 5.5.1-1 [64.4 kB]
Get:193 http://http.debian.net/debian/ jessie/main git-buildpackage all 0.6.22 [303 kB]
Get:194 http://http.debian.net/debian/ jessie/main hardening-includes all 2.6 [17.4 kB]
Get:195 http://http.debian.net/debian/ jessie/main iso-codes all 3.57-1 [2265 kB]
Get:196 http://http.debian.net/debian/ jessie/main libalgorithm-c3-perl all 0.09-1 [11.9 kB]
Get:197 http://http.debian.net/debian/ jessie/main libalgorithm-diff-perl all 1.19.02-3 [51.7 kB]
Get:198 http://http.debian.net/debian/ jessie/main libalgorithm-diff-xs-perl amd64 0.04-3+b1 [12.2 kB]
Get:199 http://http.debian.net/debian/ jessie/main libalgorithm-merge-perl all 0.08-2 [13.5 kB]
Get:200 http://http.debian.net/debian/ jessie/main libapt-pkg-perl amd64 0.1.29+b2 [77.4 kB]
Get:201 http://http.debian.net/debian/ jessie/main libarchive-extract-perl all 0.72-1 [24.8 kB]
Get:202 http://http.debian.net/debian/ jessie/main libarchive-zip-perl all 1.39-1 [95.9 kB]
Get:203 http://http.debian.net/debian/ jessie/main libasprintf-dev amd64 0.19.3-2 [31.1 kB]
Get:204 http://http.debian.net/debian/ jessie/main libauthen-sasl-perl all 2.1600-1 [50.8 kB]
Get:205 http://http.debian.net/debian/ jessie/main libavahi-common-dev amd64 0.6.31-5 [64.9 kB]
Get:206 http://http.debian.net/debian/ jessie/main pkg-config amd64 0.28-1 [57.5 kB]
Get:207 http://http.debian.net/debian/ jessie/main libdbus-1-dev amd64 1.8.20-0+deb8u1 [208 kB]
Get:208 http://http.debian.net/debian/ jessie/main libavahi-client-dev amd64 0.6.31-5 [59.0 kB]
Get:209 http://http.debian.net/debian/ jessie/main libcgi-pm-perl all 4.09-1 [213 kB]
Get:210 http://http.debian.net/debian/ jessie/main libfcgi-perl amd64 0.77-1+b1 [39.1 kB]
Get:211 http://http.debian.net/debian/ jessie/main libcgi-fast-perl all 1:2.04-1 [10.9 kB]
Get:212 http://http.debian.net/debian/ jessie/main libsub-name-perl amd64 0.12-1 [12.1 kB]
Get:213 http://http.debian.net/debian/ jessie/main libclass-accessor-perl all 0.34-1 [25.9 kB]
Get:214 http://http.debian.net/debian/ jessie/main libclass-c3-perl all 0.26-1 [22.9 kB]
Get:215 http://http.debian.net/debian/ jessie/main libclass-c3-xs-perl amd64 0.13-2+b1 [15.2 kB]
Get:216 http://http.debian.net/debian/ jessie/main libclass-inspector-perl all 1.28-1 [20.8 kB]
Get:217 http://http.debian.net/debian/ jessie/main libclone-perl amd64 0.37-1+b1 [14.2 kB]
Get:218 http://http.debian.net/debian/ jessie/main libcommon-sense-perl amd64 3.73-2+b3 [23.7 kB]
Get:219 http://http.debian.net/debian/ jessie/main libconvert-binhex-perl all 1.123-2 [30.2 kB]
Get:220 http://http.debian.net/debian/ jessie/main libcpan-meta-perl all 2.142690-1 [125 kB]
Get:221 http://http.debian.net/debian/ jessie/main libcrypt-ssleay-perl amd64 0.58-1+b2 [45.8 kB]
Get:222 http://http.debian.net/debian/ jessie/main libparams-util-perl amd64 1.07-2+b1 [23.5 kB]
Get:223 http://http.debian.net/debian/ jessie/main libsub-install-perl all 0.928-1 [11.4 kB]
Get:224 http://http.debian.net/debian/ jessie/main libdata-optlist-perl all 0.109-1 [10.6 kB]
Get:225 http://http.debian.net/debian/ jessie/main libmro-compat-perl all 0.12-1 [13.2 kB]
Get:226 http://http.debian.net/debian/ jessie/main libsub-exporter-perl all 0.986-1 [49.9 kB]
Get:227 http://http.debian.net/debian/ jessie/main libdata-section-perl all 0.200006-1 [13.4 kB]
Get:228 http://http.debian.net/debian/ jessie/main libdigest-hmac-perl all 1.03+dfsg-1 [12.3 kB]
Get:229 http://http.debian.net/debian/ jessie/main libdistro-info-perl all 0.14 [5602 B]
Get:230 http://http.debian.net/debian/ jessie/main xorg-sgml-doctools all 1:1.11-1 [21.9 kB]
Get:231 http://http.debian.net/debian/ jessie/main x11proto-core-dev all 7.0.26-1 [729 kB]
Get:232 http://http.debian.net/debian/ jessie/main libxau-dev amd64 1:1.0.8-1 [23.6 kB]
Get:233 http://http.debian.net/debian/ jessie/main libxdmcp-dev amd64 1:1.1.1-1+b1 [40.2 kB]
Get:234 http://http.debian.net/debian/ jessie/main x11proto-input-dev all 2.3.1-1 [157 kB]
Get:235 http://http.debian.net/debian/ jessie/main x11proto-kb-dev all 1.0.6-2 [269 kB]
Get:236 http://http.debian.net/debian/ jessie/main xtrans-dev all 1.3.4-1 [99.3 kB]
Get:237 http://http.debian.net/debian/ jessie/main libpthread-stubs0-dev amd64 0.3-4 [3866 B]
Get:238 http://http.debian.net/debian/ jessie/main libxcb1-dev amd64 1.10-3+b1 [83.8 kB]
Get:239 http://http.debian.net/debian/ jessie/main libx11-dev amd64 2:1.6.2-3 [800 kB]
Get:240 http://http.debian.net/debian/ jessie/main x11proto-dmx-dev all 1:2.3.1-2 [5824 B]
Get:241 http://http.debian.net/debian/ jessie/main libdmx-dev amd64 1:1.1.3-1+b1 [42.3 kB]
Get:242 http://http.debian.net/debian/ jessie/main libdrm-dev amd64 2.4.58-2 [181 kB]
Get:243 http://http.debian.net/debian/ jessie/main libnet-ssleay-perl amd64 1.65-1+b1 [277 kB]
Get:244 http://http.debian.net/debian/ jessie/main libio-socket-ssl-perl all 2.002-2+deb8u1 [172 kB]
Get:245 http://http.debian.net/debian/ jessie/main libnet-smtp-ssl-perl all 1.01-3 [5996 B]
Get:246 http://http.debian.net/debian/ jessie/main libmailtools-perl all 2.13-1 [96.6 kB]
Get:247 http://http.debian.net/debian/ jessie/main libsocket6-perl amd64 0.25-1+b1 [28.5 kB]
Get:248 http://http.debian.net/debian/ jessie/main libio-socket-inet6-perl all 2.72-1 [16.6 kB]
Get:249 http://http.debian.net/debian/ jessie/main libnet-ip-perl all 1.26-1 [33.2 kB]
Get:250 http://http.debian.net/debian/ jessie/main libnet-dns-perl amd64 0.81-2 [331 kB]
Get:251 http://http.debian.net/debian/ jessie/main libnet-domain-tld-perl all 1.72-1 [17.7 kB]
Get:252 http://http.debian.net/debian/ jessie/main libemail-valid-perl all 1.195-1 [22.2 kB]
Get:253 http://http.debian.net/debian/ jessie/main libencode-locale-perl all 1.03-1 [13.6 kB]
Get:254 http://http.debian.net/debian/ jessie/main libexpat1-dev amd64 2.1.0-6+deb8u1 [126 kB]
Get:255 http://http.debian.net/debian/ jessie/main libexporter-lite-perl all 0.06-1 [11.6 kB]
Get:256 http://http.debian.net/debian/ jessie/main libfile-basedir-perl all 0.03-1 [10.4 kB]
Get:257 http://http.debian.net/debian/ jessie/main libfile-fcntllock-perl amd64 0.22-1+b1 [36.4 kB]
Get:258 http://http.debian.net/debian/ jessie/main libhttp-date-perl all 6.02-1 [10.7 kB]
Get:259 http://http.debian.net/debian/ jessie/main libfile-listing-perl all 6.04-1 [10.3 kB]
Get:260 http://http.debian.net/debian/ jessie/main libfont-afm-perl all 1.20-1 [14.4 kB]
Get:261 http://http.debian.net/debian/ jessie/main zlib1g-dev amd64 1:1.2.8.dfsg-2+b1 [206 kB]
Get:262 http://http.debian.net/debian/ jessie/main libpng12-dev amd64 1.2.50-2+b2 [248 kB]
Get:263 http://http.debian.net/debian/ jessie/main libfreetype6-dev amd64 2.5.2-3 [640 kB]
Get:264 http://http.debian.net/debian/ jessie/main libfontconfig1-dev amd64 2.11.0-6.3 [896 kB]
Get:265 http://http.debian.net/debian/ jessie/main libfontenc-dev amd64 1:1.1.2-1+b2 [25.3 kB]
Get:266 http://http.debian.net/debian/ jessie/main x11proto-fonts-dev all 2.1.3-1 [68.0 kB]
Get:267 http://http.debian.net/debian/ jessie/main libfs-dev amd64 2:1.0.6-1+b1 [42.8 kB]
Get:268 http://http.debian.net/debian/ jessie/main libgettextpo-dev amd64 0.19.3-2 [153 kB]
Get:269 http://http.debian.net/debian/ jessie/main libglib2.0-data all 2.42.1-1 [2173 kB]
Get:270 http://http.debian.net/debian/ jessie/main libglib2.0-bin amd64 2.42.1-1 [1335 kB]
Get:271 http://http.debian.net/debian/ jessie/main libpcre3-dev amd64 2:8.35-3.3 [439 kB]
Get:272 http://http.debian.net/debian/ jessie/main libglib2.0-dev amd64 2.42.1-1 [2644 kB]
Get:273 http://http.debian.net/debian/ jessie/main liburi-perl all 1.64-1 [95.5 kB]
Get:274 http://http.debian.net/debian/ jessie/main libhtml-tagset-perl all 3.20-2 [13.5 kB]
Get:275 http://http.debian.net/debian/ jessie/main libhtml-parser-perl amd64 3.71-1+b3 [109 kB]
Get:276 http://http.debian.net/debian/ jessie/main libio-html-perl all 1.001-1 [17.6 kB]
Get:277 http://http.debian.net/debian/ jessie/main liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
Get:278 http://http.debian.net/debian/ jessie/main libhttp-message-perl all 6.06-1 [80.1 kB]
Get:279 http://http.debian.net/debian/ jessie/main libhtml-form-perl all 6.03-1 [23.9 kB]
Get:280 http://http.debian.net/debian/ jessie/main libhtml-tree-perl all 5.03-1 [210 kB]
Get:281 http://http.debian.net/debian/ jessie/main libhtml-format-perl all 2.11-1 [43.1 kB]
Get:282 http://http.debian.net/debian/ jessie/main libhttp-cookies-perl all 6.01-1 [17.4 kB]
Get:283 http://http.debian.net/debian/ jessie/main libhttp-daemon-perl all 6.01-1 [17.3 kB]
Get:284 http://http.debian.net/debian/ jessie/main libhttp-negotiate-perl all 6.00-2 [13.6 kB]
Get:285 http://http.debian.net/debian/ jessie/main libice-dev amd64 2:1.0.9-1+b1 [66.3 kB]
Get:286 http://http.debian.net/debian/ jessie/main libio-pty-perl amd64 1:1.08-1+b4 [35.8 kB]
Get:287 http://http.debian.net/debian/ jessie/main libio-sessiondata-perl all 1.03-1 [5782 B]
Get:288 http://http.debian.net/debian/ jessie/main libio-string-perl all 1.08-3 [12.3 kB]
Get:289 http://http.debian.net/debian/ jessie/main libio-stringy-perl all 2.110-5 [98.3 kB]
Get:290 http://http.debian.net/debian/ jessie/main libipc-run-perl all 0.92-1 [110 kB]
Get:291 http://http.debian.net/debian/ jessie/main libjson-perl all 2.61-1 [84.7 kB]
Get:292 http://http.debian.net/debian/ jessie/main libjson-xs-perl amd64 2.340-1+b2 [85.9 kB]
Get:293 http://http.debian.net/debian/ jessie/main liblist-moreutils-perl amd64 0.33-2+b1 [44.4 kB]
Get:294 http://http.debian.net/debian/ jessie/main liblog-message-perl all 0.8-1 [26.0 kB]
Get:295 http://http.debian.net/debian/ jessie/main liblog-message-simple-perl all 0.10-2 [8126 B]
Get:296 http://http.debian.net/debian/ jessie/main libltdl-dev amd64 2.4.2-1.11 [157 kB]
Get:297 http://http.debian.net/debian/ jessie/main libnet-http-perl all 6.07-1 [24.8 kB]
Get:298 http://http.debian.net/debian/ jessie/main libwww-robotrules-perl all 6.01-1 [14.3 kB]
Get:299 http://http.debian.net/debian/ jessie/main libwww-perl all 6.08-1 [194 kB]
Get:300 http://http.debian.net/debian/ jessie/main liblwp-protocol-https-perl all 6.06-2 [9582 B]
Get:301 http://http.debian.net/debian/ jessie/main libsys-hostname-long-perl all 1.4-3 [11.6 kB]
Get:302 http://http.debian.net/debian/ jessie/main libmail-sendmail-perl all 0.79.16-1 [26.6 kB]
Get:303 http://http.debian.net/debian/ jessie/main libmime-tools-perl all 5.505-1 [226 kB]
Get:304 http://http.debian.net/debian/ jessie/main libmodule-build-perl all 0.421000-2 [265 kB]
Get:305 http://http.debian.net/debian/ jessie/main libmodule-pluggable-perl all 5.1-1 [25.0 kB]
Get:306 http://http.debian.net/debian/ jessie/main libmodule-signature-perl all 0.73-1+deb8u2 [30.4 kB]
Get:307 http://http.debian.net/debian/ jessie/main libossp-uuid-perl amd64 1.6.2-1.5+b1 [30.2 kB]
Get:308 http://http.debian.net/debian/ jessie/main libpackage-constants-perl all 0.04-1 [5820 B]
Get:309 http://http.debian.net/debian/ jessie/main libparse-debcontrol-perl all 2.005-4 [25.7 kB]
Get:310 http://http.debian.net/debian/ jessie/main libparse-debianchangelog-perl all 1.2.0-1.1 [57.9 kB]
Get:311 http://http.debian.net/debian/ jessie/main libpciaccess-dev amd64 0.13.2-3+b1 [50.5 kB]
Get:312 http://http.debian.net/debian/ jessie/main libperlio-gzip-perl amd64 0.18-3+b1 [17.9 kB]
Get:313 http://http.debian.net/debian/ jessie/main libpixman-1-dev amd64 0.32.6-3 [523 kB]
Get:314 http://http.debian.net/debian/ jessie/main libpod-latex-perl all 0.61-1 [34.7 kB]
Get:315 http://http.debian.net/debian/ jessie/main libregexp-common-perl all 2013031301-1 [173 kB]
Get:316 http://http.debian.net/debian/ jessie/main libpod-readme-perl all 0.11-1 [15.3 kB]
Get:317 http://http.debian.net/debian/ jessie/main libpulse-dev amd64 5.0-13 [86.9 kB]
Get:318 http://http.debian.net/debian/ jessie/main libsasl2-modules amd64 2.1.26.dfsg1-13 [101 kB]
Get:319 http://http.debian.net/debian/ jessie/main libsm-dev amd64 2:1.2.2-1+b1 [35.8 kB]
Get:320 http://http.debian.net/debian/ jessie/main libtask-weaken-perl all 1.04-1 [7990 B]
Get:321 http://http.debian.net/debian/ jessie/main libxml-parser-perl amd64 2.41-3 [215 kB]
Get:322 http://http.debian.net/debian/ jessie/main libsoap-lite-perl all 1.11-1 [272 kB]
Get:323 http://http.debian.net/debian/ jessie/main libtext-template-perl all 1.46-1 [53.1 kB]
Get:324 http://http.debian.net/debian/ jessie/main libsoftware-license-perl all 0.103010-3 [119 kB]
Get:325 http://http.debian.net/debian/ jessie/main libterm-ui-perl all 0.42-1 [19.1 kB]
Get:326 http://http.debian.net/debian/ jessie/main libtext-levenshtein-perl all 0.11-1 [10.6 kB]
Get:327 http://http.debian.net/debian/ jessie/main libtext-soundex-perl amd64 3.4-1+b2 [13.7 kB]
Get:328 http://http.debian.net/debian/ jessie/main libtie-ixhash-perl all 1.23-1 [12.2 kB]
Get:329 http://http.debian.net/debian/ jessie/main libtool all 2.4.2-1.11 [190 kB]
Get:330 http://http.debian.net/debian/ jessie/main libx11-doc all 2:1.6.2-3 [2026 kB]
Get:331 http://http.debian.net/debian/ jessie/main x11proto-xext-dev all 7.3.0-1 [212 kB]
Get:332 http://http.debian.net/debian/ jessie/main libxext-dev amd64 2:1.3.3-1 [107 kB]
Get:333 http://http.debian.net/debian/ jessie/main libxt-dev amd64 1:1.1.4-1+b1 [421 kB]
Get:334 http://http.debian.net/debian/ jessie/main libxmu-headers all 2:1.1.2-1 [68.0 kB]
Get:335 http://http.debian.net/debian/ jessie/main libxmu-dev amd64 2:1.1.2-1 [63.0 kB]
Get:336 http://http.debian.net/debian/ jessie/main libxpm-dev amd64 1:3.5.11-1+b1 [103 kB]
Get:337 http://http.debian.net/debian/ jessie/main libxaw7-dev amd64 2:1.0.12-2+b1 [257 kB]
Get:338 http://http.debian.net/debian/ jessie/main x11proto-fixes-dev all 1:5.0-2 [19.2 kB]
Get:339 http://http.debian.net/debian/ jessie/main libxfixes-dev amd64 1:5.0.1-2+b2 [23.2 kB]
Get:340 http://http.debian.net/debian/ jessie/main x11proto-composite-dev all 1:0.4.2-2 [15.3 kB]
Get:341 http://http.debian.net/debian/ jessie/main libxcomposite-dev amd64 1:0.4.4-1 [20.8 kB]
Get:342 http://http.debian.net/debian/ jessie/main x11proto-render-dev all 2:0.11.1-2 [20.8 kB]
Get:343 http://http.debian.net/debian/ jessie/main libxrender-dev amd64 1:0.9.8-1+b1 [38.9 kB]
Get:344 http://http.debian.net/debian/ jessie/main libxcursor-dev amd64 1:1.1.14-1+b1 [42.3 kB]
Get:345 http://http.debian.net/debian/ jessie/main x11proto-damage-dev all 1:1.2.1-2 [11.8 kB]
Get:346 http://http.debian.net/debian/ jessie/main libxdamage-dev amd64 1:1.1.4-2+b1 [14.4 kB]
Get:347 http://http.debian.net/debian/ jessie/main libxdelta2 amd64 1.1.3-9.1 [47.7 kB]
Get:348 http://http.debian.net/debian/ jessie/main libxenstore3.0 amd64 4.4.1-9+deb8u1 [31.0 kB]
Get:349 http://http.debian.net/debian/ jessie/main libxen-4.4 amd64 4.4.1-9+deb8u1 [296 kB]
Get:350 http://http.debian.net/debian/ jessie/main libxen-dev amd64 4.4.1-9+deb8u1 [476 kB]
Get:351 http://http.debian.net/debian/ jessie/main libxfont-dev amd64 1:1.5.1-1 [166 kB]
Get:352 http://http.debian.net/debian/ jessie/main libxft-dev amd64 2.3.2-1 [66.6 kB]
Get:353 http://http.debian.net/debian/ jessie/main libxi-dev amd64 2:1.7.4-1+b2 [237 kB]
Get:354 http://http.debian.net/debian/ jessie/main x11proto-xinerama-dev all 1.2.1-2 [4938 B]
Get:355 http://http.debian.net/debian/ jessie/main libxinerama-dev amd64 2:1.1.3-1+b1 [19.1 kB]
Get:356 http://http.debian.net/debian/ jessie/main libxkbfile-dev amd64 1:1.0.8-1 [97.6 kB]
Get:357 http://http.debian.net/debian/ jessie/main libxmlrpc-lite-perl all 0.717-1 [26.1 kB]
Get:358 http://http.debian.net/debian/ jessie/main libxmuu-dev amd64 2:1.1.2-1 [22.8 kB]
Get:359 http://http.debian.net/debian/ jessie/main x11proto-randr-dev all 1.4.0-2 [46.8 kB]
Get:360 http://http.debian.net/debian/ jessie/main libxrandr-dev amd64 2:1.4.2-1+b1 [42.8 kB]
Get:361 http://http.debian.net/debian/ jessie/main x11proto-resource-dev all 1.2.0-3 [10.7 kB]
Get:362 http://http.debian.net/debian/ jessie/main libxres-dev amd64 2:1.0.7-1+b1 [17.2 kB]
Get:363 http://http.debian.net/debian/ jessie/main x11proto-scrnsaver-dev all 1.2.2-1 [25.0 kB]
Get:364 http://http.debian.net/debian/ jessie/main libxss-dev amd64 1:1.2.2-1 [22.8 kB]
Get:365 http://http.debian.net/debian/ jessie/main x11proto-record-dev all 1.14.2-1 [33.9 kB]
Get:366 http://http.debian.net/debian/ jessie/main libxtst-dev amd64 2:1.2.2-1+b1 [31.3 kB]
Get:367 http://http.debian.net/debian/ jessie/main x11proto-video-dev all 2.3.2-1 [20.9 kB]
Get:368 http://http.debian.net/debian/ jessie/main libxv-dev amd64 2:1.0.10-1+b1 [47.7 kB]
Get:369 http://http.debian.net/debian/ jessie/main libxvmc-dev amd64 2:1.0.8-2+b1 [32.7 kB]
Get:370 http://http.debian.net/debian/ jessie/main x11proto-xf86dga-dev all 2.1-3 [10.8 kB]
Get:371 http://http.debian.net/debian/ jessie/main libxxf86dga-dev amd64 2:1.1.4-1+b1 [27.6 kB]
Get:372 http://http.debian.net/debian/ jessie/main x11proto-xf86vidmode-dev all 2.3.1-2 [6114 B]
Get:373 http://http.debian.net/debian/ jessie/main libxxf86vm-dev amd64 1:1.1.3-1+b1 [24.0 kB]
Get:374 http://http.debian.net/debian/ jessie/main patchutils amd64 0.3.3-1 [87.0 kB]
Get:375 http://http.debian.net/debian/ jessie/main t1utils amd64 1.38-4 [58.2 kB]
Get:376 http://http.debian.net/debian/ jessie/main lintian all 2.5.30+deb8u4 [793 kB]
Get:377 http://http.debian.net/debian/ jessie/main lsb-release all 4.1+Debian13+nmu1 [26.5 kB]
Get:378 http://http.debian.net/debian/ jessie/main manpages-dev all 3.74-1 [1865 kB]
Get:379 http://http.debian.net/debian/ jessie/main mesa-common-dev amd64 10.3.2-1+deb8u1 [318 kB]
Get:380 http://http.debian.net/debian/ jessie/main pbzip2 amd64 1.1.9-1 [40.8 kB]
Get:381 http://http.debian.net/debian/ jessie/main xdelta amd64 1.1.3-9.1 [26.4 kB]
Get:382 http://http.debian.net/debian/ jessie/main pristine-tar amd64 1.33 [106 kB]
Get:383 http://http.debian.net/debian/ jessie/main psmisc amd64 22.21-2 [119 kB]
Get:384 http://http.debian.net/debian/ jessie/main python-apt-common all 0.9.3.12 [89.9 kB]
Get:385 http://http.debian.net/debian/ jessie/main python3-apt amd64 0.9.3.12 [169 kB]
Get:386 http://http.debian.net/debian/ jessie/main python3-pkg-resources all 5.5.1-1 [34.2 kB]
Get:387 http://http.debian.net/debian/ jessie/main python3-chardet all 2.3.0-1 [96.1 kB]
Get:388 http://http.debian.net/debian/ jessie/main python3-six all 1.8.0-1 [12.7 kB]
Get:389 http://http.debian.net/debian/ jessie/main python3-debian all 0.1.27 [50.9 kB]
Get:390 http://http.debian.net/debian/ jessie/main python3-magic all 1:5.22+15-2 [45.0 kB]
Get:391 http://http.debian.net/debian/ jessie/main quilt all 0.63-3 [312 kB]
Get:392 http://http.debian.net/debian/ jessie/main rename all 0.20-3 [12.4 kB]
Get:393 http://http.debian.net/debian/ jessie/main rsync amd64 3.1.1-3 [390 kB]
Get:394 http://http.debian.net/debian/ jessie/main shared-mime-info amd64 1.3-1 [634 kB]
Get:395 http://http.debian.net/debian/ jessie/main strace amd64 4.9-2 [274 kB]
Get:396 http://http.debian.net/debian/ jessie/main sudo amd64 1.8.10p3-1+deb8u2 [850 kB]
Get:397 http://http.debian.net/debian/ jessie/main tcpd amd64 7.6.q-25 [22.9 kB]
Get:398 http://http.debian.net/debian/ jessie/main unzip amd64 6.0-16 [161 kB]
Get:399 http://http.debian.net/debian/ jessie/main wdiff amd64 1.2.2-1 [121 kB]
Get:400 http://http.debian.net/debian/ jessie/main x11proto-bigreqs-dev all 1:1.1.2-1 [12.8 kB]
Get:401 http://http.debian.net/debian/ jessie/main x11proto-dri2-dev all 2.8-2 [18.2 kB]
Get:402 http://http.debian.net/debian/ jessie/main x11proto-dri3-dev all 1.0-1 [7570 B]
Get:403 http://http.debian.net/debian/ jessie/main x11proto-gl-dev all 1.4.17-1 [28.0 kB]
Get:404 http://http.debian.net/debian/ jessie/main x11proto-present-dev all 1.0-1 [11.7 kB]
Get:405 http://http.debian.net/debian/ jessie/main x11proto-xcmisc-dev all 1.2.2-1 [12.7 kB]
Get:406 http://http.debian.net/debian/ jessie/main x11proto-xf86bigfont-dev all 1.2.0-3 [4766 B]
Get:407 http://http.debian.net/debian/ jessie/main x11proto-xf86dri-dev all 2.1.1-2 [5592 B]
Get:408 http://http.debian.net/debian/ jessie/main xauth amd64 1:1.0.9-1 [38.2 kB]
Get:409 http://http.debian.net/debian/ jessie/main xdg-user-dirs amd64 0.15-2 [52.1 kB]
Get:410 http://http.debian.net/debian/ jessie/main xml-core all 0.13+nmu2 [24.2 kB]
Get:411 http://http.debian.net/debian/ jessie/main xserver-xorg-dev amd64 2:1.16.4-1 [1941 kB]
Get:412 http://http.debian.net/debian/ jessie/main xorg-dev all 1:7.7+7 [36.9 kB]
Get:413 http://http.debian.net/debian/ jessie/main xutils-dev amd64 1:7.7+3 [240 kB]
Get:414 http://http.debian.net/debian/ jessie/main equivs all 2.0.9 [20.7 kB]
Get:415 http://http.debian.net/debian/ jessie/main reprepro amd64 4.16.0-1 [439 kB]
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 /usr/local/lib/site_perl .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7, <> line 415.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:
Fetched 131 MB in 1min 6s (1960 kB/s)
E: Can not write log (Is /dev/pts mounted?) - posix_openpt (2: No such file or directory)
Selecting previously unselected package libasprintf0c2:amd64.
(Reading database ... 12440 files and directories currently installed.)
Preparing to unpack .../libasprintf0c2_0.19.3-2_amd64.deb ...
Unpacking libasprintf0c2:amd64 (0.19.3-2) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../libbsd0_0.7.0-2_amd64.deb ...
Unpacking libbsd0:amd64 (0.7.0-2) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../libedit2_3.1-20140620-2_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20140620-2) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../libkeyutils1_1.5.9-5+b1_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.5.9-5+b1) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../libkrb5support0_1.12.1+dfsg-19_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.12.1+dfsg-19) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../libk5crypto3_1.12.1+dfsg-19_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.12.1+dfsg-19) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../libkrb5-3_1.12.1+dfsg-19_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.12.1+dfsg-19) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../libgssapi-krb5-2_1.12.1+dfsg-19_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.12.1+dfsg-19) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../libsasl2-modules-db_2.1.26.dfsg1-13_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.26.dfsg1-13) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../libsasl2-2_2.1.26.dfsg1-13_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.26.dfsg1-13) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../libldap-2.4-2_2.4.40+dfsg-1_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.40+dfsg-1) ...
Selecting previously unselected package liblockfile-bin.
Preparing to unpack .../liblockfile-bin_1.09-6_amd64.deb ...
Unpacking liblockfile-bin (1.09-6) ...
Selecting previously unselected package liblockfile1:amd64.
Preparing to unpack .../liblockfile1_1.09-6_amd64.deb ...
Unpacking liblockfile1:amd64 (1.09-6) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../libmagic1_1%3a5.22+15-2_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.22+15-2) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../libsqlite3-0_3.8.7.1-1+deb8u1_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.8.7.1-1+deb8u1) ...
Selecting previously unselected package libwrap0:amd64.
Preparing to unpack .../libwrap0_7.6.q-25_amd64.deb ...
Unpacking libwrap0:amd64 (7.6.q-25) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../libxml2_2.9.1+dfsg1-5_amd64.deb ...
Unpacking libxml2:amd64 (2.9.1+dfsg1-5) ...
Selecting previously unselected package perl-modules.
Preparing to unpack .../perl-modules_5.20.2-3+deb8u1_all.deb ...
Unpacking perl-modules (5.20.2-3+deb8u1) ...
Selecting previously unselected package perl.
Preparing to unpack .../perl_5.20.2-3+deb8u1_amd64.deb ...
Unpacking perl (5.20.2-3+deb8u1) ...
Selecting previously unselected package libpython2.7-minimal:amd64.
Preparing to unpack .../libpython2.7-minimal_2.7.9-2_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.9-2) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../python2.7-minimal_2.7.9-2_amd64.deb ...
Unpacking python2.7-minimal (2.7.9-2) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../python-minimal_2.7.9-1_amd64.deb ...
Unpacking python-minimal (2.7.9-1) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../mime-support_3.58_all.deb ...
Unpacking mime-support (3.58) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.1.0-6+deb8u1_amd64.deb ...
Unpacking libexpat1:amd64 (2.1.0-6+deb8u1) ...
Selecting previously unselected package libpython2.7-stdlib:amd64.
Preparing to unpack .../libpython2.7-stdlib_2.7.9-2_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.9-2) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../python2.7_2.7.9-2_amd64.deb ...
Unpacking python2.7 (2.7.9-2) ...
Selecting previously unselected package libpython-stdlib:amd64.
Preparing to unpack .../libpython-stdlib_2.7.9-1_amd64.deb ...
Unpacking libpython-stdlib:amd64 (2.7.9-1) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up libpython2.7-minimal:amd64 (2.7.9-2) ...
Setting up python2.7-minimal (2.7.9-2) ...
Linking and byte-compiling packages for runtime python2.7...
Setting up python-minimal (2.7.9-1) ...
Selecting previously unselected package python.
(Reading database ... 14570 files and directories currently installed.)
Preparing to unpack .../python_2.7.9-1_amd64.deb ...
Unpacking python (2.7.9-1) ...
Selecting previously unselected package liblzo2-2:amd64.
Preparing to unpack .../liblzo2-2_2.08-1.2_amd64.deb ...
Unpacking liblzo2-2:amd64 (2.08-1.2) ...
Selecting previously unselected package libarchive13:amd64.
Preparing to unpack .../libarchive13_3.1.2-11_amd64.deb ...
Unpacking libarchive13:amd64 (3.1.2-11) ...
Selecting previously unselected package libasan1:amd64.
Preparing to unpack .../libasan1_4.9.2-10_amd64.deb ...
Unpacking libasan1:amd64 (4.9.2-10) ...
Selecting previously unselected package libassuan0:amd64.
Preparing to unpack .../libassuan0_2.1.2-2_amd64.deb ...
Unpacking libassuan0:amd64 (2.1.2-2) ...
Selecting previously unselected package libasyncns0:amd64.
Preparing to unpack .../libasyncns0_0.8-5_amd64.deb ...
Unpacking libasyncns0:amd64 (0.8-5) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../libatomic1_4.9.2-10_amd64.deb ...
Unpacking libatomic1:amd64 (4.9.2-10) ...
Selecting previously unselected package libavahi-common-data:amd64.
Preparing to unpack .../libavahi-common-data_0.6.31-5_amd64.deb ...
Unpacking libavahi-common-data:amd64 (0.6.31-5) ...
Selecting previously unselected package libavahi-common3:amd64.
Preparing to unpack .../libavahi-common3_0.6.31-5_amd64.deb ...
Unpacking libavahi-common3:amd64 (0.6.31-5) ...
Selecting previously unselected package libdbus-1-3:amd64.
Preparing to unpack .../libdbus-1-3_1.8.20-0+deb8u1_amd64.deb ...
Unpacking libdbus-1-3:amd64 (1.8.20-0+deb8u1) ...
Selecting previously unselected package libavahi-client3:amd64.
Preparing to unpack .../libavahi-client3_0.6.31-5_amd64.deb ...
Unpacking libavahi-client3:amd64 (0.6.31-5) ...
Selecting previously unselected package libcap-ng0:amd64.
Preparing to unpack .../libcap-ng0_0.7.4-2_amd64.deb ...
Unpacking libcap-ng0:amd64 (0.7.4-2) ...
Selecting previously unselected package libcilkrts5:amd64.
Preparing to unpack .../libcilkrts5_4.9.2-10_amd64.deb ...
Unpacking libcilkrts5:amd64 (4.9.2-10) ...
Selecting previously unselected package libisl10:amd64.
Preparing to unpack .../libisl10_0.12.2-2_amd64.deb ...
Unpacking libisl10:amd64 (0.12.2-2) ...
Selecting previously unselected package libcloog-isl4:amd64.
Preparing to unpack .../libcloog-isl4_0.18.2-1+b2_amd64.deb ...
Unpacking libcloog-isl4:amd64 (0.18.2-1+b2) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../libglib2.0-0_2.42.1-1_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.42.1-1) ...
Selecting previously unselected package libcroco3:amd64.
Preparing to unpack .../libcroco3_0.6.8-3+b1_amd64.deb ...
Unpacking libcroco3:amd64 (0.6.8-3+b1) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../librtmp1_2.4+20150115.gita107cef-1_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20150115.gita107cef-1) ...
Selecting previously unselected package libssh2-1:amd64.
Preparing to unpack .../libssh2-1_1.4.3-4.1_amd64.deb ...
Unpacking libssh2-1:amd64 (1.4.3-4.1) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../libcurl3-gnutls_7.38.0-4+deb8u2_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.38.0-4+deb8u2) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../libxau6_1%3a1.0.8-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.8-1) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../libxdmcp6_1%3a1.1.1-1+b1_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.1-1+b1) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../libxcb1_1.10-3+b1_amd64.deb ...
Unpacking libxcb1:amd64 (1.10-3+b1) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../libx11-data_2%3a1.6.2-3_all.deb ...
Unpacking libx11-data (2:1.6.2-3) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../libx11-6_2%3a1.6.2-3_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.6.2-3) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../libxext6_2%3a1.3.3-1_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.3-1) ...
Selecting previously unselected package libdmx1:amd64.
Preparing to unpack .../libdmx1_1%3a1.1.3-1+b1_amd64.deb ...
Unpacking libdmx1:amd64 (1:1.1.3-1+b1) ...
Selecting previously unselected package libdrm2:amd64.
Preparing to unpack .../libdrm2_2.4.58-2_amd64.deb ...
Unpacking libdrm2:amd64 (2.4.58-2) ...
Selecting previously unselected package libpciaccess0:amd64.
Preparing to unpack .../libpciaccess0_0.13.2-3+b1_amd64.deb ...
Unpacking libpciaccess0:amd64 (0.13.2-3+b1) ...
Selecting previously unselected package libdrm-intel1:amd64.
Preparing to unpack .../libdrm-intel1_2.4.58-2_amd64.deb ...
Unpacking libdrm-intel1:amd64 (2.4.58-2) ...
Selecting previously unselected package libdrm-nouveau2:amd64.
Preparing to unpack .../libdrm-nouveau2_2.4.58-2_amd64.deb ...
Unpacking libdrm-nouveau2:amd64 (2.4.58-2) ...
Selecting previously unselected package libdrm-radeon1:amd64.
Preparing to unpack .../libdrm-radeon1_2.4.58-2_amd64.deb ...
Unpacking libdrm-radeon1:amd64 (2.4.58-2) ...
Selecting previously unselected package libelfg0:amd64.
Preparing to unpack .../libelfg0_0.8.13-5_amd64.deb ...
Unpacking libelfg0:amd64 (0.8.13-5) ...
Selecting previously unselected package libogg0:amd64.
Preparing to unpack .../libogg0_1.3.2-1_amd64.deb ...
Unpacking libogg0:amd64 (1.3.2-1) ...
Selecting previously unselected package libflac8:amd64.
Preparing to unpack .../libflac8_1.3.0-3_amd64.deb ...
Unpacking libflac8:amd64 (1.3.0-3) ...
Selecting previously unselected package libpng12-0:amd64.
Preparing to unpack .../libpng12-0_1.2.50-2+b2_amd64.deb ...
Unpacking libpng12-0:amd64 (1.2.50-2+b2) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../libfreetype6_2.5.2-3_amd64.deb ...
Unpacking libfreetype6:amd64 (2.5.2-3) ...
Selecting previously unselected package ucf.
Preparing to unpack .../archives/ucf_3.0030_all.deb ...
Moving old data out of the way
Unpacking ucf (3.0030) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../fonts-dejavu-core_2.34-1_all.deb ...
Unpacking fonts-dejavu-core (2.34-1) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../fontconfig-config_2.11.0-6.3_all.deb ...
Unpacking fontconfig-config (2.11.0-6.3) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../libfontconfig1_2.11.0-6.3_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.11.0-6.3) ...
Selecting previously unselected package libfontenc1:amd64.
Preparing to unpack .../libfontenc1_1%3a1.1.2-1+b2_amd64.deb ...
Unpacking libfontenc1:amd64 (1:1.1.2-1+b2) ...
Selecting previously unselected package libfs6:amd64.
Preparing to unpack .../libfs6_2%3a1.0.6-1+b1_amd64.deb ...
Unpacking libfs6:amd64 (2:1.0.6-1+b1) ...
Selecting previously unselected package libunistring0:amd64.
Preparing to unpack .../libunistring0_0.9.3-5.2+b1_amd64.deb ...
Unpacking libunistring0:amd64 (0.9.3-5.2+b1) ...
Selecting previously unselected package libgettextpo0:amd64.
Preparing to unpack .../libgettextpo0_0.19.3-2_amd64.deb ...
Unpacking libgettextpo0:amd64 (0.19.3-2) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../libgomp1_4.9.2-10_amd64.deb ...
Unpacking libgomp1:amd64 (4.9.2-10) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../pinentry-curses_0.8.3-2_amd64.deb ...
Unpacking pinentry-curses (0.8.3-2) ...
Selecting previously unselected package libpth20:amd64.
Preparing to unpack .../libpth20_2.0.7-20_amd64.deb ...
Unpacking libpth20:amd64 (2.0.7-20) ...
Selecting previously unselected package gnupg-agent.
Preparing to unpack .../gnupg-agent_2.0.26-6_amd64.deb ...
Unpacking gnupg-agent (2.0.26-6) ...
Selecting previously unselected package libksba8:amd64.
Preparing to unpack .../libksba8_1.3.2-1_amd64.deb ...
Unpacking libksba8:amd64 (1.3.2-1) ...
Selecting previously unselected package gnupg2.
Preparing to unpack .../gnupg2_2.0.26-6_amd64.deb ...
Unpacking gnupg2 (2.0.26-6) ...
Selecting previously unselected package libgpgme11:amd64.
Preparing to unpack .../libgpgme11_1.5.1-6_amd64.deb ...
Unpacking libgpgme11:amd64 (1.5.1-6) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../x11-common_1%3a7.7+7_all.deb ...
Unpacking x11-common (1:7.7+7) ...
Selecting previously unselected package libice6:amd64.
Preparing to unpack .../libice6_2%3a1.0.9-1+b1_amd64.deb ...
Unpacking libice6:amd64 (2:1.0.9-1+b1) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../libitm1_4.9.2-10_amd64.deb ...
Unpacking libitm1:amd64 (4.9.2-10) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../liblsan0_4.9.2-10_amd64.deb ...
Unpacking liblsan0:amd64 (4.9.2-10) ...
Selecting previously unselected package libltdl7:amd64.
Preparing to unpack .../libltdl7_2.4.2-1.11_amd64.deb ...
Unpacking libltdl7:amd64 (2.4.2-1.11) ...
Selecting previously unselected package libmpdec2:amd64.
Preparing to unpack .../libmpdec2_2.4.1-1_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.1-1) ...
Selecting previously unselected package libmpfr4:amd64.
Preparing to unpack .../libmpfr4_3.1.2-2_amd64.deb ...
Unpacking libmpfr4:amd64 (3.1.2-2) ...
Selecting previously unselected package libossp-uuid16:amd64.
Preparing to unpack .../libossp-uuid16_1.6.2-1.5+b1_amd64.deb ...
Unpacking libossp-uuid16:amd64 (1.6.2-1.5+b1) ...
Selecting previously unselected package libpcrecpp0:amd64.
Preparing to unpack .../libpcrecpp0_2%3a8.35-3.3_amd64.deb ...
Unpacking libpcrecpp0:amd64 (2:8.35-3.3) ...
Selecting previously unselected package libpixman-1-0:amd64.
Preparing to unpack .../libpixman-1-0_0.32.6-3_amd64.deb ...
Unpacking libpixman-1-0:amd64 (0.32.6-3) ...
Selecting previously unselected package libsm6:amd64.
Preparing to unpack .../libsm6_2%3a1.2.2-1+b1_amd64.deb ...
Unpacking libsm6:amd64 (2:1.2.2-1+b1) ...
Selecting previously unselected package libvorbis0a:amd64.
Preparing to unpack .../libvorbis0a_1.3.4-2_amd64.deb ...
Unpacking libvorbis0a:amd64 (1.3.4-2) ...
Selecting previously unselected package libvorbisenc2:amd64.
Preparing to unpack .../libvorbisenc2_1.3.4-2_amd64.deb ...
Unpacking libvorbisenc2:amd64 (1.3.4-2) ...
Selecting previously unselected package libsndfile1:amd64.
Preparing to unpack .../libsndfile1_1.0.25-9.1_amd64.deb ...
Unpacking libsndfile1:amd64 (1.0.25-9.1) ...
Selecting previously unselected package libx11-xcb1:amd64.
Preparing to unpack .../libx11-xcb1_2%3a1.6.2-3_amd64.deb ...
Unpacking libx11-xcb1:amd64 (2:1.6.2-3) ...
Selecting previously unselected package libxi6:amd64.
Preparing to unpack .../libxi6_2%3a1.7.4-1+b2_amd64.deb ...
Unpacking libxi6:amd64 (2:1.7.4-1+b2) ...
Selecting previously unselected package libxtst6:amd64.
Preparing to unpack .../libxtst6_2%3a1.2.2-1+b1_amd64.deb ...
Unpacking libxtst6:amd64 (2:1.2.2-1+b1) ...
Selecting previously unselected package libpulse0:amd64.
Preparing to unpack .../libpulse0_5.0-13_amd64.deb ...
Unpacking libpulse0:amd64 (5.0-13) ...
Selecting previously unselected package libpulse-mainloop-glib0:amd64.
Preparing to unpack .../libpulse-mainloop-glib0_5.0-13_amd64.deb ...
Unpacking libpulse-mainloop-glib0:amd64 (5.0-13) ...
Selecting previously unselected package libpython3.4-minimal:amd64.
Preparing to unpack .../libpython3.4-minimal_3.4.2-1_amd64.deb ...
Unpacking libpython3.4-minimal:amd64 (3.4.2-1) ...
Selecting previously unselected package libpython3.4-stdlib:amd64.
Preparing to unpack .../libpython3.4-stdlib_3.4.2-1_amd64.deb ...
Unpacking libpython3.4-stdlib:amd64 (3.4.2-1) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../libquadmath0_4.9.2-10_amd64.deb ...
Unpacking libquadmath0:amd64 (4.9.2-10) ...
Selecting previously unselected package libsigsegv2:amd64.
Preparing to unpack .../libsigsegv2_2.10-4+b1_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.10-4+b1) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../libtsan0_4.9.2-10_amd64.deb ...
Unpacking libtsan0:amd64 (4.9.2-10) ...
Selecting previously unselected package libubsan0:amd64.
Preparing to unpack .../libubsan0_4.9.2-10_amd64.deb ...
Unpacking libubsan0:amd64 (4.9.2-10) ...
Selecting previously unselected package libxt6:amd64.
Preparing to unpack .../libxt6_1%3a1.1.4-1+b1_amd64.deb ...
Unpacking libxt6:amd64 (1:1.1.4-1+b1) ...
Selecting previously unselected package libxmu6:amd64.
Preparing to unpack .../libxmu6_2%3a1.1.2-1_amd64.deb ...
Unpacking libxmu6:amd64 (2:1.1.2-1) ...
Selecting previously unselected package libxpm4:amd64.
Preparing to unpack .../libxpm4_1%3a3.5.11-1+b1_amd64.deb ...
Unpacking libxpm4:amd64 (1:3.5.11-1+b1) ...
Selecting previously unselected package libxaw7:amd64.
Preparing to unpack .../libxaw7_2%3a1.0.12-2+b1_amd64.deb ...
Unpacking libxaw7:amd64 (2:1.0.12-2+b1) ...
Selecting previously unselected package libxcomposite1:amd64.
Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ...
Unpacking libxcomposite1:amd64 (1:0.4.4-1) ...
Selecting previously unselected package libxfixes3:amd64.
Preparing to unpack .../libxfixes3_1%3a5.0.1-2+b2_amd64.deb ...
Unpacking libxfixes3:amd64 (1:5.0.1-2+b2) ...
Selecting previously unselected package libxrender1:amd64.
Preparing to unpack .../libxrender1_1%3a0.9.8-1+b1_amd64.deb ...
Unpacking libxrender1:amd64 (1:0.9.8-1+b1) ...
Selecting previously unselected package libxcursor1:amd64.
Preparing to unpack .../libxcursor1_1%3a1.1.14-1+b1_amd64.deb ...
Unpacking libxcursor1:amd64 (1:1.1.14-1+b1) ...
Selecting previously unselected package libxdamage1:amd64.
Preparing to unpack .../libxdamage1_1%3a1.1.4-2+b1_amd64.deb ...
Unpacking libxdamage1:amd64 (1:1.1.4-2+b1) ...
Selecting previously unselected package libxfont1:amd64.
Preparing to unpack .../libxfont1_1%3a1.5.1-1_amd64.deb ...
Unpacking libxfont1:amd64 (1:1.5.1-1) ...
Selecting previously unselected package libxft2:amd64.
Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ...
Unpacking libxft2:amd64 (2.3.2-1) ...
Selecting previously unselected package libxinerama1:amd64.
Preparing to unpack .../libxinerama1_2%3a1.1.3-1+b1_amd64.deb ...
Unpacking libxinerama1:amd64 (2:1.1.3-1+b1) ...
Selecting previously unselected package libxkbfile1:amd64.
Preparing to unpack .../libxkbfile1_1%3a1.0.8-1_amd64.deb ...
Unpacking libxkbfile1:amd64 (1:1.0.8-1) ...
Selecting previously unselected package libxmuu1:amd64.
Preparing to unpack .../libxmuu1_2%3a1.1.2-1_amd64.deb ...
Unpacking libxmuu1:amd64 (2:1.1.2-1) ...
Selecting previously unselected package libxrandr2:amd64.
Preparing to unpack .../libxrandr2_2%3a1.4.2-1+b1_amd64.deb ...
Unpacking libxrandr2:amd64 (2:1.4.2-1+b1) ...
Selecting previously unselected package libxres1:amd64.
Preparing to unpack .../libxres1_2%3a1.0.7-1+b1_amd64.deb ...
Unpacking libxres1:amd64 (2:1.0.7-1+b1) ...
Selecting previously unselected package libxss1:amd64.
Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ...
Unpacking libxss1:amd64 (1:1.2.2-1) ...
Selecting previously unselected package libxv1:amd64.
Preparing to unpack .../libxv1_2%3a1.0.10-1+b1_amd64.deb ...
Unpacking libxv1:amd64 (2:1.0.10-1+b1) ...
Selecting previously unselected package libxvmc1:amd64.
Preparing to unpack .../libxvmc1_2%3a1.0.8-2+b1_amd64.deb ...
Unpacking libxvmc1:amd64 (2:1.0.8-2+b1) ...
Selecting previously unselected package libxxf86dga1:amd64.
Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1+b1_amd64.deb ...
Unpacking libxxf86dga1:amd64 (2:1.1.4-1+b1) ...
Selecting previously unselected package libxxf86vm1:amd64.
Preparing to unpack .../libxxf86vm1_1%3a1.1.3-1+b1_amd64.deb ...
Unpacking libxxf86vm1:amd64 (1:1.1.3-1+b1) ...
Selecting previously unselected package libyajl2:amd64.
Preparing to unpack .../libyajl2_2.1.0-2_amd64.deb ...
Unpacking libyajl2:amd64 (2.1.0-2) ...
Selecting previously unselected package python3.4-minimal.
Preparing to unpack .../python3.4-minimal_3.4.2-1_amd64.deb ...
Unpacking python3.4-minimal (3.4.2-1) ...
Selecting previously unselected package sgml-base.
Preparing to unpack .../sgml-base_1.26+nmu4_all.deb ...
Unpacking sgml-base (1.26+nmu4) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../libmpc3_1.0.2-1_amd64.deb ...
Unpacking libmpc3:amd64 (1.0.2-1) ...
Selecting previously unselected package at.
Preparing to unpack .../archives/at_3.1.16-1_amd64.deb ...
Unpacking at (3.1.16-1) ...
Selecting previously unselected package exim4-config.
Preparing to unpack .../exim4-config_4.84-8_all.deb ...
Unpacking exim4-config (4.84-8) ...
Selecting previously unselected package exim4-base.
Preparing to unpack .../exim4-base_4.84-8_amd64.deb ...
Unpacking exim4-base (4.84-8) ...
Selecting previously unselected package exim4-daemon-light.
Preparing to unpack .../exim4-daemon-light_4.84-8_amd64.deb ...
Unpacking exim4-daemon-light (4.84-8) ...
Selecting previously unselected package bsd-mailx.
Preparing to unpack .../bsd-mailx_8.1.2-0.20141216cvs-2_amd64.deb ...
Unpacking bsd-mailx (8.1.2-0.20141216cvs-2) ...
Selecting previously unselected package bzip2.
Preparing to unpack .../bzip2_1.0.6-7+b3_amd64.deb ...
Unpacking bzip2 (1.0.6-7+b3) ...
Selecting previously unselected package dbus.
Preparing to unpack .../dbus_1.8.20-0+deb8u1_amd64.deb ...
Unpacking dbus (1.8.20-0+deb8u1) ...
Selecting previously unselected package file.
Preparing to unpack .../file_1%3a5.22+15-2_amd64.deb ...
Unpacking file (1:5.22+15-2) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../gettext-base_0.19.3-2_amd64.deb ...
Unpacking gettext-base (0.19.3-2) ...
Selecting previously unselected package krb5-locales.
Preparing to unpack .../krb5-locales_1.12.1+dfsg-19_all.deb ...
Unpacking krb5-locales (1.12.1+dfsg-19) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.17-4_amd64.deb ...
Unpacking m4 (1.4.17-4) ...
Selecting previously unselected package openssh-client.
Preparing to unpack .../openssh-client_1%3a6.7p1-5_amd64.deb ...
Unpacking openssh-client (1:6.7p1-5) ...
Selecting previously unselected package patch.
Preparing to unpack .../patch_2.7.5-1_amd64.deb ...
Unpacking patch (2.7.5-1) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../xz-utils_5.1.1alpha+20120614-2+b3_amd64.deb ...
Unpacking xz-utils (5.1.1alpha+20120614-2+b3) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../autoconf_2.69-8_all.deb ...
Unpacking autoconf (2.69-8) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../autotools-dev_20140911.1_all.deb ...
Unpacking autotools-dev (20140911.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../automake_1%3a1.14.1-4_all.deb ...
Unpacking automake (1:1.14.1-4) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../autopoint_0.19.3-2_all.deb ...
Unpacking autopoint (0.19.3-2) ...
Selecting previously unselected package binutils.
Preparing to unpack .../binutils_2.25-5_amd64.deb ...
Unpacking binutils (2.25-5) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../libc-dev-bin_2.19-18+deb8u1_amd64.deb ...
Unpacking libc-dev-bin (2.19-18+deb8u1) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../linux-libc-dev_3.16.7-ckt11-1+deb8u3_amd64.deb ...
Unpacking linux-libc-dev:amd64 (3.16.7-ckt11-1+deb8u3) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../libc6-dev_2.19-18+deb8u1_amd64.deb ...
Unpacking libc6-dev:amd64 (2.19-18+deb8u1) ...
Selecting previously unselected package cpp-4.9.
Preparing to unpack .../cpp-4.9_4.9.2-10_amd64.deb ...
Unpacking cpp-4.9 (4.9.2-10) ...
Selecting previously unselected package cpp.
Preparing to unpack .../cpp_4%3a4.9.2-2_amd64.deb ...
Unpacking cpp (4:4.9.2-2) ...
Selecting previously unselected package libgcc-4.9-dev:amd64.
Preparing to unpack .../libgcc-4.9-dev_4.9.2-10_amd64.deb ...
Unpacking libgcc-4.9-dev:amd64 (4.9.2-10) ...
Selecting previously unselected package gcc-4.9.
Preparing to unpack .../gcc-4.9_4.9.2-10_amd64.deb ...
Unpacking gcc-4.9 (4.9.2-10) ...
Selecting previously unselected package gcc.
Preparing to unpack .../gcc_4%3a4.9.2-2_amd64.deb ...
Unpacking gcc (4:4.9.2-2) ...
Selecting previously unselected package libstdc++-4.9-dev:amd64.
Preparing to unpack .../libstdc++-4.9-dev_4.9.2-10_amd64.deb ...
Unpacking libstdc++-4.9-dev:amd64 (4.9.2-10) ...
Selecting previously unselected package g++-4.9.
Preparing to unpack .../g++-4.9_4.9.2-10_amd64.deb ...
Unpacking g++-4.9 (4.9.2-10) ...
Selecting previously unselected package g++.
Preparing to unpack .../g++_4%3a4.9.2-2_amd64.deb ...
Unpacking g++ (4:4.9.2-2) ...
Selecting previously unselected package make.
Preparing to unpack .../make_4.0-8.1_amd64.deb ...
Unpacking make (4.0-8.1) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ...
Unpacking libtimedate-perl (2.3000-2) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../libdpkg-perl_1.17.25_all.deb ...
Unpacking libdpkg-perl (1.17.25) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../dpkg-dev_1.17.25_all.deb ...
Unpacking dpkg-dev (1.17.25) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../build-essential_11.7_amd64.deb ...
Unpacking build-essential (11.7) ...
Selecting previously unselected package openssl.
Preparing to unpack .../openssl_1.0.1k-3+deb8u1_amd64.deb ...
Unpacking openssl (1.0.1k-3+deb8u1) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../ca-certificates_20141019_all.deb ...
Unpacking ca-certificates (20141019) ...
Selecting previously unselected package debootstrap.
Preparing to unpack .../debootstrap_1.0.67_all.deb ...
Unpacking debootstrap (1.0.67) ...
Selecting previously unselected package pbuilder.
Preparing to unpack .../pbuilder_0.215+nmu3_all.deb ...
Unpacking pbuilder (0.215+nmu3) ...
Selecting previously unselected package cowdancer.
Preparing to unpack .../cowdancer_0.73_amd64.deb ...
Unpacking cowdancer (0.73) ...
Selecting previously unselected package cowbuilder.
Preparing to unpack .../cowbuilder_0.73_amd64.deb ...
Unpacking cowbuilder (0.73) ...
Selecting previously unselected package dctrl-tools.
Preparing to unpack .../dctrl-tools_2.23_amd64.deb ...
Unpacking dctrl-tools (2.23) ...
Selecting previously unselected package gettext.
Preparing to unpack .../gettext_0.19.3-2_amd64.deb ...
Unpacking gettext (0.19.3-2) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.1) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../po-debconf_1.0.16+nmu3_all.deb ...
Unpacking po-debconf (1.0.16+nmu3) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../debhelper_9.20150101_all.deb ...
Unpacking debhelper (9.20150101) ...
Selecting previously unselected package python3.4.
Preparing to unpack .../python3.4_3.4.2-1_amd64.deb ...
Unpacking python3.4 (3.4.2-1) ...
Selecting previously unselected package python3-minimal.
Preparing to unpack .../python3-minimal_3.4.2-2_amd64.deb ...
Unpacking python3-minimal (3.4.2-2) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../libpython3-stdlib_3.4.2-2_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.4.2-2) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../dh-python_1.20141111-2_all.deb ...
Unpacking dh-python (1.20141111-2) ...
Selecting previously unselected package python3.
Preparing to unpack .../python3_3.4.2-2_amd64.deb ...
Unpacking python3 (3.4.2-2) ...
Selecting previously unselected package devscripts.
Preparing to unpack .../devscripts_2.15.3_amd64.deb ...
Unpacking devscripts (2.15.3) ...
Selecting previously unselected package diffstat.
Preparing to unpack .../diffstat_1.58-1_amd64.deb ...
Unpacking diffstat (1.58-1) ...
Selecting previously unselected package distro-info-data.
Preparing to unpack .../distro-info-data_0.26_all.deb ...
Unpacking distro-info-data (0.26) ...
Selecting previously unselected package dput.
Preparing to unpack .../archives/dput_0.9.6.4_all.deb ...
Unpacking dput (0.9.6.4) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../libfakeroot_1.20.2-1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.20.2-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../fakeroot_1.20.2-1_amd64.deb ...
Unpacking fakeroot (1.20.2-1) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ...
Unpacking liberror-perl (0.17-1.1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../git-man_1%3a2.1.4-2.1_all.deb ...
Unpacking git-man (1:2.1.4-2.1) ...
Selecting previously unselected package git.
Preparing to unpack .../git_1%3a2.1.4-2.1_amd64.deb ...
Unpacking git (1:2.1.4-2.1) ...
Selecting previously unselected package python-six.
Preparing to unpack .../python-six_1.8.0-1_all.deb ...
Unpacking python-six (1.8.0-1) ...
Selecting previously unselected package python-dateutil.
Preparing to unpack .../python-dateutil_2.2-2_all.deb ...
Unpacking python-dateutil (2.2-2) ...
Selecting previously unselected package python-pkg-resources.
Preparing to unpack .../python-pkg-resources_5.5.1-1_all.deb ...
Unpacking python-pkg-resources (5.5.1-1) ...
Selecting previously unselected package git-buildpackage.
Preparing to unpack .../git-buildpackage_0.6.22_all.deb ...
Unpacking git-buildpackage (0.6.22) ...
Selecting previously unselected package hardening-includes.
Preparing to unpack .../hardening-includes_2.6_all.deb ...
Unpacking hardening-includes (2.6) ...
Selecting previously unselected package iso-codes.
Preparing to unpack .../iso-codes_3.57-1_all.deb ...
Unpacking iso-codes (3.57-1) ...
Selecting previously unselected package libalgorithm-c3-perl.
Preparing to unpack .../libalgorithm-c3-perl_0.09-1_all.deb ...
Unpacking libalgorithm-c3-perl (0.09-1) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...
Unpacking libalgorithm-diff-perl (1.19.02-3) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-3+b1_amd64.deb ...
Unpacking libalgorithm-diff-xs-perl (0.04-3+b1) ...
Selecting previously unselected package libalgorithm-merge-perl.
Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-2) ...
Selecting previously unselected package libapt-pkg-perl.
Preparing to unpack .../libapt-pkg-perl_0.1.29+b2_amd64.deb ...
Unpacking libapt-pkg-perl (0.1.29+b2) ...
Selecting previously unselected package libarchive-extract-perl.
Preparing to unpack .../libarchive-extract-perl_0.72-1_all.deb ...
Unpacking libarchive-extract-perl (0.72-1) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../libarchive-zip-perl_1.39-1_all.deb ...
Unpacking libarchive-zip-perl (1.39-1) ...
Selecting previously unselected package libasprintf-dev:amd64.
Preparing to unpack .../libasprintf-dev_0.19.3-2_amd64.deb ...
Unpacking libasprintf-dev:amd64 (0.19.3-2) ...
Selecting previously unselected package libauthen-sasl-perl.
Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ...
Unpacking libauthen-sasl-perl (2.1600-1) ...
Selecting previously unselected package libavahi-common-dev.
Preparing to unpack .../libavahi-common-dev_0.6.31-5_amd64.deb ...
Unpacking libavahi-common-dev (0.6.31-5) ...
Selecting previously unselected package pkg-config.
Preparing to unpack .../pkg-config_0.28-1_amd64.deb ...
Unpacking pkg-config (0.28-1) ...
Selecting previously unselected package libdbus-1-dev:amd64.
Preparing to unpack .../libdbus-1-dev_1.8.20-0+deb8u1_amd64.deb ...
Unpacking libdbus-1-dev:amd64 (1.8.20-0+deb8u1) ...
Selecting previously unselected package libavahi-client-dev.
Preparing to unpack .../libavahi-client-dev_0.6.31-5_amd64.deb ...
Unpacking libavahi-client-dev (0.6.31-5) ...
Selecting previously unselected package libcgi-pm-perl.
Preparing to unpack .../libcgi-pm-perl_4.09-1_all.deb ...
Unpacking libcgi-pm-perl (4.09-1) ...
Selecting previously unselected package libfcgi-perl.
Preparing to unpack .../libfcgi-perl_0.77-1+b1_amd64.deb ...
Unpacking libfcgi-perl (0.77-1+b1) ...
Selecting previously unselected package libcgi-fast-perl.
Preparing to unpack .../libcgi-fast-perl_1%3a2.04-1_all.deb ...
Unpacking libcgi-fast-perl (1:2.04-1) ...
Selecting previously unselected package libsub-name-perl.
Preparing to unpack .../libsub-name-perl_0.12-1_amd64.deb ...
Unpacking libsub-name-perl (0.12-1) ...
Selecting previously unselected package libclass-accessor-perl.
Preparing to unpack .../libclass-accessor-perl_0.34-1_all.deb ...
Unpacking libclass-accessor-perl (0.34-1) ...
Selecting previously unselected package libclass-c3-perl.
Preparing to unpack .../libclass-c3-perl_0.26-1_all.deb ...
Unpacking libclass-c3-perl (0.26-1) ...
Selecting previously unselected package libclass-c3-xs-perl.
Preparing to unpack .../libclass-c3-xs-perl_0.13-2+b1_amd64.deb ...
Unpacking libclass-c3-xs-perl (0.13-2+b1) ...
Selecting previously unselected package libclass-inspector-perl.
Preparing to unpack .../libclass-inspector-perl_1.28-1_all.deb ...
Unpacking libclass-inspector-perl (1.28-1) ...
Selecting previously unselected package libclone-perl.
Preparing to unpack .../libclone-perl_0.37-1+b1_amd64.deb ...
Unpacking libclone-perl (0.37-1+b1) ...
Selecting previously unselected package libcommon-sense-perl.
Preparing to unpack .../libcommon-sense-perl_3.73-2+b3_amd64.deb ...
Unpacking libcommon-sense-perl (3.73-2+b3) ...
Selecting previously unselected package libconvert-binhex-perl.
Preparing to unpack .../libconvert-binhex-perl_1.123-2_all.deb ...
Unpacking libconvert-binhex-perl (1.123-2) ...
Selecting previously unselected package libcpan-meta-perl.
Preparing to unpack .../libcpan-meta-perl_2.142690-1_all.deb ...
Unpacking libcpan-meta-perl (2.142690-1) ...
Selecting previously unselected package libcrypt-ssleay-perl.
Preparing to unpack .../libcrypt-ssleay-perl_0.58-1+b2_amd64.deb ...
Unpacking libcrypt-ssleay-perl (0.58-1+b2) ...
Selecting previously unselected package libparams-util-perl.
Preparing to unpack .../libparams-util-perl_1.07-2+b1_amd64.deb ...
Unpacking libparams-util-perl (1.07-2+b1) ...
Selecting previously unselected package libsub-install-perl.
Preparing to unpack .../libsub-install-perl_0.928-1_all.deb ...
Unpacking libsub-install-perl (0.928-1) ...
Selecting previously unselected package libdata-optlist-perl.
Preparing to unpack .../libdata-optlist-perl_0.109-1_all.deb ...
Unpacking libdata-optlist-perl (0.109-1) ...
Selecting previously unselected package libmro-compat-perl.
Preparing to unpack .../libmro-compat-perl_0.12-1_all.deb ...
Unpacking libmro-compat-perl (0.12-1) ...
Selecting previously unselected package libsub-exporter-perl.
Preparing to unpack .../libsub-exporter-perl_0.986-1_all.deb ...
Unpacking libsub-exporter-perl (0.986-1) ...
Selecting previously unselected package libdata-section-perl.
Preparing to unpack .../libdata-section-perl_0.200006-1_all.deb ...
Unpacking libdata-section-perl (0.200006-1) ...
Selecting previously unselected package libdigest-hmac-perl.
Preparing to unpack .../libdigest-hmac-perl_1.03+dfsg-1_all.deb ...
Unpacking libdigest-hmac-perl (1.03+dfsg-1) ...
Selecting previously unselected package libdistro-info-perl.
Preparing to unpack .../libdistro-info-perl_0.14_all.deb ...
Unpacking libdistro-info-perl (0.14) ...
Selecting previously unselected package xorg-sgml-doctools.
Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ...
Unpacking xorg-sgml-doctools (1:1.11-1) ...
Selecting previously unselected package x11proto-core-dev.
Preparing to unpack .../x11proto-core-dev_7.0.26-1_all.deb ...
Unpacking x11proto-core-dev (7.0.26-1) ...
Selecting previously unselected package libxau-dev:amd64.
Preparing to unpack .../libxau-dev_1%3a1.0.8-1_amd64.deb ...
Unpacking libxau-dev:amd64 (1:1.0.8-1) ...
Selecting previously unselected package libxdmcp-dev:amd64.
Preparing to unpack .../libxdmcp-dev_1%3a1.1.1-1+b1_amd64.deb ...
Unpacking libxdmcp-dev:amd64 (1:1.1.1-1+b1) ...
Selecting previously unselected package x11proto-input-dev.
Preparing to unpack .../x11proto-input-dev_2.3.1-1_all.deb ...
Unpacking x11proto-input-dev (2.3.1-1) ...
Selecting previously unselected package x11proto-kb-dev.
Preparing to unpack .../x11proto-kb-dev_1.0.6-2_all.deb ...
Unpacking x11proto-kb-dev (1.0.6-2) ...
Selecting previously unselected package xtrans-dev.
Preparing to unpack .../xtrans-dev_1.3.4-1_all.deb ...
Unpacking xtrans-dev (1.3.4-1) ...
Selecting previously unselected package libpthread-stubs0-dev:amd64.
Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ...
Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ...
Selecting previously unselected package libxcb1-dev:amd64.
Preparing to unpack .../libxcb1-dev_1.10-3+b1_amd64.deb ...
Unpacking libxcb1-dev:amd64 (1.10-3+b1) ...
Selecting previously unselected package libx11-dev:amd64.
Preparing to unpack .../libx11-dev_2%3a1.6.2-3_amd64.deb ...
Unpacking libx11-dev:amd64 (2:1.6.2-3) ...
Selecting previously unselected package x11proto-dmx-dev.
Preparing to unpack .../x11proto-dmx-dev_1%3a2.3.1-2_all.deb ...
Unpacking x11proto-dmx-dev (1:2.3.1-2) ...
Selecting previously unselected package libdmx-dev:amd64.
Preparing to unpack .../libdmx-dev_1%3a1.1.3-1+b1_amd64.deb ...
Unpacking libdmx-dev:amd64 (1:1.1.3-1+b1) ...
Selecting previously unselected package libdrm-dev:amd64.
Preparing to unpack .../libdrm-dev_2.4.58-2_amd64.deb ...
Unpacking libdrm-dev:amd64 (2.4.58-2) ...
Selecting previously unselected package libnet-ssleay-perl.
Preparing to unpack .../libnet-ssleay-perl_1.65-1+b1_amd64.deb ...
Unpacking libnet-ssleay-perl (1.65-1+b1) ...
Selecting previously unselected package libio-socket-ssl-perl.
Preparing to unpack .../libio-socket-ssl-perl_2.002-2+deb8u1_all.deb ...
Unpacking libio-socket-ssl-perl (2.002-2+deb8u1) ...
Selecting previously unselected package libnet-smtp-ssl-perl.
Preparing to unpack .../libnet-smtp-ssl-perl_1.01-3_all.deb ...
Unpacking libnet-smtp-ssl-perl (1.01-3) ...
Selecting previously unselected package libmailtools-perl.
Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ...
Unpacking libmailtools-perl (2.13-1) ...
Selecting previously unselected package libsocket6-perl.
Preparing to unpack .../libsocket6-perl_0.25-1+b1_amd64.deb ...
Unpacking libsocket6-perl (0.25-1+b1) ...
Selecting previously unselected package libio-socket-inet6-perl.
Preparing to unpack .../libio-socket-inet6-perl_2.72-1_all.deb ...
Unpacking libio-socket-inet6-perl (2.72-1) ...
Selecting previously unselected package libnet-ip-perl.
Preparing to unpack .../libnet-ip-perl_1.26-1_all.deb ...
Unpacking libnet-ip-perl (1.26-1) ...
Selecting previously unselected package libnet-dns-perl.
Preparing to unpack .../libnet-dns-perl_0.81-2_amd64.deb ...
Unpacking libnet-dns-perl (0.81-2) ...
Selecting previously unselected package libnet-domain-tld-perl.
Preparing to unpack .../libnet-domain-tld-perl_1.72-1_all.deb ...
Unpacking libnet-domain-tld-perl (1.72-1) ...
Selecting previously unselected package libemail-valid-perl.
Preparing to unpack .../libemail-valid-perl_1.195-1_all.deb ...
Unpacking libemail-valid-perl (1.195-1) ...
Selecting previously unselected package libencode-locale-perl.
Preparing to unpack .../libencode-locale-perl_1.03-1_all.deb ...
Unpacking libencode-locale-perl (1.03-1) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../libexpat1-dev_2.1.0-6+deb8u1_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.1.0-6+deb8u1) ...
Selecting previously unselected package libexporter-lite-perl.
Preparing to unpack .../libexporter-lite-perl_0.06-1_all.deb ...
Unpacking libexporter-lite-perl (0.06-1) ...
Selecting previously unselected package libfile-basedir-perl.
Preparing to unpack .../libfile-basedir-perl_0.03-1_all.deb ...
Unpacking libfile-basedir-perl (0.03-1) ...
Selecting previously unselected package libfile-fcntllock-perl.
Preparing to unpack .../libfile-fcntllock-perl_0.22-1+b1_amd64.deb ...
Unpacking libfile-fcntllock-perl (0.22-1+b1) ...
Selecting previously unselected package libhttp-date-perl.
Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ...
Unpacking libhttp-date-perl (6.02-1) ...
Selecting previously unselected package libfile-listing-perl.
Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ...
Unpacking libfile-listing-perl (6.04-1) ...
Selecting previously unselected package libfont-afm-perl.
Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ...
Unpacking libfont-afm-perl (1.20-1) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2+b1_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2+b1) ...
Selecting previously unselected package libpng12-dev:amd64.
Preparing to unpack .../libpng12-dev_1.2.50-2+b2_amd64.deb ...
Unpacking libpng12-dev:amd64 (1.2.50-2+b2) ...
Selecting previously unselected package libfreetype6-dev.
Preparing to unpack .../libfreetype6-dev_2.5.2-3_amd64.deb ...
Unpacking libfreetype6-dev (2.5.2-3) ...
Selecting previously unselected package libfontconfig1-dev:amd64.
Preparing to unpack .../libfontconfig1-dev_2.11.0-6.3_amd64.deb ...
Unpacking libfontconfig1-dev:amd64 (2.11.0-6.3) ...
Selecting previously unselected package libfontenc-dev:amd64.
Preparing to unpack .../libfontenc-dev_1%3a1.1.2-1+b2_amd64.deb ...
Unpacking libfontenc-dev:amd64 (1:1.1.2-1+b2) ...
Selecting previously unselected package x11proto-fonts-dev.
Preparing to unpack .../x11proto-fonts-dev_2.1.3-1_all.deb ...
Unpacking x11proto-fonts-dev (2.1.3-1) ...
Selecting previously unselected package libfs-dev:amd64.
Preparing to unpack .../libfs-dev_2%3a1.0.6-1+b1_amd64.deb ...
Unpacking libfs-dev:amd64 (2:1.0.6-1+b1) ...
Selecting previously unselected package libgettextpo-dev:amd64.
Preparing to unpack .../libgettextpo-dev_0.19.3-2_amd64.deb ...
Unpacking libgettextpo-dev:amd64 (0.19.3-2) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../libglib2.0-data_2.42.1-1_all.deb ...
Unpacking libglib2.0-data (2.42.1-1) ...
Selecting previously unselected package libglib2.0-bin.
Preparing to unpack .../libglib2.0-bin_2.42.1-1_amd64.deb ...
Unpacking libglib2.0-bin (2.42.1-1) ...
Selecting previously unselected package libpcre3-dev:amd64.
Preparing to unpack .../libpcre3-dev_2%3a8.35-3.3_amd64.deb ...
Unpacking libpcre3-dev:amd64 (2:8.35-3.3) ...
Selecting previously unselected package libglib2.0-dev.
Preparing to unpack .../libglib2.0-dev_2.42.1-1_amd64.deb ...
Unpacking libglib2.0-dev (2.42.1-1) ...
Selecting previously unselected package liburi-perl.
Preparing to unpack .../liburi-perl_1.64-1_all.deb ...
Unpacking liburi-perl (1.64-1) ...
Selecting previously unselected package libhtml-tagset-perl.
Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ...
Unpacking libhtml-tagset-perl (3.20-2) ...
Selecting previously unselected package libhtml-parser-perl.
Preparing to unpack .../libhtml-parser-perl_3.71-1+b3_amd64.deb ...
Unpacking libhtml-parser-perl (3.71-1+b3) ...
Selecting previously unselected package libio-html-perl.
Preparing to unpack .../libio-html-perl_1.001-1_all.deb ...
Unpacking libio-html-perl (1.001-1) ...
Selecting previously unselected package liblwp-mediatypes-perl.
Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ...
Unpacking liblwp-mediatypes-perl (6.02-1) ...
Selecting previously unselected package libhttp-message-perl.
Preparing to unpack .../libhttp-message-perl_6.06-1_all.deb ...
Unpacking libhttp-message-perl (6.06-1) ...
Selecting previously unselected package libhtml-form-perl.
Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ...
Unpacking libhtml-form-perl (6.03-1) ...
Selecting previously unselected package libhtml-tree-perl.
Preparing to unpack .../libhtml-tree-perl_5.03-1_all.deb ...
Unpacking libhtml-tree-perl (5.03-1) ...
Selecting previously unselected package libhtml-format-perl.
Preparing to unpack .../libhtml-format-perl_2.11-1_all.deb ...
Unpacking libhtml-format-perl (2.11-1) ...
Selecting previously unselected package libhttp-cookies-perl.
Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ...
Unpacking libhttp-cookies-perl (6.01-1) ...
Selecting previously unselected package libhttp-daemon-perl.
Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ...
Unpacking libhttp-daemon-perl (6.01-1) ...
Selecting previously unselected package libhttp-negotiate-perl.
Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ...
Unpacking libhttp-negotiate-perl (6.00-2) ...
Selecting previously unselected package libice-dev:amd64.
Preparing to unpack .../libice-dev_2%3a1.0.9-1+b1_amd64.deb ...
Unpacking libice-dev:amd64 (2:1.0.9-1+b1) ...
Selecting previously unselected package libio-pty-perl.
Preparing to unpack .../libio-pty-perl_1%3a1.08-1+b4_amd64.deb ...
Unpacking libio-pty-perl (1:1.08-1+b4) ...
Selecting previously unselected package libio-sessiondata-perl.
Preparing to unpack .../libio-sessiondata-perl_1.03-1_all.deb ...
Unpacking libio-sessiondata-perl (1.03-1) ...
Selecting previously unselected package libio-string-perl.
Preparing to unpack .../libio-string-perl_1.08-3_all.deb ...
Unpacking libio-string-perl (1.08-3) ...
Selecting previously unselected package libio-stringy-perl.
Preparing to unpack .../libio-stringy-perl_2.110-5_all.deb ...
Unpacking libio-stringy-perl (2.110-5) ...
Selecting previously unselected package libipc-run-perl.
Preparing to unpack .../libipc-run-perl_0.92-1_all.deb ...
Unpacking libipc-run-perl (0.92-1) ...
Selecting previously unselected package libjson-perl.
Preparing to unpack .../libjson-perl_2.61-1_all.deb ...
Unpacking libjson-perl (2.61-1) ...
Selecting previously unselected package libjson-xs-perl.
Preparing to unpack .../libjson-xs-perl_2.340-1+b2_amd64.deb ...
Unpacking libjson-xs-perl (2.340-1+b2) ...
Selecting previously unselected package liblist-moreutils-perl.
Preparing to unpack .../liblist-moreutils-perl_0.33-2+b1_amd64.deb ...
Unpacking liblist-moreutils-perl (0.33-2+b1) ...
Selecting previously unselected package liblog-message-perl.
Preparing to unpack .../liblog-message-perl_0.8-1_all.deb ...
Unpacking liblog-message-perl (0.8-1) ...
Selecting previously unselected package liblog-message-simple-perl.
Preparing to unpack .../liblog-message-simple-perl_0.10-2_all.deb ...
Unpacking liblog-message-simple-perl (0.10-2) ...
Selecting previously unselected package libltdl-dev:amd64.
Preparing to unpack .../libltdl-dev_2.4.2-1.11_amd64.deb ...
Unpacking libltdl-dev:amd64 (2.4.2-1.11) ...
Selecting previously unselected package libnet-http-perl.
Preparing to unpack .../libnet-http-perl_6.07-1_all.deb ...
Unpacking libnet-http-perl (6.07-1) ...
Selecting previously unselected package libwww-robotrules-perl.
Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ...
Unpacking libwww-robotrules-perl (6.01-1) ...
Selecting previously unselected package libwww-perl.
Preparing to unpack .../libwww-perl_6.08-1_all.deb ...
Unpacking libwww-perl (6.08-1) ...
Selecting previously unselected package liblwp-protocol-https-perl.
Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ...
Unpacking liblwp-protocol-https-perl (6.06-2) ...
Selecting previously unselected package libsys-hostname-long-perl.
Preparing to unpack .../libsys-hostname-long-perl_1.4-3_all.deb ...
Unpacking libsys-hostname-long-perl (1.4-3) ...
Selecting previously unselected package libmail-sendmail-perl.
Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ...
Unpacking libmail-sendmail-perl (0.79.16-1) ...
Selecting previously unselected package libmime-tools-perl.
Preparing to unpack .../libmime-tools-perl_5.505-1_all.deb ...
Unpacking libmime-tools-perl (5.505-1) ...
Selecting previously unselected package libmodule-build-perl.
Preparing to unpack .../libmodule-build-perl_0.421000-2_all.deb ...
Adding 'diversion of /usr/bin/config_data to /usr/bin/config_data.diverted by libmodule-build-perl'
Adding 'diversion of /usr/share/man/man1/config_data.1.gz to /usr/share/man/man1/config_data.diverted.1.gz by libmodule-build-perl'
Unpacking libmodule-build-perl (0.421000-2) ...
Selecting previously unselected package libmodule-pluggable-perl.
Preparing to unpack .../libmodule-pluggable-perl_5.1-1_all.deb ...
Unpacking libmodule-pluggable-perl (5.1-1) ...
Selecting previously unselected package libmodule-signature-perl.
Preparing to unpack .../libmodule-signature-perl_0.73-1+deb8u2_all.deb ...
Unpacking libmodule-signature-perl (0.73-1+deb8u2) ...
Selecting previously unselected package libossp-uuid-perl.
Preparing to unpack .../libossp-uuid-perl_1.6.2-1.5+b1_amd64.deb ...
Unpacking libossp-uuid-perl (1.6.2-1.5+b1) ...
Selecting previously unselected package libpackage-constants-perl.
Preparing to unpack .../libpackage-constants-perl_0.04-1_all.deb ...
Unpacking libpackage-constants-perl (0.04-1) ...
Selecting previously unselected package libparse-debcontrol-perl.
Preparing to unpack .../libparse-debcontrol-perl_2.005-4_all.deb ...
Unpacking libparse-debcontrol-perl (2.005-4) ...
Selecting previously unselected package libparse-debianchangelog-perl.
Preparing to unpack .../libparse-debianchangelog-perl_1.2.0-1.1_all.deb ...
Unpacking libparse-debianchangelog-perl (1.2.0-1.1) ...
Selecting previously unselected package libpciaccess-dev:amd64.
Preparing to unpack .../libpciaccess-dev_0.13.2-3+b1_amd64.deb ...
Unpacking libpciaccess-dev:amd64 (0.13.2-3+b1) ...
Selecting previously unselected package libperlio-gzip-perl.
Preparing to unpack .../libperlio-gzip-perl_0.18-3+b1_amd64.deb ...
Unpacking libperlio-gzip-perl (0.18-3+b1) ...
Selecting previously unselected package libpixman-1-dev.
Preparing to unpack .../libpixman-1-dev_0.32.6-3_amd64.deb ...
Unpacking libpixman-1-dev (0.32.6-3) ...
Selecting previously unselected package libpod-latex-perl.
Preparing to unpack .../libpod-latex-perl_0.61-1_all.deb ...
Adding 'diversion of /usr/bin/pod2latex to /usr/bin/pod2latex.bundled by libpod-latex-perl'
Adding 'diversion of /usr/share/man/man1/pod2latex.1.gz to /usr/share/man/man1/pod2latex.bundled.1.gz by libpod-latex-perl'
Unpacking libpod-latex-perl (0.61-1) ...
Selecting previously unselected package libregexp-common-perl.
Preparing to unpack .../libregexp-common-perl_2013031301-1_all.deb ...
Unpacking libregexp-common-perl (2013031301-1) ...
Selecting previously unselected package libpod-readme-perl.
Preparing to unpack .../libpod-readme-perl_0.11-1_all.deb ...
Unpacking libpod-readme-perl (0.11-1) ...
Selecting previously unselected package libpulse-dev:amd64.
Preparing to unpack .../libpulse-dev_5.0-13_amd64.deb ...
Unpacking libpulse-dev:amd64 (5.0-13) ...
Selecting previously unselected package libsasl2-modules:amd64.
Preparing to unpack .../libsasl2-modules_2.1.26.dfsg1-13_amd64.deb ...
Unpacking libsasl2-modules:amd64 (2.1.26.dfsg1-13) ...
Selecting previously unselected package libsm-dev:amd64.
Preparing to unpack .../libsm-dev_2%3a1.2.2-1+b1_amd64.deb ...
Unpacking libsm-dev:amd64 (2:1.2.2-1+b1) ...
Selecting previously unselected package libtask-weaken-perl.
Preparing to unpack .../libtask-weaken-perl_1.04-1_all.deb ...
Unpacking libtask-weaken-perl (1.04-1) ...
Selecting previously unselected package libxml-parser-perl.
Preparing to unpack .../libxml-parser-perl_2.41-3_amd64.deb ...
Unpacking libxml-parser-perl (2.41-3) ...
Selecting previously unselected package libsoap-lite-perl.
Preparing to unpack .../libsoap-lite-perl_1.11-1_all.deb ...
Unpacking libsoap-lite-perl (1.11-1) ...
Selecting previously unselected package libtext-template-perl.
Preparing to unpack .../libtext-template-perl_1.46-1_all.deb ...
Unpacking libtext-template-perl (1.46-1) ...
Selecting previously unselected package libsoftware-license-perl.
Preparing to unpack .../libsoftware-license-perl_0.103010-3_all.deb ...
Unpacking libsoftware-license-perl (0.103010-3) ...
Selecting previously unselected package libterm-ui-perl.
Preparing to unpack .../libterm-ui-perl_0.42-1_all.deb ...
Unpacking libterm-ui-perl (0.42-1) ...
Selecting previously unselected package libtext-levenshtein-perl.
Preparing to unpack .../libtext-levenshtein-perl_0.11-1_all.deb ...
Unpacking libtext-levenshtein-perl (0.11-1) ...
Selecting previously unselected package libtext-soundex-perl.
Preparing to unpack .../libtext-soundex-perl_3.4-1+b2_amd64.deb ...
Unpacking libtext-soundex-perl (3.4-1+b2) ...
Selecting previously unselected package libtie-ixhash-perl.
Preparing to unpack .../libtie-ixhash-perl_1.23-1_all.deb ...
Unpacking libtie-ixhash-perl (1.23-1) ...
Selecting previously unselected package libtool.
Preparing to unpack .../libtool_2.4.2-1.11_all.deb ...
Unpacking libtool (2.4.2-1.11) ...
Selecting previously unselected package libx11-doc.
Preparing to unpack .../libx11-doc_2%3a1.6.2-3_all.deb ...
Unpacking libx11-doc (2:1.6.2-3) ...
Selecting previously unselected package x11proto-xext-dev.
Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ...
Unpacking x11proto-xext-dev (7.3.0-1) ...
Selecting previously unselected package libxext-dev:amd64.
Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ...
Unpacking libxext-dev:amd64 (2:1.3.3-1) ...
Selecting previously unselected package libxt-dev:amd64.
Preparing to unpack .../libxt-dev_1%3a1.1.4-1+b1_amd64.deb ...
Unpacking libxt-dev:amd64 (1:1.1.4-1+b1) ...
Selecting previously unselected package libxmu-headers.
Preparing to unpack .../libxmu-headers_2%3a1.1.2-1_all.deb ...
Unpacking libxmu-headers (2:1.1.2-1) ...
Selecting previously unselected package libxmu-dev:amd64.
Preparing to unpack .../libxmu-dev_2%3a1.1.2-1_amd64.deb ...
Unpacking libxmu-dev:amd64 (2:1.1.2-1) ...
Selecting previously unselected package libxpm-dev:amd64.
Preparing to unpack .../libxpm-dev_1%3a3.5.11-1+b1_amd64.deb ...
Unpacking libxpm-dev:amd64 (1:3.5.11-1+b1) ...
Selecting previously unselected package libxaw7-dev:amd64.
Preparing to unpack .../libxaw7-dev_2%3a1.0.12-2+b1_amd64.deb ...
Unpacking libxaw7-dev:amd64 (2:1.0.12-2+b1) ...
Selecting previously unselected package x11proto-fixes-dev.
Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2_all.deb ...
Unpacking x11proto-fixes-dev (1:5.0-2) ...
Selecting previously unselected package libxfixes-dev:amd64.
Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2+b2_amd64.deb ...
Unpacking libxfixes-dev:amd64 (1:5.0.1-2+b2) ...
Selecting previously unselected package x11proto-composite-dev.
Preparing to unpack .../x11proto-composite-dev_1%3a0.4.2-2_all.deb ...
Unpacking x11proto-composite-dev (1:0.4.2-2) ...
Selecting previously unselected package libxcomposite-dev.
Preparing to unpack .../libxcomposite-dev_1%3a0.4.4-1_amd64.deb ...
Unpacking libxcomposite-dev (1:0.4.4-1) ...
Selecting previously unselected package x11proto-render-dev.
Preparing to unpack .../x11proto-render-dev_2%3a0.11.1-2_all.deb ...
Unpacking x11proto-render-dev (2:0.11.1-2) ...
Selecting previously unselected package libxrender-dev:amd64.
Preparing to unpack .../libxrender-dev_1%3a0.9.8-1+b1_amd64.deb ...
Unpacking libxrender-dev:amd64 (1:0.9.8-1+b1) ...
Selecting previously unselected package libxcursor-dev:amd64.
Preparing to unpack .../libxcursor-dev_1%3a1.1.14-1+b1_amd64.deb ...
Unpacking libxcursor-dev:amd64 (1:1.1.14-1+b1) ...
Selecting previously unselected package x11proto-damage-dev.
Preparing to unpack .../x11proto-damage-dev_1%3a1.2.1-2_all.deb ...
Unpacking x11proto-damage-dev (1:1.2.1-2) ...
Selecting previously unselected package libxdamage-dev:amd64.
Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2+b1_amd64.deb ...
Unpacking libxdamage-dev:amd64 (1:1.1.4-2+b1) ...
Selecting previously unselected package libxdelta2.
Preparing to unpack .../libxdelta2_1.1.3-9.1_amd64.deb ...
Unpacking libxdelta2 (1.1.3-9.1) ...
Selecting previously unselected package libxenstore3.0:amd64.
Preparing to unpack .../libxenstore3.0_4.4.1-9+deb8u1_amd64.deb ...
Unpacking libxenstore3.0:amd64 (4.4.1-9+deb8u1) ...
Selecting previously unselected package libxen-4.4:amd64.
Preparing to unpack .../libxen-4.4_4.4.1-9+deb8u1_amd64.deb ...
Unpacking libxen-4.4:amd64 (4.4.1-9+deb8u1) ...
Selecting previously unselected package libxen-dev.
Preparing to unpack .../libxen-dev_4.4.1-9+deb8u1_amd64.deb ...
Unpacking libxen-dev (4.4.1-9+deb8u1) ...
Selecting previously unselected package libxfont-dev.
Preparing to unpack .../libxfont-dev_1%3a1.5.1-1_amd64.deb ...
Unpacking libxfont-dev (1:1.5.1-1) ...
Selecting previously unselected package libxft-dev.
Preparing to unpack .../libxft-dev_2.3.2-1_amd64.deb ...
Unpacking libxft-dev (2.3.2-1) ...
Selecting previously unselected package libxi-dev.
Preparing to unpack .../libxi-dev_2%3a1.7.4-1+b2_amd64.deb ...
Unpacking libxi-dev (2:1.7.4-1+b2) ...
Selecting previously unselected package x11proto-xinerama-dev.
Preparing to unpack .../x11proto-xinerama-dev_1.2.1-2_all.deb ...
Unpacking x11proto-xinerama-dev (1.2.1-2) ...
Selecting previously unselected package libxinerama-dev:amd64.
Preparing to unpack .../libxinerama-dev_2%3a1.1.3-1+b1_amd64.deb ...
Unpacking libxinerama-dev:amd64 (2:1.1.3-1+b1) ...
Selecting previously unselected package libxkbfile-dev:amd64.
Preparing to unpack .../libxkbfile-dev_1%3a1.0.8-1_amd64.deb ...
Unpacking libxkbfile-dev:amd64 (1:1.0.8-1) ...
Selecting previously unselected package libxmlrpc-lite-perl.
Preparing to unpack .../libxmlrpc-lite-perl_0.717-1_all.deb ...
Unpacking libxmlrpc-lite-perl (0.717-1) ...
Selecting previously unselected package libxmuu-dev:amd64.
Preparing to unpack .../libxmuu-dev_2%3a1.1.2-1_amd64.deb ...
Unpacking libxmuu-dev:amd64 (2:1.1.2-1) ...
Selecting previously unselected package x11proto-randr-dev.
Preparing to unpack .../x11proto-randr-dev_1.4.0-2_all.deb ...
Unpacking x11proto-randr-dev (1.4.0-2) ...
Selecting previously unselected package libxrandr-dev:amd64.
Preparing to unpack .../libxrandr-dev_2%3a1.4.2-1+b1_amd64.deb ...
Unpacking libxrandr-dev:amd64 (2:1.4.2-1+b1) ...
Selecting previously unselected package x11proto-resource-dev.
Preparing to unpack .../x11proto-resource-dev_1.2.0-3_all.deb ...
Unpacking x11proto-resource-dev (1.2.0-3) ...
Selecting previously unselected package libxres-dev.
Preparing to unpack .../libxres-dev_2%3a1.0.7-1+b1_amd64.deb ...
Unpacking libxres-dev (2:1.0.7-1+b1) ...
Selecting previously unselected package x11proto-scrnsaver-dev.
Preparing to unpack .../x11proto-scrnsaver-dev_1.2.2-1_all.deb ...
Unpacking x11proto-scrnsaver-dev (1.2.2-1) ...
Selecting previously unselected package libxss-dev:amd64.
Preparing to unpack .../libxss-dev_1%3a1.2.2-1_amd64.deb ...
Unpacking libxss-dev:amd64 (1:1.2.2-1) ...
Selecting previously unselected package x11proto-record-dev.
Preparing to unpack .../x11proto-record-dev_1.14.2-1_all.deb ...
Unpacking x11proto-record-dev (1.14.2-1) ...
Selecting previously unselected package libxtst-dev:amd64.
Preparing to unpack .../libxtst-dev_2%3a1.2.2-1+b1_amd64.deb ...
Unpacking libxtst-dev:amd64 (2:1.2.2-1+b1) ...
Selecting previously unselected package x11proto-video-dev.
Preparing to unpack .../x11proto-video-dev_2.3.2-1_all.deb ...
Unpacking x11proto-video-dev (2.3.2-1) ...
Selecting previously unselected package libxv-dev:amd64.
Preparing to unpack .../libxv-dev_2%3a1.0.10-1+b1_amd64.deb ...
Unpacking libxv-dev:amd64 (2:1.0.10-1+b1) ...
Selecting previously unselected package libxvmc-dev:amd64.
Preparing to unpack .../libxvmc-dev_2%3a1.0.8-2+b1_amd64.deb ...
Unpacking libxvmc-dev:amd64 (2:1.0.8-2+b1) ...
Selecting previously unselected package x11proto-xf86dga-dev.
Preparing to unpack .../x11proto-xf86dga-dev_2.1-3_all.deb ...
Unpacking x11proto-xf86dga-dev (2.1-3) ...
Selecting previously unselected package libxxf86dga-dev:amd64.
Preparing to unpack .../libxxf86dga-dev_2%3a1.1.4-1+b1_amd64.deb ...
Unpacking libxxf86dga-dev:amd64 (2:1.1.4-1+b1) ...
Selecting previously unselected package x11proto-xf86vidmode-dev.
Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ...
Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ...
Selecting previously unselected package libxxf86vm-dev:amd64.
Preparing to unpack .../libxxf86vm-dev_1%3a1.1.3-1+b1_amd64.deb ...
Unpacking libxxf86vm-dev:amd64 (1:1.1.3-1+b1) ...
Selecting previously unselected package patchutils.
Preparing to unpack .../patchutils_0.3.3-1_amd64.deb ...
Unpacking patchutils (0.3.3-1) ...
Selecting previously unselected package t1utils.
Preparing to unpack .../t1utils_1.38-4_amd64.deb ...
Unpacking t1utils (1.38-4) ...
Selecting previously unselected package lintian.
Preparing to unpack .../lintian_2.5.30+deb8u4_all.deb ...
Unpacking lintian (2.5.30+deb8u4) ...
Selecting previously unselected package lsb-release.
Preparing to unpack .../lsb-release_4.1+Debian13+nmu1_all.deb ...
Unpacking lsb-release (4.1+Debian13+nmu1) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../manpages-dev_3.74-1_all.deb ...
Unpacking manpages-dev (3.74-1) ...
Selecting previously unselected package mesa-common-dev:amd64.
Preparing to unpack .../mesa-common-dev_10.3.2-1+deb8u1_amd64.deb ...
Unpacking mesa-common-dev:amd64 (10.3.2-1+deb8u1) ...
Selecting previously unselected package pbzip2.
Preparing to unpack .../pbzip2_1.1.9-1_amd64.deb ...
Unpacking pbzip2 (1.1.9-1) ...
Selecting previously unselected package xdelta.
Preparing to unpack .../xdelta_1.1.3-9.1_amd64.deb ...
Unpacking xdelta (1.1.3-9.1) ...
Selecting previously unselected package pristine-tar.
Preparing to unpack .../pristine-tar_1.33_amd64.deb ...
Unpacking pristine-tar (1.33) ...
Selecting previously unselected package psmisc.
Preparing to unpack .../psmisc_22.21-2_amd64.deb ...
Unpacking psmisc (22.21-2) ...
Selecting previously unselected package python-apt-common.
Preparing to unpack .../python-apt-common_0.9.3.12_all.deb ...
Unpacking python-apt-common (0.9.3.12) ...
Selecting previously unselected package python3-apt.
Preparing to unpack .../python3-apt_0.9.3.12_amd64.deb ...
Unpacking python3-apt (0.9.3.12) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../python3-pkg-resources_5.5.1-1_all.deb ...
Unpacking python3-pkg-resources (5.5.1-1) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../python3-chardet_2.3.0-1_all.deb ...
Unpacking python3-chardet (2.3.0-1) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../python3-six_1.8.0-1_all.deb ...
Unpacking python3-six (1.8.0-1) ...
Selecting previously unselected package python3-debian.
Preparing to unpack .../python3-debian_0.1.27_all.deb ...
Unpacking python3-debian (0.1.27) ...
Selecting previously unselected package python3-magic.
Preparing to unpack .../python3-magic_1%3a5.22+15-2_all.deb ...
Unpacking python3-magic (1:5.22+15-2) ...
Selecting previously unselected package quilt.
Preparing to unpack .../archives/quilt_0.63-3_all.deb ...
Unpacking quilt (0.63-3) ...
Selecting previously unselected package rename.
Preparing to unpack .../archives/rename_0.20-3_all.deb ...
Unpacking rename (0.20-3) ...
Selecting previously unselected package rsync.
Preparing to unpack .../rsync_3.1.1-3_amd64.deb ...
Unpacking rsync (3.1.1-3) ...
Selecting previously unselected package shared-mime-info.
Preparing to unpack .../shared-mime-info_1.3-1_amd64.deb ...
Unpacking shared-mime-info (1.3-1) ...
Selecting previously unselected package strace.
Preparing to unpack .../strace_4.9-2_amd64.deb ...
Unpacking strace (4.9-2) ...
Selecting previously unselected package sudo.
Preparing to unpack .../sudo_1.8.10p3-1+deb8u2_amd64.deb ...
Unpacking sudo (1.8.10p3-1+deb8u2) ...
Selecting previously unselected package tcpd.
Preparing to unpack .../tcpd_7.6.q-25_amd64.deb ...
Unpacking tcpd (7.6.q-25) ...
Selecting previously unselected package unzip.
Preparing to unpack .../unzip_6.0-16_amd64.deb ...
Unpacking unzip (6.0-16) ...
Selecting previously unselected package wdiff.
Preparing to unpack .../wdiff_1.2.2-1_amd64.deb ...
Unpacking wdiff (1.2.2-1) ...
Selecting previously unselected package x11proto-bigreqs-dev.
Preparing to unpack .../x11proto-bigreqs-dev_1%3a1.1.2-1_all.deb ...
Unpacking x11proto-bigreqs-dev (1:1.1.2-1) ...
Selecting previously unselected package x11proto-dri2-dev.
Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ...
Unpacking x11proto-dri2-dev (2.8-2) ...
Selecting previously unselected package x11proto-dri3-dev.
Preparing to unpack .../x11proto-dri3-dev_1.0-1_all.deb ...
Unpacking x11proto-dri3-dev (1.0-1) ...
Selecting previously unselected package x11proto-gl-dev.
Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ...
Unpacking x11proto-gl-dev (1.4.17-1) ...
Selecting previously unselected package x11proto-present-dev.
Preparing to unpack .../x11proto-present-dev_1.0-1_all.deb ...
Unpacking x11proto-present-dev (1.0-1) ...
Selecting previously unselected package x11proto-xcmisc-dev.
Preparing to unpack .../x11proto-xcmisc-dev_1.2.2-1_all.deb ...
Unpacking x11proto-xcmisc-dev (1.2.2-1) ...
Selecting previously unselected package x11proto-xf86bigfont-dev.
Preparing to unpack .../x11proto-xf86bigfont-dev_1.2.0-3_all.deb ...
Unpacking x11proto-xf86bigfont-dev (1.2.0-3) ...
Selecting previously unselected package x11proto-xf86dri-dev.
Preparing to unpack .../x11proto-xf86dri-dev_2.1.1-2_all.deb ...
Unpacking x11proto-xf86dri-dev (2.1.1-2) ...
Selecting previously unselected package xauth.
Preparing to unpack .../xauth_1%3a1.0.9-1_amd64.deb ...
Unpacking xauth (1:1.0.9-1) ...
Selecting previously unselected package xdg-user-dirs.
Preparing to unpack .../xdg-user-dirs_0.15-2_amd64.deb ...
Unpacking xdg-user-dirs (0.15-2) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../xml-core_0.13+nmu2_all.deb ...
Unpacking xml-core (0.13+nmu2) ...
Selecting previously unselected package xserver-xorg-dev.
Preparing to unpack .../xserver-xorg-dev_2%3a1.16.4-1_amd64.deb ...
Unpacking xserver-xorg-dev (2:1.16.4-1) ...
Selecting previously unselected package xorg-dev.
Preparing to unpack .../xorg-dev_1%3a7.7+7_all.deb ...
Unpacking xorg-dev (1:7.7+7) ...
Selecting previously unselected package xutils-dev.
Preparing to unpack .../xutils-dev_1%3a7.7+3_amd64.deb ...
Unpacking xutils-dev (1:7.7+3) ...
Selecting previously unselected package equivs.
Preparing to unpack .../archives/equivs_2.0.9_all.deb ...
Unpacking equivs (2.0.9) ...
Selecting previously unselected package reprepro.
Preparing to unpack .../reprepro_4.16.0-1_amd64.deb ...
Unpacking reprepro (4.16.0-1) ...
Processing triggers for man-db (2.7.0.2-5) ...
Processing triggers for systemd (215-17+deb8u2) ...
Setting up libasprintf0c2:amd64 (0.19.3-2) ...
Setting up libbsd0:amd64 (0.7.0-2) ...
Setting up libedit2:amd64 (3.1-20140620-2) ...
Setting up libkeyutils1:amd64 (1.5.9-5+b1) ...
Setting up libkrb5support0:amd64 (1.12.1+dfsg-19) ...
Setting up libk5crypto3:amd64 (1.12.1+dfsg-19) ...
Setting up libkrb5-3:amd64 (1.12.1+dfsg-19) ...
Setting up libgssapi-krb5-2:amd64 (1.12.1+dfsg-19) ...
Setting up libsasl2-modules-db:amd64 (2.1.26.dfsg1-13) ...
Setting up libsasl2-2:amd64 (2.1.26.dfsg1-13) ...
Setting up libldap-2.4-2:amd64 (2.4.40+dfsg-1) ...
Setting up liblockfile-bin (1.09-6) ...
Setting up liblockfile1:amd64 (1.09-6) ...
Setting up libmagic1:amd64 (1:5.22+15-2) ...
Setting up libsqlite3-0:amd64 (3.8.7.1-1+deb8u1) ...
Setting up libwrap0:amd64 (7.6.q-25) ...
Setting up libxml2:amd64 (2.9.1+dfsg1-5) ...
Setting up perl-modules (5.20.2-3+deb8u1) ...
Setting up perl (5.20.2-3+deb8u1) ...
update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode
Setting up mime-support (3.58) ...
Setting up libexpat1:amd64 (2.1.0-6+deb8u1) ...
Setting up libpython2.7-stdlib:amd64 (2.7.9-2) ...
Setting up python2.7 (2.7.9-2) ...
Setting up libpython-stdlib:amd64 (2.7.9-1) ...
Setting up python (2.7.9-1) ...
Setting up liblzo2-2:amd64 (2.08-1.2) ...
Setting up libarchive13:amd64 (3.1.2-11) ...
Setting up libasan1:amd64 (4.9.2-10) ...
Setting up libassuan0:amd64 (2.1.2-2) ...
Setting up libasyncns0:amd64 (0.8-5) ...
Setting up libatomic1:amd64 (4.9.2-10) ...
Setting up libavahi-common-data:amd64 (0.6.31-5) ...
Setting up libavahi-common3:amd64 (0.6.31-5) ...
Setting up libdbus-1-3:amd64 (1.8.20-0+deb8u1) ...
Setting up libavahi-client3:amd64 (0.6.31-5) ...
Setting up libcap-ng0:amd64 (0.7.4-2) ...
Setting up libcilkrts5:amd64 (4.9.2-10) ...
Setting up libisl10:amd64 (0.12.2-2) ...
Setting up libcloog-isl4:amd64 (0.18.2-1+b2) ...
Setting up libglib2.0-0:amd64 (2.42.1-1) ...
No schema files found: doing nothing.
Setting up libcroco3:amd64 (0.6.8-3+b1) ...
Setting up librtmp1:amd64 (2.4+20150115.gita107cef-1) ...
Setting up libssh2-1:amd64 (1.4.3-4.1) ...
Setting up libcurl3-gnutls:amd64 (7.38.0-4+deb8u2) ...
Setting up libxau6:amd64 (1:1.0.8-1) ...
Setting up libxdmcp6:amd64 (1:1.1.1-1+b1) ...
Setting up libxcb1:amd64 (1.10-3+b1) ...
Setting up libx11-data (2:1.6.2-3) ...
Setting up libx11-6:amd64 (2:1.6.2-3) ...
Setting up libxext6:amd64 (2:1.3.3-1) ...
Setting up libdmx1:amd64 (1:1.1.3-1+b1) ...
Setting up libdrm2:amd64 (2.4.58-2) ...
Setting up libpciaccess0:amd64 (0.13.2-3+b1) ...
Setting up libdrm-intel1:amd64 (2.4.58-2) ...
Setting up libdrm-nouveau2:amd64 (2.4.58-2) ...
Setting up libdrm-radeon1:amd64 (2.4.58-2) ...
Setting up libelfg0:amd64 (0.8.13-5) ...
Setting up libogg0:amd64 (1.3.2-1) ...
Setting up libflac8:amd64 (1.3.0-3) ...
Setting up libpng12-0:amd64 (1.2.50-2+b2) ...
Setting up libfreetype6:amd64 (2.5.2-3) ...
Setting up ucf (3.0030) ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Setting up fonts-dejavu-core (2.34-1) ...
Setting up fontconfig-config (2.11.0-6.3) ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Setting up libfontconfig1:amd64 (2.11.0-6.3) ...
Setting up libfontenc1:amd64 (1:1.1.2-1+b2) ...
Setting up libfs6:amd64 (2:1.0.6-1+b1) ...
Setting up libunistring0:amd64 (0.9.3-5.2+b1) ...
Setting up libgettextpo0:amd64 (0.19.3-2) ...
Setting up libgomp1:amd64 (4.9.2-10) ...
Setting up pinentry-curses (0.8.3-2) ...
Setting up libpth20:amd64 (2.0.7-20) ...
Setting up gnupg-agent (2.0.26-6) ...
Setting up libksba8:amd64 (1.3.2-1) ...
Setting up gnupg2 (2.0.26-6) ...
Setting up libgpgme11:amd64 (1.5.1-6) ...
Setting up x11-common (1:7.7+7) ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libice6:amd64 (2:1.0.9-1+b1) ...
Setting up libitm1:amd64 (4.9.2-10) ...
Setting up liblsan0:amd64 (4.9.2-10) ...
Setting up libltdl7:amd64 (2.4.2-1.11) ...
Setting up libmpdec2:amd64 (2.4.1-1) ...
Setting up libmpfr4:amd64 (3.1.2-2) ...
Setting up libossp-uuid16:amd64 (1.6.2-1.5+b1) ...
Setting up libpcrecpp0:amd64 (2:8.35-3.3) ...
Setting up libpixman-1-0:amd64 (0.32.6-3) ...
Setting up libsm6:amd64 (2:1.2.2-1+b1) ...
Setting up libvorbis0a:amd64 (1.3.4-2) ...
Setting up libvorbisenc2:amd64 (1.3.4-2) ...
Setting up libsndfile1:amd64 (1.0.25-9.1) ...
Setting up libx11-xcb1:amd64 (2:1.6.2-3) ...
Setting up libxi6:amd64 (2:1.7.4-1+b2) ...
Setting up libxtst6:amd64 (2:1.2.2-1+b1) ...
Setting up libpulse0:amd64 (5.0-13) ...
Setting up libpulse-mainloop-glib0:amd64 (5.0-13) ...
Setting up libpython3.4-minimal:amd64 (3.4.2-1) ...
Setting up libpython3.4-stdlib:amd64 (3.4.2-1) ...
Setting up libquadmath0:amd64 (4.9.2-10) ...
Setting up libsigsegv2:amd64 (2.10-4+b1) ...
Setting up libtsan0:amd64 (4.9.2-10) ...
Setting up libubsan0:amd64 (4.9.2-10) ...
Setting up libxt6:amd64 (1:1.1.4-1+b1) ...
Setting up libxmu6:amd64 (2:1.1.2-1) ...
Setting up libxpm4:amd64 (1:3.5.11-1+b1) ...
Setting up libxaw7:amd64 (2:1.0.12-2+b1) ...
Setting up libxcomposite1:amd64 (1:0.4.4-1) ...
Setting up libxfixes3:amd64 (1:5.0.1-2+b2) ...
Setting up libxrender1:amd64 (1:0.9.8-1+b1) ...
Setting up libxcursor1:amd64 (1:1.1.14-1+b1) ...
Setting up libxdamage1:amd64 (1:1.1.4-2+b1) ...
Setting up libxfont1:amd64 (1:1.5.1-1) ...
Setting up libxft2:amd64 (2.3.2-1) ...
Setting up libxinerama1:amd64 (2:1.1.3-1+b1) ...
Setting up libxkbfile1:amd64 (1:1.0.8-1) ...
Setting up libxmuu1:amd64 (2:1.1.2-1) ...
Setting up libxrandr2:amd64 (2:1.4.2-1+b1) ...
Setting up libxres1:amd64 (2:1.0.7-1+b1) ...
Setting up libxss1:amd64 (1:1.2.2-1) ...
Setting up libxv1:amd64 (2:1.0.10-1+b1) ...
Setting up libxvmc1:amd64 (2:1.0.8-2+b1) ...
Setting up libxxf86dga1:amd64 (2:1.1.4-1+b1) ...
Setting up libxxf86vm1:amd64 (1:1.1.3-1+b1) ...
Setting up libyajl2:amd64 (2.1.0-2) ...
Setting up python3.4-minimal (3.4.2-1) ...
Setting up sgml-base (1.26+nmu4) ...
Setting up libmpc3:amd64 (1.0.2-1) ...
Setting up at (3.1.16-1) ...
invoke-rc.d: policy-rc.d denied execution of start.
Setting up exim4-config (4.84-8) ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Adding system-user for exim (v4)
ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
Setting up exim4-base (4.84-8) ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
exim: DB upgrade, deleting hints-db
Setting up exim4-daemon-light (4.84-8) ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
invoke-rc.d: policy-rc.d denied execution of start.
Setting up bsd-mailx (8.1.2-0.20141216cvs-2) ...
update-alternatives: using /usr/bin/bsd-mailx to provide /usr/bin/mailx (mailx) in auto mode
Setting up bzip2 (1.0.6-7+b3) ...
Setting up dbus (1.8.20-0+deb8u1) ...
ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
invoke-rc.d: policy-rc.d denied execution of start.
Setting up file (1:5.22+15-2) ...
Setting up gettext-base (0.19.3-2) ...
Setting up krb5-locales (1.12.1+dfsg-19) ...
Setting up m4 (1.4.17-4) ...
Setting up openssh-client (1:6.7p1-5) ...
Setting up patch (2.7.5-1) ...
Setting up xz-utils (5.1.1alpha+20120614-2+b3) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
Setting up autoconf (2.69-8) ...
Setting up autotools-dev (20140911.1) ...
Setting up automake (1:1.14.1-4) ...
update-alternatives: using /usr/bin/automake-1.14 to provide /usr/bin/automake (automake) in auto mode
Setting up autopoint (0.19.3-2) ...
Setting up binutils (2.25-5) ...
Setting up libc-dev-bin (2.19-18+deb8u1) ...
Setting up linux-libc-dev:amd64 (3.16.7-ckt11-1+deb8u3) ...
Setting up libc6-dev:amd64 (2.19-18+deb8u1) ...
Setting up cpp-4.9 (4.9.2-10) ...
Setting up cpp (4:4.9.2-2) ...
Setting up libgcc-4.9-dev:amd64 (4.9.2-10) ...
Setting up gcc-4.9 (4.9.2-10) ...
Setting up gcc (4:4.9.2-2) ...
Setting up libstdc++-4.9-dev:amd64 (4.9.2-10) ...
Setting up g++-4.9 (4.9.2-10) ...
Setting up g++ (4:4.9.2-2) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up make (4.0-8.1) ...
Setting up libtimedate-perl (2.3000-2) ...
Setting up libdpkg-perl (1.17.25) ...
Setting up dpkg-dev (1.17.25) ...
Setting up build-essential (11.7) ...
Setting up openssl (1.0.1k-3+deb8u1) ...
Setting up ca-certificates (20141019) ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Setting up debootstrap (1.0.67) ...
Setting up pbuilder (0.215+nmu3) ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
Setting up cowdancer (0.73) ...
Setting up cowbuilder (0.73) ...
Setting up dctrl-tools (2.23) ...
Setting up gettext (0.19.3-2) ...
Setting up intltool-debian (0.35.0+20060710.1) ...
Setting up po-debconf (1.0.16+nmu3) ...
Setting up debhelper (9.20150101) ...
Setting up python3.4 (3.4.2-1) ...
Setting up python3-minimal (3.4.2-2) ...
Setting up libpython3-stdlib:amd64 (3.4.2-2) ...
Setting up diffstat (1.58-1) ...
Setting up distro-info-data (0.26) ...
Setting up dput (0.9.6.4) ...
Setting up libfakeroot:amd64 (1.20.2-1) ...
Setting up fakeroot (1.20.2-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up liberror-perl (0.17-1.1) ...
Setting up git-man (1:2.1.4-2.1) ...
Setting up git (1:2.1.4-2.1) ...
Setting up python-six (1.8.0-1) ...
Setting up python-dateutil (2.2-2) ...
Setting up python-pkg-resources (5.5.1-1) ...
Setting up hardening-includes (2.6) ...
Setting up iso-codes (3.57-1) ...
Setting up libalgorithm-c3-perl (0.09-1) ...
Setting up libalgorithm-diff-perl (1.19.02-3) ...
Setting up libalgorithm-diff-xs-perl (0.04-3+b1) ...
Setting up libalgorithm-merge-perl (0.08-2) ...
Setting up libapt-pkg-perl (0.1.29+b2) ...
Setting up libarchive-extract-perl (0.72-1) ...
Setting up libarchive-zip-perl (1.39-1) ...
Setting up libasprintf-dev:amd64 (0.19.3-2) ...
Setting up libauthen-sasl-perl (2.1600-1) ...
Setting up libavahi-common-dev (0.6.31-5) ...
Setting up pkg-config (0.28-1) ...
Setting up libdbus-1-dev:amd64 (1.8.20-0+deb8u1) ...
Setting up libavahi-client-dev (0.6.31-5) ...
Setting up libcgi-pm-perl (4.09-1) ...
Setting up libfcgi-perl (0.77-1+b1) ...
Setting up libcgi-fast-perl (1:2.04-1) ...
Setting up libsub-name-perl (0.12-1) ...
Setting up libclass-accessor-perl (0.34-1) ...
Setting up libclass-c3-perl (0.26-1) ...
Setting up libclass-c3-xs-perl (0.13-2+b1) ...
Setting up libclass-inspector-perl (1.28-1) ...
Setting up libclone-perl (0.37-1+b1) ...
Setting up libcommon-sense-perl (3.73-2+b3) ...
Setting up libconvert-binhex-perl (1.123-2) ...
Setting up libcpan-meta-perl (2.142690-1) ...
Setting up libcrypt-ssleay-perl (0.58-1+b2) ...
Setting up libparams-util-perl (1.07-2+b1) ...
Setting up libsub-install-perl (0.928-1) ...
Setting up libdata-optlist-perl (0.109-1) ...
Setting up libmro-compat-perl (0.12-1) ...
Setting up libsub-exporter-perl (0.986-1) ...
Setting up libdata-section-perl (0.200006-1) ...
Setting up libdigest-hmac-perl (1.03+dfsg-1) ...
Setting up libdistro-info-perl (0.14) ...
Setting up xorg-sgml-doctools (1:1.11-1) ...
Setting up x11proto-core-dev (7.0.26-1) ...
Setting up libxau-dev:amd64 (1:1.0.8-1) ...
Setting up libxdmcp-dev:amd64 (1:1.1.1-1+b1) ...
Setting up x11proto-input-dev (2.3.1-1) ...
Setting up x11proto-kb-dev (1.0.6-2) ...
Setting up xtrans-dev (1.3.4-1) ...
Setting up libpthread-stubs0-dev:amd64 (0.3-4) ...
Setting up libxcb1-dev:amd64 (1.10-3+b1) ...
Setting up libx11-dev:amd64 (2:1.6.2-3) ...
Setting up x11proto-dmx-dev (1:2.3.1-2) ...
Setting up libdmx-dev:amd64 (1:1.1.3-1+b1) ...
Setting up libdrm-dev:amd64 (2.4.58-2) ...
Setting up libnet-ssleay-perl (1.65-1+b1) ...
Setting up libio-socket-ssl-perl (2.002-2+deb8u1) ...
Setting up libnet-smtp-ssl-perl (1.01-3) ...
Setting up libmailtools-perl (2.13-1) ...
Setting up libsocket6-perl (0.25-1+b1) ...
Setting up libio-socket-inet6-perl (2.72-1) ...
Setting up libnet-ip-perl (1.26-1) ...
Setting up libnet-dns-perl (0.81-2) ...
Setting up libnet-domain-tld-perl (1.72-1) ...
Setting up libemail-valid-perl (1.195-1) ...
Setting up libencode-locale-perl (1.03-1) ...
Setting up libexpat1-dev:amd64 (2.1.0-6+deb8u1) ...
Setting up libexporter-lite-perl (0.06-1) ...
Setting up libfile-basedir-perl (0.03-1) ...
Setting up libfile-fcntllock-perl (0.22-1+b1) ...
Setting up libhttp-date-perl (6.02-1) ...
Setting up libfile-listing-perl (6.04-1) ...
Setting up libfont-afm-perl (1.20-1) ...
Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2+b1) ...
Setting up libpng12-dev:amd64 (1.2.50-2+b2) ...
Setting up libfreetype6-dev (2.5.2-3) ...
Setting up libfontconfig1-dev:amd64 (2.11.0-6.3) ...
Setting up libfontenc-dev:amd64 (1:1.1.2-1+b2) ...
Setting up x11proto-fonts-dev (2.1.3-1) ...
Setting up libfs-dev:amd64 (2:1.0.6-1+b1) ...
Setting up libgettextpo-dev:amd64 (0.19.3-2) ...
Setting up libglib2.0-data (2.42.1-1) ...
Setting up libglib2.0-bin (2.42.1-1) ...
Setting up libpcre3-dev:amd64 (2:8.35-3.3) ...
Setting up libglib2.0-dev (2.42.1-1) ...
Setting up liburi-perl (1.64-1) ...
Setting up libhtml-tagset-perl (3.20-2) ...
Setting up libhtml-parser-perl (3.71-1+b3) ...
Setting up libio-html-perl (1.001-1) ...
Setting up liblwp-mediatypes-perl (6.02-1) ...
Setting up libhttp-message-perl (6.06-1) ...
Setting up libhtml-form-perl (6.03-1) ...
Setting up libhtml-tree-perl (5.03-1) ...
Setting up libhtml-format-perl (2.11-1) ...
Setting up libhttp-cookies-perl (6.01-1) ...
Setting up libhttp-daemon-perl (6.01-1) ...
Setting up libhttp-negotiate-perl (6.00-2) ...
Setting up libice-dev:amd64 (2:1.0.9-1+b1) ...
Setting up libio-pty-perl (1:1.08-1+b4) ...
Setting up libio-sessiondata-perl (1.03-1) ...
Setting up libio-string-perl (1.08-3) ...
Setting up libio-stringy-perl (2.110-5) ...
Setting up libipc-run-perl (0.92-1) ...
Setting up libjson-perl (2.61-1) ...
Setting up libjson-xs-perl (2.340-1+b2) ...
Setting up liblist-moreutils-perl (0.33-2+b1) ...
Setting up liblog-message-perl (0.8-1) ...
Setting up liblog-message-simple-perl (0.10-2) ...
Setting up libltdl-dev:amd64 (2.4.2-1.11) ...
Setting up libnet-http-perl (6.07-1) ...
Setting up libwww-robotrules-perl (6.01-1) ...
Setting up libsys-hostname-long-perl (1.4-3) ...
Setting up libmail-sendmail-perl (0.79.16-1) ...
Setting up libmime-tools-perl (5.505-1) ...
Setting up libmodule-build-perl (0.421000-2) ...
Setting up libmodule-pluggable-perl (5.1-1) ...
Setting up libmodule-signature-perl (0.73-1+deb8u2) ...
Setting up libossp-uuid-perl (1.6.2-1.5+b1) ...
Setting up libpackage-constants-perl (0.04-1) ...
Setting up libparse-debianchangelog-perl (1.2.0-1.1) ...
Setting up libpciaccess-dev:amd64 (0.13.2-3+b1) ...
Setting up libperlio-gzip-perl (0.18-3+b1) ...
Setting up libpixman-1-dev (0.32.6-3) ...
Setting up libpod-latex-perl (0.61-1) ...
Setting up libregexp-common-perl (2013031301-1) ...
Setting up libpod-readme-perl (0.11-1) ...
Setting up libpulse-dev:amd64 (5.0-13) ...
Setting up libsasl2-modules:amd64 (2.1.26.dfsg1-13) ...
Setting up libsm-dev:amd64 (2:1.2.2-1+b1) ...
Setting up libtask-weaken-perl (1.04-1) ...
Setting up libtext-template-perl (1.46-1) ...
Setting up libsoftware-license-perl (0.103010-3) ...
Setting up libterm-ui-perl (0.42-1) ...
Setting up libtext-levenshtein-perl (0.11-1) ...
Setting up libtext-soundex-perl (3.4-1+b2) ...
Setting up libtie-ixhash-perl (1.23-1) ...
Setting up libtool (2.4.2-1.11) ...
Setting up libx11-doc (2:1.6.2-3) ...
Setting up x11proto-xext-dev (7.3.0-1) ...
Setting up libxext-dev:amd64 (2:1.3.3-1) ...
Setting up libxt-dev:amd64 (1:1.1.4-1+b1) ...
Setting up libxmu-headers (2:1.1.2-1) ...
Setting up libxmu-dev:amd64 (2:1.1.2-1) ...
Setting up libxpm-dev:amd64 (1:3.5.11-1+b1) ...
Setting up libxaw7-dev:amd64 (2:1.0.12-2+b1) ...
Setting up x11proto-fixes-dev (1:5.0-2) ...
Setting up libxfixes-dev:amd64 (1:5.0.1-2+b2) ...
Setting up x11proto-composite-dev (1:0.4.2-2) ...
Setting up libxcomposite-dev (1:0.4.4-1) ...
Setting up x11proto-render-dev (2:0.11.1-2) ...
Setting up libxrender-dev:amd64 (1:0.9.8-1+b1) ...
Setting up libxcursor-dev:amd64 (1:1.1.14-1+b1) ...
Setting up x11proto-damage-dev (1:1.2.1-2) ...
Setting up libxdamage-dev:amd64 (1:1.1.4-2+b1) ...
Setting up libxdelta2 (1.1.3-9.1) ...
Setting up libxenstore3.0:amd64 (4.4.1-9+deb8u1) ...
Setting up libxen-4.4:amd64 (4.4.1-9+deb8u1) ...
Setting up libxen-dev (4.4.1-9+deb8u1) ...
Setting up libxfont-dev (1:1.5.1-1) ...
Setting up libxft-dev (2.3.2-1) ...
Setting up libxi-dev (2:1.7.4-1+b2) ...
Setting up x11proto-xinerama-dev (1.2.1-2) ...
Setting up libxinerama-dev:amd64 (2:1.1.3-1+b1) ...
Setting up libxkbfile-dev:amd64 (1:1.0.8-1) ...
Setting up libxmuu-dev:amd64 (2:1.1.2-1) ...
Setting up x11proto-randr-dev (1.4.0-2) ...
Setting up libxrandr-dev:amd64 (2:1.4.2-1+b1) ...
Setting up x11proto-resource-dev (1.2.0-3) ...
Setting up libxres-dev (2:1.0.7-1+b1) ...
Setting up x11proto-scrnsaver-dev (1.2.2-1) ...
Setting up libxss-dev:amd64 (1:1.2.2-1) ...
Setting up x11proto-record-dev (1.14.2-1) ...
Setting up libxtst-dev:amd64 (2:1.2.2-1+b1) ...
Setting up x11proto-video-dev (2.3.2-1) ...
Setting up libxv-dev:amd64 (2:1.0.10-1+b1) ...
Setting up libxvmc-dev:amd64 (2:1.0.8-2+b1) ...
Setting up x11proto-xf86dga-dev (2.1-3) ...
Setting up libxxf86dga-dev:amd64 (2:1.1.4-1+b1) ...
Setting up x11proto-xf86vidmode-dev (2.3.1-2) ...
Setting up libxxf86vm-dev:amd64 (1:1.1.3-1+b1) ...
Setting up patchutils (0.3.3-1) ...
Setting up t1utils (1.38-4) ...
Setting up lintian (2.5.30+deb8u4) ...
Setting up lsb-release (4.1+Debian13+nmu1) ...
Setting up manpages-dev (3.74-1) ...
Setting up mesa-common-dev:amd64 (10.3.2-1+deb8u1) ...
Setting up pbzip2 (1.1.9-1) ...
Setting up xdelta (1.1.3-9.1) ...
Setting up pristine-tar (1.33) ...
Setting up psmisc (22.21-2) ...
Setting up python-apt-common (0.9.3.12) ...
Setting up quilt (0.63-3) ...
Setting up rename (0.20-3) ...
update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
Setting up rsync (3.1.1-3) ...
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up shared-mime-info (1.3-1) ...
Setting up strace (4.9-2) ...
Setting up sudo (1.8.10p3-1+deb8u2) ...
Setting up tcpd (7.6.q-25) ...
Setting up unzip (6.0-16) ...
Setting up wdiff (1.2.2-1) ...
Setting up x11proto-bigreqs-dev (1:1.1.2-1) ...
Setting up x11proto-dri2-dev (2.8-2) ...
Setting up x11proto-dri3-dev (1.0-1) ...
Setting up x11proto-gl-dev (1.4.17-1) ...
Setting up x11proto-present-dev (1.0-1) ...
Setting up x11proto-xcmisc-dev (1.2.2-1) ...
Setting up x11proto-xf86bigfont-dev (1.2.0-3) ...
Setting up x11proto-xf86dri-dev (2.1.1-2) ...
Setting up xauth (1:1.0.9-1) ...
Setting up xdg-user-dirs (0.15-2) ...
Setting up xml-core (0.13+nmu2) ...
Setting up xserver-xorg-dev (2:1.16.4-1) ...
Setting up xorg-dev (1:7.7+7) ...
Setting up xutils-dev (1:7.7+3) ...
Setting up equivs (2.0.9) ...
Setting up reprepro (4.16.0-1) ...
Setting up python3 (3.4.2-2) ...
running python rtupdate hooks for python3.4...
running python post-rtupdate hooks for python3.4...
Setting up devscripts (2.15.3) ...
Setting up git-buildpackage (0.6.22) ...
Setting up liblwp-protocol-https-perl (6.06-2) ...
Setting up python3-apt (0.9.3.12) ...
Setting up python3-pkg-resources (5.5.1-1) ...
Setting up python3-chardet (2.3.0-1) ...
Setting up python3-six (1.8.0-1) ...
Setting up python3-debian (0.1.27) ...
Setting up python3-magic (1:5.22+15-2) ...
Setting up dh-python (1.20141111-2) ...
Setting up libwww-perl (6.08-1) ...
Setting up libparse-debcontrol-perl (2.005-4) ...
Setting up libxml-parser-perl (2.41-3) ...
Setting up libsoap-lite-perl (1.11-1) ...
Setting up libxmlrpc-lite-perl (0.717-1) ...
Processing triggers for libc-bin (2.19-18+deb8u1) ...
Processing triggers for systemd (215-17+deb8u2) ...
Processing triggers for ca-certificates (20141019) ...
Updating certificates in /etc/ssl/certs... 173 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....done.
Processing triggers for sgml-base (1.26+nmu4) ...
Ign http://http.debian.net jessie InRelease
Get:1 http://http.debian.net jessie Release.gpg [2373 B]
Hit http://http.debian.net jessie Release
Get:2 http://http.debian.net jessie/main Sources [7058 kB]
Get:3 http://http.debian.net jessie/main amd64 Packages [6764 kB]
Get:4 http://http.debian.net jessie/main Translation-en [4585 kB]
Fetched 18.4 MB in 5s (3210 kB/s)
Reading package lists...
cd /mnt/removable/qubes-src/vmm-xen/debian-vm/debian/..; /mnt/removable/qubes-src/builder-debian//scripts/debian-changelog.sh
tar xfz "/mnt/removable/chroot-jessie//home/user/qubes-src/vmm-xen/xen-4.4.2.tar.gz" -C /mnt/removable/chroot-jessie//home/user/qubes-src/vmm-xen/debian-vm --strip-components=1
tar cfz "/mnt/removable/chroot-jessie//home/user/qubes-src/vmm-xen/xen_4.4.2.orig.tar.gz" --exclude-vcs --exclude=debian -C /mnt/removable/chroot-jessie//home/user/qubes-src/vmm-xen/debian-vm .
-> Building vmm-xen (debian-vm/debian) for jessie vm (logfile: build-logs/vmm-xen-vm-jessie.log)
cd /mnt/removable/qubes-src/core-vchan-xen/debian/..; /mnt/removable/qubes-src/builder-debian//scripts/debian-changelog.sh
tar cfz "/mnt/removable/chroot-jessie//home/user/qubes-src/core-vchan-xen/../libvchan-xen_3.0.8.orig.tar.gz" --exclude-vcs --exclude=rpm --exclude=pkgs --exclude=deb --exclude=debian -C /mnt/removable/chroot-jessie//home/user/qubes-src/core-vchan-xen .
-> Building core-vchan-xen (debian) for jessie vm (logfile: build-logs/core-vchan-xen-vm-jessie.log)
cd /mnt/removable/qubes-src/core-qubesdb/debian/..; /mnt/removable/qubes-src/builder-debian//scripts/debian-changelog.sh
tar cfz "/mnt/removable/chroot-jessie//home/user/qubes-src/core-qubesdb/../qubesdb_3.0.5.orig.tar.gz" --exclude-vcs --exclude=rpm --exclude=pkgs --exclude=deb --exclude=debian -C /mnt/removable/chroot-jessie//home/user/qubes-src/core-qubesdb .
-> Building core-qubesdb (debian) for jessie vm (logfile: build-logs/core-qubesdb-vm-jessie.log)
cd /mnt/removable/qubes-src/linux-utils/debian/..; /mnt/removable/qubes-src/builder-debian//scripts/debian-changelog.sh
-> Building linux-utils (debian) for jessie vm (logfile: build-logs/linux-utils-vm-jessie.log)
cd /mnt/removable/qubes-src/core-agent-linux/debian/..; /mnt/removable/qubes-src/builder-debian//scripts/debian-changelog.sh
tar cfz "/mnt/removable/chroot-jessie//home/user/qubes-src/core-agent-linux/../qubes-core-agent_3.0.18.orig.tar.gz" --exclude-vcs --exclude=rpm --exclude=pkgs --exclude=deb --exclude=debian -C /mnt/removable/chroot-jessie//home/user/qubes-src/core-agent-linux .
-> Building core-agent-linux (debian) for jessie vm (logfile: build-logs/core-agent-linux-vm-jessie.log)
cd /mnt/removable/qubes-src/gui-common/debian/..; /mnt/removable/qubes-src/builder-debian//scripts/debian-changelog.sh
-> Building gui-common (debian) for jessie vm (logfile: build-logs/gui-common-vm-jessie.log)
cd /mnt/removable/qubes-src/gui-agent-linux/debian/..; /mnt/removable/qubes-src/builder-debian//scripts/debian-changelog.sh
-> Building gui-agent-linux (debian) for jessie vm (logfile: build-logs/gui-agent-linux-vm-jessie.log)
cd /mnt/removable/qubes-src/app-linux-split-gpg/debian/..; /mnt/removable/qubes-src/builder-debian//scripts/debian-changelog.sh
tar cfz "/mnt/removable/chroot-jessie//home/user/qubes-src/app-linux-split-gpg/../qubes-gpg-split_2.0.13.orig.tar.gz" --exclude-vcs --exclude=rpm --exclude=pkgs --exclude=deb --exclude=debian -C /mnt/removable/chroot-jessie//home/user/qubes-src/app-linux-split-gpg .
-> Building app-linux-split-gpg (debian) for jessie vm (logfile: build-logs/app-linux-split-gpg-vm-jessie.log)
cd /mnt/removable/qubes-src/app-linux-tor/debian/..; /mnt/removable/qubes-src/builder-debian//scripts/debian-changelog.sh
make[1]: qubes-src/app-linux-tor/debian-quilt: Command not found
tar cfz "/mnt/removable/chroot-jessie//home/user/qubes-src/app-linux-tor/../qubes-tor_0.1.12.orig.tar.gz" --exclude-vcs --exclude=rpm --exclude=pkgs --exclude=deb --exclude=debian -C /mnt/removable/chroot-jessie//home/user/qubes-src/app-linux-tor .
-> Building app-linux-tor (debian) for jessie vm (logfile: build-logs/app-linux-tor-vm-jessie.log)
cd /mnt/removable/qubes-src/app-thunderbird/debian.debian/debian/..; /mnt/removable/qubes-src/builder-debian//scripts/debian-changelog.sh
cat: version: No such file or directory
cat: version: No such file or directory
debchange: fatal error at line 1045:
New version specified (-1) is less than
the current version number (1.2.7-1)! Use -b to force.
libdistro-info-perl is not installed, Debian release names are not known.
libdistro-info-perl is not installed, Ubuntu release names are not known.
debchange warning: ignoring distribution passed to --release as changelog has already been released
make[1]: qubes-src/app-thunderbird/debian-quilt: Command not found
tar cfz "/mnt/removable/chroot-jessie//home/user/qubes-src/app-thunderbird/../qubes-thunderbird_1.2.7.orig.tar.gz" --exclude-vcs --exclude=rpm --exclude=pkgs --exclude=deb --exclude=debian --exclude=debian.debian --exclude=debian.qubuntu -C /mnt/removable/chroot-jessie//home/user/qubes-src/app-thunderbird .
tar xfz "/mnt/removable/chroot-jessie//home/user/qubes-src/app-thunderbird/../qubes-thunderbird_1.2.7.orig.tar.gz" -C /mnt/removable/chroot-jessie//home/user/qubes-src/app-thunderbird/debian.debian/debian/.. --strip-components=1
mv "/mnt/removable/chroot-jessie//home/user/qubes-src/app-thunderbird/../qubes-thunderbird_1.2.7.orig.tar.gz" /mnt/removable/chroot-jessie//home/user/qubes-src/app-thunderbird
-> Building app-thunderbird (debian.debian/debian) for jessie vm (logfile: build-logs/app-thunderbird-vm-jessie.log)
cd /mnt/removable/qubes-src/app-linux-pdf-converter/debian/..; /mnt/removable/qubes-src/builder-debian//scripts/debian-changelog.sh
make[1]: qubes-src/app-linux-pdf-converter/debian-quilt: Command not found
tar cfz "/mnt/removable/chroot-jessie//home/user/qubes-src/app-linux-pdf-converter/../qubes-pdf-converter_2.0.3.orig.tar.gz" --exclude-vcs --exclude=rpm --exclude=pkgs --exclude=deb --exclude=debian -C /mnt/removable/chroot-jessie//home/user/qubes-src/app-linux-pdf-converter .
-> Building app-linux-pdf-converter (debian) for jessie vm (logfile: build-logs/app-linux-pdf-converter-vm-jessie.log)
Exporting indices...
Exporting indices...
Exporting indices...
Exporting indices...
Exporting indices...
Exporting indices...
Exporting indices...
Exporting indices...
Exporting indices...
Exporting indices...
Exporting indices...
-> Building template jessie (logfile: build-logs/template-jessie.log)...
--> Done.
+ cd qubes-src/linux-template-builder/qubeized_images/whonix-ws-testonly
+ rm -rf untrusted_appmenus
+ ln -s ../../appmenus untrusted_appmenus
+ ls -l . ../../ untrusted_appmenus/
.:
total 2828596
-rw-r--r-- 1 user user 10737418240 Oct 12 03:18 root.img
lrwxrwxrwx 1 user user 14 Oct 12 03:18 untrusted_appmenus -> ../../appmenus
../../:
total 120
lrwxrwxrwx 1 root root 75 Oct 12 03:18 appmenus -> /mnt/removable/qubes-src/template-whonix/appmenus_jessie_whonix-workstation
drwxr-xr-x 2 user user 4096 Oct 12 02:04 appmenus_generic
-rw-r--r-- 1 user user 873 Oct 12 02:04 appvm.buildlog
-rwxr-xr-x 1 user user 203 Oct 12 02:04 builder_fix_filenames
-rwxr-xr-x 1 user user 253 Oct 12 02:04 builder_setup
-rwxr-xr-x 1 user user 789 Oct 12 02:04 build_template_rpm
-rwxr-xr-x 1 user user 398 Oct 12 02:04 cleanup_image
-rwxr-xr-x 1 user user 3009 Oct 12 02:04 create_template_list.sh
-rw-r--r-- 1 user user 2930 Oct 12 02:04 functions-name.sh
-rwxr-xr-x 1 user user 16780 Oct 12 02:04 functions.sh
-rw-r--r-- 1 user user 2042 Oct 12 02:04 Makefile
drwxr-xr-x 2 root root 4096 Oct 12 02:25 mnt
-rwxr-xr-x 1 user user 1016 Oct 12 02:04 mount_root.sh
drwxr-xr-x 3 user user 4096 Oct 12 02:25 pkgs-for-template
drwxr-xr-x 2 user user 4096 Oct 12 02:25 prepared_images
-rwxr-xr-x 1 user user 2212 Oct 12 02:04 prepare_image
drwxr-xr-x 3 user user 4096 Oct 12 02:44 qubeized_images
-rwxr-xr-x 1 user user 3260 Oct 12 02:04 qubeize_image
-rw-r--r-- 1 user user 898 Oct 12 02:04 README
drwxr-xr-x 2 user user 4096 Oct 12 02:04 rpm
drwxr-xr-x 2 user user 4096 Oct 12 02:04 rpmbuild
-rw-r--r-- 1 user user 6097 Oct 12 02:04 templates.spec
drwxr-xr-x 5 user user 4096 Oct 12 02:04 tests
-rwxr-xr-x 1 user user 3678 Oct 12 02:04 umount_kill.sh
-rw-r--r-- 1 user user 6 Oct 12 02:04 version
untrusted_appmenus/:
total 12
-rw-r--r-- 1 user user 69 Oct 12 02:02 netvm-whitelisted-appmenus.list
-rw-r--r-- 1 user user 164 Oct 12 02:02 vm-whitelisted-appmenus.list
-rw-r--r-- 1 user user 119 Oct 12 02:02 whitelisted-appmenus.list
+ echo 'Build done, sending image back to the devel VM'
Build done, sending image back to the devel VM
+ /usr/lib/qubes/qrexec-client-vm devel qubesbuilder.CopyTemplateBack /bin/sh -c 'echo 6e1c328c21cf089e929ee169d4b8473f0e3b4075; exec tar chSz untrusted_appmenus root.img'
+ cd /
+ sudo umount /mnt/removable
umount: /mnt/removable: target is busy
(In some cases useful info about processes that
use the device is found by lsof(8) or fuser(1).)
--> Generating the package
make[1]: Entering directory '/home/user/src/linux-template-builder'
Building template: whonix-ws-testonly
./build_template_rpm whonix-ws-testonly
Building target platforms: noarch
Building for target noarch
Executing(%build): /bin/sh -e /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/tmp/rpm-tmp.QTvfSv
+ umask 022
+ cd /home/user/builder-R3.0/qubes-src/linux-template-builder
+ pushd qubeized_images/whonix-ws-testonly
~/builder-R3.0/qubes-src/linux-template-builder/qubeized_images/whonix-ws-testonly ~/builder-R3.0/qubes-src/linux-template-builder
+ rm -f 'root.img.part.*'
+ tar --sparse --dereference -cf - root.img
+ split -d -b 1G - root.img.part.
+ popd
~/builder-R3.0/qubes-src/linux-template-builder
+ exit 0
Executing(%install): /bin/sh -e /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/tmp/rpm-tmp.S5XvYy
+ umask 022
+ cd /home/user/builder-R3.0/qubes-src/linux-template-builder
+ '[' /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch '!=' / ']'
+ rm -rf /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch
++ dirname /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch
+ mkdir -p /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT
+ mkdir /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch
+ rm -rf /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch
+ mkdir -p /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch//var/lib/qubes/vm-templates/whonix-ws-testonly
+ for i in 'qubeized_images/whonix-ws-testonly/root.img.part.*'
+ mv qubeized_images/whonix-ws-testonly/root.img.part.00 /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch//var/lib/qubes/vm-templates/whonix-ws-testonly/
+ for i in 'qubeized_images/whonix-ws-testonly/root.img.part.*'
+ mv qubeized_images/whonix-ws-testonly/root.img.part.01 /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch//var/lib/qubes/vm-templates/whonix-ws-testonly/
+ for i in 'qubeized_images/whonix-ws-testonly/root.img.part.*'
+ mv qubeized_images/whonix-ws-testonly/root.img.part.02 /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch//var/lib/qubes/vm-templates/whonix-ws-testonly/
+ touch /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch//var/lib/qubes/vm-templates/whonix-ws-testonly/root.img
+ touch /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch//var/lib/qubes/vm-templates/whonix-ws-testonly/private.img
+ touch /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch//var/lib/qubes/vm-templates/whonix-ws-testonly/volatile.img
+ touch /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch//var/lib/qubes/vm-templates/whonix-ws-testonly/clean-volatile.img.tar
+ mkdir -p /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch//var/lib/qubes/vm-templates/whonix-ws-testonly/apps.templates
+ mkdir -p /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch//var/lib/qubes/vm-templates/whonix-ws-testonly/apps.tempicons
+ mkdir -p /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch//var/lib/qubes/vm-templates/whonix-ws-testonly/apps
+ cp appmenus/whitelisted-appmenus.list appmenus/vm-whitelisted-appmenus.list /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch//var/lib/qubes/vm-templates/whonix-ws-testonly/
+ cp appmenus/netvm-whitelisted-appmenus.list /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch//var/lib/qubes/vm-templates/whonix-ws-testonly/
+ touch /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch//var/lib/qubes/vm-templates/whonix-ws-testonly/icon.png
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip /usr/bin/strip
+ /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-java-repack-jars
Processing files: qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch
Provides: qubes-template qubes-template-whonix-ws-testonly = 3.0.3-201510120123
Requires(interp): /bin/sh /bin/sh /bin/sh
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(pre): /bin/sh
Requires(post): /bin/sh qubes-core-dom0 qubes-core-dom0-linux tar
Requires(preun): /bin/sh
Obsoletes: qubes-template-whonix-ws-testonly > 3.0.3-201510120123
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch
Wrote: /home/user/builder-R3.0/qubes-src/linux-template-builder/rpm/noarch/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch.rpm
Executing(%clean): /bin/sh -e /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/tmp/rpm-tmp.tWcsTF
+ umask 022
+ cd /home/user/builder-R3.0/qubes-src/linux-template-builder
+ rm -rf /home/user/builder-R3.0/qubes-src/linux-template-builder/rpmbuild/BUILDROOT/qubes-template-whonix-ws-testonly-3.0.3-201510120123.noarch
+ exit 0
make[1]: Leaving directory '/home/user/src/linux-template-builder'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment