DC-Build-Header: imview 1.1.9c-8 / Mon Jul 02 18:44:59 +0000 2012 DC-Task: logfile:/tmp/imview_1.1.9c-8_unstable_clang.log version:1.1.9c-8 modes:clang chroot:unstable source:imview esttime: architecture:any DC-Sbuild-call: su user -c 'sbuild -n -A -s --force-orig-source --apt-update -d unstable -v --chroot-setup-commands=/tmp/switch-to-clang imview_1.1.9c-8' sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on ip-10-29-208-5.ec2.internal ╔══════════════════════════════════════════════════════════════════════════════╗ ║ imview 1.1.9c-8 (amd64) 02 Jul 2012 18:44 ║ ╚══════════════════════════════════════════════════════════════════════════════╝ Package: imview Version: 1.1.9c-8 Source Version: 1.1.9c-8 Distribution: unstable Architecture: amd64 I: NOTICE: Log filtering will replace 'build/imview-a0jJOL/imview-1.1.9c' with '«PKGBUILDDIR»' I: NOTICE: Log filtering will replace 'build/imview-a0jJOL' with '«BUILDDIR»' I: NOTICE: Log filtering will replace 'var/lib/schroot/mount/unstable-amd64-sbuild-368b945f-32dd-413a-aaac-dc3852047597' with '«CHROOT»' ┌──────────────────────────────────────────────────────────────────────────────┐ │ Update chroot │ └──────────────────────────────────────────────────────────────────────────────┘ Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Hit http://localhost unstable/main Sources/DiffIndex Hit http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Reading package lists... Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ┌──────────────────────────────────────────────────────────────────────────────┐ │ Fetch source files │ └──────────────────────────────────────────────────────────────────────────────┘ Check APT ───────── Checking available source versions... Download source files with APT ────────────────────────────── Reading package lists... Building dependency tree... Reading state information... NOTICE: 'imview' packaging is maintained in the 'Git' version control system at: http://git.debian.org/git/debian-science/packages/imview.git Need to get 597 kB of source archives. Get:1 http://localhost/debian/ unstable/main imview 1.1.9c-8 (dsc) [1481 B] Get:2 http://localhost/debian/ unstable/main imview 1.1.9c-8 (tar) [567 kB] Get:3 http://localhost/debian/ unstable/main imview 1.1.9c-8 (diff) [28.8 kB] Fetched 597 kB in 0s (2298 kB/s) Download complete and in download only mode Check arch ────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ Chroot Setup Commands │ └──────────────────────────────────────────────────────────────────────────────┘ /tmp/switch-to-clang ──────────────────── + echo 'Entering customization script...' Entering customization script... + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Hit http://localhost unstable/main Sources/DiffIndex Hit http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Reading package lists... + echo 'Install of clang' Install of clang + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Hit http://localhost unstable/main Sources/DiffIndex Hit http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Reading package lists... + apt-get install --yes --no-install-recommends clang -t unstable Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libclang-common-dev libffi5 libllvm3.1 Recommended packages: llvm-3.1-dev python The following NEW packages will be installed: clang libclang-common-dev libffi5 libllvm3.1 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 13.1 MB of archives. After this operation, 35.6 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libffi5 amd64 3.0.10-3 [24.8 kB] Get:2 http://localhost/debian/ unstable/main libllvm3.1 amd64 3.1-2 [7275 kB] Get:3 http://localhost/debian/ unstable/main libclang-common-dev amd64 3.1-8 [84.3 kB] Get:4 http://localhost/debian/ unstable/main clang amd64 3.1-8 [5755 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 13.1 MB in 0s (29.9 MB/s) Selecting previously unselected package libffi5:amd64. (Reading database ... 11725 files and directories currently installed.) Unpacking libffi5:amd64 (from .../libffi5_3.0.10-3_amd64.deb) ... Selecting previously unselected package libllvm3.1:amd64. Unpacking libllvm3.1:amd64 (from .../libllvm3.1_3.1-2_amd64.deb) ... Selecting previously unselected package libclang-common-dev. Unpacking libclang-common-dev (from .../libclang-common-dev_3.1-8_amd64.deb) ... Selecting previously unselected package clang. Unpacking clang (from .../archives/clang_3.1-8_amd64.deb) ... Setting up libffi5:amd64 (3.0.10-3) ... Setting up libllvm3.1:amd64 (3.1-2) ... Setting up libclang-common-dev (3.1-8) ... Setting up clang (3.1-8) ... + echo 'Replace gcc, g++ & cpp by clang' Replace gcc, g++ & cpp by clang + VERSION=4.7 + cd /usr/bin + rm g++-4.7 gcc-4.7 cpp-4.7 + ln -s clang++ g++-4.7 + ln -s clang gcc-4.7 + ln -s clang cpp-4.7 + cd - /«BUILDDIR» + echo 'Block the installation of new gcc version' Block the installation of new gcc version + dpkg --set-selections + echo 'gcc-4.6 hold' + dpkg --set-selections + echo 'cpp-4.6 hold' + dpkg --set-selections + echo 'g++-4.6 hold' + dpkg --set-selections + echo 'gcc-4.7 hold' + dpkg --set-selections + echo 'cpp-4.7 hold' + dpkg --set-selections + echo 'g++-4.7 hold' + echo 'Check if gcc, g++ & cpp are actually clang' Check if gcc, g++ & cpp are actually clang + grep clang + gcc --version I: Finished running '/tmp/switch-to-clang'. Finished processing commands. ──────────────────────────────────────────────────────────────────────────────── Merged Build-Depends: build-essential, fakeroot Filtered Build-Depends: build-essential, fakeroot dpkg-deb: building package `sbuild-build-depends-core-dummy' in `/«BUILDDIR»/resolver-gOCXYx/apt_archive/sbuild-build-depends-core-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install core build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: sbuild-build-depends-core-dummy debconf: delaying package configuration, since apt-utils is not installed 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/708 B of archives. After this operation, 0 B of additional disk space will be used. Selecting previously unselected package sbuild-build-depends-core-dummy. (Reading database ... 11805 files and directories currently installed.) Unpacking sbuild-build-depends-core-dummy (from .../sbuild-build-depends-core-dummy.deb) ... Setting up sbuild-build-depends-core-dummy (0.invalid.0) ... Merged Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev | libc-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), debhelper (>= 7.0.50~), libfltk1.1-dev, fluid (>= 1.3.0), libmagickcore-dev | libmagick9-dev, libxpm-dev, libxft-dev, libxinerama-dev, autotools-dev, autoconf Filtered Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), debhelper (>= 7.0.50~), libfltk1.1-dev, fluid (>= 1.3.0), libmagickcore-dev, libxpm-dev, libxft-dev, libxinerama-dev, autotools-dev, autoconf dpkg-deb: building package `sbuild-build-depends-imview-dummy' in `/«BUILDDIR»/resolver-sY3fk6/apt_archive/sbuild-build-depends-imview-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install imview build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: autoconf autotools-dev bsdmainutils debhelper file fluid fontconfig fontconfig-config gettext gettext-base gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-rsvg-2.0 groff-base html2text imagemagick-common intltool-debian libasprintf0c2 libbz2-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcairo2-dev libcdt4 libcgraph5 libcroco3 libdatrie1 libdjvulibre-dev libdjvulibre-text libdjvulibre21 libdrm2 libelf1 libexif-dev libexif12 libexpat1 libexpat1-dev libfltk-forms1.3 libfltk-images1.3 libfltk1.1 libfltk1.1-dev libfltk1.3 libfontconfig1 libfontconfig1-dev libfreetype6 libfreetype6-dev libgd2-noxpm libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgdk-pixbuf2.0-dev libgettextpo0 libgirepository-1.0-1 libgl1-mesa-glx libglapi-mesa libglib2.0-0 libglib2.0-bin libglib2.0-data libglib2.0-dev libgraph4 libgraphviz-dev libgvc5 libgvpr1 libice-dev libice6 libilmbase-dev libilmbase6 libjasper-dev libjasper1 libjbig-dev libjbig0 libjpeg8 libjpeg8-dev libjs-jquery liblcms1 liblcms1-dev liblcms2-2 liblqr-1-0 liblqr-1-0-dev libltdl-dev libltdl7 libmagic1 libmagickcore-dev libmagickcore5 libmagickcore5-extra libmagickwand5 libopenexr-dev libopenexr6 libpango1.0-0 libpathplan4 libpcre3 libpcre3-dev libpcrecpp0 libpipeline1 libpixman-1-0 libpixman-1-dev libpng12-0 libpng12-dev libpopt0 libpthread-stubs0 libpthread-stubs0-dev librsvg2-2 librsvg2-common librsvg2-dev libsm-dev libsm6 libthai-data libthai0 libtiff4 libtiff4-dev libtiffxx0c2 libunistring0 libwmf-dev libwmf0.2-7 libx11-6 libx11-data libx11-dev libx11-xcb1 libxau-dev libxau6 libxcb-glx0 libxcb-render0 libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb1 libxcb1-dev libxdamage1 libxdmcp-dev libxdmcp6 libxdot4 libxext-dev libxext6 libxfixes3 libxft-dev libxft2 libxinerama-dev libxinerama1 libxml2 libxml2-dev libxpm-dev libxpm4 libxrender-dev libxrender1 libxt-dev libxt6 libxxf86vm1 m4 man-db pkg-config po-debconf ttf-dejavu-core x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xorg-sgml-doctools xtrans-dev zlib1g-dev Suggested packages: autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool wamerican wordlist whois vacation dh-make gettext-doc groff libcairo2-doc fltk1.1-doc libglu1-mesa-dev libglu-dev libjpeg-dev libpng-dev libgd-tools libglib2.0-doc libice-doc libjasper-runtime liblcms-utils liblcms2-utils libtool-doc ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp ttf-arphic-gkai00mp ttf-arphic-bkai00mp librsvg2-bin librsvg2-doc libsm-doc libwmf-doc libxcb-doc libxext-doc libxt-doc less www-browser libmail-box-perl Recommended packages: automake automaken fltk1.3-doc libfltk1.3-dev curl wget lynx-cur autopoint libgl1-mesa-dev libgl-dev libgl1-mesa-dri shared-mime-info python javascript-common ghostscript gsfonts libx11-doc xml-core libmail-sendmail-perl The following NEW packages will be installed: autoconf autotools-dev bsdmainutils debhelper file fluid fontconfig fontconfig-config gettext gettext-base gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-rsvg-2.0 groff-base html2text imagemagick-common intltool-debian libasprintf0c2 libbz2-dev libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcairo2-dev libcdt4 libcgraph5 libcroco3 libdatrie1 libdjvulibre-dev libdjvulibre-text libdjvulibre21 libdrm2 libelf1 libexif-dev libexif12 libexpat1 libexpat1-dev libfltk-forms1.3 libfltk-images1.3 libfltk1.1 libfltk1.1-dev libfltk1.3 libfontconfig1 libfontconfig1-dev libfreetype6 libfreetype6-dev libgd2-noxpm libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgdk-pixbuf2.0-dev libgettextpo0 libgirepository-1.0-1 libgl1-mesa-glx libglapi-mesa libglib2.0-0 libglib2.0-bin libglib2.0-data libglib2.0-dev libgraph4 libgraphviz-dev libgvc5 libgvpr1 libice-dev libice6 libilmbase-dev libilmbase6 libjasper-dev libjasper1 libjbig-dev libjbig0 libjpeg8 libjpeg8-dev libjs-jquery liblcms1 liblcms1-dev liblcms2-2 liblqr-1-0 liblqr-1-0-dev libltdl-dev libltdl7 libmagic1 libmagickcore-dev libmagickcore5 libmagickcore5-extra libmagickwand5 libopenexr-dev libopenexr6 libpango1.0-0 libpathplan4 libpcre3 libpcre3-dev libpcrecpp0 libpipeline1 libpixman-1-0 libpixman-1-dev libpng12-0 libpng12-dev libpopt0 libpthread-stubs0 libpthread-stubs0-dev librsvg2-2 librsvg2-common librsvg2-dev libsm-dev libsm6 libthai-data libthai0 libtiff4 libtiff4-dev libtiffxx0c2 libunistring0 libwmf-dev libwmf0.2-7 libx11-6 libx11-data libx11-dev libx11-xcb1 libxau-dev libxau6 libxcb-glx0 libxcb-render0 libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb1 libxcb1-dev libxdamage1 libxdmcp-dev libxdmcp6 libxdot4 libxext-dev libxext6 libxfixes3 libxft-dev libxft2 libxinerama-dev libxinerama1 libxml2 libxml2-dev libxpm-dev libxpm4 libxrender-dev libxrender1 libxt-dev libxt6 libxxf86vm1 m4 man-db pkg-config po-debconf sbuild-build-depends-imview-dummy ttf-dejavu-core x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xorg-sgml-doctools xtrans-dev zlib1g-dev 0 upgraded, 162 newly installed, 0 to remove and 0 not upgraded. Need to get 53.8 MB/53.8 MB of archives. After this operation, 144 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libpipeline1 amd64 1.2.1-1 [39.2 kB] Get:2 http://localhost/debian/ unstable/main libpopt0 amd64 1.16-7 [56.4 kB] Get:3 http://localhost/debian/ unstable/main libasprintf0c2 amd64 0.18.1.1-9 [26.8 kB] Get:4 http://localhost/debian/ unstable/main libmagic1 amd64 5.11-2 [202 kB] Get:5 http://localhost/debian/ unstable/main libpcre3 amd64 1:8.30-5 [242 kB] Get:6 http://localhost/debian/ unstable/main libxml2 amd64 2.8.0+dfsg1-4 [903 kB] Get:7 http://localhost/debian/ unstable/main imagemagick-common all 8:6.7.7.10-2 [128 kB] Get:8 http://localhost/debian/ unstable/main libexpat1 amd64 2.1.0-1 [141 kB] Get:9 http://localhost/debian/ unstable/main libfreetype6 amd64 2.4.9-1 [450 kB] Get:10 http://localhost/debian/ unstable/main ttf-dejavu-core all 2.33-2 [1552 kB] Get:11 http://localhost/debian/ unstable/main fontconfig-config all 2.9.0-6 [232 kB] Get:12 http://localhost/debian/ unstable/main libfontconfig1 amd64 2.9.0-6 [299 kB] Get:13 http://localhost/debian/ unstable/main libpixman-1-0 amd64 0.26.0-3 [427 kB] Get:14 http://localhost/debian/ unstable/main libpng12-0 amd64 1.2.49-1 [190 kB] Get:15 http://localhost/debian/ unstable/main libxau6 amd64 1:1.0.7-1 [18.8 kB] Get:16 http://localhost/debian/ unstable/main libxdmcp6 amd64 1:1.1.1-1 [26.3 kB] Get:17 http://localhost/debian/ unstable/main libxcb1 amd64 1.8.1-1 [50.0 kB] Get:18 http://localhost/debian/ unstable/main libx11-data all 2:1.5.0-1 [189 kB] Get:19 http://localhost/debian/ unstable/main libx11-6 amd64 2:1.5.0-1 [901 kB] Get:20 http://localhost/debian/ unstable/main libxcb-render0 amd64 1.8.1-1 [18.4 kB] Get:21 http://localhost/debian/ unstable/main libxcb-shm0 amd64 1.8.1-1 [10.1 kB] Get:22 http://localhost/debian/ unstable/main libxrender1 amd64 1:0.9.7-1 [32.2 kB] Get:23 http://localhost/debian/ unstable/main libcairo2 amd64 1.12.2-2 [912 kB] Get:24 http://localhost/debian/ unstable/main libglib2.0-0 amd64 2.32.3-1 [2081 kB] Get:25 http://localhost/debian/ unstable/main libcairo-gobject2 amd64 1.12.2-2 [439 kB] Get:26 http://localhost/debian/ unstable/main libcairo-script-interpreter2 amd64 1.12.2-2 [482 kB] Get:27 http://localhost/debian/ unstable/main libcroco3 amd64 0.6.5-1 [151 kB] Get:28 http://localhost/debian/ unstable/main libdatrie1 amd64 0.2.5-3 [28.6 kB] Get:29 http://localhost/debian/ unstable/main libjpeg8 amd64 8d-1 [134 kB] Get:30 http://localhost/debian/ unstable/main libdjvulibre-text all 3.5.25.3-1 [78.1 kB] Get:31 http://localhost/debian/ unstable/main libdjvulibre21 amd64 3.5.25.3-1 [726 kB] Get:32 http://localhost/debian/ unstable/main libdrm2 amd64 2.4.33-3 [444 kB] Get:33 http://localhost/debian/ unstable/main libelf1 amd64 0.153-1 [304 kB] Get:34 http://localhost/debian/ unstable/main libexif12 amd64 0.6.20-2 [584 kB] Get:35 http://localhost/debian/ unstable/main libxext6 amd64 2:1.3.1-2 [55.3 kB] Get:36 http://localhost/debian/ unstable/main libxft2 amd64 2.3.1-1 [61.0 kB] Get:37 http://localhost/debian/ unstable/main libxinerama1 amd64 2:1.1.2-1 [16.8 kB] Get:38 http://localhost/debian/ unstable/main libfltk1.3 amd64 1.3.0-8 [755 kB] Get:39 http://localhost/debian/ unstable/main libfltk-forms1.3 amd64 1.3.0-8 [84.7 kB] Get:40 http://localhost/debian/ unstable/main libfltk-images1.3 amd64 1.3.0-8 [99.4 kB] Get:41 http://localhost/debian/ unstable/main libglapi-mesa amd64 8.0.3-1 [57.3 kB] Get:42 http://localhost/debian/ unstable/main libx11-xcb1 amd64 2:1.5.0-1 [139 kB] Get:43 http://localhost/debian/ unstable/main libxcb-glx0 amd64 1.8.1-1 [32.0 kB] Get:44 http://localhost/debian/ unstable/main libxfixes3 amd64 1:5.0-4 [21.5 kB] Get:45 http://localhost/debian/ unstable/main libxdamage1 amd64 1:1.1.3-2 [14.3 kB] Get:46 http://localhost/debian/ unstable/main libxxf86vm1 amd64 1:1.1.2-1 [19.0 kB] Get:47 http://localhost/debian/ unstable/main libgl1-mesa-glx amd64 8.0.3-1 [165 kB] Get:48 http://localhost/debian/ unstable/main libfltk1.1 amd64 1.1.10-14 [461 kB] Get:49 http://localhost/debian/ unstable/main libgd2-noxpm amd64 2.0.36~rc1~dfsg-6.1 [229 kB] Get:50 http://localhost/debian/ unstable/main libjasper1 amd64 1.900.1-13 [159 kB] Get:51 http://localhost/debian/ unstable/main libjbig0 amd64 2.0-2 [32.2 kB] Get:52 http://localhost/debian/ unstable/main libtiff4 amd64 3.9.6-6 [202 kB] Get:53 http://localhost/debian/ unstable/main libgdk-pixbuf2.0-common all 2.26.1-1 [497 kB] Get:54 http://localhost/debian/ unstable/main libgdk-pixbuf2.0-0 amd64 2.26.1-1 [207 kB] Get:55 http://localhost/debian/ unstable/main libunistring0 amd64 0.9.3-5 [434 kB] Get:56 http://localhost/debian/ unstable/main libgettextpo0 amd64 0.18.1.1-9 [145 kB] Get:57 http://localhost/debian/ unstable/main x11-common all 1:7.7+1 [278 kB] Get:58 http://localhost/debian/ unstable/main libice6 amd64 2:1.0.8-2 [63.1 kB] Get:59 http://localhost/debian/ unstable/main liblcms1 amd64 1.19.dfsg-1.1 [112 kB] Get:60 http://localhost/debian/ unstable/main liblcms2-2 amd64 2.2+git20110628-2.2 [143 kB] Get:61 http://localhost/debian/ unstable/main liblqr-1-0 amd64 0.4.1-2 [29.9 kB] Get:62 http://localhost/debian/ unstable/main libltdl7 amd64 2.4.2-1.1 [352 kB] Get:63 http://localhost/debian/ unstable/main libsm6 amd64 2:1.2.1-2 [34.2 kB] Get:64 http://localhost/debian/ unstable/main libxt6 amd64 1:1.1.3-1 [211 kB] Get:65 http://localhost/debian/ unstable/main libmagickcore5 amd64 8:6.7.7.10-2 [2083 kB] Get:66 http://localhost/debian/ unstable/main libilmbase6 amd64 1.0.1-4 [124 kB] Get:67 http://localhost/debian/ unstable/main libmagickwand5 amd64 8:6.7.7.10-2 [462 kB] Get:68 http://localhost/debian/ unstable/main libopenexr6 amd64 1.6.1-5 [248 kB] Get:69 http://localhost/debian/ unstable/main libthai-data all 0.1.18-1 [205 kB] Get:70 http://localhost/debian/ unstable/main libthai0 amd64 0.1.18-1 [45.0 kB] Get:71 http://localhost/debian/ unstable/main fontconfig amd64 2.9.0-6 [349 kB] Get:72 http://localhost/debian/ unstable/main libpango1.0-0 amd64 1.30.0-1 [461 kB] Get:73 http://localhost/debian/ unstable/main librsvg2-2 amd64 2.36.1-1 [254 kB] Get:74 http://localhost/debian/ unstable/main libwmf0.2-7 amd64 0.2.8.4-10 [191 kB] Get:75 http://localhost/debian/ unstable/main libmagickcore5-extra amd64 8:6.7.7.10-2 [163 kB] Get:76 http://localhost/debian/ unstable/main libpcrecpp0 amd64 1:8.30-5 [125 kB] Get:77 http://localhost/debian/ unstable/main libtiffxx0c2 amd64 3.9.6-6 [63.0 kB] Get:78 http://localhost/debian/ unstable/main libxpm4 amd64 1:3.5.10-1 [49.4 kB] Get:79 http://localhost/debian/ unstable/main libjbig-dev amd64 2.0-2 [11.3 kB] Get:80 http://localhost/debian/ unstable/main bsdmainutils amd64 9.0.3 [209 kB] Get:81 http://localhost/debian/ unstable/main groff-base amd64 1.21-9 [1153 kB] Get:82 http://localhost/debian/ unstable/main man-db amd64 2.6.2-1 [1061 kB] Get:83 http://localhost/debian/ unstable/main file amd64 5.11-2 [51.8 kB] Get:84 http://localhost/debian/ unstable/main gettext-base amd64 0.18.1.1-9 [154 kB] Get:85 http://localhost/debian/ unstable/main m4 amd64 1.4.16-3 [260 kB] Get:86 http://localhost/debian/ unstable/main autoconf all 2.69-1 [589 kB] Get:87 http://localhost/debian/ unstable/main autotools-dev all 20120608.1 [73.0 kB] Get:88 http://localhost/debian/ unstable/main html2text amd64 1.3.2a-15 [103 kB] Get:89 http://localhost/debian/ unstable/main gettext amd64 0.18.1.1-9 [1975 kB] Get:90 http://localhost/debian/ unstable/main intltool-debian all 0.35.0+20060710.1 [30.8 kB] Get:91 http://localhost/debian/ unstable/main po-debconf all 1.0.16+nmu2 [224 kB] Get:92 http://localhost/debian/ unstable/main debhelper all 9.20120608 [700 kB] Get:93 http://localhost/debian/ unstable/main fluid amd64 1.3.0-8 [305 kB] Get:94 http://localhost/debian/ unstable/main libgirepository-1.0-1 amd64 1.32.1-1 [107 kB] Get:95 http://localhost/debian/ unstable/main gir1.2-glib-2.0 amd64 1.32.1-1 [171 kB] Get:96 http://localhost/debian/ unstable/main gir1.2-freedesktop amd64 1.32.1-1 [21.5 kB] Get:97 http://localhost/debian/ unstable/main gir1.2-gdkpixbuf-2.0 amd64 2.26.1-1 [16.6 kB] Get:98 http://localhost/debian/ unstable/main gir1.2-rsvg-2.0 amd64 2.36.1-1 [160 kB] Get:99 http://localhost/debian/ unstable/main libbz2-dev amd64 1.0.6-3 [32.9 kB] Get:100 http://localhost/debian/ unstable/main libexpat1-dev amd64 2.1.0-1 [229 kB] Get:101 http://localhost/debian/ unstable/main zlib1g-dev amd64 1:1.2.7.dfsg-13 [215 kB] Get:102 http://localhost/debian/ unstable/main libfreetype6-dev amd64 2.4.9-1 [803 kB] Get:103 http://localhost/debian/ unstable/main pkg-config amd64 0.26-1 [59.5 kB] Get:104 http://localhost/debian/ unstable/main libfontconfig1-dev amd64 2.9.0-6 [857 kB] Get:105 http://localhost/debian/ unstable/main xorg-sgml-doctools all 1:1.10-1 [24.1 kB] Get:106 http://localhost/debian/ unstable/main x11proto-core-dev all 7.0.23-1 [774 kB] Get:107 http://localhost/debian/ unstable/main libxau-dev amd64 1:1.0.7-1 [21.7 kB] Get:108 http://localhost/debian/ unstable/main libxdmcp-dev amd64 1:1.1.1-1 [42.3 kB] Get:109 http://localhost/debian/ unstable/main x11proto-input-dev all 2.2-1 [172 kB] Get:110 http://localhost/debian/ unstable/main x11proto-kb-dev all 1.0.6-2 [269 kB] Get:111 http://localhost/debian/ unstable/main xtrans-dev all 1.2.7-1 [112 kB] Get:112 http://localhost/debian/ unstable/main libpthread-stubs0 amd64 0.3-3 [3228 B] Get:113 http://localhost/debian/ unstable/main libpthread-stubs0-dev amd64 0.3-3 [3998 B] Get:114 http://localhost/debian/ unstable/main libxcb1-dev amd64 1.8.1-1 [86.6 kB] Get:115 http://localhost/debian/ unstable/main libx11-dev amd64 2:1.5.0-1 [1037 kB] Get:116 http://localhost/debian/ unstable/main x11proto-render-dev all 2:0.11.1-2 [20.8 kB] Get:117 http://localhost/debian/ unstable/main libxrender-dev amd64 1:0.9.7-1 [40.4 kB] Get:118 http://localhost/debian/ unstable/main libpng12-dev amd64 1.2.49-1 [266 kB] Get:119 http://localhost/debian/ unstable/main libice-dev amd64 2:1.0.8-2 [74.1 kB] Get:120 http://localhost/debian/ unstable/main libsm-dev amd64 2:1.2.1-2 [37.0 kB] Get:121 http://localhost/debian/ unstable/main libpixman-1-dev amd64 0.26.0-3 [457 kB] Get:122 http://localhost/debian/ unstable/main libxcb-render0-dev amd64 1.8.1-1 [25.8 kB] Get:123 http://localhost/debian/ unstable/main libxcb-shm0-dev amd64 1.8.1-1 [11.5 kB] Get:124 http://localhost/debian/ unstable/main libglib2.0-data all 2.32.3-1 [2711 kB] Get:125 http://localhost/debian/ unstable/main libglib2.0-bin amd64 2.32.3-1 [861 kB] Get:126 http://localhost/debian/ unstable/main libpcre3-dev amd64 1:8.30-5 [349 kB] Get:127 http://localhost/debian/ unstable/main libglib2.0-dev amd64 2.32.3-1 [2631 kB] Get:128 http://localhost/debian/ unstable/main libcairo2-dev amd64 1.12.2-2 [1163 kB] Get:129 http://localhost/debian/ unstable/main libcdt4 amd64 2.26.3-11 [59.1 kB] Get:130 http://localhost/debian/ unstable/main libcgraph5 amd64 2.26.3-11 [87.3 kB] Get:131 http://localhost/debian/ unstable/main libjpeg8-dev amd64 8d-1 [242 kB] Get:132 http://localhost/debian/ unstable/main libdjvulibre-dev amd64 3.5.25.3-1 [1810 kB] Get:133 http://localhost/debian/ unstable/main libjs-jquery all 1.7.2+debian-2 [113 kB] Get:134 http://localhost/debian/ unstable/main libexif-dev amd64 0.6.20-2 [386 kB] Get:135 http://localhost/debian/ unstable/main libfltk1.1-dev amd64 1.1.10-14 [641 kB] Get:136 http://localhost/debian/ unstable/main libgdk-pixbuf2.0-dev amd64 2.26.1-1 [59.0 kB] Get:137 http://localhost/debian/ unstable/main libgraph4 amd64 2.26.3-11 [73.3 kB] Get:138 http://localhost/debian/ unstable/main libpathplan4 amd64 2.26.3-11 [64.5 kB] Get:139 http://localhost/debian/ unstable/main libxdot4 amd64 2.26.3-11 [53.7 kB] Get:140 http://localhost/debian/ unstable/main libgvc5 amd64 2.26.3-11 [555 kB] Get:141 http://localhost/debian/ unstable/main libgvpr1 amd64 2.26.3-11 [244 kB] Get:142 http://localhost/debian/ unstable/main libgraphviz-dev amd64 2.26.3-11 [103 kB] Get:143 http://localhost/debian/ unstable/main libilmbase-dev amd64 1.0.1-4 [200 kB] Get:144 http://localhost/debian/ unstable/main libjasper-dev amd64 1.900.1-13 [569 kB] Get:145 http://localhost/debian/ unstable/main liblcms1-dev amd64 1.19.dfsg-1.1 [202 kB] Get:146 http://localhost/debian/ unstable/main liblqr-1-0-dev amd64 0.4.1-2 [169 kB] Get:147 http://localhost/debian/ unstable/main libltdl-dev amd64 2.4.2-1.1 [205 kB] Get:148 http://localhost/debian/ unstable/main libopenexr-dev amd64 1.6.1-5 [384 kB] Get:149 http://localhost/debian/ unstable/main librsvg2-common amd64 2.36.1-1 [162 kB] Get:150 http://localhost/debian/ unstable/main librsvg2-dev amd64 2.36.1-1 [286 kB] Get:151 http://localhost/debian/ unstable/main libtiff4-dev amd64 3.9.6-6 [337 kB] Get:152 http://localhost/debian/ unstable/main libwmf-dev amd64 0.2.8.4-10 [230 kB] Get:153 http://localhost/debian/ unstable/main x11proto-xext-dev all 7.2.1-1 [273 kB] Get:154 http://localhost/debian/ unstable/main libxext-dev amd64 2:1.3.1-2 [115 kB] Get:155 http://localhost/debian/ unstable/main libxml2-dev amd64 2.8.0+dfsg1-4 [899 kB] Get:156 http://localhost/debian/ unstable/main libxt-dev amd64 1:1.1.3-1 [516 kB] Get:157 http://localhost/debian/ unstable/main libmagickcore-dev amd64 8:6.7.7.10-2 [1386 kB] Get:158 http://localhost/debian/ unstable/main libxft-dev amd64 2.3.1-1 [74.5 kB] Get:159 http://localhost/debian/ unstable/main x11proto-xinerama-dev all 1.2.1-2 [4938 B] Get:160 http://localhost/debian/ unstable/main libxinerama-dev amd64 2:1.1.2-1 [18.9 kB] Get:161 http://localhost/debian/ unstable/main libxpm-dev amd64 1:3.5.10-1 [107 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 53.8 MB in 7s (7642 kB/s) Selecting previously unselected package libpipeline1:amd64. (Reading database ... 11805 files and directories currently installed.) Unpacking libpipeline1:amd64 (from .../libpipeline1_1.2.1-1_amd64.deb) ... Selecting previously unselected package libpopt0:amd64. Unpacking libpopt0:amd64 (from .../libpopt0_1.16-7_amd64.deb) ... Selecting previously unselected package libasprintf0c2:amd64. Unpacking libasprintf0c2:amd64 (from .../libasprintf0c2_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package libmagic1:amd64. Unpacking libmagic1:amd64 (from .../libmagic1_5.11-2_amd64.deb) ... Selecting previously unselected package libpcre3:amd64. Unpacking libpcre3:amd64 (from .../libpcre3_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libxml2:amd64. Unpacking libxml2:amd64 (from .../libxml2_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package imagemagick-common. Unpacking imagemagick-common (from .../imagemagick-common_8%3a6.7.7.10-2_all.deb) ... Selecting previously unselected package libexpat1:amd64. Unpacking libexpat1:amd64 (from .../libexpat1_2.1.0-1_amd64.deb) ... Selecting previously unselected package libfreetype6:amd64. Unpacking libfreetype6:amd64 (from .../libfreetype6_2.4.9-1_amd64.deb) ... Selecting previously unselected package ttf-dejavu-core. Unpacking ttf-dejavu-core (from .../ttf-dejavu-core_2.33-2_all.deb) ... Selecting previously unselected package fontconfig-config. Unpacking fontconfig-config (from .../fontconfig-config_2.9.0-6_all.deb) ... Selecting previously unselected package libfontconfig1:amd64. Unpacking libfontconfig1:amd64 (from .../libfontconfig1_2.9.0-6_amd64.deb) ... Selecting previously unselected package libpixman-1-0:amd64. Unpacking libpixman-1-0:amd64 (from .../libpixman-1-0_0.26.0-3_amd64.deb) ... Selecting previously unselected package libpng12-0:amd64. Unpacking libpng12-0:amd64 (from .../libpng12-0_1.2.49-1_amd64.deb) ... Selecting previously unselected package libxau6:amd64. Unpacking libxau6:amd64 (from .../libxau6_1%3a1.0.7-1_amd64.deb) ... Selecting previously unselected package libxdmcp6:amd64. Unpacking libxdmcp6:amd64 (from .../libxdmcp6_1%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package libxcb1:amd64. Unpacking libxcb1:amd64 (from .../libxcb1_1.8.1-1_amd64.deb) ... Selecting previously unselected package libx11-data. Unpacking libx11-data (from .../libx11-data_2%3a1.5.0-1_all.deb) ... Selecting previously unselected package libx11-6:amd64. Unpacking libx11-6:amd64 (from .../libx11-6_2%3a1.5.0-1_amd64.deb) ... Selecting previously unselected package libxcb-render0:amd64. Unpacking libxcb-render0:amd64 (from .../libxcb-render0_1.8.1-1_amd64.deb) ... Selecting previously unselected package libxcb-shm0:amd64. Unpacking libxcb-shm0:amd64 (from .../libxcb-shm0_1.8.1-1_amd64.deb) ... Selecting previously unselected package libxrender1:amd64. Unpacking libxrender1:amd64 (from .../libxrender1_1%3a0.9.7-1_amd64.deb) ... Selecting previously unselected package libcairo2:amd64. Unpacking libcairo2:amd64 (from .../libcairo2_1.12.2-2_amd64.deb) ... Selecting previously unselected package libglib2.0-0:amd64. Unpacking libglib2.0-0:amd64 (from .../libglib2.0-0_2.32.3-1_amd64.deb) ... Selecting previously unselected package libcairo-gobject2:amd64. Unpacking libcairo-gobject2:amd64 (from .../libcairo-gobject2_1.12.2-2_amd64.deb) ... Selecting previously unselected package libcairo-script-interpreter2:amd64. Unpacking libcairo-script-interpreter2:amd64 (from .../libcairo-script-interpreter2_1.12.2-2_amd64.deb) ... Selecting previously unselected package libcroco3:amd64. Unpacking libcroco3:amd64 (from .../libcroco3_0.6.5-1_amd64.deb) ... Selecting previously unselected package libdatrie1:amd64. Unpacking libdatrie1:amd64 (from .../libdatrie1_0.2.5-3_amd64.deb) ... Selecting previously unselected package libjpeg8:amd64. Unpacking libjpeg8:amd64 (from .../libjpeg8_8d-1_amd64.deb) ... Selecting previously unselected package libdjvulibre-text. Unpacking libdjvulibre-text (from .../libdjvulibre-text_3.5.25.3-1_all.deb) ... Selecting previously unselected package libdjvulibre21. Unpacking libdjvulibre21 (from .../libdjvulibre21_3.5.25.3-1_amd64.deb) ... Selecting previously unselected package libdrm2:amd64. Unpacking libdrm2:amd64 (from .../libdrm2_2.4.33-3_amd64.deb) ... Selecting previously unselected package libelf1:amd64. Unpacking libelf1:amd64 (from .../libelf1_0.153-1_amd64.deb) ... Selecting previously unselected package libexif12:amd64. Unpacking libexif12:amd64 (from .../libexif12_0.6.20-2_amd64.deb) ... Selecting previously unselected package libxext6:amd64. Unpacking libxext6:amd64 (from .../libxext6_2%3a1.3.1-2_amd64.deb) ... Selecting previously unselected package libxft2:amd64. Unpacking libxft2:amd64 (from .../libxft2_2.3.1-1_amd64.deb) ... Selecting previously unselected package libxinerama1:amd64. Unpacking libxinerama1:amd64 (from .../libxinerama1_2%3a1.1.2-1_amd64.deb) ... Selecting previously unselected package libfltk1.3:amd64. Unpacking libfltk1.3:amd64 (from .../libfltk1.3_1.3.0-8_amd64.deb) ... Selecting previously unselected package libfltk-forms1.3:amd64. Unpacking libfltk-forms1.3:amd64 (from .../libfltk-forms1.3_1.3.0-8_amd64.deb) ... Selecting previously unselected package libfltk-images1.3:amd64. Unpacking libfltk-images1.3:amd64 (from .../libfltk-images1.3_1.3.0-8_amd64.deb) ... Selecting previously unselected package libglapi-mesa:amd64. Unpacking libglapi-mesa:amd64 (from .../libglapi-mesa_8.0.3-1_amd64.deb) ... Selecting previously unselected package libx11-xcb1:amd64. Unpacking libx11-xcb1:amd64 (from .../libx11-xcb1_2%3a1.5.0-1_amd64.deb) ... Selecting previously unselected package libxcb-glx0:amd64. Unpacking libxcb-glx0:amd64 (from .../libxcb-glx0_1.8.1-1_amd64.deb) ... Selecting previously unselected package libxfixes3:amd64. Unpacking libxfixes3:amd64 (from .../libxfixes3_1%3a5.0-4_amd64.deb) ... Selecting previously unselected package libxdamage1:amd64. Unpacking libxdamage1:amd64 (from .../libxdamage1_1%3a1.1.3-2_amd64.deb) ... Selecting previously unselected package libxxf86vm1:amd64. Unpacking libxxf86vm1:amd64 (from .../libxxf86vm1_1%3a1.1.2-1_amd64.deb) ... Selecting previously unselected package libgl1-mesa-glx:amd64. Unpacking libgl1-mesa-glx:amd64 (from .../libgl1-mesa-glx_8.0.3-1_amd64.deb) ... Selecting previously unselected package libfltk1.1:amd64. Unpacking libfltk1.1:amd64 (from .../libfltk1.1_1.1.10-14_amd64.deb) ... Selecting previously unselected package libgd2-noxpm:amd64. Unpacking libgd2-noxpm:amd64 (from .../libgd2-noxpm_2.0.36~rc1~dfsg-6.1_amd64.deb) ... Selecting previously unselected package libjasper1:amd64. Unpacking libjasper1:amd64 (from .../libjasper1_1.900.1-13_amd64.deb) ... Selecting previously unselected package libjbig0:amd64. Unpacking libjbig0:amd64 (from .../libjbig0_2.0-2_amd64.deb) ... Selecting previously unselected package libtiff4:amd64. Unpacking libtiff4:amd64 (from .../libtiff4_3.9.6-6_amd64.deb) ... Selecting previously unselected package libgdk-pixbuf2.0-common. Unpacking libgdk-pixbuf2.0-common (from .../libgdk-pixbuf2.0-common_2.26.1-1_all.deb) ... Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. Unpacking libgdk-pixbuf2.0-0:amd64 (from .../libgdk-pixbuf2.0-0_2.26.1-1_amd64.deb) ... Selecting previously unselected package libunistring0:amd64. Unpacking libunistring0:amd64 (from .../libunistring0_0.9.3-5_amd64.deb) ... Selecting previously unselected package libgettextpo0:amd64. Unpacking libgettextpo0:amd64 (from .../libgettextpo0_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package x11-common. Unpacking x11-common (from .../x11-common_1%3a7.7+1_all.deb) ... Selecting previously unselected package libice6:amd64. Unpacking libice6:amd64 (from .../libice6_2%3a1.0.8-2_amd64.deb) ... Selecting previously unselected package liblcms1:amd64. Unpacking liblcms1:amd64 (from .../liblcms1_1.19.dfsg-1.1_amd64.deb) ... Selecting previously unselected package liblcms2-2:amd64. Unpacking liblcms2-2:amd64 (from .../liblcms2-2_2.2+git20110628-2.2_amd64.deb) ... Selecting previously unselected package liblqr-1-0:amd64. Unpacking liblqr-1-0:amd64 (from .../liblqr-1-0_0.4.1-2_amd64.deb) ... Selecting previously unselected package libltdl7:amd64. Unpacking libltdl7:amd64 (from .../libltdl7_2.4.2-1.1_amd64.deb) ... Selecting previously unselected package libsm6:amd64. Unpacking libsm6:amd64 (from .../libsm6_2%3a1.2.1-2_amd64.deb) ... Selecting previously unselected package libxt6:amd64. Unpacking libxt6:amd64 (from .../libxt6_1%3a1.1.3-1_amd64.deb) ... Selecting previously unselected package libmagickcore5:amd64. Unpacking libmagickcore5:amd64 (from .../libmagickcore5_8%3a6.7.7.10-2_amd64.deb) ... Selecting previously unselected package libilmbase6. Unpacking libilmbase6 (from .../libilmbase6_1.0.1-4_amd64.deb) ... Selecting previously unselected package libmagickwand5:amd64. Unpacking libmagickwand5:amd64 (from .../libmagickwand5_8%3a6.7.7.10-2_amd64.deb) ... Selecting previously unselected package libopenexr6. Unpacking libopenexr6 (from .../libopenexr6_1.6.1-5_amd64.deb) ... Selecting previously unselected package libthai-data. Unpacking libthai-data (from .../libthai-data_0.1.18-1_all.deb) ... Selecting previously unselected package libthai0:amd64. Unpacking libthai0:amd64 (from .../libthai0_0.1.18-1_amd64.deb) ... Selecting previously unselected package fontconfig. Unpacking fontconfig (from .../fontconfig_2.9.0-6_amd64.deb) ... Selecting previously unselected package libpango1.0-0:amd64. Unpacking libpango1.0-0:amd64 (from .../libpango1.0-0_1.30.0-1_amd64.deb) ... Selecting previously unselected package librsvg2-2:amd64. Unpacking librsvg2-2:amd64 (from .../librsvg2-2_2.36.1-1_amd64.deb) ... Selecting previously unselected package libwmf0.2-7. Unpacking libwmf0.2-7 (from .../libwmf0.2-7_0.2.8.4-10_amd64.deb) ... Selecting previously unselected package libmagickcore5-extra:amd64. Unpacking libmagickcore5-extra:amd64 (from .../libmagickcore5-extra_8%3a6.7.7.10-2_amd64.deb) ... Selecting previously unselected package libpcrecpp0:amd64. Unpacking libpcrecpp0:amd64 (from .../libpcrecpp0_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libtiffxx0c2:amd64. Unpacking libtiffxx0c2:amd64 (from .../libtiffxx0c2_3.9.6-6_amd64.deb) ... Selecting previously unselected package libxpm4:amd64. Unpacking libxpm4:amd64 (from .../libxpm4_1%3a3.5.10-1_amd64.deb) ... Selecting previously unselected package libjbig-dev:amd64. Unpacking libjbig-dev:amd64 (from .../libjbig-dev_2.0-2_amd64.deb) ... Selecting previously unselected package bsdmainutils. Unpacking bsdmainutils (from .../bsdmainutils_9.0.3_amd64.deb) ... Selecting previously unselected package groff-base. Unpacking groff-base (from .../groff-base_1.21-9_amd64.deb) ... Selecting previously unselected package man-db. Unpacking man-db (from .../man-db_2.6.2-1_amd64.deb) ... Selecting previously unselected package file. Unpacking file (from .../archives/file_5.11-2_amd64.deb) ... Selecting previously unselected package gettext-base. Unpacking gettext-base (from .../gettext-base_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package m4. Unpacking m4 (from .../archives/m4_1.4.16-3_amd64.deb) ... Selecting previously unselected package autoconf. Unpacking autoconf (from .../autoconf_2.69-1_all.deb) ... Selecting previously unselected package autotools-dev. Unpacking autotools-dev (from .../autotools-dev_20120608.1_all.deb) ... Selecting previously unselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-15_amd64.deb) ... Selecting previously unselected package gettext. Unpacking gettext (from .../gettext_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package intltool-debian. Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ... Selecting previously unselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.16+nmu2_all.deb) ... Selecting previously unselected package debhelper. Unpacking debhelper (from .../debhelper_9.20120608_all.deb) ... Selecting previously unselected package fluid. Unpacking fluid (from .../fluid_1.3.0-8_amd64.deb) ... Selecting previously unselected package libgirepository-1.0-1. Unpacking libgirepository-1.0-1 (from .../libgirepository-1.0-1_1.32.1-1_amd64.deb) ... Selecting previously unselected package gir1.2-glib-2.0. Unpacking gir1.2-glib-2.0 (from .../gir1.2-glib-2.0_1.32.1-1_amd64.deb) ... Selecting previously unselected package gir1.2-freedesktop. Unpacking gir1.2-freedesktop (from .../gir1.2-freedesktop_1.32.1-1_amd64.deb) ... Selecting previously unselected package gir1.2-gdkpixbuf-2.0. Unpacking gir1.2-gdkpixbuf-2.0 (from .../gir1.2-gdkpixbuf-2.0_2.26.1-1_amd64.deb) ... Selecting previously unselected package gir1.2-rsvg-2.0. Unpacking gir1.2-rsvg-2.0 (from .../gir1.2-rsvg-2.0_2.36.1-1_amd64.deb) ... Selecting previously unselected package libbz2-dev:amd64. Unpacking libbz2-dev:amd64 (from .../libbz2-dev_1.0.6-3_amd64.deb) ... Selecting previously unselected package libexpat1-dev. Unpacking libexpat1-dev (from .../libexpat1-dev_2.1.0-1_amd64.deb) ... Selecting previously unselected package zlib1g-dev:amd64. Unpacking zlib1g-dev:amd64 (from .../zlib1g-dev_1%3a1.2.7.dfsg-13_amd64.deb) ... Selecting previously unselected package libfreetype6-dev. Unpacking libfreetype6-dev (from .../libfreetype6-dev_2.4.9-1_amd64.deb) ... Selecting previously unselected package pkg-config. Unpacking pkg-config (from .../pkg-config_0.26-1_amd64.deb) ... Selecting previously unselected package libfontconfig1-dev. Unpacking libfontconfig1-dev (from .../libfontconfig1-dev_2.9.0-6_amd64.deb) ... Selecting previously unselected package xorg-sgml-doctools. Unpacking xorg-sgml-doctools (from .../xorg-sgml-doctools_1%3a1.10-1_all.deb) ... Selecting previously unselected package x11proto-core-dev. Unpacking x11proto-core-dev (from .../x11proto-core-dev_7.0.23-1_all.deb) ... Selecting previously unselected package libxau-dev:amd64. Unpacking libxau-dev:amd64 (from .../libxau-dev_1%3a1.0.7-1_amd64.deb) ... Selecting previously unselected package libxdmcp-dev:amd64. Unpacking libxdmcp-dev:amd64 (from .../libxdmcp-dev_1%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package x11proto-input-dev. Unpacking x11proto-input-dev (from .../x11proto-input-dev_2.2-1_all.deb) ... Selecting previously unselected package x11proto-kb-dev. Unpacking x11proto-kb-dev (from .../x11proto-kb-dev_1.0.6-2_all.deb) ... Selecting previously unselected package xtrans-dev. Unpacking xtrans-dev (from .../xtrans-dev_1.2.7-1_all.deb) ... Selecting previously unselected package libpthread-stubs0:amd64. Unpacking libpthread-stubs0:amd64 (from .../libpthread-stubs0_0.3-3_amd64.deb) ... Selecting previously unselected package libpthread-stubs0-dev:amd64. Unpacking libpthread-stubs0-dev:amd64 (from .../libpthread-stubs0-dev_0.3-3_amd64.deb) ... Selecting previously unselected package libxcb1-dev:amd64. Unpacking libxcb1-dev:amd64 (from .../libxcb1-dev_1.8.1-1_amd64.deb) ... Selecting previously unselected package libx11-dev:amd64. Unpacking libx11-dev:amd64 (from .../libx11-dev_2%3a1.5.0-1_amd64.deb) ... Selecting previously unselected package x11proto-render-dev. Unpacking x11proto-render-dev (from .../x11proto-render-dev_2%3a0.11.1-2_all.deb) ... Selecting previously unselected package libxrender-dev:amd64. Unpacking libxrender-dev:amd64 (from .../libxrender-dev_1%3a0.9.7-1_amd64.deb) ... Selecting previously unselected package libpng12-dev. Unpacking libpng12-dev (from .../libpng12-dev_1.2.49-1_amd64.deb) ... Selecting previously unselected package libice-dev:amd64. Unpacking libice-dev:amd64 (from .../libice-dev_2%3a1.0.8-2_amd64.deb) ... Selecting previously unselected package libsm-dev:amd64. Unpacking libsm-dev:amd64 (from .../libsm-dev_2%3a1.2.1-2_amd64.deb) ... Selecting previously unselected package libpixman-1-dev. Unpacking libpixman-1-dev (from .../libpixman-1-dev_0.26.0-3_amd64.deb) ... Selecting previously unselected package libxcb-render0-dev:amd64. Unpacking libxcb-render0-dev:amd64 (from .../libxcb-render0-dev_1.8.1-1_amd64.deb) ... Selecting previously unselected package libxcb-shm0-dev:amd64. Unpacking libxcb-shm0-dev:amd64 (from .../libxcb-shm0-dev_1.8.1-1_amd64.deb) ... Selecting previously unselected package libglib2.0-data. Unpacking libglib2.0-data (from .../libglib2.0-data_2.32.3-1_all.deb) ... Selecting previously unselected package libglib2.0-bin. Unpacking libglib2.0-bin (from .../libglib2.0-bin_2.32.3-1_amd64.deb) ... Selecting previously unselected package libpcre3-dev. Unpacking libpcre3-dev (from .../libpcre3-dev_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libglib2.0-dev. Unpacking libglib2.0-dev (from .../libglib2.0-dev_2.32.3-1_amd64.deb) ... Selecting previously unselected package libcairo2-dev. Unpacking libcairo2-dev (from .../libcairo2-dev_1.12.2-2_amd64.deb) ... Selecting previously unselected package libcdt4. Unpacking libcdt4 (from .../libcdt4_2.26.3-11_amd64.deb) ... Selecting previously unselected package libcgraph5. Unpacking libcgraph5 (from .../libcgraph5_2.26.3-11_amd64.deb) ... Selecting previously unselected package libjpeg8-dev:amd64. Unpacking libjpeg8-dev:amd64 (from .../libjpeg8-dev_8d-1_amd64.deb) ... Selecting previously unselected package libdjvulibre-dev. Unpacking libdjvulibre-dev (from .../libdjvulibre-dev_3.5.25.3-1_amd64.deb) ... Selecting previously unselected package libjs-jquery. Unpacking libjs-jquery (from .../libjs-jquery_1.7.2+debian-2_all.deb) ... Selecting previously unselected package libexif-dev. Unpacking libexif-dev (from .../libexif-dev_0.6.20-2_amd64.deb) ... Selecting previously unselected package libfltk1.1-dev. Unpacking libfltk1.1-dev (from .../libfltk1.1-dev_1.1.10-14_amd64.deb) ... Selecting previously unselected package libgdk-pixbuf2.0-dev. Unpacking libgdk-pixbuf2.0-dev (from .../libgdk-pixbuf2.0-dev_2.26.1-1_amd64.deb) ... Selecting previously unselected package libgraph4. Unpacking libgraph4 (from .../libgraph4_2.26.3-11_amd64.deb) ... Selecting previously unselected package libpathplan4. Unpacking libpathplan4 (from .../libpathplan4_2.26.3-11_amd64.deb) ... Selecting previously unselected package libxdot4. Unpacking libxdot4 (from .../libxdot4_2.26.3-11_amd64.deb) ... Selecting previously unselected package libgvc5. Unpacking libgvc5 (from .../libgvc5_2.26.3-11_amd64.deb) ... Selecting previously unselected package libgvpr1. Unpacking libgvpr1 (from .../libgvpr1_2.26.3-11_amd64.deb) ... Selecting previously unselected package libgraphviz-dev. Unpacking libgraphviz-dev (from .../libgraphviz-dev_2.26.3-11_amd64.deb) ... Selecting previously unselected package libilmbase-dev. Unpacking libilmbase-dev (from .../libilmbase-dev_1.0.1-4_amd64.deb) ... Selecting previously unselected package libjasper-dev. Unpacking libjasper-dev (from .../libjasper-dev_1.900.1-13_amd64.deb) ... Selecting previously unselected package liblcms1-dev:amd64. Unpacking liblcms1-dev:amd64 (from .../liblcms1-dev_1.19.dfsg-1.1_amd64.deb) ... Selecting previously unselected package liblqr-1-0-dev. Unpacking liblqr-1-0-dev (from .../liblqr-1-0-dev_0.4.1-2_amd64.deb) ... Selecting previously unselected package libltdl-dev:amd64. Unpacking libltdl-dev:amd64 (from .../libltdl-dev_2.4.2-1.1_amd64.deb) ... Selecting previously unselected package libopenexr-dev. Unpacking libopenexr-dev (from .../libopenexr-dev_1.6.1-5_amd64.deb) ... Selecting previously unselected package librsvg2-common:amd64. Unpacking librsvg2-common:amd64 (from .../librsvg2-common_2.36.1-1_amd64.deb) ... Selecting previously unselected package librsvg2-dev. Unpacking librsvg2-dev (from .../librsvg2-dev_2.36.1-1_amd64.deb) ... Selecting previously unselected package libtiff4-dev. Unpacking libtiff4-dev (from .../libtiff4-dev_3.9.6-6_amd64.deb) ... Selecting previously unselected package libwmf-dev. Unpacking libwmf-dev (from .../libwmf-dev_0.2.8.4-10_amd64.deb) ... Selecting previously unselected package x11proto-xext-dev. Unpacking x11proto-xext-dev (from .../x11proto-xext-dev_7.2.1-1_all.deb) ... Selecting previously unselected package libxext-dev:amd64. Unpacking libxext-dev:amd64 (from .../libxext-dev_2%3a1.3.1-2_amd64.deb) ... Selecting previously unselected package libxml2-dev:amd64. Unpacking libxml2-dev:amd64 (from .../libxml2-dev_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package libxt-dev:amd64. Unpacking libxt-dev:amd64 (from .../libxt-dev_1%3a1.1.3-1_amd64.deb) ... Selecting previously unselected package libmagickcore-dev. Unpacking libmagickcore-dev (from .../libmagickcore-dev_8%3a6.7.7.10-2_amd64.deb) ... Selecting previously unselected package libxft-dev. Unpacking libxft-dev (from .../libxft-dev_2.3.1-1_amd64.deb) ... Selecting previously unselected package x11proto-xinerama-dev. Unpacking x11proto-xinerama-dev (from .../x11proto-xinerama-dev_1.2.1-2_all.deb) ... Selecting previously unselected package libxinerama-dev:amd64. Unpacking libxinerama-dev:amd64 (from .../libxinerama-dev_2%3a1.1.2-1_amd64.deb) ... Selecting previously unselected package libxpm-dev:amd64. Unpacking libxpm-dev:amd64 (from .../libxpm-dev_1%3a3.5.10-1_amd64.deb) ... Selecting previously unselected package sbuild-build-depends-imview-dummy. Unpacking sbuild-build-depends-imview-dummy (from .../sbuild-build-depends-imview-dummy.deb) ... Setting up libpipeline1:amd64 (1.2.1-1) ... Setting up libpopt0:amd64 (1.16-7) ... Setting up libasprintf0c2:amd64 (0.18.1.1-9) ... Setting up libmagic1:amd64 (5.11-2) ... Setting up libpcre3:amd64 (1:8.30-5) ... Setting up libxml2:amd64 (2.8.0+dfsg1-4) ... Setting up imagemagick-common (8:6.7.7.10-2) ... Setting up libexpat1:amd64 (2.1.0-1) ... Setting up libfreetype6:amd64 (2.4.9-1) ... Setting up ttf-dejavu-core (2.33-2) ... Setting up fontconfig-config (2.9.0-6) ... Setting up libfontconfig1:amd64 (2.9.0-6) ... Setting up libpixman-1-0:amd64 (0.26.0-3) ... Setting up libpng12-0:amd64 (1.2.49-1) ... Setting up libxau6:amd64 (1:1.0.7-1) ... Setting up libxdmcp6:amd64 (1:1.1.1-1) ... Setting up libxcb1:amd64 (1.8.1-1) ... Setting up libx11-data (2:1.5.0-1) ... Setting up libx11-6:amd64 (2:1.5.0-1) ... Setting up libxcb-render0:amd64 (1.8.1-1) ... Setting up libxcb-shm0:amd64 (1.8.1-1) ... Setting up libxrender1:amd64 (1:0.9.7-1) ... Setting up libcairo2:amd64 (1.12.2-2) ... Setting up libglib2.0-0:amd64 (2.32.3-1) ... No schema files found: doing nothing. Setting up libcairo-gobject2:amd64 (1.12.2-2) ... Setting up libcairo-script-interpreter2:amd64 (1.12.2-2) ... Setting up libcroco3:amd64 (0.6.5-1) ... Setting up libdatrie1:amd64 (0.2.5-3) ... Setting up libjpeg8:amd64 (8d-1) ... Setting up libdjvulibre-text (3.5.25.3-1) ... Setting up libdjvulibre21 (3.5.25.3-1) ... Setting up libdrm2:amd64 (2.4.33-3) ... Setting up libelf1:amd64 (0.153-1) ... Setting up libexif12:amd64 (0.6.20-2) ... Setting up libxext6:amd64 (2:1.3.1-2) ... Setting up libxft2:amd64 (2.3.1-1) ... Setting up libxinerama1:amd64 (2:1.1.2-1) ... Setting up libfltk1.3:amd64 (1.3.0-8) ... Setting up libfltk-forms1.3:amd64 (1.3.0-8) ... Setting up libfltk-images1.3:amd64 (1.3.0-8) ... Setting up libglapi-mesa:amd64 (8.0.3-1) ... Setting up libx11-xcb1:amd64 (2:1.5.0-1) ... Setting up libxcb-glx0:amd64 (1.8.1-1) ... Setting up libxfixes3:amd64 (1:5.0-4) ... Setting up libxdamage1:amd64 (1:1.1.3-2) ... Setting up libxxf86vm1:amd64 (1:1.1.2-1) ... Setting up libgl1-mesa-glx:amd64 (8.0.3-1) ... Setting up libfltk1.1:amd64 (1.1.10-14) ... Setting up libgd2-noxpm:amd64 (2.0.36~rc1~dfsg-6.1) ... Setting up libjasper1:amd64 (1.900.1-13) ... Setting up libjbig0:amd64 (2.0-2) ... Setting up libtiff4:amd64 (3.9.6-6) ... Setting up libgdk-pixbuf2.0-common (2.26.1-1) ... Setting up libgdk-pixbuf2.0-0:amd64 (2.26.1-1) ... Setting up libunistring0:amd64 (0.9.3-5) ... Setting up libgettextpo0:amd64 (0.18.1.1-9) ... Setting up x11-common (1:7.7+1) ... All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up libice6:amd64 (2:1.0.8-2) ... Setting up liblcms1:amd64 (1.19.dfsg-1.1) ... Setting up liblcms2-2:amd64 (2.2+git20110628-2.2) ... Setting up liblqr-1-0:amd64 (0.4.1-2) ... Setting up libltdl7:amd64 (2.4.2-1.1) ... Setting up libsm6:amd64 (2:1.2.1-2) ... Setting up libxt6:amd64 (1:1.1.3-1) ... Setting up libmagickcore5:amd64 (8:6.7.7.10-2) ... Setting up libilmbase6 (1.0.1-4) ... Setting up libmagickwand5:amd64 (8:6.7.7.10-2) ... Setting up libopenexr6 (1.6.1-5) ... Setting up libthai-data (0.1.18-1) ... Setting up libthai0:amd64 (0.1.18-1) ... Setting up fontconfig (2.9.0-6) ... Cleaning up old fontconfig caches... done. Regenerating fonts cache... done. Setting up libpango1.0-0:amd64 (1.30.0-1) ... Setting up librsvg2-2:amd64 (2.36.1-1) ... Setting up libwmf0.2-7 (0.2.8.4-10) ... Setting up libmagickcore5-extra:amd64 (8:6.7.7.10-2) ... Setting up libpcrecpp0:amd64 (1:8.30-5) ... Setting up libtiffxx0c2:amd64 (3.9.6-6) ... Setting up libxpm4:amd64 (1:3.5.10-1) ... Setting up libjbig-dev:amd64 (2.0-2) ... Setting up bsdmainutils (9.0.3) ... update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode Setting up groff-base (1.21-9) ... Setting up man-db (2.6.2-1) ... Building database of manual pages ... Setting up file (5.11-2) ... Setting up gettext-base (0.18.1.1-9) ... Setting up m4 (1.4.16-3) ... Setting up autoconf (2.69-1) ... Setting up autotools-dev (20120608.1) ... Setting up html2text (1.3.2a-15) ... Setting up gettext (0.18.1.1-9) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.16+nmu2) ... Setting up debhelper (9.20120608) ... Setting up fluid (1.3.0-8) ... Setting up libgirepository-1.0-1 (1.32.1-1) ... Setting up gir1.2-glib-2.0 (1.32.1-1) ... Setting up gir1.2-freedesktop (1.32.1-1) ... Setting up gir1.2-gdkpixbuf-2.0 (2.26.1-1) ... Setting up gir1.2-rsvg-2.0 (2.36.1-1) ... Setting up libbz2-dev:amd64 (1.0.6-3) ... Setting up libexpat1-dev (2.1.0-1) ... Setting up zlib1g-dev:amd64 (1:1.2.7.dfsg-13) ... Setting up libfreetype6-dev (2.4.9-1) ... Setting up pkg-config (0.26-1) ... Setting up libfontconfig1-dev (2.9.0-6) ... Setting up xorg-sgml-doctools (1:1.10-1) ... Setting up x11proto-core-dev (7.0.23-1) ... Setting up libxau-dev:amd64 (1:1.0.7-1) ... Setting up libxdmcp-dev:amd64 (1:1.1.1-1) ... Setting up x11proto-input-dev (2.2-1) ... Setting up x11proto-kb-dev (1.0.6-2) ... Setting up xtrans-dev (1.2.7-1) ... Setting up libpthread-stubs0:amd64 (0.3-3) ... Setting up libpthread-stubs0-dev:amd64 (0.3-3) ... Setting up libxcb1-dev:amd64 (1.8.1-1) ... Setting up libx11-dev:amd64 (2:1.5.0-1) ... Setting up x11proto-render-dev (2:0.11.1-2) ... Setting up libxrender-dev:amd64 (1:0.9.7-1) ... Setting up libpng12-dev (1.2.49-1) ... Setting up libice-dev:amd64 (2:1.0.8-2) ... Setting up libsm-dev:amd64 (2:1.2.1-2) ... Setting up libpixman-1-dev (0.26.0-3) ... Setting up libxcb-render0-dev:amd64 (1.8.1-1) ... Setting up libxcb-shm0-dev:amd64 (1.8.1-1) ... Setting up libglib2.0-data (2.32.3-1) ... Setting up libglib2.0-bin (2.32.3-1) ... Setting up libpcre3-dev (1:8.30-5) ... Setting up libglib2.0-dev (2.32.3-1) ... Setting up libcairo2-dev (1.12.2-2) ... Setting up libcdt4 (2.26.3-11) ... Setting up libcgraph5 (2.26.3-11) ... Setting up libjpeg8-dev:amd64 (8d-1) ... Setting up libdjvulibre-dev (3.5.25.3-1) ... Setting up libjs-jquery (1.7.2+debian-2) ... Setting up libexif-dev (0.6.20-2) ... Setting up libfltk1.1-dev (1.1.10-14) ... Setting up libgdk-pixbuf2.0-dev (2.26.1-1) ... Setting up libgraph4 (2.26.3-11) ... Setting up libpathplan4 (2.26.3-11) ... Setting up libxdot4 (2.26.3-11) ... Setting up libgvc5 (2.26.3-11) ... Setting up libgvpr1 (2.26.3-11) ... Setting up libgraphviz-dev (2.26.3-11) ... Setting up libilmbase-dev (1.0.1-4) ... Setting up libjasper-dev (1.900.1-13) ... Setting up liblcms1-dev:amd64 (1.19.dfsg-1.1) ... Setting up liblqr-1-0-dev (0.4.1-2) ... Setting up libltdl-dev:amd64 (2.4.2-1.1) ... Setting up libopenexr-dev (1.6.1-5) ... Setting up librsvg2-common:amd64 (2.36.1-1) ... Setting up librsvg2-dev (2.36.1-1) ... Setting up libtiff4-dev (3.9.6-6) ... Setting up libwmf-dev (0.2.8.4-10) ... Setting up x11proto-xext-dev (7.2.1-1) ... Setting up libxext-dev:amd64 (2:1.3.1-2) ... Setting up libxml2-dev:amd64 (2.8.0+dfsg1-4) ... Setting up libxt-dev:amd64 (1:1.1.3-1) ... Setting up libmagickcore-dev (8:6.7.7.10-2) ... Setting up libxft-dev (2.3.1-1) ... Setting up x11proto-xinerama-dev (1.2.1-2) ... Setting up libxinerama-dev:amd64 (2:1.1.2-1) ... Setting up libxpm-dev:amd64 (1:3.5.10-1) ... Setting up sbuild-build-depends-imview-dummy (0.invalid.0) ... Processing triggers for libgdk-pixbuf2.0-0:amd64 ... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build environment │ └──────────────────────────────────────────────────────────────────────────────┘ Kernel: Linux 2.6.32-5-xen-amd64 amd64 (x86_64) Toolchain package versions: binutils_2.22-6.1 dpkg-dev_1.16.6 g++-4.6_4.6.3-8 g++-4.7_4.7.1-2 gcc-4.6_4.6.3-8 gcc-4.7_4.7.1-2 libc6-dev_2.13-34 libstdc++6_4.7.1-2 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-2 linux-libc-dev_3.2.21-3 Package versions: apt_0.9.7.1 autoconf_2.69-1 autotools-dev_20120608.1 base-files_6.11 base-passwd_3.5.26 bash_4.2-3 binutils_2.22-6.1 bsdmainutils_9.0.3 bsdutils_1:2.20.1-5.1 build-essential_11.5 bzip2_1.0.6-3 clang_3.1-8 coreutils_8.13-3.2 cpp_4:4.7.1-1 cpp-4.6_4.6.3-8 cpp-4.7_4.7.1-2 dash_0.5.7-3 debconf_1.5.44 debconf-i18n_1.5.44 debfoster_2.7-1.1 debhelper_9.20120608 debian-archive-keyring_2012.4 debianutils_4.3.2 diffutils_1:3.2-6 dpkg_1.16.6 dpkg-dev_1.16.6 e2fslibs_1.42.4-3 e2fsprogs_1.42.4-3 fakeroot_1.18.4-2 file_5.11-2 findutils_4.4.2-4 fluid_1.3.0-8 fontconfig_2.9.0-6 fontconfig-config_2.9.0-6 g++_4:4.7.1-1 g++-4.6_4.6.3-8 g++-4.7_4.7.1-2 gcc_4:4.7.1-1 gcc-4.4-base_4.4.7-1 gcc-4.5-base_4.5.3-12 gcc-4.6_4.6.3-8 gcc-4.6-base_4.6.3-8 gcc-4.7_4.7.1-2 gcc-4.7-base_4.7.1-2 gettext_0.18.1.1-9 gettext-base_0.18.1.1-9 gir1.2-freedesktop_1.32.1-1 gir1.2-gdkpixbuf-2.0_2.26.1-1 gir1.2-glib-2.0_1.32.1-1 gir1.2-rsvg-2.0_2.36.1-1 gnupg_1.4.12-4+b1 gpgv_1.4.12-4+b1 grep_2.12-2 groff-base_1.21-9 gzip_1.5-1.1 hostname_3.11 html2text_1.3.2a-15 imagemagick-common_8:6.7.7.10-2 initscripts_2.88dsf-28 insserv_1.14.0-3 intltool-debian_0.35.0+20060710.1 libacl1_2.2.51-8 libapt-pkg4.12_0.9.7.1 libasprintf0c2_0.18.1.1-9 libattr1_1:2.4.46-8 libblkid1_2.20.1-5.1 libbz2-1.0_1.0.6-3 libbz2-dev_1.0.6-3 libc-bin_2.13-34 libc-dev-bin_2.13-34 libc6_2.13-34 libc6-dev_2.13-34 libcairo-gobject2_1.12.2-2 libcairo-script-interpreter2_1.12.2-2 libcairo2_1.12.2-2 libcairo2-dev_1.12.2-2 libcdt4_2.26.3-11 libcgraph5_2.26.3-11 libclang-common-dev_3.1-8 libclass-isa-perl_0.36-3 libcomerr2_1.42.4-3 libcroco3_0.6.5-1 libdatrie1_0.2.5-3 libdb5.1_5.1.29-5 libdjvulibre-dev_3.5.25.3-1 libdjvulibre-text_3.5.25.3-1 libdjvulibre21_3.5.25.3-1 libdpkg-perl_1.16.6 libdrm2_2.4.33-3 libelf1_0.153-1 libexif-dev_0.6.20-2 libexif12_0.6.20-2 libexpat1_2.1.0-1 libexpat1-dev_2.1.0-1 libffi5_3.0.10-3 libfile-fcntllock-perl_0.14-2 libfltk-forms1.3_1.3.0-8 libfltk-images1.3_1.3.0-8 libfltk1.1_1.1.10-14 libfltk1.1-dev_1.1.10-14 libfltk1.3_1.3.0-8 libfontconfig1_2.9.0-6 libfontconfig1-dev_2.9.0-6 libfreetype6_2.4.9-1 libfreetype6-dev_2.4.9-1 libgc1c2_1:7.1-8 libgcc1_1:4.7.1-2 libgd2-noxpm_2.0.36~rc1~dfsg-6.1 libgdbm3_1.8.3-11 libgdk-pixbuf2.0-0_2.26.1-1 libgdk-pixbuf2.0-common_2.26.1-1 libgdk-pixbuf2.0-dev_2.26.1-1 libgettextpo0_0.18.1.1-9 libgirepository-1.0-1_1.32.1-1 libgl1-mesa-glx_8.0.3-1 libglapi-mesa_8.0.3-1 libglib2.0-0_2.32.3-1 libglib2.0-bin_2.32.3-1 libglib2.0-data_2.32.3-1 libglib2.0-dev_2.32.3-1 libgmp10_2:5.0.5+dfsg-2 libgomp1_4.7.1-2 libgraph4_2.26.3-11 libgraphviz-dev_2.26.3-11 libgvc5_2.26.3-11 libgvpr1_2.26.3-11 libice-dev_2:1.0.8-2 libice6_2:1.0.8-2 libilmbase-dev_1.0.1-4 libilmbase6_1.0.1-4 libitm1_4.7.1-2 libjasper-dev_1.900.1-13 libjasper1_1.900.1-13 libjbig-dev_2.0-2 libjbig0_2.0-2 libjpeg8_8d-1 libjpeg8-dev_8d-1 libjs-jquery_1.7.2+debian-2 liblcms1_1.19.dfsg-1.1 liblcms1-dev_1.19.dfsg-1.1 liblcms2-2_2.2+git20110628-2.2 libllvm3.1_3.1-2 liblocale-gettext-perl_1.05-7+b1 liblqr-1-0_0.4.1-2 liblqr-1-0-dev_0.4.1-2 libltdl-dev_2.4.2-1.1 libltdl7_2.4.2-1.1 liblzma5_5.1.1alpha+20120614-1 libmagic1_5.11-2 libmagickcore-dev_8:6.7.7.10-2 libmagickcore5_8:6.7.7.10-2 libmagickcore5-extra_8:6.7.7.10-2 libmagickwand5_8:6.7.7.10-2 libmount1_2.20.1-5.1 libmpc2_0.9-4 libmpfr4_3.1.0-5 libncurses5_5.9-10 libopenexr-dev_1.6.1-5 libopenexr6_1.6.1-5 libpam-modules_1.1.3-7.1 libpam-modules-bin_1.1.3-7.1 libpam-runtime_1.1.3-7.1 libpam0g_1.1.3-7.1 libpango1.0-0_1.30.0-1 libpathplan4_2.26.3-11 libpcre3_1:8.30-5 libpcre3-dev_1:8.30-5 libpcrecpp0_1:8.30-5 libpipeline1_1.2.1-1 libpixman-1-0_0.26.0-3 libpixman-1-dev_0.26.0-3 libpng12-0_1.2.49-1 libpng12-dev_1.2.49-1 libpopt0_1.16-7 libpthread-stubs0_0.3-3 libpthread-stubs0-dev_0.3-3 libquadmath0_4.7.1-2 libreadline6_6.2-8 librsvg2-2_2.36.1-1 librsvg2-common_2.36.1-1 librsvg2-dev_2.36.1-1 libselinux1_2.1.9-5 libsemanage-common_2.1.6-6 libsemanage1_2.1.6-6 libsepol1_2.1.4-3 libslang2_2.2.4-15 libsm-dev_2:1.2.1-2 libsm6_2:1.2.1-2 libss2_1.42.4-3 libstdc++6_4.7.1-2 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-2 libswitch-perl_2.16-2 libtext-charwidth-perl_0.04-7+b1 libtext-iconv-perl_1.7-5 libtext-wrapi18n-perl_0.06-7 libthai-data_0.1.18-1 libthai0_0.1.18-1 libtiff4_3.9.6-6 libtiff4-dev_3.9.6-6 libtiffxx0c2_3.9.6-6 libtimedate-perl_1.2000-1 libtinfo5_5.9-10 libunistring0_0.9.3-5 libusb-0.1-4_2:0.1.12-23 libustr-1.0-1_1.0.4-3 libuuid1_2.20.1-5.1 libwmf-dev_0.2.8.4-10 libwmf0.2-7_0.2.8.4-10 libx11-6_2:1.5.0-1 libx11-data_2:1.5.0-1 libx11-dev_2:1.5.0-1 libx11-xcb1_2:1.5.0-1 libxau-dev_1:1.0.7-1 libxau6_1:1.0.7-1 libxcb-glx0_1.8.1-1 libxcb-render0_1.8.1-1 libxcb-render0-dev_1.8.1-1 libxcb-shm0_1.8.1-1 libxcb-shm0-dev_1.8.1-1 libxcb1_1.8.1-1 libxcb1-dev_1.8.1-1 libxdamage1_1:1.1.3-2 libxdmcp-dev_1:1.1.1-1 libxdmcp6_1:1.1.1-1 libxdot4_2.26.3-11 libxext-dev_2:1.3.1-2 libxext6_2:1.3.1-2 libxfixes3_1:5.0-4 libxft-dev_2.3.1-1 libxft2_2.3.1-1 libxinerama-dev_2:1.1.2-1 libxinerama1_2:1.1.2-1 libxml2_2.8.0+dfsg1-4 libxml2-dev_2.8.0+dfsg1-4 libxpm-dev_1:3.5.10-1 libxpm4_1:3.5.10-1 libxrender-dev_1:0.9.7-1 libxrender1_1:0.9.7-1 libxt-dev_1:1.1.3-1 libxt6_1:1.1.3-1 libxxf86vm1_1:1.1.2-1 linux-libc-dev_3.2.21-3 login_1:4.1.5.1-1 lsb-base_4.1+Debian7 m4_1.4.16-3 make_3.81-8.2 man-db_2.6.2-1 mawk_1.3.3-17 mount_2.20.1-5.1 multiarch-support_2.13-34 ncurses-base_5.9-10 ncurses-bin_5.9-10 passwd_1:4.1.5.1-1 patch_2.6.1-3 perl_5.14.2-12 perl-base_5.14.2-12 perl-modules_5.14.2-12 pkg-config_0.26-1 po-debconf_1.0.16+nmu2 readline-common_6.2-8 sbuild-build-depends-core-dummy_0.invalid.0 sbuild-build-depends-imview-dummy_0.invalid.0 sed_4.2.1-10 sensible-utils_0.0.7 sysv-rc_2.88dsf-28 sysvinit_2.88dsf-28 sysvinit-utils_2.88dsf-28 tar_1.26-4 ttf-dejavu-core_2.33-2 tzdata_2012c-1 ucf_3.0025+nmu3 util-linux_2.20.1-5.1 x11-common_1:7.7+1 x11proto-core-dev_7.0.23-1 x11proto-input-dev_2.2-1 x11proto-kb-dev_1.0.6-2 x11proto-render-dev_2:0.11.1-2 x11proto-xext-dev_7.2.1-1 x11proto-xinerama-dev_1.2.1-2 xorg-sgml-doctools_1:1.10-1 xtrans-dev_1.2.7-1 xz-utils_5.1.1alpha+20120614-1 zlib1g_1:1.2.7.dfsg-13 zlib1g-dev_1:1.2.7.dfsg-13 ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build │ └──────────────────────────────────────────────────────────────────────────────┘ Unpack source ───────────── gpgv: keyblock resource `/sbuild-nonexistent/.gnupg/trustedkeys.gpg': file open error gpgv: Signature made Sun Oct 23 11:25:55 2011 UTC using DSA key ID DD899610 gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./imview_1.1.9c-8.dsc dpkg-source: info: extracting imview in imview-1.1.9c dpkg-source: info: unpacking imview_1.1.9c.orig.tar.gz dpkg-source: info: unpacking imview_1.1.9c-8.debian.tar.gz dpkg-source: info: applying debian-changes Check disc space ──────────────── Sufficient free space for build User Environment ──────────────── HOME=/sbuild-nonexistent LOGNAME=root PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11 SCHROOT_CHROOT_NAME=unstable-amd64-sbuild SCHROOT_COMMAND=env SCHROOT_GID=0 SCHROOT_GROUP=root SCHROOT_SESSION_ID=unstable-amd64-sbuild-368b945f-32dd-413a-aaac-dc3852047597 SCHROOT_UID=0 SCHROOT_USER=root SHELL=/bin/sh USER=root dpkg-buildpackage ───────────────── dpkg-buildpackage: warning: using a gain-root-command while being root dpkg-buildpackage: source package imview dpkg-buildpackage: source version 1.1.9c-8 dpkg-buildpackage: source changed by Teemu Ikonen dpkg-source --before-build imview-1.1.9c dpkg-buildpackage: host architecture amd64 dpkg-source: info: using options from imview-1.1.9c/debian/source/options: --single-debian-patch fakeroot debian/rules clean dh clean dh_testdir dh_auto_clean dh_clean mv configure.original configure mv: cannot stat `configure.original': No such file or directory make: [clean] Error 1 (ignored) rm -f config.status imview.list imcfg.h null.h stamp-h rm -f Makefile fluid/Makefile io/Makefile server/Makefile rm -f makedepend fluid/makedepend io/makedepend server/makedepend rm -f config.sub config.guess dpkg-source -b imview-1.1.9c dpkg-source: info: using options from imview-1.1.9c/debian/source/options: --single-debian-patch dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building imview using existing ./imview_1.1.9c.orig.tar.gz dpkg-source: warning: ignoring deletion of file config.sub dpkg-source: warning: ignoring deletion of file config.guess dpkg-source: info: local changes detected, the modified files are: imview-1.1.9c/COPYRIGHT imview-1.1.9c/Makefile.in imview-1.1.9c/bivHist.cxx imview-1.1.9c/client/imclient.c imview-1.1.9c/configure.in imview-1.1.9c/doc/imview.1 imview-1.1.9c/imageIO.cxx imview-1.1.9c/imageViewer.cxx imview-1.1.9c/imlines.cxx imview-1.1.9c/imnmspc.hxx imview-1.1.9c/imtranslate.cxx imview-1.1.9c/imview.cxx imview-1.1.9c/imview.hxx imview-1.1.9c/imview.xpm imview-1.1.9c/io/cpostscript.cxx imview-1.1.9c/io/newprefio.cxx imview-1.1.9c/io/readMagick.cxx imview-1.1.9c/io/readjpeg.cxx imview-1.1.9c/io/readpnm.cxx imview-1.1.9c/io/readps.cxx imview-1.1.9c/menubar.hxx imview-1.1.9c/menucb.cxx imview-1.1.9c/my_Image.cxx imview-1.1.9c/printPrefs.cxx imview-1.1.9c/printSpect.cxx imview-1.1.9c/server/imserver.cxx imview-1.1.9c/server/interpreter.cxx imview-1.1.9c/server/interpreter.hxx imview-1.1.9c/transferFunction.cxx imview-1.1.9c/transferHistoBox.cxx imview-1.1.9c/transferRGBFunction.cxx imview-1.1.9c/transferRGBHistoBox.cxx dpkg-source: info: local changes have been recorded in a new patch: imview-1.1.9c/debian/patches/debian-changes dpkg-source: info: building imview in imview_1.1.9c-8.debian.tar.gz dpkg-source: info: building imview in imview_1.1.9c-8.dsc debian/rules build dh_testdir rm -f config.sub config.guess ln -s /usr/share/misc/config.sub config.sub ln -s /usr/share/misc/config.guess config.guess mv configure configure.original autoconf configure.in:465: warning: AC_CACHE_VAL(ac_x11_has_xinerama, ...): suspicious cache-id, must contain _cv_ to be cached ../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from... aclocal.m4:168: AC_X11_HAS_XINERAMA is expanded from... configure.in:465: the top level dh build dh_testdir dh_auto_configure configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-dependency-tracking checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu configuring Imview 1.1.9 Branch rel-1-1-0 checking for fltk-config... yes checking for g++... g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking for ranlib... ranlib checking whether make sets $(MAKE)... yes checking whether the compiler supports member templates... yes checking whether the compiler supports use of the template keyword as a qualifier... yes checking whether the compiler supports templates as template arguments... yes checking whether the compiler supports default template parameters... yes checking whether the compiler supports standard char traits... yes checking whether the compiler accepts array type casts in templates... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking winsock.h usability... no checking winsock.h presence... no checking for winsock.h... no checking whether accept uses socklen_t... yes checking for scandir... yes checking for vsnprintf... yes checking for snprintf... yes checking for vsprintf... yes checking for usleep... yes checking for nanosleep... yes Ignoring libraries "" requested by configure. checking whether the compiler needs -fpermissive to compile the X11 headers... no checking check for the xinerama extension... yes checking whether gcc bitches when told to look inside INCLUDE_DIR... no checking whether the C++ library knows about string streams... yes checking for sqrt in -lm... yes Checking for fltk version: ... OK Alternative libfltk name: libfltk_g++.a Configured libfltk name: /usr/lib/x86_64-linux-gnu/libfltk.a Testing if needs True Type rendering... No Testing for Unix threads Standard Pthreads: checking for pthread_attr_init in -lpthread... yes checking for ftok... yes checking for shm_open in -lrt... yes checking if the POSIX semaphores actually work... no checking for DispatchImage in -lMagickCore ... yes checking whether ImageMagick uses the new exception structure... yes checking whether ImageMagick uses InitializeMagick... yes checking whether ImageMagick passes around an extra exception reference all over the place... yes checking for gzopen in -lz... yes checking for jpeg_write_raw_data in -lfltk_jpeg... no checking for jpeg_write_raw_data in -ljpeg... yes checking for TIFFClose in -ltiff... yes checking FL/Fl_Native_File_Chooser.H usability... no checking FL/Fl_Native_File_Chooser.H presence... no checking for FL/Fl_Native_File_Chooser.H... no checking for png_read_rows in -lpng... yes checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking return type of signal handlers... void checking for vprintf... yes checking for _doprnt... no checking for select... yes checking for socket... yes checking for getcwd... yes checking for strdup... yes checking for strerror... yes checking for strstr... yes checking for strtol... yes checking for uname... yes configure: creating ./config.status config.status: creating fluid/Makefile config.status: creating server/Makefile config.status: creating io/Makefile config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating imview.list config.status: creating imcfg.h config.status: executing default commands configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-dependency-tracking Imview is configured as follows. Please verify that this configuration matches your expectations. Host system type : x86_64-pc-linux-gnu Target system : x86_64-pc-linux-gnu Option Configure option Configured value ---------------------------------------------------------- System --with-server=yes yes --with-sysv-ipc=yes yes --with-posix-ipc=yes no ---------------------------------------------------------- Compiling options --with-prof=no no --with-gprof=no no --with-gcov=no no --enable-debug=no no ------------------------------------------------------------ JPEG --with-jpeg=yes yes TIFF --with-tiff=yes yes MAGICK --with-magick=yes yes PINK --with-pink=yes yes Native Chooser --with-native-chooser=yes yes ** Warning: Imview cannot be configured with the default POSIX IPC option ** Warning: But you will be fine with the SYSV IPC, no worries. X configuration X_CFLAGS = X_PRE_LIBS = X_LIBS = X_EXTRA_LIBS = Final Compilation Flags: CC = gcc CXX = g++ CFLAGS = -O2 -Wall CXXFLAGS = -O2 -Wall -Wno-return-type -Wno-unknown-pragmas CPPFLAGS = -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick LDFLAGS = -L/usr/lib /usr/lib/x86_64-linux-gnu/libfltk_images.a -lpng -lz -ljpeg /usr/lib/x86_64-linux-gnu/libfltk.a -lXft -lfontconfig -lXinerama -lm -lX11 LIBRARIES = /usr/lib/x86_64-linux-gnu/libfltk_images.a -lpng -lz -ljpeg /usr/lib/x86_64-linux-gnu/libfltk.a -lXft -lfontconfig -lXinerama -lm -lX11 -lMagickCore -ltiff -ljpeg -lpng -lz -lX11 -lXext -lXpm -lXinerama -lpthread -lm dh_auto_build make[1]: Entering directory `/«PKGBUILDDIR»' Makefile:378: makedepend: No such file or directory touch makedepend make depend make[2]: Entering directory `/«PKGBUILDDIR»' (cd fluid ; make depend) make[3]: Entering directory `/«PKGBUILDDIR»/fluid' Makefile:115: makedepend: No such file or directory touch makedepend make[3]: Leaving directory `/«PKGBUILDDIR»/fluid' make[3]: Entering directory `/«PKGBUILDDIR»/fluid' fluid -h .hxx -o .cxx -c printdlg.fl fluid -h .hxx -o .cxx -c savedlg.fl fluid -h .hxx -o .cxx -c imginfodlg.fl fluid -h .hxx -o .cxx -c transfer.fl fluid -h .hxx -o .cxx -c spectra.fl fluid -h .hxx -o .cxx -c savespectdlg.fl fluid -h .hxx -o .cxx -c prntspectdlg.fl fluid -h .hxx -o .cxx -c profile.fl fluid -h .hxx -o .cxx -c userprefdlg.fl fluid -h .hxx -o .cxx -c tmpmsgdlg.fl fluid -h .hxx -o .cxx -c bivdlg.fl fluid -h .hxx -o .cxx -c progress.fl fluid -h .hxx -o .cxx -c arbitrary.fl fluid -h .hxx -o .cxx -c annotatedlg.fl fluid -h .hxx -o .cxx -c toolbardlg.fl fluid -h .hxx -o .cxx -c transfer2.fl fluid -h .hxx -o .cxx -c sliderdlg.fl fluid -h .hxx -o .cxx -c view3ddlg.fl g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -M printdlg.cxx savedlg.cxx imginfodlg.cxx transfer.cxx spectra.cxx savespectdlg.cxx prntspectdlg.cxx profile.cxx userprefdlg.cxx tmpmsgdlg.cxx bivdlg.cxx progress.cxx arbitrary.cxx annotatedlg.cxx toolbardlg.cxx transfer2.cxx sliderdlg.cxx view3ddlg.cxx > makedepend clang: warning: argument unused during compilation: '-fopenmp' make[3]: Leaving directory `/«PKGBUILDDIR»/fluid' (cd io ; make depend) make[3]: Entering directory `/«PKGBUILDDIR»/io' Makefile:117: makedepend: No such file or directory touch makedepend make[3]: Leaving directory `/«PKGBUILDDIR»/io' make[3]: Entering directory `/«PKGBUILDDIR»/io' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -M readjpeg.cxx readgif.cxx readtiff.cxx readZimage.cxx readics.cxx readpnm.cxx cpostscript.cxx savetiff.cxx saveZimage.cxx imSystem.cxx gplot2.cxx newprefio.cxx readsocket.cxx readraw.cxx readmat5.cxx readMagick.cxx writeMagick.cxx readps.cxx readpng.cxx readmeta.cxx > makedepend clang: warning: argument unused during compilation: '-fopenmp' make[3]: Leaving directory `/«PKGBUILDDIR»/io' (cd server ; make depend) make[3]: Entering directory `/«PKGBUILDDIR»/server' Makefile:105: makedepend: No such file or directory touch makedepend make[3]: Leaving directory `/«PKGBUILDDIR»/server' make[3]: Entering directory `/«PKGBUILDDIR»/server' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -M noimserver.cxx asynchat.cxx asyncore.cxx imserver.cxx semaphore.cxx interpreter.cxx imshared.cxx socketstream.cxx > makedepend clang: warning: argument unused during compilation: '-fopenmp' make[3]: Leaving directory `/«PKGBUILDDIR»/server' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I. -I. -M imview.cxx imviewWindow.cxx menubar.cxx imageViewer.cxx imageIO.cxx my_Image.cxx imdebug.cxx imtranslate.cxx imtransform.cxx pointfile.cxx keyboard.cxx menucb.cxx imlines.cxx imDrawPoint.cxx printPrefs.cxx savePrefs.cxx imageInfo.cxx transferFunction.cxx transferBox.cxx transferHistoBox.cxx transferFunctionBox.cxx spectraBox.cxx axisBox.cxx saveSpect.cxx printSpect.cxx profileBox.cxx userPrefs.cxx bivHist.cxx machine.cxx progressInfo.cxx rawImage.cxx StatusBox.cxx annotatePoints.cxx toolbar.cxx transferRGBFunction.cxx transferRGBFunctionBox.cxx transferRGBHistoBox.cxx transferRGBBox.cxx sliceSlider.cxx view3d.cxx simpleViewer.cxx > makedepend clang: warning: argument unused during compilation: '-fopenmp' removing dependency on patchlevel.h make[2]: Leaving directory `/«PKGBUILDDIR»' make[1]: Leaving directory `/«PKGBUILDDIR»' make[1]: Entering directory `/«PKGBUILDDIR»' (cd fluid ; make ) make[2]: Entering directory `/«PKGBUILDDIR»/fluid' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c printdlg.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c savedlg.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c imginfodlg.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c transfer.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c spectra.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c savespectdlg.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c prntspectdlg.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c profile.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c userprefdlg.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c tmpmsgdlg.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c bivdlg.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c progress.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c arbitrary.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c annotatedlg.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c toolbardlg.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c transfer2.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c sliderdlg.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c view3ddlg.cxx clang: warning: argument unused during compilation: '-fopenmp' ar cr imview_ui.a printdlg.o savedlg.o imginfodlg.o transfer.o spectra.o savespectdlg.o prntspectdlg.o profile.o userprefdlg.o tmpmsgdlg.o bivdlg.o progress.o arbitrary.o annotatedlg.o toolbardlg.o transfer2.o sliderdlg.o view3ddlg.o ranlib imview_ui.a make[2]: Leaving directory `/«PKGBUILDDIR»/fluid' (cd io ; make ) make[2]: Entering directory `/«PKGBUILDDIR»/io' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c readjpeg.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c readgif.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c readtiff.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c readZimage.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c readics.cxx clang: warning: argument unused during compilation: '-fopenmp' readics.cxx:252:2: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "parameters", ^ readics.cxx:253:2: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "order", ^ readics.cxx:254:2: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "sizes", ^ readics.cxx:255:2: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "coordinates", ^ readics.cxx:256:2: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "significant_bits", ^ readics.cxx:257:2: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "format", ^ readics.cxx:258:2: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "sign", ^ readics.cxx:259:2: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "compression", ^ readics.cxx:260:2: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "origin", ^ readics.cxx:261:2: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "scale", ^ readics.cxx:262:2: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "labels", ^ readics.cxx:263:2: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "units", ^ readics.cxx:264:2: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "byte_order", ^ readics.cxx:265:2: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "SCIL_TYPE" ^ 14 warnings generated. g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c readpnm.cxx clang: warning: argument unused during compilation: '-fopenmp' readpnm.cxx:383:13: warning: unused function 'getanysigned' [-Wunused-function] static long getanysigned(FILE *fp, unsigned int length) ^ 1 warning generated. g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c cpostscript.cxx clang: warning: argument unused during compilation: '-fopenmp' cpostscript.cxx:169:10: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("Standard ps code to eventually print on a page"); ^ cpostscript.cxx:192:10: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("Saving first image on command line into Encapsulated Postscript"); ^ cpostscript.cxx:194:14: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("** Only the first image will be saved to file **"); ^ cpostscript.cxx:214:10: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("image is oriented as portrait"); ^ cpostscript.cxx:216:14: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("the whole page is used"); ^ cpostscript.cxx:221:14: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("Only the top-half of the page is used"); ^ cpostscript.cxx:227:14: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("Only the bottom-half of the page is used"); ^ cpostscript.cxx:233:10: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("image is oriented as landscape"); ^ cpostscript.cxx:235:14: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("the whole page is used"); ^ cpostscript.cxx:240:14: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("Only the top-half of the page is used"); ^ cpostscript.cxx:246:14: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("Only the bottom-half of the page is used"); ^ cpostscript.cxx:261:13: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("Writing ps header"); ^ cpostscript.cxx:295:13: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("Writing eps header"); ^ cpostscript.cxx:337:13: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("Finished writing ps footer"); ^ cpostscript.cxx:351:13: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("Finished writing eps footer"); ^ cpostscript.cxx:378:13: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("Arranging images on page"); ^ cpostscript.cxx:529:10: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("Saving binary image to EPS"); ^ cpostscript.cxx:562:10: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("Saving gray-level image to EPS"); ^ cpostscript.cxx:598:10: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("saving RGB image to EPS"); ^ cpostscript.cxx:640:13: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("Actual printing of the image"); ^ cpostscript.cxx:670:10: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("Image printed as binary"); ^ cpostscript.cxx:703:10: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("Image printed as gray-level"); ^ cpostscript.cxx:739:10: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("image printed as RGB image"); ^ cpostscript.cxx:764:10: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("Small frame drawn around image"); ^ cpostscript.cxx:833:10: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("Writing title"); ^ cpostscript.cxx:859:10: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("Title not printed because margins are too tight\n"); ^ cpostscript.cxx:874:13: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] myDebug("printing colour-test ribbon"); ^ 27 warnings generated. g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c savetiff.cxx clang: warning: argument unused during compilation: '-fopenmp' savetiff.cxx:66:25: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] char *comp_schemes[] = {"NONE", "LZW", "PACKBITS", "CCITTG3", ^ savetiff.cxx:66:33: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] char *comp_schemes[] = {"NONE", "LZW", "PACKBITS", "CCITTG3", ^ savetiff.cxx:66:40: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] char *comp_schemes[] = {"NONE", "LZW", "PACKBITS", "CCITTG3", ^ savetiff.cxx:66:52: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] char *comp_schemes[] = {"NONE", "LZW", "PACKBITS", "CCITTG3", ^ savetiff.cxx:67:4: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "CCITTG4", "RLE", "RLEW", "THUNDER", ^ savetiff.cxx:67:15: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "CCITTG4", "RLE", "RLEW", "THUNDER", ^ savetiff.cxx:67:22: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "CCITTG4", "RLE", "RLEW", "THUNDER", ^ savetiff.cxx:67:30: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "CCITTG4", "RLE", "RLEW", "THUNDER", ^ savetiff.cxx:68:4: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "" }; ^ 9 warnings generated. g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c saveZimage.cxx clang: warning: argument unused during compilation: '-fopenmp' saveZimage.cxx:155:9: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] { "BINARY", IM_BINARY, sizeof(char), sizeof(char) }, /* IM_BINARY */ ^ saveZimage.cxx:156:9: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] { "CHAR", IM_UINT1, sizeof(char), sizeof(char) }, /* IM_CHAR, IM_INT1 */ ^ saveZimage.cxx:157:9: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] { "GREY", IM_INT1, sizeof(char), sizeof(char) }, ^ saveZimage.cxx:158:9: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] { "INT", IM_INT2, sizeof(int), sizeof(short) }, ^ saveZimage.cxx:159:9: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] { "INT", IM_UINT2, sizeof(int), sizeof(short) }, ^ saveZimage.cxx:160:9: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] { "INT", IM_INT4, sizeof(int), sizeof(int) }, /* IM_INT4 */ ^ saveZimage.cxx:161:9: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] { "INT", IM_UINT4, sizeof(int), sizeof(int) }, ^ saveZimage.cxx:162:9: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] { "DOUBLE", IM_FLOAT, sizeof(double), sizeof(float) }, ^ saveZimage.cxx:163:9: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] { "DOUBLE", IM_DOUBLE, sizeof(double), sizeof(double) } /* IM_DOUBLE */ ^ 9 warnings generated. g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c imSystem.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c gplot2.cxx clang: warning: argument unused during compilation: '-fopenmp' gplot2.cxx:96:20: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] Send_2_plot_(p,"plot [0:%d] '%s' %s notitle with lines", ^ gplot2.cxx:203:21: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] Send_2_plot_(plot,"set title '%s'",plotname); ^ 2 warnings generated. g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c newprefio.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c readsocket.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c readraw.cxx clang: warning: argument unused during compilation: '-fopenmp' readraw.cxx:351:16: warning: no case matching constant switch condition '1' switch(sizeof(T)) { ^~~~~~~~~ readraw.cxx:143:22: note: in instantiation of function template specialization 'readrawbuf' requested here retval = readrawbuf(rfd, myheader, ch_buf); ^ 1 warning generated. g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c readmat5.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c readMagick.cxx clang: warning: argument unused during compilation: '-fopenmp' readMagick.cxx:93:5: warning: 'InitializeMagick' is deprecated [-Wdeprecated-declarations] InitializeMagick(path); ^ readMagick.cxx:194:6: warning: 'DispatchImage' is deprecated [-Wdeprecated-declarations] myDispatchImage(p, 0, 0, w, h, "R", CharPixel, outbuf,&exception); ^ readMagick.cxx:83:27: note: expanded from macro 'myDispatchImage' # define myDispatchImage DispatchImage ^ readMagick.cxx:198:6: warning: 'DispatchImage' is deprecated [-Wdeprecated-declarations] myDispatchImage(p, 0, 0, w, h, "RGB", CharPixel, outbuf, &exception); ^ readMagick.cxx:83:27: note: expanded from macro 'myDispatchImage' # define myDispatchImage DispatchImage ^ 3 warnings generated. g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c writeMagick.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c readps.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c readpng.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c readmeta.cxx clang: warning: argument unused during compilation: '-fopenmp' ar cr imview_io.a readjpeg.o readgif.o readtiff.o readZimage.o readics.o readpnm.o cpostscript.o savetiff.o saveZimage.o imSystem.o gplot2.o newprefio.o readsocket.o readraw.o readmat5.o readMagick.o writeMagick.o readps.o readpng.o readmeta.o ranlib imview_io.a make[2]: Leaving directory `/«PKGBUILDDIR»/io' (cd server ; make ) make[2]: Entering directory `/«PKGBUILDDIR»/server' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c noimserver.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c asynchat.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c asyncore.cxx clang: warning: argument unused during compilation: '-fopenmp' g++ -D_REENTRANT -DLinux -I. -I/usr/include -fopenmp -I/usr/include/ImageMagick -O2 -Wall -Wno-return-type -Wno-unknown-pragmas -I.. -I.. -c imserver.cxx clang: warning: argument unused during compilation: '-fopenmp' In file included from imserver.cxx:56: In file included from ./imserver.hxx:52: In file included from ./interpreter.hxx:67: ./socketstream.hxx:206:17: error: use of undeclared identifier 'setg' setg(s, s + n, s + n); ^ this-> ./socketstream.hxx:307:7: note: in instantiation of member function 'TCPStreamBuffer >::setbuf' requested here class TCPGenericStream : ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/streambuf:506:7: note: must qualify identifier to find this declaration in dependent base class setg(char_type* __gbeg, char_type* __gnext, char_type* __gend) ^ In file included from imserver.cxx:56: In file included from ./imserver.hxx:52: In file included from ./interpreter.hxx:67: ./socketstream.hxx:207:17: error: use of undeclared identifier 'setp' setp(s, s + n); ^ this-> /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/streambuf:552:7: note: must qualify identifier to find this declaration in dependent base class setp(char_type* __pbeg, char_type* __pend) ^ In file included from imserver.cxx:56: In file included from ./imserver.hxx:52: In file included from ./interpreter.hxx:67: ./socketstream.hxx:238:9: error: use of undeclared identifier 'setp' setp(outbuf_, outbuf_ + bufsize_); ^ this-> ./socketstream.hxx:307:7: note: in instantiation of member function 'TCPStreamBuffer >::overflow' requested here class TCPGenericStream : ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/streambuf:552:7: note: must qualify identifier to find this declaration in dependent base class setp(char_type* __pbeg, char_type* __pend) ^ In file included from imserver.cxx:56: In file included from ./imserver.hxx:52: In file included from ./interpreter.hxx:67: ./socketstream.hxx:240:13: error: use of undeclared identifier 'sputc' sputc(traits::to_char_type(c)); ^ this-> /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/streambuf:421:7: note: must qualify identifier to find this declaration in dependent base class sputc(char_type __c) ^ In file included from imserver.cxx:56: In file included from ./imserver.hxx:52: In file included from ./interpreter.hxx:67: ./socketstream.hxx:248:9: error: use of undeclared identifier 'setp' setp(outbuf_, outbuf_ + bufsize_); ^ this-> ./socketstream.hxx:307:7: note: in instantiation of member function 'TCPStreamBuffer >::sync' requested here class TCPGenericStream : ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/streambuf:552:7: note: must qualify identifier to find this declaration in dependent base class setp(char_type* __pbeg, char_type* __pend) ^ In file included from imserver.cxx:56: In file included from ./imserver.hxx:52: In file included from ./interpreter.hxx:67: ./socketstream.hxx:279:9: error: use of undeclared identifier 'setg' setg(inbuf_, inbuf_, ^ this-> ./socketstream.hxx:307:7: note: in instantiation of member function 'TCPStreamBuffer >::underflow' requested here class TCPGenericStream : ^ /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/streambuf:506:7: note: must qualify identifier to find this declaration in dependent base class setg(char_type* __gbeg, char_type* __gnext, char_type* __gend) ^ 6 errors generated. make[2]: *** [imserver.o] Error 1 make[2]: Leaving directory `/«PKGBUILDDIR»/server' make[1]: *** [all] Error 2 dh_auto_build: make -j1 returned exit code 2 make: *** [build-stamp] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 make[1]: Leaving directory `/«PKGBUILDDIR»' ──────────────────────────────────────────────────────────────────────────────── Build finished at 20120702-1846 Finished ──────── E: Build failure (dpkg-buildpackage died) ┌──────────────────────────────────────────────────────────────────────────────┐ │ Cleanup │ └──────────────────────────────────────────────────────────────────────────────┘ Purging /«BUILDDIR» Not cleaning session: cloned chroot in use ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Architecture: amd64 Build-Space: 6752 Build-Time: 26 Distribution: unstable Fail-Stage: build Install-Time: 25 Job: imview_1.1.9c-8 Package: imview Package-Time: 73 Source-Version: 1.1.9c-8 Space: 6752 Status: attempted Version: 1.1.9c-8 ──────────────────────────────────────────────────────────────────────────────── Finished at 20120702-1846 Build needed 00:01:13, 6752k disc space DC-Status: Failed 73.353192s DC-Time-Estimation: 73.353192 versus expected 1 (r/m: 72.353192 ; m: 1.0)