DC-Build-Header: blackbox 0.70.1-12 / Mon Jul 09 20:36:11 +0000 2012 DC-Task: logfile:/tmp/blackbox_0.70.1-12_unstable_clang.log version:0.70.1-12 modes:clang chroot:unstable source:blackbox esttime:329 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 blackbox_0.70.1-12' sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on ip-10-28-4-124.ec2.internal ╔══════════════════════════════════════════════════════════════════════════════╗ ║ blackbox 0.70.1-12 (amd64) 09 Jul 2012 20:36 ║ ╚══════════════════════════════════════════════════════════════════════════════╝ Package: blackbox Version: 0.70.1-12 Source Version: 0.70.1-12 Distribution: unstable Architecture: amd64 I: NOTICE: Log filtering will replace 'build/blackbox-slcaFl/blackbox-0.70.1' with '«PKGBUILDDIR»' I: NOTICE: Log filtering will replace 'build/blackbox-slcaFl' with '«BUILDDIR»' I: NOTICE: Log filtering will replace 'var/lib/schroot/mount/unstable-amd64-sbuild-c8b9203e-52f4-454d-90d5-0075ca254324' with '«CHROOT»' ┌──────────────────────────────────────────────────────────────────────────────┐ │ Update chroot │ └──────────────────────────────────────────────────────────────────────────────┘ Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ┌──────────────────────────────────────────────────────────────────────────────┐ │ Fetch source files │ └──────────────────────────────────────────────────────────────────────────────┘ Check APT ───────── Checking available source versions... Download source files with APT ────────────────────────────── Reading package lists... Building dependency tree... Reading state information... NOTICE: 'blackbox' packaging is maintained in the 'Git' version control system at: git://anonscm.debian.org/collab-maint/blackbox.git Need to get 673 kB of source archives. Get:1 http://localhost/debian/ unstable/main blackbox 0.70.1-12 (dsc) [2076 B] Get:2 http://localhost/debian/ unstable/main blackbox 0.70.1-12 (tar) [648 kB] Get:3 http://localhost/debian/ unstable/main blackbox 0.70.1-12 (diff) [22.9 kB] Fetched 673 kB in 0s (2584 kB/s) Download complete and in download only mode Check arch ────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ Chroot Setup Commands │ └──────────────────────────────────────────────────────────────────────────────┘ /tmp/switch-to-clang ──────────────────── + echo 'Entering customization script...' Entering customization script... + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... + echo 'Install of clang' Install of clang + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... + apt-get install --yes --no-install-recommends clang -t unstable Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libclang-common-dev libffi5 libllvm3.1 Recommended packages: llvm-3.1-dev python The following NEW packages will be installed: clang libclang-common-dev libffi5 libllvm3.1 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 13.1 MB of archives. After this operation, 35.6 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libffi5 amd64 3.0.10-3 [24.8 kB] Get:2 http://localhost/debian/ unstable/main libllvm3.1 amd64 3.1-2 [7275 kB] Get:3 http://localhost/debian/ unstable/main libclang-common-dev amd64 3.1-8 [84.3 kB] Get:4 http://localhost/debian/ unstable/main clang amd64 3.1-8 [5755 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 13.1 MB in 0s (27.1 MB/s) Selecting previously unselected package libffi5:amd64. (Reading database ... 11729 files and directories currently installed.) Unpacking libffi5:amd64 (from .../libffi5_3.0.10-3_amd64.deb) ... Selecting previously unselected package libllvm3.1:amd64. Unpacking libllvm3.1:amd64 (from .../libllvm3.1_3.1-2_amd64.deb) ... Selecting previously unselected package libclang-common-dev. Unpacking libclang-common-dev (from .../libclang-common-dev_3.1-8_amd64.deb) ... Selecting previously unselected package clang. Unpacking clang (from .../archives/clang_3.1-8_amd64.deb) ... Setting up libffi5:amd64 (3.0.10-3) ... Setting up libllvm3.1:amd64 (3.1-2) ... Setting up libclang-common-dev (3.1-8) ... Setting up clang (3.1-8) ... + echo 'Replace gcc, g++ & cpp by clang' Replace gcc, g++ & cpp by clang + VERSION=4.7 + cd /usr/bin + rm g++-4.7 gcc-4.7 cpp-4.7 + ln -s clang++ g++-4.7 + ln -s clang gcc-4.7 + ln -s clang cpp-4.7 + cd - /«BUILDDIR» + echo 'Block the installation of new gcc version' Block the installation of new gcc version + dpkg --set-selections + echo 'gcc-4.6 hold' + dpkg --set-selections + echo 'cpp-4.6 hold' + dpkg --set-selections + echo 'g++-4.6 hold' + dpkg --set-selections + echo 'gcc-4.7 hold' + dpkg --set-selections + echo 'cpp-4.7 hold' + dpkg --set-selections + echo 'g++-4.7 hold' + echo 'Check if gcc, g++ & cpp are actually clang' Check if gcc, g++ & cpp are actually clang + grep clang + gcc --version I: Finished running '/tmp/switch-to-clang'. Finished processing commands. ──────────────────────────────────────────────────────────────────────────────── Merged Build-Depends: build-essential, fakeroot Filtered Build-Depends: build-essential, fakeroot dpkg-deb: building package `sbuild-build-depends-core-dummy' in `/«BUILDDIR»/resolver-4aFnEW/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/710 B of archives. After this operation, 0 B of additional disk space will be used. Selecting previously unselected package sbuild-build-depends-core-dummy. (Reading database ... 11809 files and directories currently installed.) Unpacking sbuild-build-depends-core-dummy (from .../sbuild-build-depends-core-dummy.deb) ... Setting up sbuild-build-depends-core-dummy (0.invalid.0) ... Merged Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev | libc-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), debhelper (>= 9), dpkg-dev (>= 1.15.7~), autoconf, automake, libtool, autotools-dev, libxft-dev, libxt-dev, libxext-dev Filtered Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), debhelper (>= 9), dpkg-dev (>= 1.15.7~), autoconf, automake, libtool, autotools-dev, libxft-dev, libxt-dev, libxext-dev dpkg-deb: building package `sbuild-build-depends-blackbox-dummy' in `/«BUILDDIR»/resolver-8KQ_7l/apt_archive/sbuild-build-depends-blackbox-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install blackbox build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: autoconf automake autotools-dev bsdmainutils debhelper file fontconfig-config gettext gettext-base groff-base html2text intltool-debian libasprintf0c2 libcroco3 libexpat1 libexpat1-dev libfontconfig1 libfontconfig1-dev libfreetype6 libfreetype6-dev libgettextpo0 libglib2.0-0 libice-dev libice6 libmagic1 libpcre3 libpipeline1 libpopt0 libpthread-stubs0 libpthread-stubs0-dev libsm-dev libsm6 libtool libunistring0 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxft-dev libxft2 libxml2 libxrender-dev libxrender1 libxt-dev libxt6 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 xorg-sgml-doctools xtrans-dev zlib1g-dev Suggested packages: autoconf2.13 autoconf-archive gnu-standards autoconf-doc wamerican wordlist whois vacation dh-make gettext-doc groff libice-doc libsm-doc libtool-doc automaken gfortran fortran95-compiler gcj libxcb-doc libxext-doc libxt-doc less www-browser libmail-box-perl Recommended packages: curl wget lynx-cur autopoint libglib2.0-data shared-mime-info libltdl-dev libx11-doc xml-core libmail-sendmail-perl The following NEW packages will be installed: autoconf automake autotools-dev bsdmainutils debhelper file fontconfig-config gettext gettext-base groff-base html2text intltool-debian libasprintf0c2 libcroco3 libexpat1 libexpat1-dev libfontconfig1 libfontconfig1-dev libfreetype6 libfreetype6-dev libgettextpo0 libglib2.0-0 libice-dev libice6 libmagic1 libpcre3 libpipeline1 libpopt0 libpthread-stubs0 libpthread-stubs0-dev libsm-dev libsm6 libtool libunistring0 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxft-dev libxft2 libxml2 libxrender-dev libxrender1 libxt-dev libxt6 m4 man-db pkg-config po-debconf sbuild-build-depends-blackbox-dummy ttf-dejavu-core x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-render-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev zlib1g-dev 0 upgraded, 67 newly installed, 0 to remove and 0 not upgraded. Need to get 22.5 MB/22.5 MB of archives. After this operation, 58.8 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 libglib2.0-0 amd64 2.32.3-1 [2081 kB] Get:8 http://localhost/debian/ unstable/main libcroco3 amd64 0.6.5-1 [151 kB] Get:9 http://localhost/debian/ unstable/main libexpat1 amd64 2.1.0-1 [141 kB] Get:10 http://localhost/debian/ unstable/main libfreetype6 amd64 2.4.9-1 [450 kB] Get:11 http://localhost/debian/ unstable/main ttf-dejavu-core all 2.33-2 [1552 kB] Get:12 http://localhost/debian/ unstable/main fontconfig-config all 2.9.0-6 [232 kB] Get:13 http://localhost/debian/ unstable/main libfontconfig1 amd64 2.9.0-6 [299 kB] Get:14 http://localhost/debian/ unstable/main libunistring0 amd64 0.9.3-5 [434 kB] Get:15 http://localhost/debian/ unstable/main libgettextpo0 amd64 0.18.1.1-9 [145 kB] Get:16 http://localhost/debian/ unstable/main x11-common all 1:7.7+1 [278 kB] Get:17 http://localhost/debian/ unstable/main libice6 amd64 2:1.0.8-2 [63.1 kB] Get:18 http://localhost/debian/ unstable/main libsm6 amd64 2:1.2.1-2 [34.2 kB] Get:19 http://localhost/debian/ unstable/main libxau6 amd64 1:1.0.7-1 [18.8 kB] Get:20 http://localhost/debian/ unstable/main libxdmcp6 amd64 1:1.1.1-1 [26.3 kB] Get:21 http://localhost/debian/ unstable/main libxcb1 amd64 1.8.1-1 [50.0 kB] Get:22 http://localhost/debian/ unstable/main libx11-data all 2:1.5.0-1 [189 kB] Get:23 http://localhost/debian/ unstable/main libx11-6 amd64 2:1.5.0-1 [901 kB] Get:24 http://localhost/debian/ unstable/main libxext6 amd64 2:1.3.1-2 [55.3 kB] Get:25 http://localhost/debian/ unstable/main libxrender1 amd64 1:0.9.7-1 [32.2 kB] Get:26 http://localhost/debian/ unstable/main libxft2 amd64 2.3.1-1 [61.0 kB] Get:27 http://localhost/debian/ unstable/main libxt6 amd64 1:1.1.3-1 [211 kB] Get:28 http://localhost/debian/ unstable/main bsdmainutils amd64 9.0.3 [209 kB] Get:29 http://localhost/debian/ unstable/main groff-base amd64 1.21-9 [1153 kB] Get:30 http://localhost/debian/ unstable/main man-db amd64 2.6.2-1 [1061 kB] Get:31 http://localhost/debian/ unstable/main file amd64 5.11-2 [51.8 kB] Get:32 http://localhost/debian/ unstable/main gettext-base amd64 0.18.1.1-9 [154 kB] Get:33 http://localhost/debian/ unstable/main m4 amd64 1.4.16-3 [260 kB] Get:34 http://localhost/debian/ unstable/main autoconf all 2.69-1 [589 kB] Get:35 http://localhost/debian/ unstable/main autotools-dev all 20120608.1 [73.0 kB] Get:36 http://localhost/debian/ unstable/main automake all 1:1.11.5-2 [606 kB] Get:37 http://localhost/debian/ unstable/main html2text amd64 1.3.2a-15 [103 kB] Get:38 http://localhost/debian/ unstable/main gettext amd64 0.18.1.1-9 [1975 kB] Get:39 http://localhost/debian/ unstable/main intltool-debian all 0.35.0+20060710.1 [30.8 kB] Get:40 http://localhost/debian/ unstable/main po-debconf all 1.0.16+nmu2 [224 kB] Get:41 http://localhost/debian/ unstable/main debhelper all 9.20120608 [700 kB] Get:42 http://localhost/debian/ unstable/main libexpat1-dev amd64 2.1.0-1 [229 kB] Get:43 http://localhost/debian/ unstable/main zlib1g-dev amd64 1:1.2.7.dfsg-13 [215 kB] Get:44 http://localhost/debian/ unstable/main libfreetype6-dev amd64 2.4.9-1 [803 kB] Get:45 http://localhost/debian/ unstable/main pkg-config amd64 0.26-1 [59.5 kB] Get:46 http://localhost/debian/ unstable/main libfontconfig1-dev amd64 2.9.0-6 [857 kB] Get:47 http://localhost/debian/ unstable/main xorg-sgml-doctools all 1:1.10-1 [24.1 kB] Get:48 http://localhost/debian/ unstable/main x11proto-core-dev all 7.0.23-1 [774 kB] Get:49 http://localhost/debian/ unstable/main libice-dev amd64 2:1.0.8-2 [74.1 kB] Get:50 http://localhost/debian/ unstable/main libpthread-stubs0 amd64 0.3-3 [3228 B] Get:51 http://localhost/debian/ unstable/main libpthread-stubs0-dev amd64 0.3-3 [3998 B] Get:52 http://localhost/debian/ unstable/main libsm-dev amd64 2:1.2.1-2 [37.0 kB] Get:53 http://localhost/debian/ unstable/main libtool amd64 2.4.2-1.1 [619 kB] Get:54 http://localhost/debian/ unstable/main libxau-dev amd64 1:1.0.7-1 [21.7 kB] Get:55 http://localhost/debian/ unstable/main libxdmcp-dev amd64 1:1.1.1-1 [42.3 kB] Get:56 http://localhost/debian/ unstable/main x11proto-input-dev all 2.2-1 [172 kB] Get:57 http://localhost/debian/ unstable/main x11proto-kb-dev all 1.0.6-2 [269 kB] Get:58 http://localhost/debian/ unstable/main xtrans-dev all 1.2.7-1 [112 kB] Get:59 http://localhost/debian/ unstable/main libxcb1-dev amd64 1.8.1-1 [86.6 kB] Get:60 http://localhost/debian/ unstable/main libx11-dev amd64 2:1.5.0-1 [1037 kB] Get:61 http://localhost/debian/ unstable/main x11proto-xext-dev all 7.2.1-1 [273 kB] Get:62 http://localhost/debian/ unstable/main libxext-dev amd64 2:1.3.1-2 [115 kB] Get:63 http://localhost/debian/ unstable/main x11proto-render-dev all 2:0.11.1-2 [20.8 kB] Get:64 http://localhost/debian/ unstable/main libxrender-dev amd64 1:0.9.7-1 [40.4 kB] Get:65 http://localhost/debian/ unstable/main libxft-dev amd64 2.3.1-1 [74.5 kB] Get:66 http://localhost/debian/ unstable/main libxt-dev amd64 1:1.1.3-1 [516 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 22.5 MB in 1s (12.7 MB/s) Selecting previously unselected package libpipeline1:amd64. (Reading database ... 11809 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 libglib2.0-0:amd64. Unpacking libglib2.0-0:amd64 (from .../libglib2.0-0_2.32.3-1_amd64.deb) ... Selecting previously unselected package libcroco3:amd64. Unpacking libcroco3:amd64 (from .../libcroco3_0.6.5-1_amd64.deb) ... Selecting previously unselected package 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 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 libsm6:amd64. Unpacking libsm6:amd64 (from .../libsm6_2%3a1.2.1-2_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 libxext6:amd64. Unpacking libxext6:amd64 (from .../libxext6_2%3a1.3.1-2_amd64.deb) ... Selecting previously unselected package libxrender1:amd64. Unpacking libxrender1:amd64 (from .../libxrender1_1%3a0.9.7-1_amd64.deb) ... Selecting previously unselected package libxft2:amd64. Unpacking libxft2:amd64 (from .../libxft2_2.3.1-1_amd64.deb) ... Selecting previously unselected package libxt6:amd64. Unpacking libxt6:amd64 (from .../libxt6_1%3a1.1.3-1_amd64.deb) ... Selecting previously unselected package 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 automake. Unpacking automake (from .../automake_1%3a1.11.5-2_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 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 libice-dev:amd64. Unpacking libice-dev:amd64 (from .../libice-dev_2%3a1.0.8-2_amd64.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 libsm-dev:amd64. Unpacking libsm-dev:amd64 (from .../libsm-dev_2%3a1.2.1-2_amd64.deb) ... Selecting previously unselected package libtool. Unpacking libtool (from .../libtool_2.4.2-1.1_amd64.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 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-xext-dev. Unpacking x11proto-xext-dev (from .../x11proto-xext-dev_7.2.1-1_all.deb) ... Selecting previously unselected package libxext-dev:amd64. Unpacking libxext-dev:amd64 (from .../libxext-dev_2%3a1.3.1-2_amd64.deb) ... Selecting previously unselected package x11proto-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 libxft-dev. Unpacking libxft-dev (from .../libxft-dev_2.3.1-1_amd64.deb) ... Selecting previously unselected package libxt-dev:amd64. Unpacking libxt-dev:amd64 (from .../libxt-dev_1%3a1.1.3-1_amd64.deb) ... Selecting previously unselected package sbuild-build-depends-blackbox-dummy. Unpacking sbuild-build-depends-blackbox-dummy (from .../sbuild-build-depends-blackbox-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 libglib2.0-0:amd64 (2.32.3-1) ... No schema files found: doing nothing. Setting up libcroco3:amd64 (0.6.5-1) ... Setting up libexpat1:amd64 (2.1.0-1) ... Setting up libfreetype6:amd64 (2.4.9-1) ... Setting up ttf-dejavu-core (2.33-2) ... Setting up fontconfig-config (2.9.0-6) ... Setting up libfontconfig1:amd64 (2.9.0-6) ... Setting up 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 libsm6:amd64 (2:1.2.1-2) ... 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 libxext6:amd64 (2:1.3.1-2) ... Setting up libxrender1:amd64 (1:0.9.7-1) ... Setting up libxft2:amd64 (2.3.1-1) ... Setting up libxt6:amd64 (1:1.1.3-1) ... Setting up bsdmainutils (9.0.3) ... update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode Setting up groff-base (1.21-9) ... Setting up man-db (2.6.2-1) ... Building database of manual pages ... Setting up 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 automake (1:1.11.5-2) ... update-alternatives: using /usr/bin/automake-1.11 to provide /usr/bin/automake (automake) in auto mode Setting up 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 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 libice-dev:amd64 (2:1.0.8-2) ... Setting up libpthread-stubs0:amd64 (0.3-3) ... Setting up libpthread-stubs0-dev:amd64 (0.3-3) ... Setting up libsm-dev:amd64 (2:1.2.1-2) ... Setting up libtool (2.4.2-1.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 libxcb1-dev:amd64 (1.8.1-1) ... Setting up libx11-dev:amd64 (2:1.5.0-1) ... Setting up x11proto-xext-dev (7.2.1-1) ... Setting up libxext-dev:amd64 (2:1.3.1-2) ... Setting up x11proto-render-dev (2:0.11.1-2) ... Setting up libxrender-dev:amd64 (1:0.9.7-1) ... Setting up libxft-dev (2.3.1-1) ... Setting up libxt-dev:amd64 (1:1.1.3-1) ... Setting up sbuild-build-depends-blackbox-dummy (0.invalid.0) ... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build environment │ └──────────────────────────────────────────────────────────────────────────────┘ Kernel: Linux 2.6.32-5-xen-amd64 amd64 (x86_64) Toolchain package versions: binutils_2.22-7 dpkg-dev_1.16.7 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc-4.6_4.6.3-8 gcc-4.7_4.7.1-3 libc6-dev_2.13-34 libstdc++6_4.7.1-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 linux-libc-dev_3.2.21-3 Package versions: apt_0.9.7.1 autoconf_2.69-1 automake_1:1.11.5-2 autotools-dev_20120608.1 base-files_6.11 base-passwd_3.5.26 bash_4.2-3 binutils_2.22-7 bsdmainutils_9.0.3 bsdutils_1:2.20.1-5.1 build-essential_11.5 bzip2_1.0.6-3 clang_3.1-8 coreutils_8.13-3.2 cpp_4:4.7.1-1 cpp-4.6_4.6.3-8 cpp-4.7_4.7.1-3 dash_0.5.7-3 debconf_1.5.45 debconf-i18n_1.5.45 debfoster_2.7-1.1 debhelper_9.20120608 debian-archive-keyring_2012.4 debianutils_4.3.2 diffutils_1:3.2-6 dpkg_1.16.7 dpkg-dev_1.16.7 e2fslibs_1.42.4-3 e2fsprogs_1.42.4-3 fakeroot_1.18.4-2 file_5.11-2 findutils_4.4.2-4 fontconfig-config_2.9.0-6 g++_4:4.7.1-1 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc_4:4.7.1-1 gcc-4.4-base_4.4.7-1 gcc-4.5-base_4.5.4-1 gcc-4.6_4.6.3-8 gcc-4.6-base_4.6.3-8 gcc-4.7_4.7.1-3 gcc-4.7-base_4.7.1-3 gettext_0.18.1.1-9 gettext-base_0.18.1.1-9 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 initscripts_2.88dsf-28 insserv_1.14.0-4 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 libc-bin_2.13-34 libc-dev-bin_2.13-34 libc6_2.13-34 libc6-dev_2.13-34 libclang-common-dev_3.1-8 libclass-isa-perl_0.36-3 libcomerr2_1.42.4-3 libcroco3_0.6.5-1 libdb5.1_5.1.29-5 libdpkg-perl_1.16.7 libexpat1_2.1.0-1 libexpat1-dev_2.1.0-1 libffi5_3.0.10-3 libfile-fcntllock-perl_0.14-2 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-3 libgdbm3_1.8.3-11 libgettextpo0_0.18.1.1-9 libglib2.0-0_2.32.3-1 libgmp10_2:5.0.5+dfsg-2 libgomp1_4.7.1-3 libice-dev_2:1.0.8-2 libice6_2:1.0.8-2 libitm1_4.7.1-3 libllvm3.1_3.1-2 liblocale-gettext-perl_1.05-7+b1 liblzma5_5.1.1alpha+20120614-1 libmagic1_5.11-2 libmount1_2.20.1-5.1 libmpc2_0.9-4 libmpfr4_3.1.0-5 libncurses5_5.9-10 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 libpcre3_1:8.30-5 libpipeline1_1.2.1-1 libpopt0_1.16-7 libpthread-stubs0_0.3-3 libpthread-stubs0-dev_0.3-3 libquadmath0_4.7.1-3 libreadline6_6.2-8 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-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 libswitch-perl_2.16-2 libtext-charwidth-perl_0.04-7+b1 libtext-iconv-perl_1.7-5 libtext-wrapi18n-perl_0.06-7 libtimedate-perl_1.2000-1 libtinfo5_5.9-10 libtool_2.4.2-1.1 libunistring0_0.9.3-5 libusb-0.1-4_2:0.1.12-23 libustr-1.0-1_1.0.4-3 libuuid1_2.20.1-5.1 libx11-6_2:1.5.0-1 libx11-data_2:1.5.0-1 libx11-dev_2:1.5.0-1 libxau-dev_1:1.0.7-1 libxau6_1:1.0.7-1 libxcb1_1.8.1-1 libxcb1-dev_1.8.1-1 libxdmcp-dev_1:1.1.1-1 libxdmcp6_1:1.1.1-1 libxext-dev_2:1.3.1-2 libxext6_2:1.3.1-2 libxft-dev_2.3.1-1 libxft2_2.3.1-1 libxml2_2.8.0+dfsg1-4 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 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-blackbox-dummy_0.invalid.0 sbuild-build-depends-core-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 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 Sat Jun 2 15:46:13 2012 UTC using RSA key ID D439668E gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./blackbox_0.70.1-12.dsc dpkg-source: info: extracting blackbox in blackbox-0.70.1 dpkg-source: info: unpacking blackbox_0.70.1.orig.tar.gz dpkg-source: info: unpacking blackbox_0.70.1-12.debian.tar.gz dpkg-source: info: applying pkgconfig-requires-private.diff dpkg-source: info: applying fix-ftbfs-gcc-4.3.diff dpkg-source: info: applying bsetbg-bash-shebang.diff dpkg-source: info: applying textpropertytostring-unconditional.diff dpkg-source: info: applying manpage-tidy-up.diff dpkg-source: info: applying fix-spelling-errors.diff Check disc space ──────────────── Sufficient free space for build User Environment ──────────────── HOME=/sbuild-nonexistent LOGNAME=root PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11 SCHROOT_CHROOT_NAME=unstable-amd64-sbuild SCHROOT_COMMAND=env SCHROOT_GID=0 SCHROOT_GROUP=root SCHROOT_SESSION_ID=unstable-amd64-sbuild-c8b9203e-52f4-454d-90d5-0075ca254324 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 blackbox dpkg-buildpackage: source version 0.70.1-12 dpkg-buildpackage: source changed by HIGUCHI Daisuke (VDR dai) dpkg-source --before-build blackbox-0.70.1 dpkg-buildpackage: host architecture amd64 dpkg-source: info: using options from blackbox-0.70.1/debian/source/options: --extend-diff-ignore=^config[.](sub|guess)$ --extend-diff-ignore=^configure$ --extend-diff-ignore=(^|/)?Makefile[.]in$ --extend-diff-ignore=^aclocal[.]m4 --extend-diff-ignore=^config[.]h[.]in --extend-diff-ignore=^depcomp$ --extend-diff-ignore=^install-sh$ --extend-diff-ignore=^ltmain[.]sh$ --extend-diff-ignore=^missing$ --extend-diff-ignore=^src/blackbox$ fakeroot debian/rules clean dh clean dh_testdir debian/rules override_dh_auto_clean make[1]: Entering directory `/«PKGBUILDDIR»' [ ! -f Makefile ] || /usr/bin/make distclean cp -f /usr/share/misc/config.sub config.sub cp -f /usr/share/misc/config.guess config.guess make[1]: Leaving directory `/«PKGBUILDDIR»' dh_clean dpkg-source -b blackbox-0.70.1 dpkg-source: info: using options from blackbox-0.70.1/debian/source/options: --extend-diff-ignore=^config[.](sub|guess)$ --extend-diff-ignore=^configure$ --extend-diff-ignore=(^|/)?Makefile[.]in$ --extend-diff-ignore=^aclocal[.]m4 --extend-diff-ignore=^config[.]h[.]in --extend-diff-ignore=^depcomp$ --extend-diff-ignore=^install-sh$ --extend-diff-ignore=^ltmain[.]sh$ --extend-diff-ignore=^missing$ --extend-diff-ignore=^src/blackbox$ dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building blackbox using existing ./blackbox_0.70.1.orig.tar.gz dpkg-source: info: building blackbox in blackbox_0.70.1-12.debian.tar.gz dpkg-source: info: building blackbox in blackbox_0.70.1-12.dsc debian/rules build dh build dh_testdir debian/rules override_dh_auto_configure make[1]: Entering directory `/«PKGBUILDDIR»' autoreconf -vfi autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force configure.ac:85: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from... configure.ac:85: the top level configure.ac:115: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from... configure.ac:115: the top level autoreconf: configure.ac: tracing configure.ac:85: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from... configure.ac:85: the top level configure.ac:115: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from... configure.ac:115: the top level autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. configure.ac:85: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from... configure.ac:85: the top level configure.ac:115: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from... configure.ac:115: the top level autoreconf: running: /usr/bin/autoconf --force configure.ac:85: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from... configure.ac:85: the top level configure.ac:115: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from... configure.ac:115: the top level autoreconf: running: /usr/bin/autoheader --force configure.ac:85: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from... configure.ac:85: the top level configure.ac:115: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from... configure.ac:115: the top level autoreconf: running: automake --add-missing --copy --force-missing configure.ac:85: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from... configure.ac:85: the top level configure.ac:115: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from... ../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from... ../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from... configure.ac:115: the top level src/Makefile.am:25: `CPPFLAGS' is a user variable, you should not override it; src/Makefile.am:25: use `AM_CPPFLAGS' instead. util/Makefile.am:24: `CPPFLAGS' is a user variable, you should not override it; util/Makefile.am:24: use `AM_CPPFLAGS' instead. autoreconf: Leaving directory `.' CFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security" CPPFLAGS="-D_FORTIFY_SOURCE=2" CXXFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security" FFLAGS="-g -O2" LDFLAGS="-Wl,-z,relro" dh_auto_configure -- --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc/X11/blackbox --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for x86_64-linux-gnu-gcc... x86_64-linux-gnu-gcc 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 x86_64-linux-gnu-gcc accepts -g... yes checking for x86_64-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of x86_64-linux-gnu-gcc... none checking how to run the C preprocessor... x86_64-linux-gnu-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 x86_64-linux-gnu-g++... x86_64-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-linux-gnu-g++... none checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by x86_64-linux-gnu-gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for x86_64-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-linux-gnu-strip... no checking for strip... strip checking for x86_64-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from x86_64-linux-gnu-gcc object... ok checking for sysroot... no checking for x86_64-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no 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 for dlfcn.h... yes checking for objdir... .libs checking if x86_64-linux-gnu-gcc supports -fno-rtti -fno-exceptions... yes checking for x86_64-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-linux-gnu-gcc static flag -static works... yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... yes checking if x86_64-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E checking for ld used by x86_64-linux-gnu-g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-linux-gnu-g++ option to produce PIC... -fPIC -DPIC checking if x86_64-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes checking if x86_64-linux-gnu-g++ static flag -static works... yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... yes checking if x86_64-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-linux-gnu-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for sed... sed checking for gencat... gencat checking for iconv_open... yes checking for GNU libiconv... no, assuming POSIX compliance checking for setlocale... yes checking for nl_langinfo... yes checking for t_open in -lnsl... no checking for socket in -lsocket... no checking for X... libraries , headers checking for XOpenDisplay in -lX11... yes checking X11/Xlib.h usability... yes checking X11/Xlib.h presence... yes checking for X11/Xlib.h... yes checking for X11/Xatom.h... yes checking for X11/Xlocale.h... yes checking for X11/Xresource.h... yes checking for X11/Xutil.h... yes checking for X11/keysym.h... yes checking whether to build support for the SHAPE extension... yes checking for XShapeCombineShape in -lXext... yes checking for X11/extensions/shape.h... yes checking whether to build support for the MIT-SHM extension... yes checking for XShmPutImage in -lXext... yes checking for X11/extensions/XShm.h... yes checking whether to build support for Xft... yes checking for x86_64-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for xft... yes checking whether to include verbose debugging code... no checking whether to include NLS support... yes checking whether to enable maintainer-specific portions of Makefiles... no configure: creating ./config.status config.status: creating version.h config.status: creating Makefile config.status: creating data/Makefile config.status: creating data/styles/Makefile config.status: creating doc/Makefile config.status: creating doc/fr_FR/Makefile config.status: creating doc/ja_JP/Makefile config.status: creating doc/nl_NL/Makefile config.status: creating doc/sl_SI/Makefile config.status: creating lib/Makefile config.status: creating lib/libbt.pc config.status: creating src/Makefile config.status: creating util/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands blackbox version 0.70.1 configured successfully. Using '/usr' for installation. Using 'x86_64-linux-gnu-g++' for C++ compiler. Building with '-D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 ' for C++ compiler flags. Building with '-Wl,-z,relro -L/usr/lib -L/usr/local/lib -lXext -lX11 -lXft ' libraries. make[1]: Leaving directory `/«PKGBUILDDIR»' debian/rules override_dh_auto_build make[1]: Entering directory `/«PKGBUILDDIR»' /usr/bin/make DEFAULT_MENU=/etc/X11/blackbox/blackbox-menu make[2]: Entering directory `/«PKGBUILDDIR»' /usr/bin/make all-recursive make[3]: Entering directory `/«PKGBUILDDIR»' Making all in data make[4]: Entering directory `/«PKGBUILDDIR»/data' Making all in styles make[5]: Entering directory `/«PKGBUILDDIR»/data/styles' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/«PKGBUILDDIR»/data/styles' make[5]: Entering directory `/«PKGBUILDDIR»/data' sed -e "s,@pkgdatadir@,/usr/share/blackbox," ./menu.in > menu make[5]: Leaving directory `/«PKGBUILDDIR»/data' make[4]: Leaving directory `/«PKGBUILDDIR»/data' Making all in doc make[4]: Entering directory `/«PKGBUILDDIR»/doc' sed -e "s,@defaultmenu@,/etc/X11/blackbox/blackbox-menu," \ -e "s,@pkgdatadir@,/usr/share/blackbox," \ -e "s,@version@,0.70.1," \ ./blackbox.1.in > blackbox.1 make[4]: Leaving directory `/«PKGBUILDDIR»/doc' Making all in lib make[4]: Entering directory `/«PKGBUILDDIR»/lib' /bin/bash ../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Application.lo Application.cc libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Application.cc -fPIC -DPIC -o .libs/Application.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Application.cc -o Application.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Bitmap.lo Bitmap.cc libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Bitmap.cc -fPIC -DPIC -o .libs/Bitmap.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Bitmap.cc -o Bitmap.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Color.lo Color.cc libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Color.cc -fPIC -DPIC -o .libs/Color.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Color.cc -o Color.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Display.lo Display.cc libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Display.cc -fPIC -DPIC -o .libs/Display.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Display.cc -o Display.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o EWMH.lo EWMH.cc libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c EWMH.cc -fPIC -DPIC -o .libs/EWMH.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c EWMH.cc -o EWMH.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Font.lo Font.cc libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Font.cc -fPIC -DPIC -o .libs/Font.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Font.cc:207:26: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] char **missing, *def = "-"; ^ 1 warning generated. libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Font.cc -o Font.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Image.lo Image.cc libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Image.cc -fPIC -DPIC -o .libs/Image.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Image.cc -o Image.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Menu.lo Menu.cc libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Menu.cc -fPIC -DPIC -o .libs/Menu.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Menu.cc:1012:16: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] KeySym sym = XKeycodeToKeysym(_app.XDisplay(), event->keycode, 0); ^ 1 warning generated. libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Menu.cc -o Menu.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Pen.lo Pen.cc libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Pen.cc -fPIC -DPIC -o .libs/Pen.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Pen.cc -o Pen.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o PixmapCache.lo PixmapCache.cc libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c PixmapCache.cc -fPIC -DPIC -o .libs/PixmapCache.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c PixmapCache.cc -o PixmapCache.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Rect.lo Rect.cc libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Rect.cc -fPIC -DPIC -o .libs/Rect.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Rect.cc -o Rect.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Resource.lo Resource.cc libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Resource.cc -fPIC -DPIC -o .libs/Resource.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Resource.cc -o Resource.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Texture.lo Texture.cc libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Texture.cc -fPIC -DPIC -o .libs/Texture.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Texture.cc -o Texture.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Timer.lo Timer.cc libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Timer.cc -fPIC -DPIC -o .libs/Timer.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Timer.cc -o Timer.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Unicode.lo Unicode.cc libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Unicode.cc -fPIC -DPIC -o .libs/Unicode.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Unicode.cc -o Unicode.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Util.lo Util.cc libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Util.cc -fPIC -DPIC -o .libs/Util.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c Util.cc -o Util.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o XDG.lo XDG.cc libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c XDG.cc -fPIC -DPIC -o .libs/XDG.o clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DSHAPE -DMITSHM -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c XDG.cc -o XDG.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CXX --mode=link x86_64-linux-gnu-g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -Wl,-z,relro -L/usr/lib -L/usr/local/lib -o libbt.la -rpath /usr/lib/x86_64-linux-gnu Application.lo Bitmap.lo Color.lo Display.lo EWMH.lo Font.lo Image.lo Menu.lo Pen.lo PixmapCache.lo Rect.lo Resource.lo Texture.lo Timer.lo Unicode.lo Util.lo XDG.lo -lXext -lX11 -lXft libtool: link: x86_64-linux-gnu-g++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtbeginS.o .libs/Application.o .libs/Bitmap.o .libs/Color.o .libs/Display.o .libs/EWMH.o .libs/Font.o .libs/Image.o .libs/Menu.o .libs/Pen.o .libs/PixmapCache.o .libs/Rect.o .libs/Resource.o .libs/Texture.o .libs/Timer.o .libs/Unicode.o .libs/Util.o .libs/XDG.o -L/usr/lib -L/usr/local/lib -lXext -lX11 -lXft -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../.. -L/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/crtendS.o /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crtn.o -O2 -Wl,-z -Wl,relro -Wl,-soname -Wl,libbt.so.0 -o .libs/libbt.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libbt.so.0" && ln -s "libbt.so.0.0.0" "libbt.so.0") libtool: link: (cd ".libs" && rm -f "libbt.so" && ln -s "libbt.so.0.0.0" "libbt.so") libtool: link: ar cru .libs/libbt.a Application.o Bitmap.o Color.o Display.o EWMH.o Font.o Image.o Menu.o Pen.o PixmapCache.o Rect.o Resource.o Texture.o Timer.o Unicode.o Util.o XDG.o libtool: link: ranlib .libs/libbt.a libtool: link: ( cd ".libs" && rm -f "libbt.la" && ln -s "../libbt.la" "libbt.la" ) make[4]: Leaving directory `/«PKGBUILDDIR»/lib' Making all in src make[4]: Entering directory `/«PKGBUILDDIR»/src' x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -DSHAPE -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -DDEFAULTMENU=\"/etc/X11/blackbox/blackbox-menu\" -DDEFAULTSTYLE=\"/usr/share/blackbox/styles/Gray\" -I../lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o BlackboxResource.o BlackboxResource.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -DSHAPE -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -DDEFAULTMENU=\"/etc/X11/blackbox/blackbox-menu\" -DDEFAULTSTYLE=\"/usr/share/blackbox/styles/Gray\" -I../lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Clientmenu.o Clientmenu.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -DSHAPE -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -DDEFAULTMENU=\"/etc/X11/blackbox/blackbox-menu\" -DDEFAULTSTYLE=\"/usr/share/blackbox/styles/Gray\" -I../lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Configmenu.o Configmenu.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -DSHAPE -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -DDEFAULTMENU=\"/etc/X11/blackbox/blackbox-menu\" -DDEFAULTSTYLE=\"/usr/share/blackbox/styles/Gray\" -I../lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Iconmenu.o Iconmenu.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -DSHAPE -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -DDEFAULTMENU=\"/etc/X11/blackbox/blackbox-menu\" -DDEFAULTSTYLE=\"/usr/share/blackbox/styles/Gray\" -I../lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Rootmenu.o Rootmenu.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -DSHAPE -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -DDEFAULTMENU=\"/etc/X11/blackbox/blackbox-menu\" -DDEFAULTSTYLE=\"/usr/share/blackbox/styles/Gray\" -I../lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Screen.o Screen.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -DSHAPE -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -DDEFAULTMENU=\"/etc/X11/blackbox/blackbox-menu\" -DDEFAULTSTYLE=\"/usr/share/blackbox/styles/Gray\" -I../lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o ScreenResource.o ScreenResource.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' ScreenResource.cc:70:35: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] case Slit::TopLeft: placement = "TopLeft"; break; ^ ScreenResource.cc:71:38: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] case Slit::CenterLeft: placement = "CenterLeft"; break; ^ ScreenResource.cc:72:38: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] case Slit::BottomLeft: placement = "BottomLeft"; break; ^ ScreenResource.cc:73:37: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] case Slit::TopCenter: placement = "TopCenter"; break; ^ ScreenResource.cc:74:40: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] case Slit::BottomCenter: placement = "BottomCenter"; break; ^ ScreenResource.cc:75:36: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] case Slit::TopRight: placement = "TopRight"; break; ^ ScreenResource.cc:76:39: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] case Slit::BottomRight: placement = "BottomRight"; break; ^ ScreenResource.cc:77:48: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] case Slit::CenterRight: default: placement = "CenterRight"; break; ^ ScreenResource.cc:104:38: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] case Toolbar::TopLeft: placement = "TopLeft"; break; ^ ScreenResource.cc:105:41: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] case Toolbar::BottomLeft: placement = "BottomLeft"; break; ^ ScreenResource.cc:106:40: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] case Toolbar::TopCenter: placement = "TopCenter"; break; ^ ScreenResource.cc:107:39: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] case Toolbar::TopRight: placement = "TopRight"; break; ^ ScreenResource.cc:108:42: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] case Toolbar::BottomRight: placement = "BottomRight"; break; ^ ScreenResource.cc:109:52: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] case Toolbar::BottomCenter: default: placement = "BottomCenter"; break; ^ 14 warnings generated. x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -DSHAPE -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -DDEFAULTMENU=\"/etc/X11/blackbox/blackbox-menu\" -DDEFAULTSTYLE=\"/usr/share/blackbox/styles/Gray\" -I../lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Slit.o Slit.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -DSHAPE -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -DDEFAULTMENU=\"/etc/X11/blackbox/blackbox-menu\" -DDEFAULTSTYLE=\"/usr/share/blackbox/styles/Gray\" -I../lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Slitmenu.o Slitmenu.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -DSHAPE -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -DDEFAULTMENU=\"/etc/X11/blackbox/blackbox-menu\" -DDEFAULTSTYLE=\"/usr/share/blackbox/styles/Gray\" -I../lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o StackingList.o StackingList.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -DSHAPE -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -DDEFAULTMENU=\"/etc/X11/blackbox/blackbox-menu\" -DDEFAULTSTYLE=\"/usr/share/blackbox/styles/Gray\" -I../lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Toolbar.o Toolbar.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -DSHAPE -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -DDEFAULTMENU=\"/etc/X11/blackbox/blackbox-menu\" -DDEFAULTSTYLE=\"/usr/share/blackbox/styles/Gray\" -I../lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Toolbarmenu.o Toolbarmenu.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -DSHAPE -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -DDEFAULTMENU=\"/etc/X11/blackbox/blackbox-menu\" -DDEFAULTSTYLE=\"/usr/share/blackbox/styles/Gray\" -I../lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Window.o Window.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' Window.cc:3522:14: warning: '&&' within '||' [-Wlogical-op-parentheses] && (event->state & Button1Mask ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Window.cc:3522:14: note: place parentheses around the '&&' expression to silence this warning && (event->state & Button1Mask ^ 1 warning generated. x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -DSHAPE -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -DDEFAULTMENU=\"/etc/X11/blackbox/blackbox-menu\" -DDEFAULTSTYLE=\"/usr/share/blackbox/styles/Gray\" -I../lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o WindowGroup.o WindowGroup.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -DSHAPE -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -DDEFAULTMENU=\"/etc/X11/blackbox/blackbox-menu\" -DDEFAULTSTYLE=\"/usr/share/blackbox/styles/Gray\" -I../lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Windowmenu.o Windowmenu.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -DSHAPE -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -DDEFAULTMENU=\"/etc/X11/blackbox/blackbox-menu\" -DDEFAULTSTYLE=\"/usr/share/blackbox/styles/Gray\" -I../lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Workspace.o Workspace.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -DSHAPE -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -DDEFAULTMENU=\"/etc/X11/blackbox/blackbox-menu\" -DDEFAULTSTYLE=\"/usr/share/blackbox/styles/Gray\" -I../lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o Workspacemenu.o Workspacemenu.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -DSHAPE -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -DDEFAULTMENU=\"/etc/X11/blackbox/blackbox-menu\" -DDEFAULTSTYLE=\"/usr/share/blackbox/styles/Gray\" -I../lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o blackbox.o blackbox.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' blackbox.cc:79:5: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "WM_COLORMAP_WINDOWS", ^ blackbox.cc:80:5: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "WM_PROTOCOLS", ^ blackbox.cc:81:5: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "WM_STATE", ^ blackbox.cc:82:5: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "WM_CHANGE_STATE", ^ blackbox.cc:83:5: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "WM_DELETE_WINDOW", ^ blackbox.cc:84:5: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "WM_TAKE_FOCUS", ^ blackbox.cc:85:5: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] "_MOTIF_WM_HINTS" ^ 7 warnings generated. x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -DSHAPE -DXFT -DNLS -DLOCALEPATH=\"/usr/share/blackbox/nls\" -DDEFAULTMENU=\"/etc/X11/blackbox/blackbox-menu\" -DDEFAULTSTYLE=\"/usr/share/blackbox/styles/Gray\" -I../lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o main.o main.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CXX --mode=link x86_64-linux-gnu-g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -Wl,-z,relro -L/usr/lib -L/usr/local/lib -o blackbox BlackboxResource.o Clientmenu.o Configmenu.o Iconmenu.o Rootmenu.o Screen.o ScreenResource.o Slit.o Slitmenu.o StackingList.o Toolbar.o Toolbarmenu.o Window.o WindowGroup.o Windowmenu.o Workspace.o Workspacemenu.o blackbox.o main.o ../lib/libbt.la -lXext -lX11 -lXft libtool: link: x86_64-linux-gnu-g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -Wl,-z -Wl,relro -o .libs/blackbox BlackboxResource.o Clientmenu.o Configmenu.o Iconmenu.o Rootmenu.o Screen.o ScreenResource.o Slit.o Slitmenu.o StackingList.o Toolbar.o Toolbarmenu.o Window.o WindowGroup.o Windowmenu.o Workspace.o Workspacemenu.o blackbox.o main.o -L/usr/lib -L/usr/local/lib ../lib/.libs/libbt.so -lXext -lX11 -lXft clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' make[4]: Leaving directory `/«PKGBUILDDIR»/src' Making all in util make[4]: Entering directory `/«PKGBUILDDIR»/util' x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -DNLS -I../lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o bsetroot.o bsetroot.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CXX --mode=link x86_64-linux-gnu-g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -Wl,-z,relro -L/usr/lib -L/usr/local/lib -o bsetroot bsetroot.o ../lib/libbt.la -lXext -lX11 -lXft libtool: link: x86_64-linux-gnu-g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -Wl,-z -Wl,relro -o .libs/bsetroot bsetroot.o -L/usr/lib -L/usr/local/lib ../lib/.libs/libbt.so -lXext -lX11 -lXft clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/local/include -DNLS -I../lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -c -o bstyleconvert.o bstyleconvert.cc clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' /bin/bash ../libtool --tag=CXX --mode=link x86_64-linux-gnu-g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -Wl,-z,relro -L/usr/lib -L/usr/local/lib -o bstyleconvert bstyleconvert.o ../lib/libbt.la -lXext -lX11 -lXft libtool: link: x86_64-linux-gnu-g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -I/usr/include/freetype2 -Wl,-z -Wl,relro -o .libs/bstyleconvert bstyleconvert.o -L/usr/lib -L/usr/local/lib ../lib/.libs/libbt.so -lXext -lX11 -lXft clang: warning: argument unused during compilation: '--param ssp-buffer-size=4' make[4]: Leaving directory `/«PKGBUILDDIR»/util' make[4]: Entering directory `/«PKGBUILDDIR»' make[4]: Leaving directory `/«PKGBUILDDIR»' make[3]: Leaving directory `/«PKGBUILDDIR»' make[2]: Leaving directory `/«PKGBUILDDIR»' make[1]: Leaving directory `/«PKGBUILDDIR»' dh_auto_test make[1]: Entering directory `/«PKGBUILDDIR»' Making check in data make[2]: Entering directory `/«PKGBUILDDIR»/data' Making check in styles make[3]: Entering directory `/«PKGBUILDDIR»/data/styles' make[3]: Nothing to be done for `check'. make[3]: Leaving directory `/«PKGBUILDDIR»/data/styles' make[3]: Entering directory `/«PKGBUILDDIR»/data' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/«PKGBUILDDIR»/data' make[2]: Leaving directory `/«PKGBUILDDIR»/data' Making check in doc make[2]: Entering directory `/«PKGBUILDDIR»/doc' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/«PKGBUILDDIR»/doc' Making check in lib make[2]: Entering directory `/«PKGBUILDDIR»/lib' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/«PKGBUILDDIR»/lib' Making check in src make[2]: Entering directory `/«PKGBUILDDIR»/src' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/«PKGBUILDDIR»/src' Making check in util make[2]: Entering directory `/«PKGBUILDDIR»/util' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/«PKGBUILDDIR»/util' make[2]: Entering directory `/«PKGBUILDDIR»' make[2]: Leaving directory `/«PKGBUILDDIR»' make[1]: Leaving directory `/«PKGBUILDDIR»' fakeroot debian/rules binary dh binary dh_testroot dh_prep dh_installdirs dh_auto_install make[1]: Entering directory `/«PKGBUILDDIR»' Making install in data make[2]: Entering directory `/«PKGBUILDDIR»/data' Making install in styles make[3]: Entering directory `/«PKGBUILDDIR»/data/styles' make[4]: Entering directory `/«PKGBUILDDIR»/data/styles' make[4]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/share/blackbox/styles' /usr/bin/install -c -m 644 Blue Gray Green Purple Red '/«PKGBUILDDIR»/debian/tmp/usr/share/blackbox/styles' make[4]: Leaving directory `/«PKGBUILDDIR»/data/styles' make[3]: Leaving directory `/«PKGBUILDDIR»/data/styles' make[3]: Entering directory `/«PKGBUILDDIR»/data' make[4]: Entering directory `/«PKGBUILDDIR»/data' make[4]: Nothing to be done for `install-exec-am'. test -f /«PKGBUILDDIR»/debian/tmp/usr/share/blackbox/menu || \ /usr/bin/install -c -m 644 menu /«PKGBUILDDIR»/debian/tmp/usr/share/blackbox make[4]: Leaving directory `/«PKGBUILDDIR»/data' make[3]: Leaving directory `/«PKGBUILDDIR»/data' make[2]: Leaving directory `/«PKGBUILDDIR»/data' Making install in doc make[2]: Entering directory `/«PKGBUILDDIR»/doc' make[3]: Entering directory `/«PKGBUILDDIR»/doc' make[3]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/share/man/man1' /usr/bin/install -c -m 644 blackbox.1 bsetroot.1 bsetbg.1 '/«PKGBUILDDIR»/debian/tmp/usr/share/man/man1' make[3]: Leaving directory `/«PKGBUILDDIR»/doc' make[2]: Leaving directory `/«PKGBUILDDIR»/doc' Making install in lib make[2]: Entering directory `/«PKGBUILDDIR»/lib' make[3]: Entering directory `/«PKGBUILDDIR»/lib' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu' /bin/bash ../libtool --mode=install /usr/bin/install -c libbt.la '/«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu' libtool: install: /usr/bin/install -c .libs/libbt.so.0.0.0 /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libbt.so.0.0.0 libtool: install: (cd /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libbt.so.0.0.0 libbt.so.0 || { rm -f libbt.so.0 && ln -s libbt.so.0.0.0 libbt.so.0; }; }) libtool: install: (cd /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libbt.so.0.0.0 libbt.so || { rm -f libbt.so && ln -s libbt.so.0.0.0 libbt.so; }; }) libtool: install: /usr/bin/install -c .libs/libbt.lai /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libbt.la libtool: install: /usr/bin/install -c .libs/libbt.a /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libbt.a libtool: install: chmod 644 /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libbt.a libtool: install: ranlib /«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/libbt.a libtool: install: warning: remember to run `libtool --finish /usr/lib/x86_64-linux-gnu' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/include/bt' /usr/bin/install -c -m 644 Application.hh Bitmap.hh Color.hh Display.hh EWMH.hh EventHandler.hh Font.hh Image.hh Menu.hh Pen.hh PixmapCache.hh Rect.hh Resource.hh Texture.hh Timer.hh Unicode.hh Util.hh XDG.hh '/«PKGBUILDDIR»/debian/tmp/usr/include/bt' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig' /usr/bin/install -c -m 644 libbt.pc '/«PKGBUILDDIR»/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig' make[3]: Leaving directory `/«PKGBUILDDIR»/lib' make[2]: Leaving directory `/«PKGBUILDDIR»/lib' Making install in src make[2]: Entering directory `/«PKGBUILDDIR»/src' make[3]: Entering directory `/«PKGBUILDDIR»/src' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c blackbox '/«PKGBUILDDIR»/debian/tmp/usr/bin' libtool: install: warning: `../lib/libbt.la' has not been installed in `/usr/lib/x86_64-linux-gnu' libtool: install: /usr/bin/install -c .libs/blackbox /«PKGBUILDDIR»/debian/tmp/usr/bin/blackbox make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/«PKGBUILDDIR»/src' make[2]: Leaving directory `/«PKGBUILDDIR»/src' Making install in util make[2]: Entering directory `/«PKGBUILDDIR»/util' make[3]: Entering directory `/«PKGBUILDDIR»/util' /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c bsetroot bstyleconvert '/«PKGBUILDDIR»/debian/tmp/usr/bin' libtool: install: warning: `../lib/libbt.la' has not been installed in `/usr/lib/x86_64-linux-gnu' libtool: install: /usr/bin/install -c .libs/bsetroot /«PKGBUILDDIR»/debian/tmp/usr/bin/bsetroot libtool: install: warning: `../lib/libbt.la' has not been installed in `/usr/lib/x86_64-linux-gnu' libtool: install: /usr/bin/install -c .libs/bstyleconvert /«PKGBUILDDIR»/debian/tmp/usr/bin/bstyleconvert /bin/mkdir -p '/«PKGBUILDDIR»/debian/tmp/usr/bin' /usr/bin/install -c bsetbg '/«PKGBUILDDIR»/debian/tmp/usr/bin' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/«PKGBUILDDIR»/util' make[2]: Leaving directory `/«PKGBUILDDIR»/util' make[2]: Entering directory `/«PKGBUILDDIR»' make[3]: Entering directory `/«PKGBUILDDIR»' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/«PKGBUILDDIR»' make[2]: Leaving directory `/«PKGBUILDDIR»' make[1]: Leaving directory `/«PKGBUILDDIR»' debian/rules override_dh_install make[1]: Entering directory `/«PKGBUILDDIR»' dh_install rm -f /«PKGBUILDDIR»/debian/blackbox/usr/share/blackbox/menu make[1]: Leaving directory `/«PKGBUILDDIR»' dh_installdocs dh_installchangelogs dh_installexamples dh_installman dh_installcatalogs dh_installcron dh_installdebconf dh_installemacsen dh_installifupdown dh_installinfo dh_installinit dh_installmenu dh_installmime dh_installmodules dh_installlogcheck dh_installlogrotate dh_installpam dh_installppp dh_installudev dh_installwm dh_installxfonts dh_installgsettings dh_bugfiles dh_ucf dh_lintian dh_gconf dh_icons dh_perl dh_usrlocal debian/rules override_dh_link make[1]: Entering directory `/«PKGBUILDDIR»' rm -rf /«PKGBUILDDIR»/debian/libbt/usr/share/doc/libbt dh_link -plibbt usr/share/doc/libbt0 usr/share/doc/libbt dh_link make[1]: Leaving directory `/«PKGBUILDDIR»' dh_compress dh_fixperms dh_strip dh_makeshlibs dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see diff output below dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols file: see diff output below dpkg-gensymbols: warning: debian/libbt0/DEBIAN/symbols doesn't match completely debian/libbt0.symbols --- debian/libbt0.symbols (libbt0_0.70.1-12_amd64) +++ dpkg-gensymbols7yrlQ2 2012-07-09 20:38:00.315122274 +0000 @@ -69,7 +69,7 @@ _ZN2bt12EventHandler20configureNotifyEventEPK15XConfigureEvent@Base 0.70.1 _ZN2bt12EventHandlerD0Ev@Base 0.70.1 _ZN2bt12EventHandlerD1Ev@Base 0.70.1 - _ZN2bt12EventHandlerD2Ev@Base 0.70.1 +#MISSING: 0.70.1-12# _ZN2bt12EventHandlerD2Ev@Base 0.70.1 (arch=any-i386)_ZN2bt12_timer_queueIPNS_5TimerESt6vectorIS2_SaIS2_EENS_13TimerLessThanEED1Ev@Base 0.70.1 (arch=any-i386)_ZN2bt12_timer_queueIPNS_5TimerESt6vectorIS2_SaIS2_EENS_13TimerLessThanEED2Ev@Base 0.70.1 _ZN2bt13alignResourceERKNS_8ResourceEPKcS4_NS_9AlignmentE@Base 0.70.1 @@ -81,8 +81,9 @@ _ZN2bt15RealPixmapCache4findEjRKNS_7TextureEjjm@Base 0.70.1 _ZN2bt15RealPixmapCache5clearEb@Base 0.70.1 _ZN2bt15RealPixmapCache7releaseEm@Base 0.70.1 - (optional|arch=!any-i386)_ZN2bt15RealPixmapCache9CacheItemD1Ev@Base 0.70.1 - (optional|arch=!any-i386)_ZN2bt15RealPixmapCache9CacheItemD2Ev@Base 0.70.1 + _ZN2bt15RealPixmapCache9CacheItemC1ERKS1_@Base 0.70.1-12 +#MISSING: 0.70.1-12# (optional|arch=!any-i386)_ZN2bt15RealPixmapCache9CacheItemD1Ev@Base 0.70.1 +#MISSING: 0.70.1-12# (optional|arch=!any-i386)_ZN2bt15RealPixmapCache9CacheItemD2Ev@Base 0.70.1 _ZN2bt15RealPixmapCacheC1ERKNS_7DisplayE@Base 0.70.1 _ZN2bt15RealPixmapCacheC2ERKNS_7DisplayE@Base 0.70.1 _ZN2bt15RealPixmapCacheD1Ev@Base 0.70.1 @@ -125,6 +126,7 @@ _ZN2bt4EWMHC2ERKNS_7DisplayE@Base 0.70.1 _ZN2bt4Font10clearCacheEv@Base 0.70.1 _ZN2bt4Font6unloadEv@Base 0.70.1 + _ZN2bt4FontD1Ev@Base 0.70.1-12 _ZN2bt4Menu10changeItemEjRKSbIjSt11char_traitsIjESaIjEEj@Base 0.70.1 _ZN2bt4Menu10insertItemERKNS_8MenuItemEjj@Base 0.70.1 _ZN2bt4Menu10removeItemEj@Base 0.70.1 @@ -229,7 +231,7 @@ _ZN2bt7DisplayD2Ev@Base 0.70.1 _ZN2bt7Texture14setDescriptionERKSs@Base 0.70.1 _ZN2bt7Texture9setColor1ERKNS_5ColorE@Base 0.70.1 - _ZN2bt7TextureD1Ev@Base 0.70.1 +#MISSING: 0.70.1-12# _ZN2bt7TextureD1Ev@Base 0.70.1 _ZN2bt7TextureD2Ev@Base 0.70.1 _ZN2bt7TextureaSERKS0_@Base 0.70.1 _ZN2bt7dirnameERKSs@Base 0.70.1 @@ -243,6 +245,7 @@ _ZN2bt7timevalplERKS0_@Base 0.70.1 _ZN2bt7toUtf32ERKSs@Base 0.70.1 _ZN2bt7tolowerERKSs@Base 0.70.1 + _ZN2bt8MenuItemC1ERKS0_@Base 0.70.1-12 _ZN2bt8PenCache11nextContextEj@Base 0.70.1 _ZN2bt8PenCache14nextXftContextEj@Base 0.70.1 _ZN2bt8PenCache4findEjRKNS_5ColorEiii@Base 0.70.1 @@ -290,6 +293,8 @@ _ZN2bt9MenuDelay7timeoutEPNS_5TimerE@Base 0.70.1 _ZN2bt9MenuStyle3getERNS_11ApplicationEj@Base 0.70.1 _ZN2bt9MenuStyle4loadERKNS_8ResourceE@Base 0.70.1 + _ZN2bt9MenuStyle6_frameC2Ev@Base 0.70.1-12 + _ZN2bt9MenuStyle6_titleC2Ev@Base 0.70.1-12 (arch=any-i386)_ZN2bt9MenuStyle6_titleD1Ev@Base 0.70.1 (arch=any-i386)_ZN2bt9MenuStyle6_titleD2Ev@Base 0.70.1 _ZN2bt9MenuStyle6stylesE@Base 0.70.1 @@ -300,7 +305,7 @@ _ZN2bt9mkdirhierERKSsi@Base 0.70.1 _ZN2bt9toUnicodeERKSs@Base 0.70.1 (arch=any-i386)_ZN9__gnu_cxx11char_traitsIjE4copyEPjPKjj@Base 0.70.1 - (arch=!any-i386 !alpha !armel !armhf !ia64 !mips !mipsel !powerpc !ppc64 !s390 !s390x !sh4 !sparc)_ZN9__gnu_cxx11char_traitsIjE4copyEPjPKjm@Base 0.70.1 +#MISSING: 0.70.1-12# (arch=!any-i386 !alpha !armel !armhf !ia64 !mips !mipsel !powerpc !ppc64 !s390 !s390x !sh4 !sparc)_ZN9__gnu_cxx11char_traitsIjE4copyEPjPKjm@Base 0.70.1 _ZNK2bt11Application10grabButtonEjjmbjiimmb@Base 0.70.1 _ZNK2bt11Application12ungrabButtonEjjm@Base 0.70.1 _ZNK2bt11Application8XDisplayEv@Base 0.70.1 @@ -366,6 +371,7 @@ _ZNK2bt5Timer13timeRemainingERKNS_7timevalE@Base 0.70.1 _ZNK2bt5Timer8endpointEv@Base 0.70.1 _ZNK2bt7Display10screenInfoEj@Base 0.70.1 + _ZNK2bt7TextureeqERKS0_@Base 0.70.1-12 _ZNK2bt7timevalcv7timevalEv@Base 0.70.1 _ZNK2bt8Resource4readEPKcS2_S2_@Base 0.70.1 _ZNK2bt8Resource4readEPKcS2_b@Base 0.70.1 @@ -384,33 +390,38 @@ _ZNK2bt9MenuStyle9drawTitleEmRKNS_4RectERKSbIjSt11char_traitsIjESaIjEE@Base 0.70.1 _ZNK2bt9MenuStyle9titleRectERKSbIjSt11char_traitsIjESaIjEE@Base 0.70.1 (arch=any-i386)_ZNSbIjSt11char_traitsIjESaIjEE12_M_leak_hardEv@Base 0.70.1 + _ZNSbIjSt11char_traitsIjESaIjEE12_S_constructIN9__gnu_cxx17__normal_iteratorIPKjS2_EEEEPjT_SA_RKS1_St20forward_iterator_tag@Base 0.70.1-12 + _ZNSbIjSt11char_traitsIjESaIjEE12_S_constructIPKjEEPjT_S7_RKS1_St20forward_iterator_tag@Base 0.70.1-12 (arch=any-i386)_ZNSbIjSt11char_traitsIjESaIjEE15_M_replace_safeEjjPKjj@Base 0.70.1 - (arch=!any-i386 !alpha !armel !armhf !ia64 !mips !mipsel !powerpc !ppc64 !s390 !s390x !sh4 !sparc)_ZNSbIjSt11char_traitsIjESaIjEE15_M_replace_safeEmmPKjm@Base 0.70.1 +#MISSING: 0.70.1-12# (arch=!any-i386 !alpha !armel !armhf !ia64 !mips !mipsel !powerpc !ppc64 !s390 !s390x !sh4 !sparc)_ZNSbIjSt11char_traitsIjESaIjEE15_M_replace_safeEmmPKjm@Base 0.70.1 + _ZNSbIjSt11char_traitsIjESaIjEE4_Rep11_S_terminalE@Base 0.70.1-12 _ZNSbIjSt11char_traitsIjESaIjEE4_Rep20_S_empty_rep_storageE@Base 0.70.1 (arch=!amd64 !ia64 !kfreebsd-amd64 !s390 !s390x !alpha !ppc64 !sparc64 !any-i386)_ZNSbIjSt11char_traitsIjESaIjEE4_Rep8_M_cloneERKS1_j@Base 0.70.1 (optional|arch=!any-i386 !armel !armhf !mips !mipsel !powerpc !sh4 !sparc)_ZNSbIjSt11char_traitsIjESaIjEE4_Rep8_M_cloneERKS1_m@Base 0.70.1 + _ZNSbIjSt11char_traitsIjESaIjEE6appendERKS2_@Base 0.70.1-12 (arch=!amd64 !ia64 !kfreebsd-amd64 !s390 !s390x !alpha !ppc64 !sparc64 !any-i386)_ZNSbIjSt11char_traitsIjESaIjEE6appendEjj@Base 0.70.1 (optional|arch=!any-i386 !armel !armhf !mips !mipsel !powerpc !sh4 !sparc)_ZNSbIjSt11char_traitsIjESaIjEE6appendEmj@Base 0.70.1 - (arch=any-i386)_ZNSbIjSt11char_traitsIjESaIjEE6assignERKS2_@Base 0.70.1 + _ZNSbIjSt11char_traitsIjESaIjEE6assignERKS2_@Base 0.70.1 (arch=any-i386)_ZNSbIjSt11char_traitsIjESaIjEE6resizeEjj@Base 0.70.1 - (arch=!any-i386 !alpha !armel !armhf !ia64 !mips !mipsel !powerpc !ppc64 !s390 !s390x !sh4 !sparc)_ZNSbIjSt11char_traitsIjESaIjEE6resizeEmj@Base 0.70.1 +#MISSING: 0.70.1-12# (arch=!any-i386 !alpha !armel !armhf !ia64 !mips !mipsel !powerpc !ppc64 !s390 !s390x !sh4 !sparc)_ZNSbIjSt11char_traitsIjESaIjEE6resizeEmj@Base 0.70.1 (arch=!amd64 !ia64 !kfreebsd-amd64 !s390 !s390x !alpha !ppc64 !sparc64)_ZNSbIjSt11char_traitsIjESaIjEE7replaceEjjPKjj@Base 0.70.1 (arch=amd64 ia64 kfreebsd-amd64 s390 s390x alpha ppc64 sparc64)_ZNSbIjSt11char_traitsIjESaIjEE7replaceEmmPKjm@Base 0.70.1 (arch=!amd64 !ia64 !kfreebsd-amd64 !s390 !s390x !alpha !ppc64 !sparc64)_ZNSbIjSt11char_traitsIjESaIjEE7reserveEj@Base 0.70.1 - (arch=amd64 ia64 kfreebsd-amd64 s390 s390x alpha ppc64 sparc64)_ZNSbIjSt11char_traitsIjESaIjEE7reserveEm@Base 0.70.1 +#MISSING: 0.70.1-12# (arch=amd64 ia64 kfreebsd-amd64 s390 s390x alpha ppc64 sparc64)_ZNSbIjSt11char_traitsIjESaIjEE7reserveEm@Base 0.70.1 (arch=!amd64 !ia64 !kfreebsd-amd64 !s390 !s390x !alpha !ppc64 !sparc64)_ZNSbIjSt11char_traitsIjESaIjEE9_M_mutateEjjj@Base 0.70.1 (arch=amd64 ia64 kfreebsd-amd64 s390 s390x alpha ppc64 sparc64)_ZNSbIjSt11char_traitsIjESaIjEE9_M_mutateEmmm@Base 0.70.1 - _ZNSbIjSt11char_traitsIjESaIjEEC1ERKS2_@Base 0.70.1 - _ZNSbIjSt11char_traitsIjESaIjEEC2ERKS2_@Base 0.70.1 - _ZNSbIjSt11char_traitsIjESaIjEED1Ev@Base 0.70.1 - _ZNSbIjSt11char_traitsIjESaIjEED2Ev@Base 0.70.1 + _ZNSbIjSt11char_traitsIjESaIjEE9push_backEj@Base 0.70.1-12 +#MISSING: 0.70.1-12# _ZNSbIjSt11char_traitsIjESaIjEEC1ERKS2_@Base 0.70.1 +#MISSING: 0.70.1-12# _ZNSbIjSt11char_traitsIjESaIjEEC2ERKS2_@Base 0.70.1 +#MISSING: 0.70.1-12# _ZNSbIjSt11char_traitsIjESaIjEED1Ev@Base 0.70.1 +#MISSING: 0.70.1-12# _ZNSbIjSt11char_traitsIjESaIjEED2Ev@Base 0.70.1 (arch=any-i386)_ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward_iterator_tag@Base 0.70.1 - (optional|arch=!any-i386)_ZNSsC1IN9__gnu_cxx17__normal_iteratorIPKcSsEEEET_S5_RKSaIcE@Base 0.70.1 - (optional|arch=!any-i386)_ZNSsC2IN9__gnu_cxx17__normal_iteratorIPKcSsEEEET_S5_RKSaIcE@Base 0.70.1 +#MISSING: 0.70.1-12# (optional|arch=!any-i386)_ZNSsC1IN9__gnu_cxx17__normal_iteratorIPKcSsEEEET_S5_RKSaIcE@Base 0.70.1 +#MISSING: 0.70.1-12# (optional|arch=!any-i386)_ZNSsC2IN9__gnu_cxx17__normal_iteratorIPKcSsEEEET_S5_RKSaIcE@Base 0.70.1 (arch=any-i386)_ZNSt10_List_baseIN2bt15RealPixmapCache9CacheItemESaIS2_EE8_M_clearEv@Base 0.70.1 (arch=any-i386)_ZNSt10_List_baseIN2bt8MenuItemESaIS1_EE8_M_clearEv@Base 0.70.1 (arch=any-i386)_ZNSt10_List_baseISsSaISsEE8_M_clearEv@Base 0.70.1 - (optional|arch=!any-i386)_ZNSt10_List_baseISsSaISsEED1Ev@Base 0.70.1 +#MISSING: 0.70.1-12# (optional|arch=!any-i386)_ZNSt10_List_baseISsSaISsEED1Ev@Base 0.70.1 (optional|arch=!any-i386)_ZNSt10_List_baseISsSaISsEED2Ev@Base 0.70.1 (arch=!amd64 !ia64 !kfreebsd-amd64 !s390 !s390x !alpha !ppc64 !sparc64)_ZNSt11_Deque_baseIPN2bt4MenuESaIS2_EE17_M_initialize_mapEj@Base 0.70.1 (arch=amd64 ia64 kfreebsd-amd64 s390 s390x alpha ppc64 sparc64)_ZNSt11_Deque_baseIPN2bt4MenuESaIS2_EE17_M_initialize_mapEm@Base 0.70.1 @@ -418,35 +429,43 @@ (arch=any-i386)_ZNSt11_Deque_baseIPN2bt4MenuESaIS2_EED2Ev@Base 0.70.1 (arch=any-i386)_ZNSt12_Destroy_auxILb0EE9__destroyIPSbIjSt11char_traitsIjESaIjEEEEvT_S7_@Base 0.70.1 (arch=any-i386)_ZNSt12_Destroy_auxILb0EE9__destroyIPSsEEvT_S3_@Base 0.70.1 - (optional|arch=!any-i386)_ZNSt4listIN2bt15RealPixmapCache9CacheItemESaIS2_EED1Ev@Base 0.70.1 - (optional|arch=!any-i386)_ZNSt4listIN2bt15RealPixmapCache9CacheItemESaIS2_EED2Ev@Base 0.70.1 + _ZNSt14priority_queueIPN2bt5TimerESt6vectorIS2_SaIS2_EENS0_13TimerLessThanEE4pushERKS2_@Base 0.70.1-12 + _ZNSt14priority_queueIPN2bt5TimerESt6vectorIS2_SaIS2_EENS0_13TimerLessThanEEC2ERKS6_RKS5_@Base 0.70.1-12 + _ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPKSsSt6vectorISsSaISsEEEEPSsEET0_T_SC_SB_@Base 0.70.1-12 + _ZNSt22__uninitialized_fill_nILb0EE15__uninit_fill_nIPSsmSsEEvT_T0_RKT1_@Base 0.70.1-12 + _ZNSt4listIN2bt15RealPixmapCache9CacheItemESaIS2_EE10push_frontERKS2_@Base 0.70.1-12 +#MISSING: 0.70.1-12# (optional|arch=!any-i386)_ZNSt4listIN2bt15RealPixmapCache9CacheItemESaIS2_EED1Ev@Base 0.70.1 +#MISSING: 0.70.1-12# (optional|arch=!any-i386)_ZNSt4listIN2bt15RealPixmapCache9CacheItemESaIS2_EED2Ev@Base 0.70.1 (optional|arch=!any-i386)_ZNSt4listIN2bt8MenuItemESaIS1_EE6insertESt14_List_iteratorIS1_ERKS1_@Base 0.70.1 - (optional|arch=!any-i386)_ZNSt4listIN2bt8MenuItemESaIS1_EED1Ev@Base 0.70.1 - (optional|arch=!any-i386)_ZNSt4listIN2bt8MenuItemESaIS1_EED2Ev@Base 0.70.1 +#MISSING: 0.70.1-12# (optional|arch=!any-i386)_ZNSt4listIN2bt8MenuItemESaIS1_EED1Ev@Base 0.70.1 +#MISSING: 0.70.1-12# (optional|arch=!any-i386)_ZNSt4listIN2bt8MenuItemESaIS1_EED2Ev@Base 0.70.1 + _ZNSt4listISsSaISsEE9push_backERKSs@Base 0.70.1-12 _ZNSt4listISsSaISsEED1Ev@Base 0.70.1 - _ZNSt4listISsSaISsEED2Ev@Base 0.70.1 +#MISSING: 0.70.1-12# _ZNSt4listISsSaISsEED2Ev@Base 0.70.1 (arch=any-i386)_ZNSt4pairIKN2bt9FontCache8FontNameENS1_7FontRefEED1Ev@Base 0.70.1 (arch=any-i386)_ZNSt4pairIKN2bt9FontCache8FontNameENS1_7FontRefEED2Ev@Base 0.70.1 + _ZNSt5dequeIPN2bt4MenuESaIS2_EE17_M_push_front_auxERKS2_@Base 0.70.1-12 (arch=!amd64 !ia64 !kfreebsd-amd64 !s390 !s390x !alpha !ppc64 !sparc64 !any-i386)_ZNSt5dequeIPN2bt4MenuESaIS2_EE17_M_reallocate_mapEjb@Base 0.70.1 (optional|arch=!any-i386 !armel !armhf !mips !mipsel !powerpc !sh4 !sparc)_ZNSt5dequeIPN2bt4MenuESaIS2_EE17_M_reallocate_mapEmb@Base 0.70.1 - (optional|arch=!any-i386)_ZNSt5dequeIPN2bt4MenuESaIS2_EED1Ev@Base 0.70.1 - (optional|arch=!any-i386)_ZNSt5dequeIPN2bt4MenuESaIS2_EED2Ev@Base 0.70.1 +#MISSING: 0.70.1-12# (optional|arch=!any-i386)_ZNSt5dequeIPN2bt4MenuESaIS2_EED1Ev@Base 0.70.1 +#MISSING: 0.70.1-12# (optional|arch=!any-i386)_ZNSt5dequeIPN2bt4MenuESaIS2_EED2Ev@Base 0.70.1 (arch=!amd64 !ia64 !kfreebsd-amd64 !s390 !s390x !alpha !ppc64 !sparc64)_ZNSt6vectorIPN2bt11XColorTableESaIS2_EE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPS2_S4_EEjRKS2_@Base 0.70.1 (arch=amd64 ia64 kfreebsd-amd64 s390 s390x alpha ppc64 sparc64)_ZNSt6vectorIPN2bt11XColorTableESaIS2_EE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPS2_S4_EEmRKS2_@Base 0.70.1 _ZNSt6vectorIPN2bt11XColorTableESaIS2_EED1Ev@Base 0.70.1 - _ZNSt6vectorIPN2bt11XColorTableESaIS2_EED2Ev@Base 0.70.1 +#MISSING: 0.70.1-12# _ZNSt6vectorIPN2bt11XColorTableESaIS2_EED2Ev@Base 0.70.1 _ZNSt6vectorIPN2bt5TimerESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_@Base 0.70.1 - (arch=!armel !armhf)_ZNSt6vectorIPN2bt5TimerESaIS2_EED1Ev@Base 0.70.1 - (arch=!armel !armhf)_ZNSt6vectorIPN2bt5TimerESaIS2_EED2Ev@Base 0.70.1 +#MISSING: 0.70.1-12# (arch=!armel !armhf)_ZNSt6vectorIPN2bt5TimerESaIS2_EED1Ev@Base 0.70.1 +#MISSING: 0.70.1-12# (arch=!armel !armhf)_ZNSt6vectorIPN2bt5TimerESaIS2_EED2Ev@Base 0.70.1 _ZNSt6vectorISbIjSt11char_traitsIjESaIjEESaIS3_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS3_S5_EERKS3_@Base 0.70.1 - _ZNSt6vectorISsSaISsEED1Ev@Base 0.70.1 - _ZNSt6vectorISsSaISsEED2Ev@Base 0.70.1 + _ZNSt6vectorISbIjSt11char_traitsIjESaIjEESaIS3_EE9push_backERKS3_@Base 0.70.1-12 +#MISSING: 0.70.1-12# _ZNSt6vectorISsSaISsEED1Ev@Base 0.70.1 +#MISSING: 0.70.1-12# _ZNSt6vectorISsSaISsEED2Ev@Base 0.70.1 (arch=!amd64 !ia64 !kfreebsd-amd64 !s390 !s390x !alpha !ppc64 !sparc64)_ZNSt6vectorIbSaIbEE14_M_fill_insertESt13_Bit_iteratorjb@Base 0.70.1 (arch=amd64 ia64 kfreebsd-amd64 s390 s390x alpha ppc64 sparc64)_ZNSt6vectorIbSaIbEE14_M_fill_insertESt13_Bit_iteratormb@Base 0.70.1 (arch=any-i386)_ZNSt6vectorIbSaIbEED1Ev@Base 0.70.1 (arch=any-i386)_ZNSt6vectorIbSaIbEED2Ev@Base 0.70.1 _ZNSt6vectorIhSaIhEED1Ev@Base 0.70.1 - _ZNSt6vectorIhSaIhEED2Ev@Base 0.70.1 +#MISSING: 0.70.1-12# _ZNSt6vectorIhSaIhEED2Ev@Base 0.70.1 _ZNSt6vectorImSaImEE13_M_assign_auxIPmEEvT_S4_St20forward_iterator_tag@Base 0.70.1 (arch=!amd64 !ia64 !kfreebsd-amd64 !s390 !s390x !alpha !ppc64 !sparc64)_ZNSt6vectorImSaImEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPmS1_EEjRKm@Base 0.70.1 (arch=amd64 ia64 kfreebsd-amd64 s390 s390x alpha ppc64 sparc64)_ZNSt6vectorImSaImEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPmS1_EEmRKm@Base 0.70.1 @@ -456,27 +475,32 @@ (arch=any-i386)_ZNSt6vectorImSaImEED2Ev@Base 0.70.1 _ZNSt8_Rb_treeIN2bt10ColorCache3RGBESt4pairIKS2_NS1_8PixelRefEESt10_Select1stIS6_ESt4lessIS2_ESaIS6_EE10_M_insert_EPKSt18_Rb_tree_node_baseSF_RKS6_@Base 0.70.1 _ZNSt8_Rb_treeIN2bt10ColorCache3RGBESt4pairIKS2_NS1_8PixelRefEESt10_Select1stIS6_ESt4lessIS2_ESaIS6_EE16_M_insert_uniqueERKS6_@Base 0.70.1 - (arch=any-i386)_ZNSt8_Rb_treeIN2bt10ColorCache3RGBESt4pairIKS2_NS1_8PixelRefEESt10_Select1stIS6_ESt4lessIS2_ESaIS6_EE4findERS4_@Base 0.70.1 + _ZNSt8_Rb_treeIN2bt10ColorCache3RGBESt4pairIKS2_NS1_8PixelRefEESt10_Select1stIS6_ESt4lessIS2_ESaIS6_EE4findERS4_@Base 0.70.1 _ZNSt8_Rb_treeIN2bt10ColorCache3RGBESt4pairIKS2_NS1_8PixelRefEESt10_Select1stIS6_ESt4lessIS2_ESaIS6_EE8_M_eraseEPSt13_Rb_tree_nodeIS6_E@Base 0.70.1 _ZNSt8_Rb_treeIN2bt9FontCache8FontNameESt4pairIKS2_NS1_7FontRefEESt10_Select1stIS6_ESt4lessIS2_ESaIS6_EE10_M_insert_EPKSt18_Rb_tree_node_baseSF_RKS6_@Base 0.70.1 _ZNSt8_Rb_treeIN2bt9FontCache8FontNameESt4pairIKS2_NS1_7FontRefEESt10_Select1stIS6_ESt4lessIS2_ESaIS6_EE16_M_insert_uniqueERKS6_@Base 0.70.1 - (arch=any-i386)_ZNSt8_Rb_treeIN2bt9FontCache8FontNameESt4pairIKS2_NS1_7FontRefEESt10_Select1stIS6_ESt4lessIS2_ESaIS6_EE4findERS4_@Base 0.70.1 + _ZNSt8_Rb_treeIN2bt9FontCache8FontNameESt4pairIKS2_NS1_7FontRefEESt10_Select1stIS6_ESt4lessIS2_ESaIS6_EE4findERS4_@Base 0.70.1 _ZNSt8_Rb_treeIN2bt9FontCache8FontNameESt4pairIKS2_NS1_7FontRefEESt10_Select1stIS6_ESt4lessIS2_ESaIS6_EE8_M_eraseEPSt13_Rb_tree_nodeIS6_E@Base 0.70.1 - _ZNSt8_Rb_treeImSt4pairIKmPN2bt12EventHandlerEESt10_Select1stIS5_ESt4lessImESaIS5_EE10_M_insert_EPKSt18_Rb_tree_node_baseSE_RKS5_@Base 0.70.1 +#MISSING: 0.70.1-12# _ZNSt8_Rb_treeImSt4pairIKmPN2bt12EventHandlerEESt10_Select1stIS5_ESt4lessImESaIS5_EE10_M_insert_EPKSt18_Rb_tree_node_baseSE_RKS5_@Base 0.70.1 + _ZNSt8_Rb_treeImSt4pairIKmPN2bt12EventHandlerEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS5_ESD_@Base 0.70.1-12 (optional|arch=!any-i386)_ZNSt8_Rb_treeImSt4pairIKmPN2bt12EventHandlerEESt10_Select1stIS5_ESt4lessImESaIS5_EE16_M_insert_uniqueERKS5_@Base 0.70.1 (optional|arch=!any-i386)_ZNSt8_Rb_treeImSt4pairIKmPN2bt12EventHandlerEESt10_Select1stIS5_ESt4lessImESaIS5_EE5eraseERS1_@Base 0.70.1 _ZNSt8_Rb_treeImSt4pairIKmPN2bt12EventHandlerEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E@Base 0.70.1 + _ZSt10_ConstructISbIjSt11char_traitsIjESaIjEES3_EvPT_RKT0_@Base 0.70.1-12 (arch=!amd64 !ia64 !kfreebsd-amd64 !s390x !alpha !ppc64 !sparc64)_ZSt11__push_heapIN9__gnu_cxx17__normal_iteratorIPPN2bt5TimerESt6vectorIS4_SaIS4_EEEEiS4_NS2_13TimerLessThanEEvT_T0_SC_T1_T2_@Base 0.70.1 - (arch=amd64 ia64 kfreebsd-amd64 s390x alpha ppc64 sparc64)_ZSt11__push_heapIN9__gnu_cxx17__normal_iteratorIPPN2bt5TimerESt6vectorIS4_SaIS4_EEEElS4_NS2_13TimerLessThanEEvT_T0_SC_T1_T2_@Base 0.70.1 +#MISSING: 0.70.1-12# (arch=amd64 ia64 kfreebsd-amd64 s390x alpha ppc64 sparc64)_ZSt11__push_heapIN9__gnu_cxx17__normal_iteratorIPPN2bt5TimerESt6vectorIS4_SaIS4_EEEElS4_NS2_13TimerLessThanEEvT_T0_SC_T1_T2_@Base 0.70.1 (arch=!amd64 !ia64 !kfreebsd-amd64 !s390x !alpha !ppc64 !sparc64)_ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPPN2bt5TimerESt6vectorIS4_SaIS4_EEEEiS4_NS2_13TimerLessThanEEvT_T0_SC_T1_T2_@Base 0.70.1 (arch=amd64 ia64 kfreebsd-amd64 s390x alpha ppc64 sparc64)_ZSt13__adjust_heapIN9__gnu_cxx17__normal_iteratorIPPN2bt5TimerESt6vectorIS4_SaIS4_EEEElS4_NS2_13TimerLessThanEEvT_T0_SC_T1_T2_@Base 0.70.1 - (optional|arch=!any-i386)_ZSt6__findIN9__gnu_cxx17__normal_iteratorIPKcSsEEcET_S5_S5_RKT0_St26random_access_iterator_tag@Base 0.70.1 - (optional|arch=!any-i386)_ZSt6__findIN9__gnu_cxx17__normal_iteratorIPPN2bt5TimerESt6vectorIS4_SaIS4_EEEES4_ET_SA_SA_RKT0_St26random_access_iterator_tag@Base 0.70.1 + _ZSt18uninitialized_copyIPSbIjSt11char_traitsIjESaIjEES4_ET0_T_S6_S5_@Base 0.70.1-12 + _ZSt4fillSt13_Bit_iteratorS_RKb@Base 0.70.1-12 +#MISSING: 0.70.1-12# (optional|arch=!any-i386)_ZSt6__findIN9__gnu_cxx17__normal_iteratorIPKcSsEEcET_S5_S5_RKT0_St26random_access_iterator_tag@Base 0.70.1 +#MISSING: 0.70.1-12# (optional|arch=!any-i386)_ZSt6__findIN9__gnu_cxx17__normal_iteratorIPPN2bt5TimerESt6vectorIS4_SaIS4_EEEES4_ET_SA_SA_RKT0_St26random_access_iterator_tag@Base 0.70.1 _ZSt6__findISt13_Bit_iteratorbET_S1_S1_RKT0_St26random_access_iterator_tag@Base 0.70.1 - (arch=any-i386)_ZSt6removeIN9__gnu_cxx17__normal_iteratorIPPN2bt5TimerESt6vectorIS4_SaIS4_EEEES4_ET_SA_SA_RKT0_@Base 0.70.1 + _ZSt6removeIN9__gnu_cxx17__normal_iteratorIPPN2bt5TimerESt6vectorIS4_SaIS4_EEEES4_ET_SA_SA_RKT0_@Base 0.70.1 + _ZSt8_DestroyIPSbIjSt11char_traitsIjESaIjEEEvT_S5_@Base 0.70.1-12 (arch=armel armhf)_ZSt8_DestroyIPSsEvT_S1_@Base 0.70.1-4 (arch=any-i386)_ZSt9make_heapIN9__gnu_cxx17__normal_iteratorIPPN2bt5TimerESt6vectorIS4_SaIS4_EEEENS2_13TimerLessThanEEvT_SB_T0_@Base 0.70.1 - _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_S8_@Base 0.70.1 +#MISSING: 0.70.1-12# _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_ERKS6_S8_@Base 0.70.1 (optional|arch=!any-i386)_ZStplIjSt11char_traitsIjESaIjEESbIT_T0_T1_ERKS6_S8_@Base 0.70.1 _ZTIN2bt11ApplicationE@Base 0.70.1 _ZTIN2bt12EventHandlerE@Base 0.70.1 dh_makeshlibs: dpkg-gensymbols -plibbt0 -Idebian/libbt0.symbols -Pdebian/libbt0 -edebian/libbt0/usr/lib/x86_64-linux-gnu/libbt.so.0.0.0 returned exit code 1 make: *** [binary] Error 1 dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2 ──────────────────────────────────────────────────────────────────────────────── Build finished at 20120709-2038 Finished ──────── E: Build failure (dpkg-buildpackage died) ┌──────────────────────────────────────────────────────────────────────────────┐ │ Cleanup │ └──────────────────────────────────────────────────────────────────────────────┘ Purging /«BUILDDIR» Not cleaning session: cloned chroot in use ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Architecture: amd64 Build-Space: 46880 Build-Time: 73 Distribution: unstable Fail-Stage: build Install-Time: 13 Job: blackbox_0.70.1-12 Package: blackbox Package-Time: 108 Source-Version: 0.70.1-12 Space: 46880 Status: attempted Version: 0.70.1-12 ──────────────────────────────────────────────────────────────────────────────── Finished at 20120709-2038 Build needed 00:01:48, 46880k disc space DC-Status: Failed 109.203462s DC-Time-Estimation: 109.203462 versus expected 329 (r/m: 2.01272499950597 ; m: 109.203462)