From mtmiller at debian.org Sun Mar 1 22:00:26 2015 From: mtmiller at debian.org (Mike Miller) Date: Sun, 1 Mar 2015 17:00:26 -0500 Subject: [Pkg-octave-devel] octave package depends on default-jre-headless In-Reply-To: References: Message-ID: <20150301220026.GA17299@xps14z.home.local> On Fri, Feb 27, 2015 at 23:04:09 +0100, Kim Rydhof Thor Hansen wrote: > Hi Debian Octave Group > > Trying to upgrade to Java 8 and uninstalling all Java 7 packages I > noticed that the octave package depends on default-jre-headless, > couldn't that be changed to a dependency on the correct version of > java#-runtime-headless? It would be a nice improvement but will require some work upstream. For now, the path to the Java runtime is detected and compiled into the Octave libraries. We set that to be /usr/lib/jvm/default-java. There is currently no way to change the path without recompiling Octave. I don't think there is a Debian bug tracking this, but please see upstream bug #40111 [1] about this feature. [1] https://savannah.gnu.org/bugs/?40111 Thanks, -- mike From allibe at supal.univ-st-etienne.fr Fri Mar 6 15:57:33 2015 From: allibe at supal.univ-st-etienne.fr (Fabrice Allibe) Date: Fri, 06 Mar 2015 16:57:33 +0100 Subject: [Pkg-octave-devel] Bug#779943: octave: Enable large arrays: Build octave such that it can use arrays larger than 2 GB Message-ID: <20150306155733.21983.94977.reportbug@gimli.univ-st-etienne.fr> Package: octave Version: 3.8.2-4 Severity: wishlist Dear Maintainer, the size of a single Octave array cannot exceed 2 GB of memory because octave is not built with "--enable-64" flag Additional info: http://wiki.octave.org/Enable_large_arrays:_Build_octave_such_that_it_can_use_arrays_larger_than_2Gb www.gnu.org/software/octave/doc/interpreter/Compiling-Octave-with-64_002dbit-Indexing.html http://lists.alioth.debian.org/pipermail/pkg-octave-devel/2013-May/010083.html It appears this will require 64-bit versions of at least ATLAS, qrupdate and suitesparse as well. There is a recent blog post about an "Octave with 64-bit indexing" built on Ubuntu 14.04: http://calaba.tumblr.com/post/107087607479/octave-64 The guy explains well why the need of 64-bit indexing, especially for stuff around big data analysis. He is even providing a github repository about this octave recompilation: https://github.com/calaba/octave-3.8.2-enable-64-ubuntu-14.04 Maybe it can help progressing on Debian side ? -- System Information: Debian Release: 8.0 APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init) Versions of packages octave depends on: ii default-jre-headless 2:1.7-52 ii libamd2.3.1 1:4.2.1-3 ii libarpack2 3.1.5-3 ii libatlas3-base [liblapack.so.3] 3.10.2-7 ii libblas3 [libblas.so.3] 1.2.20110419-10 ii libc6 2.19-13 ii libcamd2.3.1 1:4.2.1-3 ii libccolamd2.8.0 1:4.2.1-3 ii libcholmod2.1.2 1:4.2.1-3 ii libcolamd2.8.0 1:4.2.1-3 ii libcxsparse3.1.2 1:4.2.1-3 ii libfftw3-double3 3.3.4-2 ii libfftw3-single3 3.3.4-2 ii libfltk-gl1.3 1.3.2-6+b1 ii libfltk1.3 1.3.2-6+b1 ii libfontconfig1 2.11.0-6.3 ii libfreetype6 2.5.2-2 ii libgcc1 1:4.9.1-19 ii libgl1-mesa-glx [libgl1] 10.3.2-1 ii libglpk36 4.55-1 ii libglu1-mesa [libglu1] 9.0.0-2 ii libgomp1 4.9.1-19 ii libgraphicsmagick++3 1.3.20-3+deb8u1 ii libgraphicsmagick3 1.3.20-3+deb8u1 ii liblapack3 [liblapack.so.3] 3.5.0-4 ii liboctave2 3.8.2-4 ii libqhull6 2012.1-5 ii libqrupdate1 1.1.2-1 ii libqscintilla2-11 2.8.4+dfsg-1 ii libqt4-network 4:4.8.6+git64-g5dc8b2b+dfsg-2+b1 ii libqtcore4 4:4.8.6+git64-g5dc8b2b+dfsg-2+b1 ii libqtgui4 4:4.8.6+git64-g5dc8b2b+dfsg-2+b1 ii libstdc++6 4.9.1-19 ii libumfpack5.6.2 1:4.2.1-3 ii libx11-6 2:1.6.2-3 ii octave-common 3.8.2-4 ii texinfo 5.2.0.dfsg.1-6 Versions of packages octave recommends: ii gnuplot-x11 4.6.6-2 ii libatlas3-base 3.10.2-7 pn pstoedit Versions of packages octave suggests: pn octave-doc pn octave-htmldoc pn octave-info -- no debconf information From jwe at octave.org Fri Mar 6 17:07:39 2015 From: jwe at octave.org (John W. Eaton) Date: Fri, 06 Mar 2015 12:07:39 -0500 Subject: [Pkg-octave-devel] Bug#779943: Bug#779943: octave: Enable large arrays: Build octave such that it can use arrays larger than 2 GB In-Reply-To: <20150306155733.21983.94977.reportbug@gimli.univ-st-etienne.fr> References: <20150306155733.21983.94977.reportbug@gimli.univ-st-etienne.fr> Message-ID: <54F9DEDB.4000703@octave.org> On 03/06/2015 10:57 AM, Fabrice Allibe wrote: > Package: octave > Version: 3.8.2-4 > Severity: wishlist > > Dear Maintainer, > > the size of a single Octave array cannot exceed 2 GB of memory because octave is not built with "--enable-64" flag I'm not disputing that a version of Octave built with 64-bit indexing enabled would be useful, but on a system with 64-bit pointers and 32-bit indexing, the limit for any array is approximately 2^32 *elements* not 2GB of memory. The actual amount of memory allocated and used can be larger than than 2GB. This is explained in the Octave manual pages that you linked to: > www.gnu.org/software/octave/doc/interpreter/Compiling-Octave-with-64_002dbit-Indexing.html Also, there can be multiple arrays of up to this size. jwe From rafael at laboissiere.net Sun Mar 15 10:02:22 2015 From: rafael at laboissiere.net (Rafael Laboissiere) Date: Sun, 15 Mar 2015 11:02:22 +0100 Subject: [Pkg-octave-devel] [RFU] octave-symbolic 2.1.0-1 Message-ID: <20150315100222.GJ29195@laboissiere.net> I prepared version 2.1.0-1 of the octave-symbolic package in Git. I am not sure that this version fixes Bug#778745, but who knows? Please, upload it to experimental. Thanks, Rafael From sebastien at debian.org Tue Mar 17 13:12:50 2015 From: sebastien at debian.org (=?ISO-8859-1?Q?S=E9bastien?= Villemot) Date: Tue, 17 Mar 2015 14:12:50 +0100 Subject: [Pkg-octave-devel] [RFU] octave-symbolic 2.1.0-1 In-Reply-To: <20150315100222.GJ29195@laboissiere.net> References: <20150315100222.GJ29195@laboissiere.net> Message-ID: <1426597970.29488.17.camel@krishna.villemot.name> Le dimanche 15 mars 2015 ? 11:02 +0100, Rafael Laboissiere a ?crit : > I prepared version 2.1.0-1 of the octave-symbolic package in Git. I am > not sure that this version fixes Bug#778745, but who knows? Please, > upload it to experimental. When I build it with cowbuilder, the build gets stuck at a python prompt (the build log is attached). I think this is a manifestation of #778745 (note that I did not encounter the problem when uploading the previous version because I had not compiled the package in a minimal chroot with cowbuilder). It looks like gnuplot needs to be added to the build dependencies, but I haven't tested. -- .''`. S?bastien Villemot : :' : Debian Developer `. `' http://sebastien.villemot.name `- GPG Key: 4096R/381A7594 -------------- next part -------------- dpkg-checkbuilddeps: Unmet build dependencies: octave-pkg-dev (>= 1.2.0) python-sympy W: Unmet build-dependency in source dpkg-buildpackage: source package octave-symbolic dpkg-buildpackage: source version 2.1.0-1 dpkg-buildpackage: source distribution experimental dpkg-buildpackage: source changed by Rafael Laboissiere dpkg-source --before-build octave-symbolic dpkg-checkbuilddeps: Unmet build dependencies: octave-pkg-dev (>= 1.2.0) python-sympy dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting dpkg-buildpackage: warning: (Use -d flag to override.) dpkg-buildpackage: warning: this is currently a non-fatal warning with -S, but will probably become fatal in the future fakeroot debian/rules clean test -x debian/rules dh_clean /usr/bin/make -k -C src clean make[1]: Entering directory '/home/sebastien/debian/octave-symbolic/src' rm -f ../matlab/*.m rm -f ../matlab/CONTRIBUTORS rm -f ../matlab/COPYING rm -f ../matlab/NEWS rm -f ../matlab/*.md rm -rf ../matlab/@sym rm -rf ../matlab/@symfun rm -rf ../matlab/@logical rm -rf ../matlab/private rm -rf ../matlab/tests_matlab make[1]: Leaving directory '/home/sebastien/debian/octave-symbolic/src' rm -rf inst/x86_64-pc-linux-gnu-api-v49+ global-list local-list dpkg-source -b octave-symbolic dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building octave-symbolic using existing ./octave-symbolic_2.1.0.orig.tar.gz dpkg-source: info: building octave-symbolic in octave-symbolic_2.1.0-1.debian.tar.xz dpkg-source: info: building octave-symbolic in octave-symbolic_2.1.0-1.dsc dpkg-genchanges -S >../octave-symbolic_2.1.0-1_source.changes dpkg-genchanges: including full source code in upload dpkg-source --after-build octave-symbolic dpkg-buildpackage: full upload (original source is included) ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. -> Copying COW directory forking: rm -rf /var/cache/pbuilder/build//cow.31215 forking: cp -al /var/cache/pbuilder/base-experimental.cow /var/cache/pbuilder/build//cow.31215 I: removed stale ilistfile /var/cache/pbuilder/build//cow.31215/.ilist forking: chroot /var/cache/pbuilder/build//cow.31215 cowdancer-ilistcreate /.ilist find . -xdev -path ./home -prune -o \( \( -type l -o -type f \) -a -links +1 -print0 \) | xargs -0 stat --format '%d %i ' -> Invoking pbuilder forking: pbuilder build --debbuildopts --debbuildopts --buildplace /var/cache/pbuilder/build//cow.31215 --buildresult /home/sebastien/debian --debbuildopts --no-targz --internal-chrootexec chroot /var/cache/pbuilder/build//cow.31215 cow-shell /home/sebastien/debian/octave-symbolic_2.1.0-1.dsc I: Running in no-targz mode I: using fakeroot in build. I: pbuilder: network access will be disabled during build I: Current time: Tue Mar 17 14:04:08 CET 2015 I: pbuilder-time-stamp: 1426597448 I: copying local configuration I: mounting /proc filesystem I: mounting /run/shm filesystem I: mounting /dev/pts filesystem I: policy-rc.d already exists I: Installing the build-deps W: no hooks of type D found -- ignoring -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy Version: 0.invalid.0 Architecture: amd64 Maintainer: Debian Pbuilder Team Description: Dummy package to satisfy dependencies with aptitude - created by pbuilder This package was created automatically by pbuilder to satisfy the build-dependencies of the package being currently built. Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.2.0), python-sympy dpkg-deb: building package `pbuilder-satisfydepends-dummy' in `/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'. Selecting previously unselected package pbuilder-satisfydepends-dummy. (Reading database ... 12066 files and directories currently installed.) Preparing to unpack .../pbuilder-satisfydepends-dummy.deb ... Unpacking pbuilder-satisfydepends-dummy (0.invalid.0) ... dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring anyway as you requested: pbuilder-satisfydepends-dummy depends on debhelper (>= 9); however: Package debhelper is not installed. pbuilder-satisfydepends-dummy depends on cdbs; however: Package cdbs is not installed. pbuilder-satisfydepends-dummy depends on octave-pkg-dev (>= 1.2.0); however: Package octave-pkg-dev is not installed. pbuilder-satisfydepends-dummy depends on python-sympy; however: Package python-sympy is not installed. Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ... Reading package lists... Building dependency tree... Reading state information... Reading extended state information... Initializing package states... Writing extended state information... Building tag database... The following NEW packages will be installed: bsdmainutils{a} cdbs{a} debhelper{a} file{a} gettext{a} gettext-base{a} groff-base{a} intltool-debian{a} isympy{a} libasprintf0c2{a} libcroco3{a} libexpat1{a} libffi6{a} libglib2.0-0{a} libicu52{a} libmagic1{a} libpipeline1{a} libpython-stdlib{a} libpython2.7-minimal{a} libpython2.7-stdlib{a} libssl1.0.0{a} libunistring0{a} libxml2{a} man-db{a} mime-support{a} po-debconf{a} python{a} python-minimal{a} python-mpmath{a} python-sympy{a} python2.7{a} python2.7-minimal{a} 0 packages upgraded, 32 newly installed, 0 to remove and 0 not upgraded. Need to get 23.6 MB of archives. After unpacking 90.4 MB will be used. The following packages have unmet dependencies: pbuilder-satisfydepends-dummy : Depends: octave-pkg-dev (>= 1.2.0) but it is not going to be installed. The following actions will resolve these dependencies: Install the following packages: 1) ca-certificates [20141019 (unstable)] 2) ca-certificates-java [20140324 (unstable)] 3) default-jre-headless [2:1.7-52 (unstable)] 4) fontconfig [2.11.0-6.3 (unstable)] 5) fontconfig-config [2.11.0-6.3 (unstable)] 6) gfortran [4:4.9.2-2 (unstable)] 7) gfortran-4.9 [4.9.2-10 (unstable)] 8) java-common [0.52 (unstable)] 9) libamd2.3.1 [1:4.2.1-3 (unstable)] 10) libarpack2 [3.1.5-3 (unstable)] 11) libasyncns0 [0.8-5 (unstable)] 12) libatlas-base-dev [3.10.2-7 (unstable)] 13) libatlas-dev [3.10.2-7 (unstable)] 14) libatlas3-base [3.10.2-7 (unstable)] 15) libaudio2 [1.9.4-3 (unstable)] 16) libavahi-client3 [0.6.31-4+b2 (unstable)] 17) libavahi-common-data [0.6.31-4+b2 (unstable)] 18) libavahi-common3 [0.6.31-4+b2 (unstable)] 19) libblas-common [1.2.20110419-10 (unstable)] 20) libblas-dev [1.2.20110419-10 (unstable)] 21) libblas3 [1.2.20110419-10 (unstable)] 22) libcamd2.3.1 [1:4.2.1-3 (unstable)] 23) libccolamd2.8.0 [1:4.2.1-3 (unstable)] 24) libcholmod2.1.2 [1:4.2.1-3 (unstable)] 25) libcolamd2.8.0 [1:4.2.1-3 (unstable)] 26) libcr-dev [0.8.5-2.2 (unstable)] 27) libcr0 [0.8.5-2.2 (unstable)] 28) libcups2 [1.7.5-11 (unstable)] 29) libcurl3-gnutls [7.38.0-4 (unstable)] 30) libcxsparse3.1.2 [1:4.2.1-3 (unstable)] 31) libdbus-1-3 [1.8.16-1 (unstable)] 32) libdrm-dev [2.4.58-2 (unstable)] 33) libdrm-intel1 [2.4.58-2 (unstable)] 34) libdrm-nouveau2 [2.4.58-2 (unstable)] 35) libdrm-radeon1 [2.4.58-2 (unstable)] 36) libdrm2 [2.4.58-2 (unstable)] 37) libfftw3-bin [3.3.4-2 (unstable)] 38) libfftw3-dev [3.3.4-2 (unstable)] 39) libfftw3-double3 [3.3.4-2 (unstable)] 40) libfftw3-long3 [3.3.4-2 (unstable)] 41) libfftw3-quad3 [3.3.4-2 (unstable)] 42) libfftw3-single3 [3.3.4-2 (unstable)] 43) libflac8 [1.3.0-3 (unstable)] 44) libfltk-gl1.3 [1.3.2-6+b1 (unstable)] 45) libfltk1.3 [1.3.2-6+b1 (unstable)] 46) libfontconfig1 [2.11.0-6.3 (unstable)] 47) libfreetype6 [2.5.2-4 (unstable)] 48) libgdk-pixbuf2.0-0 [2.31.1-2+b1 (unstable)] 49) libgdk-pixbuf2.0-common [2.31.1-2 (unstable)] 50) libgfortran-4.9-dev [4.9.2-10 (unstable)] 51) libgfortran3 [4.9.2-10 (unstable)] 52) libgl1-mesa-swx11 [10.4.2-2 (unstable)] 53) libgl1-mesa-swx11-dev [10.4.2-2 (unstable)] 54) libgl2ps0 [1.3.8-1.2 (unstable)] 55) libglapi-mesa [10.4.2-2 (unstable)] 56) libglpk36 [4.55-1 (unstable)] 57) libglu1-mesa [9.0.0-2 (unstable)] 58) libgnutls-deb0-28 [3.3.8-6 (unstable)] 59) libgraphicsmagick++3 [1.3.20-3+deb8u1 (unstable)] 60) libgraphicsmagick3 [1.3.20-3+deb8u1 (unstable)] 61) libgssapi-krb5-2 [1.12.1+dfsg-18 (unstable)] 62) libhdf5-8 [1.8.13+docs-15 (unstable)] 63) libhdf5-mpich-8 [1.8.13+docs-15 (unstable)] 64) libhdf5-mpich-dev [1.8.13+docs-15 (unstable)] 65) libhdf5-mpich2-dev [1.8.13+docs-15 (unstable)] 66) libhogweed2 [2.7.1-5 (unstable)] 67) libice6 [2:1.0.9-1+b1 (unstable)] 68) libidn11 [1.29-1+b2 (unstable)] 69) libintl-perl [1.23-1 (unstable)] 70) libjasper1 [1.900.1-debian1-2.4 (unstable)] 71) libjbig0 [2.1-3.1 (unstable)] 72) libjpeg62-turbo [1:1.3.1-12 (unstable)] 73) libjpeg62-turbo-dev [1:1.3.1-12 (unstable)] 74) libjson-c2 [0.11-4 (unstable)] 75) libk5crypto3 [1.12.1+dfsg-18 (unstable)] 76) libkeyutils1 [1.5.9-5+b1 (unstable)] 77) libkrb5-3 [1.12.1+dfsg-18 (unstable)] 78) libkrb5support0 [1.12.1+dfsg-18 (unstable)] 79) liblcms2-2 [2.6-3+b3 (unstable)] 80) libldap-2.4-2 [2.4.40-4 (unstable)] 81) libltdl7 [2.4.2-1.11 (unstable)] 82) libmng1 [1.0.10+dfsg-3.1+b3 (unstable)] 83) libmpich-dev [3.1-5+b2 (unstable)] 84) libmpich12 [3.1-5+b2 (unstable)] 85) libmpl-dev [3.1-5+b2 (unstable)] 86) libmpl1 [3.1-5+b2 (unstable)] 87) libncurses5-dev [5.9+20140913-1+b1 (unstable)] 88) libnettle4 [2.7.1-5 (unstable)] 89) libnspr4 [2:4.10.7-1 (unstable)] 90) libnss3 [2:3.17.2-1.1 (unstable)] 91) liboctave-dev [3.8.2-4 (unstable)] 92) liboctave2 [3.8.2-4 (unstable)] 93) libogg0 [1.3.2-1 (unstable)] 94) libopa-dev [3.1-5+b2 (unstable)] 95) libopa1 [3.1-5+b2 (unstable)] 96) libopenblas-base [0.2.12-1 (unstable)] 97) libosmesa6 [10.4.2-2 (unstable)] 98) libp11-kit0 [0.20.7-1 (unstable)] 99) libpciaccess0 [0.13.2-3+b1 (unstable)] 100) libpcsclite1 [1.8.13-1 (unstable)] 101) libpng12-0 [1.2.50-2+b2 (unstable)] 102) libpthread-stubs0-dev [0.3-4 (unstable)] 103) libpulse0 [5.0-13 (unstable)] 104) libqhull6 [2012.1-5 (unstable)] 105) libqrupdate1 [1.1.2-1 (unstable)] 106) libqscintilla2-11 [2.8.4+dfsg-1 (unstable)] 107) libqscintilla2-l10n [2.8.4+dfsg-1 (unstable)] 108) libqt4-network [4:4.8.6+git64-g5dc8b2b+dfsg-3 (unstable)] 109) libqt4-xml [4:4.8.6+git64-g5dc8b2b+dfsg-3 (unstable)] 110) libqtcore4 [4:4.8.6+git64-g5dc8b2b+dfsg-3 (unstable)] 111) libqtdbus4 [4:4.8.6+git64-g5dc8b2b+dfsg-3 (unstable)] 112) libqtgui4 [4:4.8.6+git64-g5dc8b2b+dfsg-3 (unstable)] 113) libreadline6-dev [6.3-8+b3 (unstable)] 114) librtmp1 [2.4+20131018.git79459a2-5 (unstable)] 115) libsasl2-2 [2.1.26.dfsg1-13 (unstable)] 116) libsasl2-modules-db [2.1.26.dfsg1-13 (unstable)] 117) libsm6 [2:1.2.2-1+b1 (unstable)] 118) libsndfile1 [1.0.25-9.1 (unstable)] 119) libssh2-1 [1.4.3-4.1 (unstable)] 120) libtasn1-6 [4.2-2 (unstable)] 121) libtext-unidecode-perl [1.22-1 (unstable)] 122) libtiff5 [4.0.3-12.2 (unstable)] 123) libtinfo-dev [5.9+20140913-1+b1 (unstable)] 124) libumfpack5.6.2 [1:4.2.1-3 (unstable)] 125) libvorbis0a [1.3.4-2 (unstable)] 126) libvorbisenc2 [1.3.4-2 (unstable)] 127) libwmf0.2-7 [0.2.8.4-10.3+b2 (unstable)] 128) libwrap0 [7.6.q-25 (unstable)] 129) libx11-6 [2:1.6.2-3 (unstable)] 130) libx11-data [2:1.6.2-3 (unstable)] 131) libx11-dev [2:1.6.2-3 (unstable)] 132) libx11-xcb1 [2:1.6.2-3 (unstable)] 133) libxau-dev [1:1.0.8-1 (unstable)] 134) libxau6 [1:1.0.8-1 (unstable)] 135) libxcb1 [1.10-3+b1 (unstable)] 136) libxcb1-dev [1.10-3+b1 (unstable)] 137) libxdmcp-dev [1:1.1.1-1+b1 (unstable)] 138) libxdmcp6 [1:1.1.1-1+b1 (unstable)] 139) libxext6 [2:1.3.3-1 (unstable)] 140) libxft2 [2.3.2-1 (unstable)] 141) libxi6 [2:1.7.4-1+b2 (unstable)] 142) libxinerama1 [2:1.1.3-1+b1 (unstable)] 143) libxml-libxml-perl [2.0116+dfsg-1+b1 (unstable)] 144) libxml-namespacesupport-perl [1.11-1 (unstable)] 145) libxml-sax-base-perl [1.07-1 (unstable)] 146) libxml-sax-perl [0.99+dfsg-2 (unstable)] 147) libxrender1 [1:0.9.8-1+b1 (unstable)] 148) libxt6 [1:1.1.4-1+b1 (unstable)] 149) libxtst6 [2:1.2.2-1+b1 (unstable)] 150) mesa-common-dev [10.4.2-2 (unstable)] 151) octave [3.8.2-4 (unstable)] 152) octave-common [3.8.2-4 (unstable)] 153) octave-pkg-dev [1.2.0 (experimental)] 154) openjdk-7-jre-headless [7u75-2.5.4-3 (unstable)] 155) openssl [1.0.1k-1 (unstable)] 156) qtcore4-l10n [4:4.8.6+git64-g5dc8b2b+dfsg-3 (unstable)] 157) texinfo [5.2.0.dfsg.1-6 (unstable)] 158) ttf-bitstream-vera [1.10-8 (unstable)] 159) tzdata-java [2015a-1 (unstable)] 160) ucf [3.0030 (unstable)] 161) x11-common [1:7.7+7 (unstable)] 162) x11proto-core-dev [7.0.26-1 (unstable)] 163) x11proto-input-dev [2.3.1-1 (unstable)] 164) x11proto-kb-dev [1.0.6-2 (unstable)] 165) xorg-sgml-doctools [1:1.11-1 (unstable)] 166) xtrans-dev [1.3.5-1 (unstable)] 167) zlib1g-dev [1:1.2.8.dfsg-2+b1 (unstable)] The following NEW packages will be installed: bsdmainutils{a} ca-certificates{a} ca-certificates-java{a} cdbs{a} debhelper{a} default-jre-headless{a} file{a} fontconfig{a} fontconfig-config{a} gettext{a} gettext-base{a} gfortran{a} gfortran-4.9{a} groff-base{a} intltool-debian{a} isympy{a} java-common{a} libamd2.3.1{a} libarpack2{a} libasprintf0c2{a} libasyncns0{a} libatlas-base-dev{a} libatlas-dev{a} libatlas3-base{a} libaudio2{a} libavahi-client3{a} libavahi-common-data{a} libavahi-common3{a} libblas-common{a} libblas-dev{a} libblas3{a} libcamd2.3.1{a} libccolamd2.8.0{a} libcholmod2.1.2{a} libcolamd2.8.0{a} libcr-dev{a} libcr0{a} libcroco3{a} libcups2{a} libcurl3-gnutls{a} libcxsparse3.1.2{a} libdbus-1-3{a} libdrm-dev{a} libdrm-intel1{a} libdrm-nouveau2{a} libdrm-radeon1{a} libdrm2{a} libexpat1{a} libffi6{a} libfftw3-bin{a} libfftw3-dev{a} libfftw3-double3{a} libfftw3-long3{a} libfftw3-quad3{a} libfftw3-single3{a} libflac8{a} libfltk-gl1.3{a} libfltk1.3{a} libfontconfig1{a} libfreetype6{a} libgdk-pixbuf2.0-0{a} libgdk-pixbuf2.0-common{a} libgfortran-4.9-dev{a} libgfortran3{a} libgl1-mesa-swx11{a} libgl1-mesa-swx11-dev{a} libgl2ps0{a} libglapi-mesa{a} libglib2.0-0{a} libglpk36{a} libglu1-mesa{a} libgnutls-deb0-28{a} libgraphicsmagick++3{a} libgraphicsmagick3{a} libgssapi-krb5-2{a} libhdf5-8{a} libhdf5-mpich-8{a} libhdf5-mpich-dev{a} libhdf5-mpich2-dev{a} libhogweed2{a} libice6{a} libicu52{a} libidn11{a} libintl-perl{a} libjasper1{a} libjbig0{a} libjpeg62-turbo{a} libjpeg62-turbo-dev{a} libjson-c2{a} libk5crypto3{a} libkeyutils1{a} libkrb5-3{a} libkrb5support0{a} liblcms2-2{a} libldap-2.4-2{a} libltdl7{a} libmagic1{a} libmng1{a} libmpich-dev{a} libmpich12{a} libmpl-dev{a} libmpl1{a} libncurses5-dev{a} libnettle4{a} libnspr4{a} libnss3{a} liboctave-dev{a} liboctave2{a} libogg0{a} libopa-dev{a} libopa1{a} libopenblas-base{a} libosmesa6{a} libp11-kit0{a} libpciaccess0{a} libpcsclite1{a} libpipeline1{a} libpng12-0{a} libpthread-stubs0-dev{a} libpulse0{a} libpython-stdlib{a} libpython2.7-minimal{a} libpython2.7-stdlib{a} libqhull6{a} libqrupdate1{a} libqscintilla2-11{a} libqscintilla2-l10n{a} libqt4-network{a} libqt4-xml{a} libqtcore4{a} libqtdbus4{a} libqtgui4{a} libreadline6-dev{a} librtmp1{a} libsasl2-2{a} libsasl2-modules-db{a} libsm6{a} libsndfile1{a} libssh2-1{a} libssl1.0.0{a} libtasn1-6{a} libtext-unidecode-perl{a} libtiff5{a} libtinfo-dev{a} libumfpack5.6.2{a} libunistring0{a} libvorbis0a{a} libvorbisenc2{a} libwmf0.2-7{a} libwrap0{a} libx11-6{a} libx11-data{a} libx11-dev{a} libx11-xcb1{a} libxau-dev{a} libxau6{a} libxcb1{a} libxcb1-dev{a} libxdmcp-dev{a} libxdmcp6{a} libxext6{a} libxft2{a} libxi6{a} libxinerama1{a} libxml-libxml-perl{a} libxml-namespacesupport-perl{a} libxml-sax-base-perl{a} libxml-sax-perl{a} libxml2{a} libxrender1{a} libxt6{a} libxtst6{a} man-db{a} mesa-common-dev{a} mime-support{a} octave{a} octave-common{a} octave-pkg-dev{a} openjdk-7-jre-headless{a} openssl{a} po-debconf{a} python{a} python-minimal{a} python-mpmath{a} python-sympy{a} python2.7{a} python2.7-minimal{a} qtcore4-l10n{a} texinfo{a} ttf-bitstream-vera{a} tzdata-java{a} ucf{a} x11-common{a} x11proto-core-dev{a} x11proto-input-dev{a} x11proto-kb-dev{a} xorg-sgml-doctools{a} xtrans-dev{a} zlib1g-dev{a} 0 packages upgraded, 199 newly installed, 0 to remove and 0 not upgraded. Need to get 138 MB of archives. After unpacking 488 MB will be used. Writing extended state information... Get: 1 http://localhost:3142/http.debian.net/debian/ sid/main libjson-c2 amd64 0.11-4 [24.8 kB] Get: 2 http://localhost:3142/http.debian.net/debian/ sid/main libpipeline1 amd64 1.4.0-1 [27.9 kB] Get: 3 http://localhost:3142/http.debian.net/debian/ sid/main libssl1.0.0 amd64 1.0.1k-1 [1037 kB] Get: 4 http://localhost:3142/http.debian.net/debian/ sid/main groff-base amd64 1.22.3-1 [1205 kB] Get: 5 http://localhost:3142/http.debian.net/debian/ sid/main bsdmainutils amd64 9.0.6 [183 kB] Get: 6 http://localhost:3142/http.debian.net/debian/ sid/main man-db amd64 2.7.0.2-5 [1000 kB] Get: 7 http://localhost:3142/http.debian.net/debian/ sid/main libasprintf0c2 amd64 0.19.3-2 [31.3 kB] Get: 8 http://localhost:3142/http.debian.net/debian/ sid/main libnettle4 amd64 2.7.1-5 [176 kB] Get: 9 http://localhost:3142/http.debian.net/debian/ sid/main libhogweed2 amd64 2.7.1-5 [125 kB] Get: 10 http://localhost:3142/http.debian.net/debian/ sid/main libffi6 amd64 3.1-2+b2 [20.1 kB] Get: 11 http://localhost:3142/http.debian.net/debian/ sid/main libp11-kit0 amd64 0.20.7-1 [81.2 kB] Get: 12 http://localhost:3142/http.debian.net/debian/ sid/main libtasn1-6 amd64 4.2-2 [48.6 kB] Get: 13 http://localhost:3142/http.debian.net/debian/ sid/main libgnutls-deb0-28 amd64 3.3.8-6 [694 kB] Get: 14 http://localhost:3142/http.debian.net/debian/ sid/main libkeyutils1 amd64 1.5.9-5+b1 [12.0 kB] Get: 15 http://localhost:3142/http.debian.net/debian/ sid/main libkrb5support0 amd64 1.12.1+dfsg-18 [58.5 kB] Get: 16 http://localhost:3142/http.debian.net/debian/ sid/main libk5crypto3 amd64 1.12.1+dfsg-18 [115 kB] Get: 17 http://localhost:3142/http.debian.net/debian/ sid/main libkrb5-3 amd64 1.12.1+dfsg-18 [303 kB] Get: 18 http://localhost:3142/http.debian.net/debian/ sid/main libgssapi-krb5-2 amd64 1.12.1+dfsg-18 [150 kB] Get: 19 http://localhost:3142/http.debian.net/debian/ sid/main libidn11 amd64 1.29-1+b2 [136 kB] Get: 20 http://localhost:3142/http.debian.net/debian/ sid/main libsasl2-modules-db amd64 2.1.26.dfsg1-13 [67.0 kB] Get: 21 http://localhost:3142/http.debian.net/debian/ sid/main libsasl2-2 amd64 2.1.26.dfsg1-13 [104 kB] Get: 22 http://localhost:3142/http.debian.net/debian/ sid/main libldap-2.4-2 amd64 2.4.40-4 [217 kB] Get: 23 http://localhost:3142/http.debian.net/debian/ sid/main libmagic1 amd64 1:5.22+15-2 [249 kB] Get: 24 http://localhost:3142/http.debian.net/debian/ sid/main libwrap0 amd64 7.6.q-25 [58.5 kB] Get: 25 http://localhost:3142/http.debian.net/debian/ sid/main libicu52 amd64 52.1-7.1 [6783 kB] Get: 26 http://localhost:3142/http.debian.net/debian/ sid/main libxml2 amd64 2.9.2+dfsg1-3 [934 kB] Get: 27 http://localhost:3142/http.debian.net/debian/ sid/main libpython2.7-minimal amd64 2.7.9-2 [376 kB] Get: 28 http://localhost:3142/http.debian.net/debian/ sid/main python2.7-minimal amd64 2.7.9-2 [1401 kB] Get: 29 http://localhost:3142/http.debian.net/debian/ sid/main python-minimal amd64 2.7.9-1 [40.3 kB] Get: 30 http://localhost:3142/http.debian.net/debian/ sid/main mime-support all 3.58 [36.0 kB] Get: 31 http://localhost:3142/http.debian.net/debian/ sid/main libexpat1 amd64 2.1.0-6+b3 [80.3 kB] Get: 32 http://localhost:3142/http.debian.net/debian/ sid/main libpython2.7-stdlib amd64 2.7.9-2 [1844 kB] Get: 33 http://localhost:3142/http.debian.net/debian/ sid/main python2.7 amd64 2.7.9-2 [251 kB] Get: 34 http://localhost:3142/http.debian.net/debian/ sid/main libpython-stdlib amd64 2.7.9-1 [19.5 kB] Get: 35 http://localhost:3142/http.debian.net/debian/ sid/main python amd64 2.7.9-1 [151 kB] Get: 36 http://localhost:3142/http.debian.net/debian/ sid/main libpng12-0 amd64 1.2.50-2+b2 [172 kB] Get: 37 http://localhost:3142/http.debian.net/debian/ sid/main libfreetype6 amd64 2.5.2-4 [466 kB] Get: 38 http://localhost:3142/http.debian.net/debian/ sid/main ucf all 3.0030 [69.7 kB] Get: 39 http://localhost:3142/http.debian.net/debian/ sid/main ttf-bitstream-vera all 1.10-8 [352 kB] Get: 40 http://localhost:3142/http.debian.net/debian/ sid/main fontconfig-config all 2.11.0-6.3 [273 kB] Get: 41 http://localhost:3142/http.debian.net/debian/ sid/main libfontconfig1 amd64 2.11.0-6.3 [329 kB] Get: 42 http://localhost:3142/http.debian.net/debian/ sid/main fontconfig amd64 2.11.0-6.3 [402 kB] Get: 43 http://localhost:3142/http.debian.net/debian/ sid/main libamd2.3.1 amd64 1:4.2.1-3 [26.3 kB] Get: 44 http://localhost:3142/http.debian.net/debian/ sid/main libasyncns0 amd64 0.8-5 [12.5 kB] Get: 45 http://localhost:3142/http.debian.net/debian/ sid/main libxau6 amd64 1:1.0.8-1 [20.7 kB] Get: 46 http://localhost:3142/http.debian.net/debian/ sid/main x11-common all 1:7.7+7 [287 kB] Get: 47 http://localhost:3142/http.debian.net/debian/ sid/main libice6 amd64 2:1.0.9-1+b1 [58.8 kB] Get: 48 http://localhost:3142/http.debian.net/debian/ sid/main libsm6 amd64 2:1.2.2-1+b1 [33.6 kB] Get: 49 http://localhost:3142/http.debian.net/debian/ sid/main libxdmcp6 amd64 1:1.1.1-1+b1 [24.9 kB] Get: 50 http://localhost:3142/http.debian.net/debian/ sid/main libxcb1 amd64 1.10-3+b1 [44.4 kB] Get: 51 http://localhost:3142/http.debian.net/debian/ sid/main libx11-data all 2:1.6.2-3 [126 kB] Get: 52 http://localhost:3142/http.debian.net/debian/ sid/main libx11-6 amd64 2:1.6.2-3 [729 kB] Get: 53 http://localhost:3142/http.debian.net/debian/ sid/main libxt6 amd64 1:1.1.4-1+b1 [186 kB] Get: 54 http://localhost:3142/http.debian.net/debian/ sid/main libaudio2 amd64 1.9.4-3 [79.8 kB] Get: 55 http://localhost:3142/http.debian.net/debian/ sid/main libavahi-common-data amd64 0.6.31-4+b2 [98.7 kB] Get: 56 http://localhost:3142/http.debian.net/debian/ sid/main libavahi-common3 amd64 0.6.31-4+b2 [51.2 kB] Get: 57 http://localhost:3142/http.debian.net/debian/ sid/main libdbus-1-3 amd64 1.8.16-1 [169 kB] Get: 58 http://localhost:3142/http.debian.net/debian/ sid/main libavahi-client3 amd64 0.6.31-4+b2 [54.5 kB] Get: 59 http://localhost:3142/http.debian.net/debian/ sid/main libcamd2.3.1 amd64 1:4.2.1-3 [24.6 kB] Get: 60 http://localhost:3142/http.debian.net/debian/ sid/main libccolamd2.8.0 amd64 1:4.2.1-3 [26.0 kB] Get: 61 http://localhost:3142/http.debian.net/debian/ sid/main libgfortran3 amd64 4.9.2-10 [255 kB] Get: 62 http://localhost:3142/http.debian.net/debian/ sid/main libblas-common amd64 1.2.20110419-10 [8496 B] Get: 63 http://localhost:3142/http.debian.net/debian/ sid/main libblas3 amd64 1.2.20110419-10 [167 kB] Get: 64 http://localhost:3142/http.debian.net/debian/ sid/main libopenblas-base amd64 0.2.12-1 [4829 kB] Get: 65 http://localhost:3142/http.debian.net/debian/ sid/main libatlas3-base amd64 3.10.2-7 [2725 kB] Get: 66 http://localhost:3142/http.debian.net/debian/ sid/main libcolamd2.8.0 amd64 1:4.2.1-3 [20.4 kB] Get: 67 http://localhost:3142/http.debian.net/debian/ sid/main libcholmod2.1.2 amd64 1:4.2.1-3 [288 kB] Get: 68 http://localhost:3142/http.debian.net/debian/ sid/main libglib2.0-0 amd64 2.42.1-1 [2401 kB] Get: 69 http://localhost:3142/http.debian.net/debian/ sid/main libcroco3 amd64 0.6.8-3+b1 [135 kB] Get: 70 http://localhost:3142/http.debian.net/debian/ sid/main libcups2 amd64 1.7.5-11 [283 kB] Get: 71 http://localhost:3142/http.debian.net/debian/ sid/main librtmp1 amd64 2.4+20131018.git79459a2-5 [59.6 kB] Get: 72 http://localhost:3142/http.debian.net/debian/ sid/main libssh2-1 amd64 1.4.3-4.1 [125 kB] Get: 73 http://localhost:3142/http.debian.net/debian/ sid/main libcurl3-gnutls amd64 7.38.0-4 [251 kB] Get: 74 http://localhost:3142/http.debian.net/debian/ sid/main libcxsparse3.1.2 amd64 1:4.2.1-3 [66.0 kB] Get: 75 http://localhost:3142/http.debian.net/debian/ sid/main libdrm2 amd64 2.4.58-2 [29.9 kB] Get: 76 http://localhost:3142/http.debian.net/debian/ sid/main libpciaccess0 amd64 0.13.2-3+b1 [47.6 kB] Get: 77 http://localhost:3142/http.debian.net/debian/ sid/main libdrm-intel1 amd64 2.4.58-2 [64.9 kB] Get: 78 http://localhost:3142/http.debian.net/debian/ sid/main libdrm-nouveau2 amd64 2.4.58-2 [21.6 kB] Get: 79 http://localhost:3142/http.debian.net/debian/ sid/main libdrm-radeon1 amd64 2.4.58-2 [31.1 kB] Get: 80 http://localhost:3142/http.debian.net/debian/ sid/main libfftw3-double3 amd64 3.3.4-2 [722 kB] Get: 81 http://localhost:3142/http.debian.net/debian/ sid/main libfftw3-long3 amd64 3.3.4-2 [312 kB] Get: 82 http://localhost:3142/http.debian.net/debian/ sid/main libfftw3-quad3 amd64 3.3.4-2 [556 kB] Get: 83 http://localhost:3142/http.debian.net/debian/ sid/main libfftw3-single3 amd64 3.3.4-2 [754 kB] Get: 84 http://localhost:3142/http.debian.net/debian/ sid/main libogg0 amd64 1.3.2-1 [19.9 kB] Get: 85 http://localhost:3142/http.debian.net/debian/ sid/main libflac8 amd64 1.3.0-3 [89.3 kB] Get: 86 http://localhost:3142/http.debian.net/debian/ sid/main libxext6 amd64 2:1.3.3-1 [52.7 kB] Get: 87 http://localhost:3142/http.debian.net/debian/ sid/main libxrender1 amd64 1:0.9.8-1+b1 [31.4 kB] Get: 88 http://localhost:3142/http.debian.net/debian/ sid/main libxft2 amd64 2.3.2-1 [55.4 kB] Get: 89 http://localhost:3142/http.debian.net/debian/ sid/main libxinerama1 amd64 2:1.1.3-1+b1 [16.9 kB] Get: 90 http://localhost:3142/http.debian.net/debian/ sid/main libfltk1.3 amd64 1.3.2-6+b1 [644 kB] Get: 91 http://localhost:3142/http.debian.net/debian/ sid/main libglapi-mesa amd64 10.4.2-2 [54.3 kB] Get: 92 http://localhost:3142/http.debian.net/debian/ sid/main libosmesa6 amd64 10.4.2-2 [1147 kB] Get: 93 http://localhost:3142/http.debian.net/debian/ sid/main libgl1-mesa-swx11 amd64 10.4.2-2 [1225 kB] Get: 94 http://localhost:3142/http.debian.net/debian/ sid/main libfltk-gl1.3 amd64 1.3.2-6+b1 [110 kB] Get: 95 http://localhost:3142/http.debian.net/debian/ sid/main libjpeg62-turbo amd64 1:1.3.1-12 [116 kB] Get: 96 http://localhost:3142/http.debian.net/debian/ sid/main libjasper1 amd64 1.900.1-debian1-2.4 [133 kB] Get: 97 http://localhost:3142/http.debian.net/debian/ sid/main libjbig0 amd64 2.1-3.1 [30.7 kB] Get: 98 http://localhost:3142/http.debian.net/debian/ sid/main libtiff5 amd64 4.0.3-12.2 [217 kB] Get: 99 http://localhost:3142/http.debian.net/debian/ sid/main libgdk-pixbuf2.0-common all 2.31.1-2 [293 kB] Get: 100 http://localhost:3142/http.debian.net/debian/ sid/main libgdk-pixbuf2.0-0 amd64 2.31.1-2+b1 [166 kB] Get: 101 http://localhost:3142/http.debian.net/debian/ sid/main libltdl7 amd64 2.4.2-1.11 [45.2 kB] Get: 102 http://localhost:3142/http.debian.net/debian/ sid/main libglpk36 amd64 4.55-1 [424 kB] Get: 103 http://localhost:3142/http.debian.net/debian/ sid/main libglu1-mesa amd64 9.0.0-2 [163 kB] Get: 104 http://localhost:3142/http.debian.net/debian/ sid/main libhdf5-8 amd64 1.8.13+docs-15 [1060 kB] Get: 105 http://localhost:3142/http.debian.net/debian/ sid/main liblcms2-2 amd64 2.6-3+b3 [141 kB] Get: 106 http://localhost:3142/http.debian.net/debian/ sid/main libmng1 amd64 1.0.10+dfsg-3.1+b3 [217 kB] Get: 107 http://localhost:3142/http.debian.net/debian/ sid/main libnspr4 amd64 2:4.10.7-1 [116 kB] Get: 108 http://localhost:3142/http.debian.net/debian/ sid/main libnss3 amd64 2:3.17.2-1.1 [1130 kB] Get: 109 http://localhost:3142/http.debian.net/debian/ sid/main libarpack2 amd64 3.1.5-3 [97.8 kB] Get: 110 http://localhost:3142/http.debian.net/debian/ sid/main libgl2ps0 amd64 1.3.8-1.2 [35.4 kB] Get: 111 http://localhost:3142/http.debian.net/debian/ sid/main libqrupdate1 amd64 1.1.2-1 [37.2 kB] Get: 112 http://localhost:3142/http.debian.net/debian/ sid/main libumfpack5.6.2 amd64 1:4.2.1-3 [222 kB] Get: 113 http://localhost:3142/http.debian.net/debian/ sid/main liboctave2 amd64 3.8.2-4 [7045 kB] Get: 114 http://localhost:3142/http.debian.net/debian/ sid/main libpcsclite1 amd64 1.8.13-1 [56.2 kB] Get: 115 http://localhost:3142/http.debian.net/debian/ sid/main libvorbis0a amd64 1.3.4-2 [92.9 kB] Get: 116 http://localhost:3142/http.debian.net/debian/ sid/main libvorbisenc2 amd64 1.3.4-2 [77.9 kB] Get: 117 http://localhost:3142/http.debian.net/debian/ sid/main libsndfile1 amd64 1.0.25-9.1 [214 kB] Get: 118 http://localhost:3142/http.debian.net/debian/ sid/main libx11-xcb1 amd64 2:1.6.2-3 [163 kB] Get: 119 http://localhost:3142/http.debian.net/debian/ sid/main libxi6 amd64 2:1.7.4-1+b2 [79.7 kB] Get: 120 http://localhost:3142/http.debian.net/debian/ sid/main libxtst6 amd64 2:1.2.2-1+b1 [27.3 kB] Get: 121 http://localhost:3142/http.debian.net/debian/ sid/main libpulse0 amd64 5.0-13 [255 kB] Get: 122 http://localhost:3142/http.debian.net/debian/ sid/main libqhull6 amd64 2012.1-5 [183 kB] Get: 123 http://localhost:3142/http.debian.net/debian/ sid/main qtcore4-l10n all 4:4.8.6+git64-g5dc8b2b+dfsg-3 [652 kB] Get: 124 http://localhost:3142/http.debian.net/debian/ sid/main libqtcore4 amd64 4:4.8.6+git64-g5dc8b2b+dfsg-3 [1604 kB] Get: 125 http://localhost:3142/http.debian.net/debian/ sid/main libqt4-xml amd64 4:4.8.6+git64-g5dc8b2b+dfsg-3 [136 kB] Get: 126 http://localhost:3142/http.debian.net/debian/ sid/main libqtdbus4 amd64 4:4.8.6+git64-g5dc8b2b+dfsg-3 [222 kB] Get: 127 http://localhost:3142/http.debian.net/debian/ sid/main libqt4-network amd64 4:4.8.6+git64-g5dc8b2b+dfsg-3 [606 kB] Get: 128 http://localhost:3142/http.debian.net/debian/ sid/main libqtgui4 amd64 4:4.8.6+git64-g5dc8b2b+dfsg-3 [4190 kB] Get: 129 http://localhost:3142/http.debian.net/debian/ sid/main libunistring0 amd64 0.9.3-5.2+b1 [288 kB] Get: 130 http://localhost:3142/http.debian.net/debian/ sid/main libwmf0.2-7 amd64 0.2.8.4-10.3+b2 [163 kB] Get: 131 http://localhost:3142/http.debian.net/debian/ sid/main openssl amd64 1.0.1k-1 [677 kB] Get: 132 http://localhost:3142/http.debian.net/debian/ sid/main ca-certificates all 20141019 [200 kB] Get: 133 http://localhost:3142/http.debian.net/debian/ sid/main java-common all 0.52 [136 kB] Get: 134 http://localhost:3142/http.debian.net/debian/ sid/main default-jre-headless amd64 2:1.7-52 [9072 B] Get: 135 http://localhost:3142/http.debian.net/debian/ sid/main ca-certificates-java all 20140324 [13.7 kB] Get: 136 http://localhost:3142/http.debian.net/debian/ sid/main tzdata-java all 2015a-1 [80.4 kB] Get: 137 http://localhost:3142/http.debian.net/debian/ sid/main openjdk-7-jre-headless amd64 7u75-2.5.4-3 [39.7 MB] Get: 138 http://localhost:3142/http.debian.net/debian/ sid/main libcr0 amd64 0.8.5-2.2 [32.7 kB] Get: 139 http://localhost:3142/http.debian.net/debian/ sid/main libmpl1 amd64 3.1-5+b2 [34.7 kB] Get: 140 http://localhost:3142/http.debian.net/debian/ sid/main libopa1 amd64 3.1-5+b2 [28.3 kB] Get: 141 http://localhost:3142/http.debian.net/debian/ sid/main libmpich12 amd64 3.1-5+b2 [834 kB] Get: 142 http://localhost:3142/http.debian.net/debian/ sid/main libhdf5-mpich-8 amd64 1.8.13+docs-15 [1086 kB] Get: 143 http://localhost:3142/http.debian.net/debian/ sid/main file amd64 1:5.22+15-2 [60.1 kB] Get: 144 http://localhost:3142/http.debian.net/debian/ sid/main gettext-base amd64 0.19.3-2 [121 kB] Get: 145 http://localhost:3142/http.debian.net/debian/ sid/main libtext-unidecode-perl all 1.22-1 [102 kB] Get: 146 http://localhost:3142/http.debian.net/debian/ sid/main libintl-perl all 1.23-1 [1209 kB] Get: 147 http://localhost:3142/http.debian.net/debian/ sid/main libxml-namespacesupport-perl all 1.11-1 [14.8 kB] Get: 148 http://localhost:3142/http.debian.net/debian/ sid/main libxml-sax-base-perl all 1.07-1 [23.1 kB] Get: 149 http://localhost:3142/http.debian.net/debian/ sid/main libxml-sax-perl all 0.99+dfsg-2 [68.3 kB] Get: 150 http://localhost:3142/http.debian.net/debian/ sid/main libxml-libxml-perl amd64 2.0116+dfsg-1+b1 [365 kB] Get: 151 http://localhost:3142/http.debian.net/debian/ sid/main texinfo amd64 5.2.0.dfsg.1-6 [956 kB] Get: 152 http://localhost:3142/http.debian.net/debian/ sid/main cdbs all 0.4.129 [76.3 kB] Get: 153 http://localhost:3142/http.debian.net/debian/ sid/main gettext amd64 0.19.3-2 [1240 kB] Get: 154 http://localhost:3142/http.debian.net/debian/ sid/main intltool-debian all 0.35.0+20060710.1 [30.8 kB] Get: 155 http://localhost:3142/http.debian.net/debian/ sid/main po-debconf all 1.0.16+nmu3 [220 kB] Get: 156 http://localhost:3142/http.debian.net/debian/ sid/main debhelper all 9.20150101 [813 kB] Get: 157 http://localhost:3142/http.debian.net/debian/ sid/main libgfortran-4.9-dev amd64 4.9.2-10 [281 kB] Get: 158 http://localhost:3142/http.debian.net/debian/ sid/main gfortran-4.9 amd64 4.9.2-10 [5465 kB] Get: 159 http://localhost:3142/http.debian.net/debian/ sid/main gfortran amd64 4:4.9.2-2 [1292 B] Get: 160 http://localhost:3142/http.debian.net/debian/ sid/main isympy all 0.7.5-4 [189 kB] Get: 161 http://localhost:3142/http.debian.net/debian/ sid/main libblas-dev amd64 1.2.20110419-10 [163 kB] Get: 162 http://localhost:3142/http.debian.net/debian/ sid/main libatlas-dev all 3.10.2-7 [68.8 kB] Get: 163 http://localhost:3142/http.debian.net/debian/ sid/main libatlas-base-dev amd64 3.10.2-7 [3457 kB] Get: 164 http://localhost:3142/http.debian.net/debian/ sid/main libcr-dev amd64 0.8.5-2.2 [39.9 kB] Get: 165 http://localhost:3142/http.debian.net/debian/ sid/main libdrm-dev amd64 2.4.58-2 [181 kB] Get: 166 http://localhost:3142/http.debian.net/debian/ sid/main libfftw3-bin amd64 3.3.4-2 [48.6 kB] Get: 167 http://localhost:3142/http.debian.net/debian/ sid/main libfftw3-dev amd64 3.3.4-2 [2180 kB] Get: 168 http://localhost:3142/http.debian.net/debian/ sid/main libgraphicsmagick3 amd64 1.3.20-3+deb8u1 [1093 kB] Get: 169 http://localhost:3142/http.debian.net/debian/ sid/main libgraphicsmagick++3 amd64 1.3.20-3+deb8u1 [113 kB] Get: 170 http://localhost:3142/http.debian.net/debian/ sid/main libjpeg62-turbo-dev amd64 1:1.3.1-12 [455 kB] Get: 171 http://localhost:3142/http.debian.net/debian/ sid/main libtinfo-dev amd64 5.9+20140913-1+b1 [77.1 kB] Get: 172 http://localhost:3142/http.debian.net/debian/ sid/main libncurses5-dev amd64 5.9+20140913-1+b1 [175 kB] Get: 173 http://localhost:3142/http.debian.net/debian/ sid/main libqscintilla2-l10n all 2.8.4+dfsg-1 [50.8 kB] Get: 174 http://localhost:3142/http.debian.net/debian/ sid/main libqscintilla2-11 amd64 2.8.4+dfsg-1 [692 kB] Get: 175 http://localhost:3142/http.debian.net/debian/ sid/main octave-common all 3.8.2-4 [1380 kB] Get: 176 http://localhost:3142/http.debian.net/debian/ sid/main octave amd64 3.8.2-4 [1061 kB] Get: 177 http://localhost:3142/http.debian.net/debian/ sid/main libreadline6-dev amd64 6.3-8+b3 [124 kB] Get: 178 http://localhost:3142/http.debian.net/debian/ sid/main zlib1g-dev amd64 1:1.2.8.dfsg-2+b1 [206 kB] Get: 179 http://localhost:3142/http.debian.net/debian/ sid/main libmpl-dev amd64 3.1-5+b2 [34.0 kB] Get: 180 http://localhost:3142/http.debian.net/debian/ sid/main libopa-dev amd64 3.1-5+b2 [27.2 kB] Get: 181 http://localhost:3142/http.debian.net/debian/ sid/main libmpich-dev amd64 3.1-5+b2 [995 kB] Get: 182 http://localhost:3142/http.debian.net/debian/ sid/main libhdf5-mpich-dev amd64 1.8.13+docs-15 [3933 kB] Get: 183 http://localhost:3142/http.debian.net/debian/ sid/main libhdf5-mpich2-dev all 1.8.13+docs-15 [28.5 kB] Get: 184 http://localhost:3142/http.debian.net/debian/ sid/main xorg-sgml-doctools all 1:1.11-1 [21.9 kB] Get: 185 http://localhost:3142/http.debian.net/debian/ sid/main x11proto-core-dev all 7.0.26-1 [729 kB] Get: 186 http://localhost:3142/http.debian.net/debian/ sid/main libxau-dev amd64 1:1.0.8-1 [23.6 kB] Get: 187 http://localhost:3142/http.debian.net/debian/ sid/main libxdmcp-dev amd64 1:1.1.1-1+b1 [40.2 kB] Get: 188 http://localhost:3142/http.debian.net/debian/ sid/main x11proto-input-dev all 2.3.1-1 [157 kB] Get: 189 http://localhost:3142/http.debian.net/debian/ sid/main x11proto-kb-dev all 1.0.6-2 [269 kB] Get: 190 http://localhost:3142/http.debian.net/debian/ sid/main xtrans-dev all 1.3.5-1 [100 kB] Get: 191 http://localhost:3142/http.debian.net/debian/ sid/main libpthread-stubs0-dev amd64 0.3-4 [3866 B] Get: 192 http://localhost:3142/http.debian.net/debian/ sid/main libxcb1-dev amd64 1.10-3+b1 [83.8 kB] Get: 193 http://localhost:3142/http.debian.net/debian/ sid/main libx11-dev amd64 2:1.6.2-3 [800 kB] Get: 194 http://localhost:3142/http.debian.net/debian/ sid/main mesa-common-dev amd64 10.4.2-2 [326 kB] Get: 195 http://localhost:3142/http.debian.net/debian/ sid/main libgl1-mesa-swx11-dev amd64 10.4.2-2 [1412 kB] Get: 196 http://localhost:3142/http.debian.net/debian/ sid/main liboctave-dev amd64 3.8.2-4 [598 kB] Get: 197 http://localhost:3142/http.debian.net/debian/ experimental/main octave-pkg-dev all 1.2.0 [15.8 kB] Get: 198 http://localhost:3142/http.debian.net/debian/ sid/main python-mpmath all 0.19-1 [402 kB] Get: 199 http://localhost:3142/http.debian.net/debian/ sid/main python-sympy all 0.7.5-4 [1968 kB] Fetched 138 MB in 18s (7510 kB/s) debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package libjson-c2:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 12066 files and directories currently installed.) Preparing to unpack .../libjson-c2_0.11-4_amd64.deb ... Unpacking libjson-c2:amd64 (0.11-4) ... Selecting previously unselected package libpipeline1:amd64. Preparing to unpack .../libpipeline1_1.4.0-1_amd64.deb ... Unpacking libpipeline1:amd64 (1.4.0-1) ... Selecting previously unselected package libssl1.0.0:amd64. Preparing to unpack .../libssl1.0.0_1.0.1k-1_amd64.deb ... Unpacking libssl1.0.0:amd64 (1.0.1k-1) ... Selecting previously unselected package groff-base. Preparing to unpack .../groff-base_1.22.3-1_amd64.deb ... Unpacking groff-base (1.22.3-1) ... Selecting previously unselected package bsdmainutils. Preparing to unpack .../bsdmainutils_9.0.6_amd64.deb ... Unpacking bsdmainutils (9.0.6) ... Selecting previously unselected package man-db. Preparing to unpack .../man-db_2.7.0.2-5_amd64.deb ... Unpacking man-db (2.7.0.2-5) ... Selecting previously unselected package libasprintf0c2:amd64. Preparing to unpack .../libasprintf0c2_0.19.3-2_amd64.deb ... Unpacking libasprintf0c2:amd64 (0.19.3-2) ... Selecting previously unselected package libnettle4:amd64. Preparing to unpack .../libnettle4_2.7.1-5_amd64.deb ... Unpacking libnettle4:amd64 (2.7.1-5) ... Selecting previously unselected package libhogweed2:amd64. Preparing to unpack .../libhogweed2_2.7.1-5_amd64.deb ... Unpacking libhogweed2:amd64 (2.7.1-5) ... Selecting previously unselected package libffi6:amd64. Preparing to unpack .../libffi6_3.1-2+b2_amd64.deb ... Unpacking libffi6:amd64 (3.1-2+b2) ... Selecting previously unselected package libp11-kit0:amd64. Preparing to unpack .../libp11-kit0_0.20.7-1_amd64.deb ... Unpacking libp11-kit0:amd64 (0.20.7-1) ... Selecting previously unselected package libtasn1-6:amd64. Preparing to unpack .../libtasn1-6_4.2-2_amd64.deb ... Unpacking libtasn1-6:amd64 (4.2-2) ... Selecting previously unselected package libgnutls-deb0-28:amd64. Preparing to unpack .../libgnutls-deb0-28_3.3.8-6_amd64.deb ... Unpacking libgnutls-deb0-28:amd64 (3.3.8-6) ... 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-18_amd64.deb ... Unpacking libkrb5support0:amd64 (1.12.1+dfsg-18) ... Selecting previously unselected package libk5crypto3:amd64. Preparing to unpack .../libk5crypto3_1.12.1+dfsg-18_amd64.deb ... Unpacking libk5crypto3:amd64 (1.12.1+dfsg-18) ... Selecting previously unselected package libkrb5-3:amd64. Preparing to unpack .../libkrb5-3_1.12.1+dfsg-18_amd64.deb ... Unpacking libkrb5-3:amd64 (1.12.1+dfsg-18) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Preparing to unpack .../libgssapi-krb5-2_1.12.1+dfsg-18_amd64.deb ... Unpacking libgssapi-krb5-2:amd64 (1.12.1+dfsg-18) ... Selecting previously unselected package libidn11:amd64. Preparing to unpack .../libidn11_1.29-1+b2_amd64.deb ... Unpacking libidn11:amd64 (1.29-1+b2) ... 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-4_amd64.deb ... Unpacking libldap-2.4-2:amd64 (2.4.40-4) ... 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 libwrap0:amd64. Preparing to unpack .../libwrap0_7.6.q-25_amd64.deb ... Unpacking libwrap0:amd64 (7.6.q-25) ... Selecting previously unselected package libicu52:amd64. Preparing to unpack .../libicu52_52.1-7.1_amd64.deb ... Unpacking libicu52:amd64 (52.1-7.1) ... Selecting previously unselected package libxml2:amd64. Preparing to unpack .../libxml2_2.9.2+dfsg1-3_amd64.deb ... Unpacking libxml2:amd64 (2.9.2+dfsg1-3) ... 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+b3_amd64.deb ... Unpacking libexpat1:amd64 (2.1.0-6+b3) ... 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) ... Setting up libpython2.7-minimal:amd64 (2.7.9-2) ... Setting up python2.7-minimal (2.7.9-2) ... Setting up python-minimal (2.7.9-1) ... Selecting previously unselected package python. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 13639 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 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-4_amd64.deb ... Unpacking libfreetype6:amd64 (2.5.2-4) ... 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 ttf-bitstream-vera. Preparing to unpack .../ttf-bitstream-vera_1.10-8_all.deb ... Unpacking ttf-bitstream-vera (1.10-8) ... 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 fontconfig. Preparing to unpack .../fontconfig_2.11.0-6.3_amd64.deb ... Unpacking fontconfig (2.11.0-6.3) ... Selecting previously unselected package libamd2.3.1:amd64. Preparing to unpack .../libamd2.3.1_1%3a4.2.1-3_amd64.deb ... Unpacking libamd2.3.1:amd64 (1:4.2.1-3) ... 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 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 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 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 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 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 libaudio2:amd64. Preparing to unpack .../libaudio2_1.9.4-3_amd64.deb ... Unpacking libaudio2:amd64 (1.9.4-3) ... Selecting previously unselected package libavahi-common-data:amd64. Preparing to unpack .../libavahi-common-data_0.6.31-4+b2_amd64.deb ... Unpacking libavahi-common-data:amd64 (0.6.31-4+b2) ... Selecting previously unselected package libavahi-common3:amd64. Preparing to unpack .../libavahi-common3_0.6.31-4+b2_amd64.deb ... Unpacking libavahi-common3:amd64 (0.6.31-4+b2) ... Selecting previously unselected package libdbus-1-3:amd64. Preparing to unpack .../libdbus-1-3_1.8.16-1_amd64.deb ... Unpacking libdbus-1-3:amd64 (1.8.16-1) ... Selecting previously unselected package libavahi-client3:amd64. Preparing to unpack .../libavahi-client3_0.6.31-4+b2_amd64.deb ... Unpacking libavahi-client3:amd64 (0.6.31-4+b2) ... Selecting previously unselected package libcamd2.3.1:amd64. Preparing to unpack .../libcamd2.3.1_1%3a4.2.1-3_amd64.deb ... Unpacking libcamd2.3.1:amd64 (1:4.2.1-3) ... Selecting previously unselected package libccolamd2.8.0:amd64. Preparing to unpack .../libccolamd2.8.0_1%3a4.2.1-3_amd64.deb ... Unpacking libccolamd2.8.0:amd64 (1:4.2.1-3) ... Selecting previously unselected package libgfortran3:amd64. Preparing to unpack .../libgfortran3_4.9.2-10_amd64.deb ... Unpacking libgfortran3:amd64 (4.9.2-10) ... Selecting previously unselected package libblas-common. Preparing to unpack .../libblas-common_1.2.20110419-10_amd64.deb ... Unpacking libblas-common (1.2.20110419-10) ... Selecting previously unselected package libblas3. Preparing to unpack .../libblas3_1.2.20110419-10_amd64.deb ... Unpacking libblas3 (1.2.20110419-10) ... Selecting previously unselected package libopenblas-base. Preparing to unpack .../libopenblas-base_0.2.12-1_amd64.deb ... Unpacking libopenblas-base (0.2.12-1) ... Selecting previously unselected package libatlas3-base. Preparing to unpack .../libatlas3-base_3.10.2-7_amd64.deb ... Unpacking libatlas3-base (3.10.2-7) ... Selecting previously unselected package libcolamd2.8.0:amd64. Preparing to unpack .../libcolamd2.8.0_1%3a4.2.1-3_amd64.deb ... Unpacking libcolamd2.8.0:amd64 (1:4.2.1-3) ... Selecting previously unselected package libcholmod2.1.2:amd64. Preparing to unpack .../libcholmod2.1.2_1%3a4.2.1-3_amd64.deb ... Unpacking libcholmod2.1.2:amd64 (1:4.2.1-3) ... 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 libcups2:amd64. Preparing to unpack .../libcups2_1.7.5-11_amd64.deb ... Unpacking libcups2:amd64 (1.7.5-11) ... Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../librtmp1_2.4+20131018.git79459a2-5_amd64.deb ... Unpacking librtmp1:amd64 (2.4+20131018.git79459a2-5) ... 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_amd64.deb ... Unpacking libcurl3-gnutls:amd64 (7.38.0-4) ... Selecting previously unselected package libcxsparse3.1.2:amd64. Preparing to unpack .../libcxsparse3.1.2_1%3a4.2.1-3_amd64.deb ... Unpacking libcxsparse3.1.2:amd64 (1:4.2.1-3) ... 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 libfftw3-double3:amd64. Preparing to unpack .../libfftw3-double3_3.3.4-2_amd64.deb ... Unpacking libfftw3-double3:amd64 (3.3.4-2) ... Selecting previously unselected package libfftw3-long3:amd64. Preparing to unpack .../libfftw3-long3_3.3.4-2_amd64.deb ... Unpacking libfftw3-long3:amd64 (3.3.4-2) ... Selecting previously unselected package libfftw3-quad3:amd64. Preparing to unpack .../libfftw3-quad3_3.3.4-2_amd64.deb ... Unpacking libfftw3-quad3:amd64 (3.3.4-2) ... Selecting previously unselected package libfftw3-single3:amd64. Preparing to unpack .../libfftw3-single3_3.3.4-2_amd64.deb ... Unpacking libfftw3-single3:amd64 (3.3.4-2) ... 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 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 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 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 libfltk1.3:amd64. Preparing to unpack .../libfltk1.3_1.3.2-6+b1_amd64.deb ... Unpacking libfltk1.3:amd64 (1.3.2-6+b1) ... Selecting previously unselected package libglapi-mesa:amd64. Preparing to unpack .../libglapi-mesa_10.4.2-2_amd64.deb ... Unpacking libglapi-mesa:amd64 (10.4.2-2) ... Selecting previously unselected package libosmesa6:amd64. Preparing to unpack .../libosmesa6_10.4.2-2_amd64.deb ... Unpacking libosmesa6:amd64 (10.4.2-2) ... Selecting previously unselected package libgl1-mesa-swx11:amd64. Preparing to unpack .../libgl1-mesa-swx11_10.4.2-2_amd64.deb ... Unpacking libgl1-mesa-swx11:amd64 (10.4.2-2) ... Selecting previously unselected package libfltk-gl1.3:amd64. Preparing to unpack .../libfltk-gl1.3_1.3.2-6+b1_amd64.deb ... Unpacking libfltk-gl1.3:amd64 (1.3.2-6+b1) ... Selecting previously unselected package libjpeg62-turbo:amd64. Preparing to unpack .../libjpeg62-turbo_1%3a1.3.1-12_amd64.deb ... Unpacking libjpeg62-turbo:amd64 (1:1.3.1-12) ... Selecting previously unselected package libjasper1:amd64. Preparing to unpack .../libjasper1_1.900.1-debian1-2.4_amd64.deb ... Unpacking libjasper1:amd64 (1.900.1-debian1-2.4) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ... Unpacking libjbig0:amd64 (2.1-3.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../libtiff5_4.0.3-12.2_amd64.deb ... Unpacking libtiff5:amd64 (4.0.3-12.2) ... Selecting previously unselected package libgdk-pixbuf2.0-common. Preparing to unpack .../libgdk-pixbuf2.0-common_2.31.1-2_all.deb ... Unpacking libgdk-pixbuf2.0-common (2.31.1-2) ... Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. Preparing to unpack .../libgdk-pixbuf2.0-0_2.31.1-2+b1_amd64.deb ... Unpacking libgdk-pixbuf2.0-0:amd64 (2.31.1-2+b1) ... 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 libglpk36:amd64. Preparing to unpack .../libglpk36_4.55-1_amd64.deb ... Unpacking libglpk36:amd64 (4.55-1) ... Selecting previously unselected package libglu1-mesa:amd64. Preparing to unpack .../libglu1-mesa_9.0.0-2_amd64.deb ... Unpacking libglu1-mesa:amd64 (9.0.0-2) ... Selecting previously unselected package libhdf5-8:amd64. Preparing to unpack .../libhdf5-8_1.8.13+docs-15_amd64.deb ... Unpacking libhdf5-8:amd64 (1.8.13+docs-15) ... Selecting previously unselected package liblcms2-2:amd64. Preparing to unpack .../liblcms2-2_2.6-3+b3_amd64.deb ... Unpacking liblcms2-2:amd64 (2.6-3+b3) ... Selecting previously unselected package libmng1:amd64. Preparing to unpack .../libmng1_1.0.10+dfsg-3.1+b3_amd64.deb ... Unpacking libmng1:amd64 (1.0.10+dfsg-3.1+b3) ... Selecting previously unselected package libnspr4:amd64. Preparing to unpack .../libnspr4_2%3a4.10.7-1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.10.7-1) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../libnss3_2%3a3.17.2-1.1_amd64.deb ... Unpacking libnss3:amd64 (2:3.17.2-1.1) ... Selecting previously unselected package libarpack2. Preparing to unpack .../libarpack2_3.1.5-3_amd64.deb ... Unpacking libarpack2 (3.1.5-3) ... Selecting previously unselected package libgl2ps0. Preparing to unpack .../libgl2ps0_1.3.8-1.2_amd64.deb ... Unpacking libgl2ps0 (1.3.8-1.2) ... Selecting previously unselected package libqrupdate1:amd64. Preparing to unpack .../libqrupdate1_1.1.2-1_amd64.deb ... Unpacking libqrupdate1:amd64 (1.1.2-1) ... Selecting previously unselected package libumfpack5.6.2:amd64. Preparing to unpack .../libumfpack5.6.2_1%3a4.2.1-3_amd64.deb ... Unpacking libumfpack5.6.2:amd64 (1:4.2.1-3) ... Selecting previously unselected package liboctave2:amd64. Preparing to unpack .../liboctave2_3.8.2-4_amd64.deb ... Unpacking liboctave2:amd64 (3.8.2-4) ... Selecting previously unselected package libpcsclite1:amd64. Preparing to unpack .../libpcsclite1_1.8.13-1_amd64.deb ... Unpacking libpcsclite1:amd64 (1.8.13-1) ... 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 libqhull6:amd64. Preparing to unpack .../libqhull6_2012.1-5_amd64.deb ... Unpacking libqhull6:amd64 (2012.1-5) ... Selecting previously unselected package qtcore4-l10n. Preparing to unpack .../qtcore4-l10n_4%3a4.8.6+git64-g5dc8b2b+dfsg-3_all.deb ... Unpacking qtcore4-l10n (4:4.8.6+git64-g5dc8b2b+dfsg-3) ... Selecting previously unselected package libqtcore4:amd64. Preparing to unpack .../libqtcore4_4%3a4.8.6+git64-g5dc8b2b+dfsg-3_amd64.deb ... Unpacking libqtcore4:amd64 (4:4.8.6+git64-g5dc8b2b+dfsg-3) ... Selecting previously unselected package libqt4-xml:amd64. Preparing to unpack .../libqt4-xml_4%3a4.8.6+git64-g5dc8b2b+dfsg-3_amd64.deb ... Unpacking libqt4-xml:amd64 (4:4.8.6+git64-g5dc8b2b+dfsg-3) ... Selecting previously unselected package libqtdbus4:amd64. Preparing to unpack .../libqtdbus4_4%3a4.8.6+git64-g5dc8b2b+dfsg-3_amd64.deb ... Unpacking libqtdbus4:amd64 (4:4.8.6+git64-g5dc8b2b+dfsg-3) ... Selecting previously unselected package libqt4-network:amd64. Preparing to unpack .../libqt4-network_4%3a4.8.6+git64-g5dc8b2b+dfsg-3_amd64.deb ... Unpacking libqt4-network:amd64 (4:4.8.6+git64-g5dc8b2b+dfsg-3) ... Selecting previously unselected package libqtgui4:amd64. Preparing to unpack .../libqtgui4_4%3a4.8.6+git64-g5dc8b2b+dfsg-3_amd64.deb ... Unpacking libqtgui4:amd64 (4:4.8.6+git64-g5dc8b2b+dfsg-3) ... 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 libwmf0.2-7:amd64. Preparing to unpack .../libwmf0.2-7_0.2.8.4-10.3+b2_amd64.deb ... Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.3+b2) ... Selecting previously unselected package openssl. Preparing to unpack .../openssl_1.0.1k-1_amd64.deb ... Unpacking openssl (1.0.1k-1) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../ca-certificates_20141019_all.deb ... Unpacking ca-certificates (20141019) ... Selecting previously unselected package java-common. Preparing to unpack .../java-common_0.52_all.deb ... Unpacking java-common (0.52) ... Selecting previously unselected package default-jre-headless. Preparing to unpack .../default-jre-headless_2%3a1.7-52_amd64.deb ... Unpacking default-jre-headless (2:1.7-52) ... Selecting previously unselected package ca-certificates-java. Preparing to unpack .../ca-certificates-java_20140324_all.deb ... Unpacking ca-certificates-java (20140324) ... Selecting previously unselected package tzdata-java. Preparing to unpack .../tzdata-java_2015a-1_all.deb ... Unpacking tzdata-java (2015a-1) ... Selecting previously unselected package openjdk-7-jre-headless:amd64. Preparing to unpack .../openjdk-7-jre-headless_7u75-2.5.4-3_amd64.deb ... Unpacking openjdk-7-jre-headless:amd64 (7u75-2.5.4-3) ... Selecting previously unselected package libcr0. Preparing to unpack .../libcr0_0.8.5-2.2_amd64.deb ... Unpacking libcr0 (0.8.5-2.2) ... Selecting previously unselected package libmpl1:amd64. Preparing to unpack .../libmpl1_3.1-5+b2_amd64.deb ... Unpacking libmpl1:amd64 (3.1-5+b2) ... Selecting previously unselected package libopa1:amd64. Preparing to unpack .../libopa1_3.1-5+b2_amd64.deb ... Unpacking libopa1:amd64 (3.1-5+b2) ... Selecting previously unselected package libmpich12:amd64. Preparing to unpack .../libmpich12_3.1-5+b2_amd64.deb ... Unpacking libmpich12:amd64 (3.1-5+b2) ... Selecting previously unselected package libhdf5-mpich-8:amd64. Preparing to unpack .../libhdf5-mpich-8_1.8.13+docs-15_amd64.deb ... Unpacking libhdf5-mpich-8:amd64 (1.8.13+docs-15) ... 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 libtext-unidecode-perl. Preparing to unpack .../libtext-unidecode-perl_1.22-1_all.deb ... Unpacking libtext-unidecode-perl (1.22-1) ... Selecting previously unselected package libintl-perl. Preparing to unpack .../libintl-perl_1.23-1_all.deb ... Unpacking libintl-perl (1.23-1) ... Selecting previously unselected package libxml-namespacesupport-perl. Preparing to unpack .../libxml-namespacesupport-perl_1.11-1_all.deb ... Unpacking libxml-namespacesupport-perl (1.11-1) ... Selecting previously unselected package libxml-sax-base-perl. Preparing to unpack .../libxml-sax-base-perl_1.07-1_all.deb ... Unpacking libxml-sax-base-perl (1.07-1) ... Selecting previously unselected package libxml-sax-perl. Preparing to unpack .../libxml-sax-perl_0.99+dfsg-2_all.deb ... Unpacking libxml-sax-perl (0.99+dfsg-2) ... Selecting previously unselected package libxml-libxml-perl. Preparing to unpack .../libxml-libxml-perl_2.0116+dfsg-1+b1_amd64.deb ... Unpacking libxml-libxml-perl (2.0116+dfsg-1+b1) ... Selecting previously unselected package texinfo. Preparing to unpack .../texinfo_5.2.0.dfsg.1-6_amd64.deb ... Unpacking texinfo (5.2.0.dfsg.1-6) ... Selecting previously unselected package cdbs. Preparing to unpack .../archives/cdbs_0.4.129_all.deb ... Unpacking cdbs (0.4.129) ... 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 libgfortran-4.9-dev:amd64. Preparing to unpack .../libgfortran-4.9-dev_4.9.2-10_amd64.deb ... Unpacking libgfortran-4.9-dev:amd64 (4.9.2-10) ... Selecting previously unselected package gfortran-4.9. Preparing to unpack .../gfortran-4.9_4.9.2-10_amd64.deb ... Unpacking gfortran-4.9 (4.9.2-10) ... Selecting previously unselected package gfortran. Preparing to unpack .../gfortran_4%3a4.9.2-2_amd64.deb ... Unpacking gfortran (4:4.9.2-2) ... Selecting previously unselected package isympy. Preparing to unpack .../isympy_0.7.5-4_all.deb ... Unpacking isympy (0.7.5-4) ... Selecting previously unselected package libblas-dev. Preparing to unpack .../libblas-dev_1.2.20110419-10_amd64.deb ... Unpacking libblas-dev (1.2.20110419-10) ... Selecting previously unselected package libatlas-dev. Preparing to unpack .../libatlas-dev_3.10.2-7_all.deb ... Unpacking libatlas-dev (3.10.2-7) ... Selecting previously unselected package libatlas-base-dev. Preparing to unpack .../libatlas-base-dev_3.10.2-7_amd64.deb ... Unpacking libatlas-base-dev (3.10.2-7) ... Selecting previously unselected package libcr-dev. Preparing to unpack .../libcr-dev_0.8.5-2.2_amd64.deb ... Unpacking libcr-dev (0.8.5-2.2) ... 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 libfftw3-bin. Preparing to unpack .../libfftw3-bin_3.3.4-2_amd64.deb ... Unpacking libfftw3-bin (3.3.4-2) ... Selecting previously unselected package libfftw3-dev:amd64. Preparing to unpack .../libfftw3-dev_3.3.4-2_amd64.deb ... Unpacking libfftw3-dev:amd64 (3.3.4-2) ... Selecting previously unselected package libgraphicsmagick3. Preparing to unpack .../libgraphicsmagick3_1.3.20-3+deb8u1_amd64.deb ... Unpacking libgraphicsmagick3 (1.3.20-3+deb8u1) ... Selecting previously unselected package libgraphicsmagick++3. Preparing to unpack .../libgraphicsmagick++3_1.3.20-3+deb8u1_amd64.deb ... Unpacking libgraphicsmagick++3 (1.3.20-3+deb8u1) ... Selecting previously unselected package libjpeg62-turbo-dev:amd64. Preparing to unpack .../libjpeg62-turbo-dev_1%3a1.3.1-12_amd64.deb ... Unpacking libjpeg62-turbo-dev:amd64 (1:1.3.1-12) ... Selecting previously unselected package libtinfo-dev:amd64. Preparing to unpack .../libtinfo-dev_5.9+20140913-1+b1_amd64.deb ... Unpacking libtinfo-dev:amd64 (5.9+20140913-1+b1) ... Selecting previously unselected package libncurses5-dev:amd64. Preparing to unpack .../libncurses5-dev_5.9+20140913-1+b1_amd64.deb ... Unpacking libncurses5-dev:amd64 (5.9+20140913-1+b1) ... Selecting previously unselected package libqscintilla2-l10n. Preparing to unpack .../libqscintilla2-l10n_2.8.4+dfsg-1_all.deb ... Unpacking libqscintilla2-l10n (2.8.4+dfsg-1) ... Selecting previously unselected package libqscintilla2-11. Preparing to unpack .../libqscintilla2-11_2.8.4+dfsg-1_amd64.deb ... Unpacking libqscintilla2-11 (2.8.4+dfsg-1) ... Selecting previously unselected package octave-common. Preparing to unpack .../octave-common_3.8.2-4_all.deb ... Unpacking octave-common (3.8.2-4) ... Selecting previously unselected package octave. Preparing to unpack .../octave_3.8.2-4_amd64.deb ... Unpacking octave (3.8.2-4) ... Selecting previously unselected package libreadline6-dev:amd64. Preparing to unpack .../libreadline6-dev_6.3-8+b3_amd64.deb ... Unpacking libreadline6-dev:amd64 (6.3-8+b3) ... 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 libmpl-dev. Preparing to unpack .../libmpl-dev_3.1-5+b2_amd64.deb ... Unpacking libmpl-dev (3.1-5+b2) ... Selecting previously unselected package libopa-dev. Preparing to unpack .../libopa-dev_3.1-5+b2_amd64.deb ... Unpacking libopa-dev (3.1-5+b2) ... Selecting previously unselected package libmpich-dev. Preparing to unpack .../libmpich-dev_3.1-5+b2_amd64.deb ... Unpacking libmpich-dev (3.1-5+b2) ... Selecting previously unselected package libhdf5-mpich-dev. Preparing to unpack .../libhdf5-mpich-dev_1.8.13+docs-15_amd64.deb ... Unpacking libhdf5-mpich-dev (1.8.13+docs-15) ... Selecting previously unselected package libhdf5-mpich2-dev. Preparing to unpack .../libhdf5-mpich2-dev_1.8.13+docs-15_all.deb ... Unpacking libhdf5-mpich2-dev (1.8.13+docs-15) ... 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.5-1_all.deb ... Unpacking xtrans-dev (1.3.5-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 mesa-common-dev:amd64. Preparing to unpack .../mesa-common-dev_10.4.2-2_amd64.deb ... Unpacking mesa-common-dev:amd64 (10.4.2-2) ... Selecting previously unselected package libgl1-mesa-swx11-dev:amd64. Preparing to unpack .../libgl1-mesa-swx11-dev_10.4.2-2_amd64.deb ... Unpacking libgl1-mesa-swx11-dev:amd64 (10.4.2-2) ... Selecting previously unselected package liboctave-dev. Preparing to unpack .../liboctave-dev_3.8.2-4_amd64.deb ... Unpacking liboctave-dev (3.8.2-4) ... Selecting previously unselected package octave-pkg-dev. Preparing to unpack .../octave-pkg-dev_1.2.0_all.deb ... Unpacking octave-pkg-dev (1.2.0) ... Selecting previously unselected package python-mpmath. Preparing to unpack .../python-mpmath_0.19-1_all.deb ... Unpacking python-mpmath (0.19-1) ... Selecting previously unselected package python-sympy. Preparing to unpack .../python-sympy_0.7.5-4_all.deb ... Unpacking python-sympy (0.7.5-4) ... Setting up libjson-c2:amd64 (0.11-4) ... Setting up libpipeline1:amd64 (1.4.0-1) ... Setting up libssl1.0.0:amd64 (1.0.1k-1) ... Setting up groff-base (1.22.3-1) ... Setting up bsdmainutils (9.0.6) ... update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode Setting up man-db (2.7.0.2-5) ... Building database of manual pages ... Setting up libasprintf0c2:amd64 (0.19.3-2) ... Setting up libnettle4:amd64 (2.7.1-5) ... Setting up libhogweed2:amd64 (2.7.1-5) ... Setting up libffi6:amd64 (3.1-2+b2) ... Setting up libp11-kit0:amd64 (0.20.7-1) ... Setting up libtasn1-6:amd64 (4.2-2) ... Setting up libgnutls-deb0-28:amd64 (3.3.8-6) ... Setting up libkeyutils1:amd64 (1.5.9-5+b1) ... Setting up libkrb5support0:amd64 (1.12.1+dfsg-18) ... Setting up libk5crypto3:amd64 (1.12.1+dfsg-18) ... Setting up libkrb5-3:amd64 (1.12.1+dfsg-18) ... Setting up libgssapi-krb5-2:amd64 (1.12.1+dfsg-18) ... Setting up libidn11:amd64 (1.29-1+b2) ... 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-4) ... Setting up libmagic1:amd64 (1:5.22+15-2) ... Setting up libwrap0:amd64 (7.6.q-25) ... Setting up libicu52:amd64 (52.1-7.1) ... Setting up libxml2:amd64 (2.9.2+dfsg1-3) ... Setting up mime-support (3.58) ... Setting up libexpat1:amd64 (2.1.0-6+b3) ... 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 libpng12-0:amd64 (1.2.50-2+b2) ... Setting up libfreetype6:amd64 (2.5.2-4) ... Setting up ucf (3.0030) ... Setting up ttf-bitstream-vera (1.10-8) ... Setting up fontconfig-config (2.11.0-6.3) ... Setting up libfontconfig1:amd64 (2.11.0-6.3) ... Setting up fontconfig (2.11.0-6.3) ... Regenerating fonts cache... done. Setting up libamd2.3.1:amd64 (1:4.2.1-3) ... Setting up libasyncns0:amd64 (0.8-5) ... Setting up libxau6:amd64 (1:1.0.8-1) ... Setting up x11-common (1:7.7+7) ... update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults Setting up X socket directories... /tmp/.X11-unix /tmp/.ICE-unix. Setting up libice6:amd64 (2:1.0.9-1+b1) ... Setting up libsm6:amd64 (2:1.2.2-1+b1) ... 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 libxt6:amd64 (1:1.1.4-1+b1) ... Setting up libaudio2:amd64 (1.9.4-3) ... Setting up libavahi-common-data:amd64 (0.6.31-4+b2) ... Setting up libavahi-common3:amd64 (0.6.31-4+b2) ... Setting up libdbus-1-3:amd64 (1.8.16-1) ... Setting up libavahi-client3:amd64 (0.6.31-4+b2) ... Setting up libcamd2.3.1:amd64 (1:4.2.1-3) ... Setting up libccolamd2.8.0:amd64 (1:4.2.1-3) ... Setting up libgfortran3:amd64 (4.9.2-10) ... Setting up libblas-common (1.2.20110419-10) ... Setting up libblas3 (1.2.20110419-10) ... update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode Setting up libopenblas-base (0.2.12-1) ... update-alternatives: using /usr/lib/openblas-base/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode update-alternatives: using /usr/lib/openblas-base/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode Setting up libatlas3-base (3.10.2-7) ... Setting up libcolamd2.8.0:amd64 (1:4.2.1-3) ... Setting up libcholmod2.1.2:amd64 (1:4.2.1-3) ... 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 libcups2:amd64 (1.7.5-11) ... Setting up librtmp1:amd64 (2.4+20131018.git79459a2-5) ... Setting up libssh2-1:amd64 (1.4.3-4.1) ... Setting up libcurl3-gnutls:amd64 (7.38.0-4) ... Setting up libcxsparse3.1.2:amd64 (1:4.2.1-3) ... 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 libfftw3-double3:amd64 (3.3.4-2) ... Setting up libfftw3-long3:amd64 (3.3.4-2) ... Setting up libfftw3-quad3:amd64 (3.3.4-2) ... Setting up libfftw3-single3:amd64 (3.3.4-2) ... Setting up libogg0:amd64 (1.3.2-1) ... Setting up libflac8:amd64 (1.3.0-3) ... Setting up libxext6:amd64 (2:1.3.3-1) ... Setting up libxrender1:amd64 (1:0.9.8-1+b1) ... Setting up libxft2:amd64 (2.3.2-1) ... Setting up libxinerama1:amd64 (2:1.1.3-1+b1) ... Setting up libfltk1.3:amd64 (1.3.2-6+b1) ... Setting up libglapi-mesa:amd64 (10.4.2-2) ... Setting up libosmesa6:amd64 (10.4.2-2) ... Setting up libgl1-mesa-swx11:amd64 (10.4.2-2) ... Setting up libfltk-gl1.3:amd64 (1.3.2-6+b1) ... Setting up libjpeg62-turbo:amd64 (1:1.3.1-12) ... Setting up libjasper1:amd64 (1.900.1-debian1-2.4) ... Setting up libjbig0:amd64 (2.1-3.1) ... Setting up libtiff5:amd64 (4.0.3-12.2) ... Setting up libgdk-pixbuf2.0-common (2.31.1-2) ... Setting up libgdk-pixbuf2.0-0:amd64 (2.31.1-2+b1) ... Setting up libltdl7:amd64 (2.4.2-1.11) ... Setting up libglpk36:amd64 (4.55-1) ... Setting up libglu1-mesa:amd64 (9.0.0-2) ... Setting up libhdf5-8:amd64 (1.8.13+docs-15) ... Setting up liblcms2-2:amd64 (2.6-3+b3) ... Setting up libmng1:amd64 (1.0.10+dfsg-3.1+b3) ... Setting up libnspr4:amd64 (2:4.10.7-1) ... Setting up libnss3:amd64 (2:3.17.2-1.1) ... Setting up libarpack2 (3.1.5-3) ... Setting up libgl2ps0 (1.3.8-1.2) ... Setting up libqrupdate1:amd64 (1.1.2-1) ... Setting up libumfpack5.6.2:amd64 (1:4.2.1-3) ... Setting up liboctave2:amd64 (3.8.2-4) ... Setting up libpcsclite1:amd64 (1.8.13-1) ... 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 libqhull6:amd64 (2012.1-5) ... Setting up qtcore4-l10n (4:4.8.6+git64-g5dc8b2b+dfsg-3) ... Setting up libqtcore4:amd64 (4:4.8.6+git64-g5dc8b2b+dfsg-3) ... Setting up libqt4-xml:amd64 (4:4.8.6+git64-g5dc8b2b+dfsg-3) ... Setting up libqtdbus4:amd64 (4:4.8.6+git64-g5dc8b2b+dfsg-3) ... Setting up libqt4-network:amd64 (4:4.8.6+git64-g5dc8b2b+dfsg-3) ... Setting up libqtgui4:amd64 (4:4.8.6+git64-g5dc8b2b+dfsg-3) ... Setting up libunistring0:amd64 (0.9.3-5.2+b1) ... Setting up libwmf0.2-7:amd64 (0.2.8.4-10.3+b2) ... Setting up openssl (1.0.1k-1) ... Setting up ca-certificates (20141019) ... Setting up java-common (0.52) ... Setting up tzdata-java (2015a-1) ... Setting up libcr0 (0.8.5-2.2) ... Setting up libmpl1:amd64 (3.1-5+b2) ... Setting up libopa1:amd64 (3.1-5+b2) ... Setting up libmpich12:amd64 (3.1-5+b2) ... Setting up libhdf5-mpich-8:amd64 (1.8.13+docs-15) ... Setting up file (1:5.22+15-2) ... Setting up gettext-base (0.19.3-2) ... Setting up libtext-unidecode-perl (1.22-1) ... Setting up libintl-perl (1.23-1) ... Setting up libxml-namespacesupport-perl (1.11-1) ... Setting up libxml-sax-base-perl (1.07-1) ... Setting up libxml-sax-perl (0.99+dfsg-2) ... update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version Setting up libxml-libxml-perl (2.0116+dfsg-1+b1) ... update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version Setting up texinfo (5.2.0.dfsg.1-6) ... Setting up cdbs (0.4.129) ... 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 libgfortran-4.9-dev:amd64 (4.9.2-10) ... Setting up gfortran-4.9 (4.9.2-10) ... Setting up gfortran (4:4.9.2-2) ... update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode Setting up isympy (0.7.5-4) ... Setting up libblas-dev (1.2.20110419-10) ... update-alternatives: using /usr/lib/libblas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode Setting up libatlas-dev (3.10.2-7) ... Setting up libatlas-base-dev (3.10.2-7) ... update-alternatives: using /usr/lib/atlas-base/atlas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode update-alternatives: using /usr/lib/atlas-base/atlas/liblapack.so to provide /usr/lib/liblapack.so (liblapack.so) in auto mode Setting up libcr-dev (0.8.5-2.2) ... Setting up libdrm-dev:amd64 (2.4.58-2) ... Setting up libfftw3-bin (3.3.4-2) ... Setting up libfftw3-dev:amd64 (3.3.4-2) ... Setting up libgraphicsmagick3 (1.3.20-3+deb8u1) ... Setting up libgraphicsmagick++3 (1.3.20-3+deb8u1) ... Setting up libjpeg62-turbo-dev:amd64 (1:1.3.1-12) ... Setting up libtinfo-dev:amd64 (5.9+20140913-1+b1) ... Setting up libncurses5-dev:amd64 (5.9+20140913-1+b1) ... Setting up libqscintilla2-l10n (2.8.4+dfsg-1) ... Setting up libqscintilla2-11 (2.8.4+dfsg-1) ... Setting up octave-common (3.8.2-4) ... Setting up libreadline6-dev:amd64 (6.3-8+b3) ... Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2+b1) ... Setting up libmpl-dev (3.1-5+b2) ... Setting up libopa-dev (3.1-5+b2) ... Setting up libmpich-dev (3.1-5+b2) ... DEBUG: postinst in libmpich-dev update-alternatives: using /usr/include/mpich to provide /usr/include/mpi (mpi) in auto mode Setting up libhdf5-mpich-dev (1.8.13+docs-15) ... update-alternatives: using /usr/bin/h5pcc.mpich to provide /usr/bin/h5pcc (h5pcc) in auto mode update-alternatives: using /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5-mpich.pc to provide /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5.pc (hdf5.pc) in auto mode Setting up libhdf5-mpich2-dev (1.8.13+docs-15) ... 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.5-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 mesa-common-dev:amd64 (10.4.2-2) ... Setting up libgl1-mesa-swx11-dev:amd64 (10.4.2-2) ... Setting up python-mpmath (0.19-1) ... Setting up python-sympy (0.7.5-4) ... Setting up default-jre-headless (2:1.7-52) ... Setting up octave (3.8.2-4) ... Setting up liboctave-dev (3.8.2-4) ... Setting up octave-pkg-dev (1.2.0) ... Setting up openjdk-7-jre-headless:amd64 (7u75-2.5.4-3) ... update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode update-alternatives: using /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode Setting up ca-certificates-java (20140324) ... done. Processing triggers for libc-bin (2.19-17) ... 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.... Adding debian:A-Trust-nQual-03.pem Adding debian:ACCVRAIZ1.pem Adding debian:ACEDICOM_Root.pem Adding debian:AC_Ra??z_Certic??mara_S.A..pem Adding debian:Actalis_Authentication_Root_CA.pem Adding debian:AddTrust_External_Root.pem Adding debian:AddTrust_Low-Value_Services_Root.pem Adding debian:AddTrust_Public_Services_Root.pem Adding debian:AddTrust_Qualified_Certificates_Root.pem Adding debian:AffirmTrust_Commercial.pem Adding debian:AffirmTrust_Networking.pem Adding debian:AffirmTrust_Premium.pem Adding debian:AffirmTrust_Premium_ECC.pem Adding debian:America_Online_Root_Certification_Authority_1.pem Adding debian:America_Online_Root_Certification_Authority_2.pem Adding debian:ApplicationCA_-_Japanese_Government.pem Adding debian:Atos_TrustedRoot_2011.pem Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem Adding debian:Baltimore_CyberTrust_Root.pem Adding debian:Buypass_Class_2_CA_1.pem Adding debian:Buypass_Class_2_Root_CA.pem Adding debian:Buypass_Class_3_CA_1.pem Adding debian:Buypass_Class_3_Root_CA.pem Adding debian:CA_Disig.pem Adding debian:CA_Disig_Root_R1.pem Adding debian:CA_Disig_Root_R2.pem Adding debian:CNNIC_ROOT.pem Adding debian:COMODO_Certification_Authority.pem Adding debian:COMODO_ECC_Certification_Authority.pem Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem Adding debian:Camerfirma_Global_Chambersign_Root.pem Adding debian:Certigna.pem Adding debian:Certinomis_-_Autorit??_Racine.pem Adding debian:Certplus_Class_2_Primary_CA.pem Adding debian:Certum_Root_CA.pem Adding debian:Certum_Trusted_Network_CA.pem Adding debian:Chambers_of_Commerce_Root_-_2008.pem Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem Adding debian:ComSign_CA.pem Adding debian:ComSign_Secured_CA.pem Adding debian:Comodo_AAA_Services_root.pem Adding debian:Comodo_Secure_Services_root.pem Adding debian:Comodo_Trusted_Services_root.pem Adding debian:Cybertrust_Global_Root.pem Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem Adding debian:DST_ACES_CA_X6.pem Adding debian:DST_Root_CA_X3.pem Adding debian:Deutsche_Telekom_Root_CA_2.pem Adding debian:DigiCert_Assured_ID_Root_CA.pem Adding debian:DigiCert_Assured_ID_Root_G2.pem Adding debian:DigiCert_Assured_ID_Root_G3.pem Adding debian:DigiCert_Global_Root_CA.pem Adding debian:DigiCert_Global_Root_G2.pem Adding debian:DigiCert_Global_Root_G3.pem Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem Adding debian:DigiCert_Trusted_Root_G4.pem Adding debian:Digital_Signature_Trust_Co._Global_CA_1.pem Adding debian:Digital_Signature_Trust_Co._Global_CA_3.pem Adding debian:E-Guven_Kok_Elektronik_Sertifika_Hizmet_Saglayicisi.pem Adding debian:E-Tugra_Certification_Authority.pem Adding debian:EBG_Elektronik_Sertifika_Hizmet_Sa??lay??c??s??.pem Adding debian:EC-ACC.pem Adding debian:EE_Certification_Centre_Root_CA.pem Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem Adding debian:Entrust_Root_Certification_Authority.pem Adding debian:Equifax_Secure_CA.pem Adding debian:Equifax_Secure_Global_eBusiness_CA.pem Adding debian:Equifax_Secure_eBusiness_CA_1.pem Adding debian:GTE_CyberTrust_Global_Root.pem Adding debian:GeoTrust_Global_CA.pem Adding debian:GeoTrust_Global_CA_2.pem Adding debian:GeoTrust_Primary_Certification_Authority.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem Adding debian:GeoTrust_Universal_CA.pem Adding debian:GeoTrust_Universal_CA_2.pem Adding debian:GlobalSign_Root_CA.pem Adding debian:GlobalSign_Root_CA_-_R2.pem Adding debian:GlobalSign_Root_CA_-_R3.pem Adding debian:Global_Chambersign_Root_-_2008.pem Adding debian:Go_Daddy_Class_2_CA.pem Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem Adding debian:Hongkong_Post_Root_CA_1.pem Adding debian:IGC_A.pem Adding debian:Izenpe.com.pem Adding debian:Juur-SK.pem Adding debian:Microsec_e-Szigno_Root_CA.pem Adding debian:Microsec_e-Szigno_Root_CA_2009.pem Adding debian:NetLock_Arany_=Class_Gold=_F??tan??s??tv??ny.pem Adding debian:NetLock_Business_=Class_B=_Root.pem Adding debian:NetLock_Express_=Class_C=_Root.pem Adding debian:NetLock_Notary_=Class_A=_Root.pem Adding debian:NetLock_Qualified_=Class_QA=_Root.pem Adding debian:Network_Solutions_Certificate_Authority.pem Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem Adding debian:PSCProcert.pem Adding debian:QuoVadis_Root_CA.pem Adding debian:QuoVadis_Root_CA_1_G3.pem Adding debian:QuoVadis_Root_CA_2.pem Adding debian:QuoVadis_Root_CA_2_G3.pem Adding debian:QuoVadis_Root_CA_3.pem Adding debian:QuoVadis_Root_CA_3_G3.pem Adding debian:RSA_Security_2048_v3.pem Adding debian:Root_CA_Generalitat_Valenciana.pem Adding debian:S-TRUST_Authentication_and_Encryption_Root_CA_2005_PN.pem Adding debian:SG_TRUST_SERVICES_RACINE.pem Adding debian:SecureSign_RootCA11.pem Adding debian:SecureTrust_CA.pem Adding debian:Secure_Global_CA.pem Adding debian:Security_Communication_EV_RootCA1.pem Adding debian:Security_Communication_RootCA2.pem Adding debian:Security_Communication_Root_CA.pem Adding debian:Sonera_Class_1_Root_CA.pem Adding debian:Sonera_Class_2_Root_CA.pem Adding debian:Staat_der_Nederlanden_Root_CA.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem Adding debian:Starfield_Class_2_CA.pem Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem Adding debian:StartCom_Certification_Authority.pem Adding debian:StartCom_Certification_Authority_2.pem Adding debian:StartCom_Certification_Authority_G2.pem Adding debian:SwissSign_Gold_CA_-_G2.pem Adding debian:SwissSign_Platinum_CA_-_G2.pem Adding debian:SwissSign_Silver_CA_-_G2.pem Adding debian:Swisscom_Root_CA_1.pem Adding debian:Swisscom_Root_CA_2.pem Adding debian:Swisscom_Root_EV_CA_2.pem Adding debian:T-TeleSec_GlobalRoot_Class_2.pem Adding debian:T-TeleSec_GlobalRoot_Class_3.pem Adding debian:TC_TrustCenter_Class_2_CA_II.pem Adding debian:TC_TrustCenter_Class_3_CA_II.pem Adding debian:TC_TrustCenter_Universal_CA_I.pem Adding debian:TURKTRUST_Certificate_Services_Provider_Root_1.pem Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2.pem Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem Adding debian:TWCA_Global_Root_CA.pem Adding debian:TWCA_Root_Certification_Authority.pem Adding debian:Taiwan_GRCA.pem Adding debian:TeliaSonera_Root_CA_v1.pem Adding debian:Thawte_Premium_Server_CA.pem Adding debian:Thawte_Server_CA.pem Adding debian:Trustis_FPS_Root_CA.pem Adding debian:T??B??TAK_UEKAE_K??k_Sertifika_Hizmet_Sa??lay??c??s??_-_S??r??m_3.pem Adding debian:UTN_DATACorp_SGC_Root_CA.pem Adding debian:UTN_USERFirst_Email_Root_CA.pem Adding debian:UTN_USERFirst_Hardware_Root_CA.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem Adding debian:VeriSign_Universal_Root_Certification_Authority.pem Adding debian:Verisign_Class_1_Public_Primary_Certification_Authority.pem Adding debian:Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.pem Adding debian:Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.pem Adding debian:Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.pem Adding debian:Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority.pem Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.pem Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_2.pem Adding debian:Verisign_Class_4_Public_Primary_Certification_Authority_-_G3.pem Adding debian:Visa_eCommerce_Root.pem Adding debian:WellsSecure_Public_Root_Certificate_Authority.pem Adding debian:WoSign.pem Adding debian:WoSign_China.pem Adding debian:XRamp_Global_CA_Root.pem Adding debian:certSIGN_ROOT_CA.pem Adding debian:ePKI_Root_Certification_Authority.pem Adding debian:thawte_Primary_Root_CA.pem Adding debian:thawte_Primary_Root_CA_-_G2.pem Adding debian:thawte_Primary_Root_CA_-_G3.pem Adding debian:spi-cacert-2008.pem done. done. Reading package lists... Building dependency tree... Reading state information... Reading extended state information... Initializing package states... Writing extended state information... Building tag database... -> Finished parsing the build-deps Reading package lists... Building dependency tree... Reading state information... eatmydata is already the newest version. The following NEW packages will be installed: fakeroot libfakeroot 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 129 kB of archives. After this operation, 434 kB of additional disk space will be used. Get:1 http://localhost:3142/http.debian.net/debian/ sid/main libfakeroot amd64 1.20.2-1 [44.7 kB] Get:2 http://localhost:3142/http.debian.net/debian/ sid/main fakeroot amd64 1.20.2-1 [84.7 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 129 kB in 0s (2795 kB/s) Selecting previously unselected package libfakeroot:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 22423 files and directories currently installed.) 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) ... Processing triggers for man-db (2.7.0.2-5) ... 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 I: Copying source file I: copying [/home/sebastien/debian/octave-symbolic_2.1.0-1.dsc] I: copying [/home/sebastien/debian/octave-symbolic_2.1.0.orig.tar.gz] I: copying [/home/sebastien/debian/octave-symbolic_2.1.0-1.debian.tar.xz] I: Extracting source dpkg-source: warning: extracting unsigned source package (octave-symbolic_2.1.0-1.dsc) dpkg-source: info: extracting octave-symbolic in octave-symbolic-2.1.0 dpkg-source: info: unpacking octave-symbolic_2.1.0.orig.tar.gz dpkg-source: info: unpacking octave-symbolic_2.1.0-1.debian.tar.xz I: Building the package W: no hooks of type A found -- ignoring I: Running cd tmp/buildd/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin" dpkg-buildpackage -us -uc -rfakeroot dpkg-buildpackage: source package octave-symbolic dpkg-buildpackage: source version 2.1.0-1 dpkg-buildpackage: source distribution experimental dpkg-buildpackage: source changed by Rafael Laboissiere dpkg-source --before-build octave-symbolic-2.1.0 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean test -x debian/rules dh_clean /usr/bin/make -k -C src clean make[1]: Entering directory '/tmp/buildd/octave-symbolic-2.1.0/src' rm -f ../matlab/*.m rm -f ../matlab/CONTRIBUTORS rm -f ../matlab/COPYING rm -f ../matlab/NEWS rm -f ../matlab/*.md rm -rf ../matlab/@sym rm -rf ../matlab/@symfun rm -rf ../matlab/@logical rm -rf ../matlab/private rm -rf ../matlab/tests_matlab make[1]: Leaving directory '/tmp/buildd/octave-symbolic-2.1.0/src' rm -rf inst/x86_64-pc-linux-gnu-api-v49+ global-list local-list dpkg-source -b octave-symbolic-2.1.0 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building octave-symbolic using existing ./octave-symbolic_2.1.0.orig.tar.gz dpkg-source: info: building octave-symbolic in octave-symbolic_2.1.0-1.debian.tar.xz dpkg-source: info: building octave-symbolic in octave-symbolic_2.1.0-1.dsc debian/rules build test -x debian/rules mkdir -p "." fakeroot debian/rules binary test -x debian/rules dh_testroot dh_prep dh_installdirs -A mkdir -p "." Adding cdbs dependencies to debian/octave-symbolic.substvars dh_installdirs -poctave-symbolic Checking the Octave version... ok mkdir -p /tmp/buildd/octave-symbolic-2.1.0/debian/octave-symbolic/usr/share/octave/packages \ /tmp/buildd/octave-symbolic-2.1.0/debian/octave-symbolic/usr/lib/x86_64-linux-gnu/octave/packages [ -e PKG_ADD ] && mv PKG_ADD PKG_ADD.bak /usr/share/cdbs/1/class/octave-pkg.mk:102: recipe for target 'install-pkg' failed make: [install-pkg] Error 1 (ignored) /usr/bin/octave --no-history --silent --no-init-file --no-window-system --eval \ "pkg ('prefix', [pwd(),'/debian/octave-symbolic/usr/share/octave/packages'], \ [pwd(),'/debian/octave-symbolic/usr/lib/x86_64-linux-gnu/octave/packages']); \ pkg ('local_list', [pwd(),'/local-list']); \ pkg ('global_list', [pwd(),'/global-list']); \ save_header_format_string( \ '# Generated by Octave during Debian package build'); \ if (exist ('PKG_ADD.bak') == 2), \ movefile ('PKG_ADD.bak', 'PKG_ADD'); \ endif; \ pkg -verbose -nodeps install ." mkdir (/tmp/oct-LkzqAH) Copying directory (., /tmp/oct-LkzqAH) make[1]: Entering directory '/tmp/oct-LkzqAH/src' echo "no installation steps are needed" no installation steps are needed make[1]: Leaving directory '/tmp/oct-LkzqAH/src' For information about changes from previous versions of the symbolic package, run 'news symbolic'. /usr/share/octave/debian/dh/octave-pkg-helper Use of uninitialized value $deps in split at /usr/share/octave/debian/dh/octave-pkg-helper line 50. dh_install --package=octave-symbolic ( cd ./debian/octave-symbolic/usr/share/octave/packages/symbolic-2.1.0/packinfo ; rm -f COPYING ChangeLog ) if [ -d doc ] ; then \ dh_installdocs -poctave-symbolic; \ rm -rf debian/octave-symbolic/usr/share/octave/packages/*/doc ; \ fi [ -e PKG_ADD ] && mv PKG_ADD PKG_ADD.bak /usr/share/cdbs/1/class/octave-pkg.mk:134: recipe for target 'check-pkg' failed make: [check-pkg] Error 1 (ignored) Checking package... Checking m files ... [@symfun/symfun] OctSymPy v2.1.0: this is free software without warranty, see source. Initializing communication with SymPy using a popen2() pipe. Some output from the Python subprocess (pid 19731) might appear next. warning: fopen: file found in load path Python 2.7.9 (default, Mar 1 2015, 12:57:24) [GCC 4.9.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> >>> OctSymPy: Communication established. SymPy v0.7.5. PASSES 16 out of 16 tests [@symfun/priv_disp_name] PASSES 2 out of 2 tests [@symfun/ldivide] PASSES 1 out of 1 test [@symfun/int] PASSES 7 out of 7 tests [@symfun/plus] PASSES 1 out of 1 test [@symfun/mpower] PASSES 1 out of 1 test [@symfun/mldivide] PASSES 1 out of 1 test [@symfun/size] PASSES 2 out of 2 tests [@symfun/symvar] PASSES 6 out of 6 tests [@symfun/minus] PASSES 4 out of 4 tests [@symfun/formula] PASSES 3 out of 3 tests [@symfun/numel] PASSES 2 out of 2 tests [@symfun/argnames] PASSES 3 out of 3 tests [@symfun/power] PASSES 2 out of 2 tests [@symfun/rdivide] PASSES 2 out of 2 tests [@symfun/mrdivide] PASSES 1 out of 1 test [@symfun/subsref] PASSES 2 out of 2 tests [@symfun/times] PASSES 2 out of 2 tests [@symfun/diff] PASSES 2 out of 2 tests [@symfun/mtimes] PASSES 1 out of 1 test [python_cmd] PASSES 21 out of 21 tests [vpasolve] PASSES 5 out of 5 tests [digits] PASSES 1 out of 1 test [syms] PASSES 9 out of 9 tests [evalpy] PASSES 4 out of 4 tests [vpa] ***** xtest % big integers (num2str broken in Octave) a = int64(1234567891); a = a*a; b = vpa(a); c = vpa('1524157877488187881'); assert (isequal (b, c)) !!!!! known failure assert (isequal (b, c)) failed PASSES 22 out of 22 tests (1 expected failure) [@sym/sec] PASSES 2 out of 2 tests [@sym/simplify] PASSES 2 out of 2 tests [@sym/isequal] PASSES 5 out of 5 tests [@sym/real] PASSES 3 out of 3 tests [@sym/length] PASSES 3 out of 3 tests [@sym/function_handle] warning: function_handle: your SymPy has no octave codegen: partial workaround ***** xtest % Functions with different names in Sympy. % (will fail unless Sympy has Octave codegen) f = abs(x); % becomes Abs(x) h = function_handle(f); assert(h(-10) == 10) f = ceil(x); h = function_handle(f); assert(h(10.1) == 11) !!!!! known failure 'Abs' undefined near line 1 column 6 shared variables scalar structure containing the fields: x = (sym) x y = (sym) y z = (sym) z ***** xtest % output to disk % (will fail unless Sympy has Octave codegen) f = function_handle(2*x*y, 2^x, 'vars', {x y z}, 'file', 'temp_test_output1'); assert( isa(f, 'function_handle')) [a,b] = f(10,20,30); assert (isnumeric (a) && isnumeric (b)) assert (a == 400) assert (b == 1024) delete('temp_test_output1.m') !!!!! known failure function_handle: your SymPy has no octave codegen, cannot workaround shared variables scalar structure containing the fields: x = (sym) x y = (sym) y z = (sym) z ***** xtest % output to disk: also works with .m specified % (will fail unless Sympy has Octave codegen) f = function_handle(2*x*y, 2^x, 'vars', {x y z}, 'file', 'temp_test_output2.m'); assert( isa(f, 'function_handle')) [a,b] = f(10,20,30); assert (isnumeric (a) && isnumeric (b)) assert (a == 400) assert (b == 1024) delete('temp_test_output2.m') !!!!! known failure function_handle: your SymPy has no octave codegen, cannot workaround shared variables scalar structure containing the fields: x = (sym) x y = (sym) y z = (sym) z warning: function_handle: your SymPy has no octave codegen: partial workaround warning: function_handle: your SymPy has no octave codegen: partial workaround warning: function_handle: your SymPy has no octave codegen: partial workaround ***** xtest % non-scalar outputs % (will fail unless Sympy has Octave codegen) H = [x y z]; M = [x y; z 16]; V = [x;y;z]; h = function_handle(H, M, V); [t1,t2,t3] = h(1,2,3); assert(isequal(t1, [1 2 3])) assert(isequal(t2, [1 2; 3 16])) assert(isequal(t3, [1;2;3])) !!!!! known failure 'Matrix' undefined near line 1 column 15 shared variables scalar structure containing the fields: x = (sym) x y = (sym) y z = (sym) z ***** xtest % non-scalar outputs in .m files % (will fail unless Sympy has Octave codegen) H = [x y z]; M = [x y; z 16]; V = [x;y;z]; h = function_handle(H, M, V, 'vars', {x y z}, 'file', 'temp_test_output3'); assert( isa(h, 'function_handle')) [t1,t2,t3] = h(1,2,3); assert(isequal(t1, [1 2 3])) assert(isequal(t2, [1 2; 3 16])) assert(isequal(t3, [1;2;3])) delete('temp_test_output3.m') !!!!! known failure function_handle: your SymPy has no octave codegen, cannot workaround shared variables scalar structure containing the fields: x = (sym) x y = (sym) y z = (sym) z warning: function_handle: your SymPy has no octave codegen: partial workaround PASSES 13 out of 13 tests (5 expected failures) [@sym/assume] PASSES 4 out of 4 tests [@sym/erfc] PASSES 2 out of 2 tests [@sym/latex] PASSES 1 out of 1 test [@sym/lu] PASSES 4 out of 4 tests [@sym/sym] ***** xtest % multiple assumptions % FIXME: xtest for sympy <= 0.7.6 where a is the full dict n = sym('n', 'negative', 'even'); a = assumptions(n); assert(strcmp(a, 'n: negative, even') || strcmp(a, 'n: even, negative')) % FIXME: slightly obtuse testing b/c 0.7.6 but still fails on 0.7.5 assert (isequal (n > 0, sym(false))) assert (isequal (n == -1, sym(false))) !!!!! known failure assert (strcmp (a, 'n: negative, even') || strcmp (a, 'n: even, negative')) failed PASSES 32 out of 32 tests (1 expected failure) [@sym/priv_disp_name] PASSES 1 out of 1 test [@sym/end] PASSES 4 out of 4 tests [@sym/csc] PASSES 2 out of 2 tests [@sym/ldivide] PASSES 5 out of 5 tests [@sym/limit] PASSES 6 out of 6 tests [@sym/numden] PASSES 3 out of 3 tests [@sym/le] PASSES 2 out of 2 tests [@sym/cat] PASSES 1 out of 1 test [@sym/toeplitz] *** One warning expected *** warning: toeplitz: column wins diagonal conflict PASSES 5 out of 5 tests [@sym/children] PASSES 8 out of 8 tests [@sym/erfinv] PASSES 2 out of 2 tests [@sym/int] PASSES 9 out of 9 tests [@sym/resize] PASSES 1 out of 1 test [@sym/uminus] PASSES 2 out of 2 tests [@sym/asin] PASSES 2 out of 2 tests [@sym/plus] PASSES 2 out of 2 tests [@sym/eig] PASSES 6 out of 6 tests [@sym/symreplace] PASSES 4 out of 4 tests [@sym/fortran] PASSES 2 out of 2 tests [@sym/fliplr] PASSES 3 out of 3 tests [@sym/prod] PASSES 9 out of 9 tests [@sym/mpower] skipping: fails on SymPy 0.7.5 skipping: fails on SymPy 0.7.5 PASSES 9 out of 9 tests [@sym/trace] PASSES 2 out of 2 tests [@sym/isrow] PASSES 5 out of 5 tests [@sym/qr] PASSES 2 out of 2 tests [@sym/dirac] PASSES 2 out of 2 tests [@sym/mldivide] PASSES 6 out of 6 tests [@sym/gradient] PASSES 7 out of 7 tests [@sym/erfcinv] PASSES 2 out of 2 tests [@sym/ifourier] PASSES 1 out of 1 test [@sym/lt] ***** xtest % positive (known failure w/ sympy 0.7.5) syms z positive e = -1 < z; assert (isequal (e, sym(true))) !!!!! known failure assert (isequal (e, sym (true))) failed PASSES 14 out of 14 tests (1 expected failure) [@sym/subsindex] PASSES 9 out of 9 tests [@sym/factor] PASSES 5 out of 5 tests [@sym/cot] PASSES 2 out of 2 tests [@sym/axplusy] PASSES 1 out of 1 test [@sym/det] PASSES 3 out of 3 tests [@sym/expm] PASSES 4 out of 4 tests [@sym/size] ***** xtest % symbolic-size matrices syms n m integer A = sym('A', [n m]); d = size(A); assert (~isa(d, 'sym')) assert (isnumeric(d)) assert (isequaln (d, [NaN NaN])) !!!!! known failure assert (isequaln (d, [NaN, NaN])) failed ***** xtest % half-symbolic-size matrices % FIXME: will fail until size stop lying by saying 1x1 syms n integer A = sym('A', [n 3]); assert (isequaln (size(A), [NaN 3])) A = sym('A', [4 n]); assert (isequaln (size(A), [4 NaN])) !!!!! known failure assert (isequaln (size (A), [NaN, 3])) failed ***** xtest % half-symbolic-size empty matrices % FIXME: will fail until size stop lying by saying 1x1 syms n integer A = sym('A', [n 0]); assert (isequaln (size(A), [NaN 0])) !!!!! known failure assert (isequaln (size (A), [NaN, 0])) failed PASSES 7 out of 7 tests (3 expected failures) [@sym/symvar] PASSES 9 out of 9 tests [@sym/null] PASSES 3 out of 3 tests [@sym/log10] PASSES 2 out of 2 tests [@sym/nextprime] PASSES 2 out of 2 tests [@sym/isallconstant] PASSES 3 out of 3 tests [@sym/laplacian] PASSES 6 out of 6 tests [@sym/log2] PASSES 2 out of 2 tests [@sym/expand] PASSES 2 out of 2 tests [@sym/acosh] PASSES 2 out of 2 tests [@sym/horzcat] skipping: test passes on sympy > 0.7.6 PASSES 7 out of 7 tests [@sym/svd] PASSES 3 out of 3 tests [@sym/flipud] PASSES 3 out of 3 tests [@sym/minus] PASSES 2 out of 2 tests [@sym/nnz] PASSES 9 out of 9 tests [@sym/formula] PASSES 1 out of 1 test [@sym/log] PASSES 2 out of 2 tests [@sym/subsasgn] PASSES 32 out of 32 tests [@sym/cosh] PASSES 2 out of 2 tests [@sym/floor] PASSES 2 out of 2 tests [@sym/lhs] PASSES 8 out of 8 tests [@sym/atan2] PASSES 3 out of 3 tests [@sym/factorial] PASSES 2 out of 2 tests [@sym/ge] PASSES 2 out of 2 tests [@sym/gamma] PASSES 2 out of 2 tests [@sym/double] PASSES 11 out of 11 tests [@sym/numel] PASSES 3 out of 3 tests [@sym/asinh] PASSES 2 out of 2 tests [@sym/uplus] PASSES 2 out of 2 tests [@sym/sinh] PASSES 2 out of 2 tests [@sym/erf] PASSES 2 out of 2 tests [@sym/diag] PASSES 4 out of 4 tests [@sym/subs] PASSES 11 out of 11 tests [@sym/sum] PASSES 9 out of 9 tests [@sym/fourier] PASSES 1 out of 1 test [@sym/transpose] PASSES 5 out of 5 tests [@sym/acoth] PASSES 2 out of 2 tests [@sym/ccode] PASSES 2 out of 2 tests [@sym/pinv] PASSES 2 out of 2 tests [@sym/taylor] PASSES 5 out of 5 tests [@sym/potential] ***** xtest % fails b/c of sympy #8458 (piecewise expr that should simplify) syms x f = cos(x); assert (isequal (potential(f, x), sin(x))) !!!!! known failure assert (isequal (potential (f, x), sin (x))) failed PASSES 5 out of 5 tests (1 expected failure) [@sym/curl] PASSES 5 out of 5 tests [@sym/reshape] PASSES 5 out of 5 tests [@sym/rhs] PASSES 1 out of 1 test [@sym/any] PASSES 3 out of 3 tests [@sym/isprime] PASSES 10 out of 10 tests [@sym/all] PASSES 3 out of 3 tests [@sym/tril] PASSES 4 out of 4 tests [@sym/norm] PASSES 3 out of 3 tests [@sym/argnames] PASSES 1 out of 1 test [@sym/isvector] PASSES 7 out of 7 tests [@sym/symprod] PASSES 8 out of 8 tests [@sym/pretty] PASSES 3 out of 3 tests [@sym/jacobian] PASSES 8 out of 8 tests [@sym/ne] PASSES 4 out of 4 tests [@sym/repmat] PASSES 2 out of 2 tests [@sym/heaviside] PASSES 2 out of 2 tests [@sym/tan] PASSES 2 out of 2 tests [@sym/xor] PASSES 5 out of 5 tests [@sym/ilaplace] PASSES 1 out of 1 test [@sym/power] skipping known failure b/c SymPy <= 0.7.6 PASSES 6 out of 6 tests [@sym/isempty] ***** xtest % empty symbolic-size matrices % FIXME: will fail until size stop lying by saying 1x1 syms n integer A = sym('A', [0 n]); assert (isempty (A)) A = sym('A', [n 0]); assert (isempty (A)) !!!!! known failure assert (isempty (A)) failed PASSES 10 out of 10 tests (1 expected failure) [@sym/ceil] PASSES 2 out of 2 tests [@sym/triu] PASSES 4 out of 4 tests [@sym/columns] PASSES 2 out of 2 tests [@sym/setdiff] PASSES 5 out of 5 tests [@sym/findsym] PASSES 4 out of 4 tests [@sym/and] PASSES 6 out of 6 tests [@sym/coth] PASSES 2 out of 2 tests [@sym/horner] PASSES 5 out of 5 tests [@sym/partfrac] PASSES 1 out of 1 test [@sym/symsum] PASSES 10 out of 10 tests [@sym/orth] PASSES 4 out of 4 tests [@sym/ctranspose] PASSES 9 out of 9 tests [@sym/isfinite] PASSES 1 out of 1 test [@sym/rdivide] PASSES 5 out of 5 tests [@sym/mrdivide] PASSES 4 out of 4 tests [@sym/gt] PASSES 2 out of 2 tests [@sym/tanh] PASSES 2 out of 2 tests [@sym/rank] PASSES 7 out of 7 tests [@sym/ezplot] warning: function_handle: your SymPy has no octave codegen: partial workaround sh: 1: gnuplot: not found Python 2.7.9 (default, Mar 1 2015, 12:57:24) [GCC 4.9.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> >>> warning: function_handle: your SymPy has no octave codegen: partial workaround warning: function_handle: your SymPy has no octave codegen: partial workaround warning: function_handle: your SymPy has no octave codegen: partial workaround sh: 1: gnuplot: not found Python 2.7.9 (default, Mar 1 2015, 12:57:24) [GCC 4.9.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> >>> warning: FIXME: need to do anything special for symfun vars? warning: FIXME: need to do anything special for symfun vars? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: From rafael at laboissiere.net Tue Mar 17 13:46:12 2015 From: rafael at laboissiere.net (Rafael Laboissiere) Date: Tue, 17 Mar 2015 14:46:12 +0100 Subject: [Pkg-octave-devel] [RFU] octave-symbolic 2.1.0-1 In-Reply-To: <1426597970.29488.17.camel@krishna.villemot.name> References: <20150315100222.GJ29195@laboissiere.net> <1426597970.29488.17.camel@krishna.villemot.name> Message-ID: <20150317134612.GF29195@laboissiere.net> * S?bastien Villemot [2015-03-17 14:12]: > Le dimanche 15 mars 2015 ? 11:02 +0100, Rafael Laboissiere a ?crit : >> I prepared version 2.1.0-1 of the octave-symbolic package in Git. I am >> not sure that this version fixes Bug#778745, but who knows? Please, >> upload it to experimental. > > When I build it with cowbuilder, the build gets stuck at a python prompt > (the build log is attached). I think this is a manifestation of #778745 > (note that I did not encounter the problem when uploading the previous > version because I had not compiled the package in a minimal chroot with > cowbuilder). It looks like gnuplot needs to be added to the build > dependencies, but I haven't tested. Thanks, S?bastien, I will look at this when time permits. Rafael From rafael at laboissiere.net Sun Mar 22 11:56:48 2015 From: rafael at laboissiere.net (Rafael Laboissiere) Date: Sun, 22 Mar 2015 11:56:48 +0000 Subject: [Pkg-octave-devel] Bug#778745: [pkg-octave/master] Exclude ezplot and ezplot3 from the list of automatic unit testing Message-ID: tag 778745 pending thanks Date: Sun Mar 22 08:25:00 2015 -0300 Author: Rafael Laboissiere Commit ID: b2d9a2f0206b19bcd3a961d3210595f0fe5c5f5a Commit URL: http://anonscm.debian.org/gitweb/?p=pkg-octave/octave-symbolic.git;a=commitdiff;h=b2d9a2f0206b19bcd3a961d3210595f0fe5c5f5a Patch URL: http://anonscm.debian.org/gitweb/?p=pkg-octave/octave-symbolic.git;a=commitdiff_plain;h=b2d9a2f0206b19bcd3a961d3210595f0fe5c5f5a Exclude ezplot and ezplot3 from the list of automatic unit testing The tests for these functions require gnuplot, which is not included in the list of build-dependencies. This avoids the hanging octave-cli processes in the buildd hosts. Closes: #778745 From owner at bugs.debian.org Sun Mar 22 12:00:13 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 22 Mar 2015 12:00:13 +0000 Subject: [Pkg-octave-devel] Processed: [pkg-octave/master] Exclude ezplot and ezplot3 from the list of automatic unit testing References: Message-ID: Processing commands for control at bugs.debian.org: > tag 778745 pending Bug #778745 [src:octave-symbolic] octave-symbolic: leaves runaway octave-cli processes on the build host Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 778745: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778745 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From rafael at laboissiere.net Sun Mar 22 12:20:22 2015 From: rafael at laboissiere.net (Rafael Laboissiere) Date: Sun, 22 Mar 2015 13:20:22 +0100 Subject: [Pkg-octave-devel] [RFU] octave-symbolic 2.1.0-1 In-Reply-To: <20150317134612.GF29195@laboissiere.net> References: <20150315100222.GJ29195@laboissiere.net> <1426597970.29488.17.camel@krishna.villemot.name> <20150317134612.GF29195@laboissiere.net> Message-ID: <20150322122022.GH5471@laboissiere.net> * Rafael Laboissiere [2015-03-17 14:46]: > * S?bastien Villemot [2015-03-17 14:12]: > >> When I build it with cowbuilder, the build gets stuck at a python >> prompt (the build log is attached). I think this is a manifestation >> of #778745 (note that I did not encounter the problem when uploading >> the previous version because I had not compiled the package in a >> minimal chroot with cowbuilder). It looks like gnuplot needs to be >> added to the build dependencies, but I haven't tested. > > Thanks, S?bastien, I will look at this when time permits. Your diagnosis was fully right. In order to fix the problem, we could either add gnuplot-nox to the list of build-dependencies or exclude ezplot.m and ezplot3.m from the list of automatic unit testing files. I opted for the second solution. The new debian/changelog is ready to go in Git, so you might upload version 2. to see whether Bug#778745 goes really away. Rafael From ftpmaster at ftp-master.debian.org Sat Mar 28 11:57:12 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 28 Mar 2015 11:57:12 +0000 Subject: [Pkg-octave-devel] Processing of octave-symbolic_2.1.0-1_amd64.changes Message-ID: octave-symbolic_2.1.0-1_amd64.changes uploaded successfully to localhost along with the files: octave-symbolic_2.1.0-1.dsc octave-symbolic_2.1.0.orig.tar.gz octave-symbolic_2.1.0-1.debian.tar.xz octave-symbolic_2.1.0-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) From ftpmaster at ftp-master.debian.org Sat Mar 28 12:03:46 2015 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 28 Mar 2015 12:03:46 +0000 Subject: [Pkg-octave-devel] octave-symbolic_2.1.0-1_amd64.changes ACCEPTED into experimental Message-ID: Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 22 Mar 2015 08:30:34 -0300 Source: octave-symbolic Binary: octave-symbolic Architecture: source amd64 Version: 2.1.0-1 Distribution: experimental Urgency: low Maintainer: Debian Octave Group Changed-By: Rafael Laboissiere Description: octave-symbolic - symbolic package for Octave Closes: 778745 Changes: octave-symbolic (2.1.0-1) experimental; urgency=low . * Imported Upstream version 2.1.0 * d/octave-symbolic.docs: New file (install upstream README.md) * Exclude ezplot and ezplot3 from the list of automatic unit testing (Closes: #778745) Checksums-Sha1: 1a7431143a37e596267333db311720b0015ce5ba 2079 octave-symbolic_2.1.0-1.dsc d8a944baacf8503537d582bdeaa7ec3c941781f3 166603 octave-symbolic_2.1.0.orig.tar.gz abe498df1ecfa92b3a5a10a3a935fd060d91e82d 3552 octave-symbolic_2.1.0-1.debian.tar.xz d8a0ebcdc2d3bd21bd388e16ce2c4d85281eb924 121010 octave-symbolic_2.1.0-1_amd64.deb Checksums-Sha256: 2eeead2b10128a8f469b05c71e42afdf34e54825205c5187a3e70f241415d6ac 2079 octave-symbolic_2.1.0-1.dsc 5d42e77e7bed56c43d9354ded5b6e9abe2dbe1c07551561a2966467b835b8d8c 166603 octave-symbolic_2.1.0.orig.tar.gz a86d9983dece0d58e49458c4c1f1fc4278ee2f32d914220acef8b3424a9f4ada 3552 octave-symbolic_2.1.0-1.debian.tar.xz 6b5ac937a92b96edf069e911173a47edda24cb34c9d465cbddc10ef7a09cb0e5 121010 octave-symbolic_2.1.0-1_amd64.deb Files: 3e1f36a394fe9c343ab4e817b0aa3e59 2079 math optional octave-symbolic_2.1.0-1.dsc e318528e92cc5a23f459d908cbdd797e 166603 math optional octave-symbolic_2.1.0.orig.tar.gz 0bb17e8b5ad6e409049205fc9ed30eb2 3552 math optional octave-symbolic_2.1.0-1.debian.tar.xz 5b4935b51647dc46c575eedde157941c 121010 math optional octave-symbolic_2.1.0-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJVFpYKAAoJECzs6TUOzr5KCcEP/RTiMwGbKc5+EHoO5Fbak4bD Rq4C1TCv32UlbnjqhKekaA8L+U5QCXbpvRv9EXJp0yE+PQNfv1QSHhal6rPOAxbQ wJVL4loD+5A1V6LqmYSv0o0MKMXCf4Gm2n5Do+irsoWiNf5+YNso9uWrdqTP2IOY tqLvIBYIAyS/C40wp4tLPbGD//Dv8HO3+dVGHMN//aQX4zLg0LCtH0pjqvq6uujm h8Ja9PWpK6Qpewa/ieKt8Jk3IlIgi3RmsBOuTGUE7CKtZclAe6LB9fsaED3BIvnq qgj36Y6NieyofjeByYUp6+4iS8++v/+DN1/ZKwNaGtCFXh5RLjMJa1heJYfRdkhy oZ6AgatHRwschAy9ehZ35jkiLrWfA+8bJdIMnqtRVkUGnURME9eKEZFHZWLFw3DN DAbsaCKvfmF5iKnFcsor7Vgx+/h3YlKsZBB3kakIemACV4KBsZF9smJcJlW+Jnzl valpRFK8BalH3H4wgs0+4t+8gwJAVLW8v80ltvkPI3KT3rIiwjiFqDwNIelnsaeH +d6qAiqztDomx4oZQxTPBe1Hwql+agtPvnfZchS5xDWsgyy/eOaZd6hE2UDVat48 UdCxYuHm4MyclDXLdGvOCq8hSv1IPMh2ec+JXq+sQrhQP91AVq8sDFnwT5sseKx3 2QrXEDnIUhPMrVMgcBTr =p70j -----END PGP SIGNATURE----- Thank you for your contribution to Debian. From owner at bugs.debian.org Sat Mar 28 12:06:06 2015 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 28 Mar 2015 12:06:06 +0000 Subject: [Pkg-octave-devel] Bug#778745: marked as done (octave-symbolic: leaves runaway octave-cli processes on the build host) References: <20150219091257.GA28748@betterave.cristau.org> Message-ID: Your message dated Sat, 28 Mar 2015 12:03:46 +0000 with message-id and subject line Bug#778745: fixed in octave-symbolic 2.1.0-1 has caused the Debian Bug report #778745, regarding octave-symbolic: leaves runaway octave-cli processes on the build host to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 778745: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778745 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Julien Cristau Subject: octave-symbolic: leaves runaway octave-cli processes on the build host Date: Thu, 19 Feb 2015 10:12:57 +0100 Size: 3945 URL: -------------- next part -------------- An embedded message was scrubbed... From: Rafael Laboissiere Subject: Bug#778745: fixed in octave-symbolic 2.1.0-1 Date: Sat, 28 Mar 2015 12:03:46 +0000 Size: 5621 URL: