DC-Build-Header: saods9 7.0.1+dfsg-1 / Mon Jul 02 18:38:30 +0000 2012 DC-Task: logfile:/tmp/saods9_7.0.1+dfsg-1_unstable_clang.log version:7.0.1+dfsg-1 modes:clang chroot:unstable source:saods9 esttime: architecture:any DC-Sbuild-call: su user -c 'sbuild -n -A -s --force-orig-source --apt-update -d unstable -v --chroot-setup-commands=/tmp/switch-to-clang saods9_7.0.1+dfsg-1' sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on ip-10-28-78-111.ec2.internal ╔══════════════════════════════════════════════════════════════════════════════╗ ║ saods9 7.0.1+dfsg-1 (amd64) 02 Jul 2012 18:38 ║ ╚══════════════════════════════════════════════════════════════════════════════╝ Package: saods9 Version: 7.0.1+dfsg-1 Source Version: 7.0.1+dfsg-1 Distribution: unstable Architecture: amd64 I: NOTICE: Log filtering will replace 'build/saods9-79Fv05/saods9-7.0.1+dfsg' with '«PKGBUILDDIR»' I: NOTICE: Log filtering will replace 'build/saods9-79Fv05' with '«BUILDDIR»' I: NOTICE: Log filtering will replace 'var/lib/schroot/mount/unstable-amd64-sbuild-223c5648-54c2-45d3-8ed4-33c5cfa097a2' with '«CHROOT»' ┌──────────────────────────────────────────────────────────────────────────────┐ │ Update chroot │ └──────────────────────────────────────────────────────────────────────────────┘ Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Hit http://localhost unstable/main Sources/DiffIndex Hit http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Reading package lists... Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ┌──────────────────────────────────────────────────────────────────────────────┐ │ Fetch source files │ └──────────────────────────────────────────────────────────────────────────────┘ Check APT ───────── Checking available source versions... Download source files with APT ────────────────────────────── Reading package lists... Building dependency tree... Reading state information... NOTICE: 'saods9' packaging is maintained in the 'Git' version control system at: git://git.debian.org/git/debian-science/packages/saods9.git Need to get 11.3 MB of source archives. Get:1 http://localhost/debian/ unstable/main saods9 7.0.1+dfsg-1 (dsc) [1682 B] Get:2 http://localhost/debian/ unstable/main saods9 7.0.1+dfsg-1 (tar) [11.2 MB] Get:3 http://localhost/debian/ unstable/main saods9 7.0.1+dfsg-1 (diff) [28.0 kB] Fetched 11.3 MB in 2s (4639 kB/s) Download complete and in download only mode Check arch ────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ Chroot Setup Commands │ └──────────────────────────────────────────────────────────────────────────────┘ /tmp/switch-to-clang ──────────────────── + echo 'Entering customization script...' Entering customization script... + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Hit http://localhost unstable/main Sources/DiffIndex Hit http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Reading package lists... + echo 'Install of clang' Install of clang + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Hit http://localhost unstable/main Sources/DiffIndex Hit http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Reading package lists... + apt-get install --yes --no-install-recommends clang -t unstable Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libclang-common-dev libffi5 libllvm3.1 Recommended packages: llvm-3.1-dev python The following NEW packages will be installed: clang libclang-common-dev libffi5 libllvm3.1 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 13.1 MB of archives. After this operation, 35.6 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libffi5 amd64 3.0.10-3 [24.8 kB] Get:2 http://localhost/debian/ unstable/main libllvm3.1 amd64 3.1-2 [7275 kB] Get:3 http://localhost/debian/ unstable/main libclang-common-dev amd64 3.1-8 [84.3 kB] Get:4 http://localhost/debian/ unstable/main clang amd64 3.1-8 [5755 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 13.1 MB in 4s (2872 kB/s) Selecting previously unselected package libffi5:amd64. (Reading database ... 11725 files and directories currently installed.) Unpacking libffi5:amd64 (from .../libffi5_3.0.10-3_amd64.deb) ... Selecting previously unselected package libllvm3.1:amd64. Unpacking libllvm3.1:amd64 (from .../libllvm3.1_3.1-2_amd64.deb) ... Selecting previously unselected package libclang-common-dev. Unpacking libclang-common-dev (from .../libclang-common-dev_3.1-8_amd64.deb) ... Selecting previously unselected package clang. Unpacking clang (from .../archives/clang_3.1-8_amd64.deb) ... Setting up libffi5:amd64 (3.0.10-3) ... Setting up libllvm3.1:amd64 (3.1-2) ... Setting up libclang-common-dev (3.1-8) ... Setting up clang (3.1-8) ... + echo 'Replace gcc, g++ & cpp by clang' Replace gcc, g++ & cpp by clang + VERSION=4.7 + cd /usr/bin + rm g++-4.7 gcc-4.7 cpp-4.7 + ln -s clang++ g++-4.7 + ln -s clang gcc-4.7 + ln -s clang cpp-4.7 + cd - /«BUILDDIR» + echo 'Block the installation of new gcc version' Block the installation of new gcc version + 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' + dpkg --set-selections + echo 'Check if gcc, g++ & cpp are actually clang' Check if gcc, g++ & cpp are actually clang + gcc --version + grep clang 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-NcdRt5/apt_archive/sbuild-build-depends-core-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install core build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: sbuild-build-depends-core-dummy debconf: delaying package configuration, since apt-utils is not installed 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/708 B of archives. After this operation, 0 B of additional disk space will be used. Selecting previously unselected package sbuild-build-depends-core-dummy. (Reading database ... 11805 files and directories currently installed.) Unpacking sbuild-build-depends-core-dummy (from .../sbuild-build-depends-core-dummy.deb) ... Setting up sbuild-build-depends-core-dummy (0.invalid.0) ... Merged Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev | libc-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), autotools-dev, debhelper (>= 7.0.50), html2text, cpio, libfuntools-dev, libstarlink-ast-dev (>= 7.0.4), libtk-img-dev, libwcstools-dev, libxml2-dev, libxrandr-dev, libxt-dev, perl, tcl-dev, tk-dev, zlib1g-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), autotools-dev, debhelper (>= 7.0.50), html2text, cpio, libfuntools-dev, libstarlink-ast-dev (>= 7.0.4), libtk-img-dev, libwcstools-dev, libxml2-dev, libxrandr-dev, libxt-dev, perl, tcl-dev, tk-dev, zlib1g-dev dpkg-deb: building package `sbuild-build-depends-saods9-dummy' in `/«BUILDDIR»/resolver-3IixqY/apt_archive/sbuild-build-depends-saods9-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install saods9 build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: autotools-dev bsdmainutils cpio debhelper file fontconfig-config gettext gettext-base groff-base html2text intltool-debian libasprintf0c2 libcroco3 libexpat1 libexpat1-dev libfontconfig1 libfontconfig1-dev libfreetype6 libfreetype6-dev libfuntools-dev libfuntools1 libgettextpo0 libglib2.0-0 libice-dev libice6 libjbig0 libjpeg8 libmagic1 libpcre3 libpipeline1 libpng12-0 libpopt0 libpthread-stubs0 libpthread-stubs0-dev libsm-dev libsm6 libsofa-c0 libstarlink-ast-dev libstarlink-ast-err0 libstarlink-ast-grf3d0 libstarlink-ast0 libstarlink-pal-dev libstarlink-pal0 libtiff4 libtk-img libtk-img-dev libunistring0 libwcstools-dev libwcstools0 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxft-dev libxft2 libxml2 libxml2-dev libxrandr-dev libxrandr2 libxrender-dev libxrender1 libxss-dev libxss1 libxt-dev libxt6 man-db pkg-config po-debconf tcl tcl-dev tcl8.5 tcl8.5-dev tk tk-dev tk8.5 tk8.5-dev ttf-dejavu-core x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev x11proto-render-dev x11proto-scrnsaver-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev zlib1g-dev Suggested packages: wamerican wordlist whois vacation libarchive1 dh-make gettext-doc groff libice-doc libsm-doc libstarlink-ast-doc libstarlink-pal-doc libtk-img-doc libxcb-doc libxext-doc libxt-doc less www-browser libmail-box-perl tcl-doc tcl-tclreadline tcl8.5-doc tk-doc tk8.5-doc Recommended packages: curl wget lynx-cur autopoint libglib2.0-data shared-mime-info libx11-doc xml-core libmail-sendmail-perl xterm x-terminal-emulator The following NEW packages will be installed: autotools-dev bsdmainutils cpio debhelper file fontconfig-config gettext gettext-base groff-base html2text intltool-debian libasprintf0c2 libcroco3 libexpat1 libexpat1-dev libfontconfig1 libfontconfig1-dev libfreetype6 libfreetype6-dev libfuntools-dev libfuntools1 libgettextpo0 libglib2.0-0 libice-dev libice6 libjbig0 libjpeg8 libmagic1 libpcre3 libpipeline1 libpng12-0 libpopt0 libpthread-stubs0 libpthread-stubs0-dev libsm-dev libsm6 libsofa-c0 libstarlink-ast-dev libstarlink-ast-err0 libstarlink-ast-grf3d0 libstarlink-ast0 libstarlink-pal-dev libstarlink-pal0 libtiff4 libtk-img libtk-img-dev libunistring0 libwcstools-dev libwcstools0 libx11-6 libx11-data libx11-dev libxau-dev libxau6 libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxft-dev libxft2 libxml2 libxml2-dev libxrandr-dev libxrandr2 libxrender-dev libxrender1 libxss-dev libxss1 libxt-dev libxt6 man-db pkg-config po-debconf sbuild-build-depends-saods9-dummy tcl tcl-dev tcl8.5 tcl8.5-dev tk tk-dev tk8.5 tk8.5-dev ttf-dejavu-core x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev x11proto-render-dev x11proto-scrnsaver-dev x11proto-xext-dev xorg-sgml-doctools xtrans-dev zlib1g-dev 0 upgraded, 96 newly installed, 0 to remove and 0 not upgraded. Need to get 33.3 MB/33.3 MB of archives. After this operation, 92.0 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 libjpeg8 amd64 8d-1 [134 kB] Get:19 http://localhost/debian/ unstable/main libpng12-0 amd64 1.2.49-1 [190 kB] Get:20 http://localhost/debian/ unstable/main libsm6 amd64 2:1.2.1-2 [34.2 kB] Get:21 http://localhost/debian/ unstable/main libjbig0 amd64 2.0-2 [32.2 kB] Get:22 http://localhost/debian/ unstable/main libtiff4 amd64 3.9.6-6 [202 kB] Get:23 http://localhost/debian/ unstable/main libxau6 amd64 1:1.0.7-1 [18.8 kB] Get:24 http://localhost/debian/ unstable/main libxdmcp6 amd64 1:1.1.1-1 [26.3 kB] Get:25 http://localhost/debian/ unstable/main libxcb1 amd64 1.8.1-1 [50.0 kB] Get:26 http://localhost/debian/ unstable/main libx11-data all 2:1.5.0-1 [189 kB] Get:27 http://localhost/debian/ unstable/main libx11-6 amd64 2:1.5.0-1 [901 kB] Get:28 http://localhost/debian/ unstable/main libxext6 amd64 2:1.3.1-2 [55.3 kB] Get:29 http://localhost/debian/ unstable/main libxrender1 amd64 1:0.9.7-1 [32.2 kB] Get:30 http://localhost/debian/ unstable/main libxft2 amd64 2.3.1-1 [61.0 kB] Get:31 http://localhost/debian/ unstable/main libxrandr2 amd64 2:1.3.2-2 [33.5 kB] Get:32 http://localhost/debian/ unstable/main libxss1 amd64 1:1.2.2-1 [17.5 kB] Get:33 http://localhost/debian/ unstable/main libxt6 amd64 1:1.1.3-1 [211 kB] Get:34 http://localhost/debian/ unstable/main bsdmainutils amd64 9.0.3 [209 kB] Get:35 http://localhost/debian/ unstable/main cpio amd64 2.11-8 [272 kB] Get:36 http://localhost/debian/ unstable/main groff-base amd64 1.21-9 [1153 kB] Get:37 http://localhost/debian/ unstable/main man-db amd64 2.6.2-1 [1061 kB] Get:38 http://localhost/debian/ unstable/main file amd64 5.11-2 [51.8 kB] Get:39 http://localhost/debian/ unstable/main gettext-base amd64 0.18.1.1-9 [154 kB] Get:40 http://localhost/debian/ unstable/main autotools-dev all 20120608.1 [73.0 kB] Get:41 http://localhost/debian/ unstable/main html2text amd64 1.3.2a-15 [103 kB] Get:42 http://localhost/debian/ unstable/main gettext amd64 0.18.1.1-9 [1975 kB] Get:43 http://localhost/debian/ unstable/main intltool-debian all 0.35.0+20060710.1 [30.8 kB] Get:44 http://localhost/debian/ unstable/main po-debconf all 1.0.16+nmu2 [224 kB] Get:45 http://localhost/debian/ unstable/main debhelper all 9.20120608 [700 kB] Get:46 http://localhost/debian/ unstable/main libexpat1-dev amd64 2.1.0-1 [229 kB] Get:47 http://localhost/debian/ unstable/main zlib1g-dev amd64 1:1.2.7.dfsg-13 [215 kB] Get:48 http://localhost/debian/ unstable/main libfreetype6-dev amd64 2.4.9-1 [803 kB] Get:49 http://localhost/debian/ unstable/main pkg-config amd64 0.26-1 [59.5 kB] Get:50 http://localhost/debian/ unstable/main libfontconfig1-dev amd64 2.9.0-6 [857 kB] Get:51 http://localhost/debian/ unstable/main xorg-sgml-doctools all 1:1.10-1 [24.1 kB] Get:52 http://localhost/debian/ unstable/main x11proto-core-dev all 7.0.23-1 [774 kB] Get:53 http://localhost/debian/ unstable/main libice-dev amd64 2:1.0.8-2 [74.1 kB] Get:54 http://localhost/debian/ unstable/main libpthread-stubs0 amd64 0.3-3 [3228 B] Get:55 http://localhost/debian/ unstable/main libpthread-stubs0-dev amd64 0.3-3 [3998 B] Get:56 http://localhost/debian/ unstable/main libsm-dev amd64 2:1.2.1-2 [37.0 kB] Get:57 http://localhost/debian/ unstable/main tcl8.5 amd64 8.5.11-2 [1627 kB] Get:58 http://localhost/debian/ unstable/main tk8.5 amd64 8.5.11-2 [1189 kB] Get:59 http://localhost/debian/ unstable/main tcl all 8.5.0-2 [4636 B] Get:60 http://localhost/debian/ unstable/main tk all 8.5.0-2 [4674 B] Get:61 http://localhost/debian/ unstable/main libtk-img amd64 1:1.3-release-12 [144 kB] Get:62 http://localhost/debian/ unstable/main libtk-img-dev amd64 1:1.3-release-12 [59.9 kB] Get:63 http://localhost/debian/ unstable/main libwcstools0 amd64 3.8.5-1 [349 kB] Get:64 http://localhost/debian/ unstable/main libwcstools-dev amd64 3.8.5-1 [428 kB] Get:65 http://localhost/debian/ unstable/main libxau-dev amd64 1:1.0.7-1 [21.7 kB] Get:66 http://localhost/debian/ unstable/main libxdmcp-dev amd64 1:1.1.1-1 [42.3 kB] Get:67 http://localhost/debian/ unstable/main x11proto-input-dev all 2.2-1 [172 kB] Get:68 http://localhost/debian/ unstable/main x11proto-kb-dev all 1.0.6-2 [269 kB] Get:69 http://localhost/debian/ unstable/main xtrans-dev all 1.2.7-1 [112 kB] Get:70 http://localhost/debian/ unstable/main libxcb1-dev amd64 1.8.1-1 [86.6 kB] Get:71 http://localhost/debian/ unstable/main libx11-dev amd64 2:1.5.0-1 [1037 kB] Get:72 http://localhost/debian/ unstable/main x11proto-xext-dev all 7.2.1-1 [273 kB] Get:73 http://localhost/debian/ unstable/main libxext-dev amd64 2:1.3.1-2 [115 kB] Get:74 http://localhost/debian/ unstable/main x11proto-render-dev all 2:0.11.1-2 [20.8 kB] Get:75 http://localhost/debian/ unstable/main libxrender-dev amd64 1:0.9.7-1 [40.4 kB] Get:76 http://localhost/debian/ unstable/main libxft-dev amd64 2.3.1-1 [74.5 kB] Get:77 http://localhost/debian/ unstable/main libxml2-dev amd64 2.8.0+dfsg1-4 [899 kB] Get:78 http://localhost/debian/ unstable/main x11proto-randr-dev all 1.3.2-2 [40.0 kB] Get:79 http://localhost/debian/ unstable/main libxrandr-dev amd64 2:1.3.2-2 [41.9 kB] Get:80 http://localhost/debian/ unstable/main x11proto-scrnsaver-dev all 1.2.2-1 [25.0 kB] Get:81 http://localhost/debian/ unstable/main libxss-dev amd64 1:1.2.2-1 [22.8 kB] Get:82 http://localhost/debian/ unstable/main libxt-dev amd64 1:1.1.3-1 [516 kB] Get:83 http://localhost/debian/ unstable/main tcl8.5-dev amd64 8.5.11-2 [1089 kB] Get:84 http://localhost/debian/ unstable/main tcl-dev all 8.5.0-2 [6968 B] Get:85 http://localhost/debian/ unstable/main tk8.5-dev amd64 8.5.11-2 [1008 kB] Get:86 http://localhost/debian/ unstable/main tk-dev all 8.5.0-2 [4388 B] Get:87 http://localhost/debian/ unstable/main libfuntools1 amd64 1.4.4-3 [284 kB] Get:88 http://localhost/debian/ unstable/main libfuntools-dev amd64 1.4.4-3 [509 kB] Get:89 http://localhost/debian/ unstable/main libsofa-c0 amd64 2012.03.01-1 [127 kB] Get:90 http://localhost/debian/ unstable/main libstarlink-pal0 amd64 0.1.0-1 [38.6 kB] Get:91 http://localhost/debian/ unstable/main libstarlink-ast0 amd64 7.0.4+dfsg-1 [1849 kB] Get:92 http://localhost/debian/ unstable/main libstarlink-ast-err0 amd64 7.0.4+dfsg-1 [4236 B] Get:93 http://localhost/debian/ unstable/main libstarlink-ast-grf3d0 amd64 7.0.4+dfsg-1 [4570 B] Get:94 http://localhost/debian/ unstable/main libstarlink-pal-dev amd64 0.1.0-1 [53.8 kB] Get:95 http://localhost/debian/ unstable/main libstarlink-ast-dev amd64 7.0.4+dfsg-1 [2183 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 33.3 MB in 13s (2535 kB/s) Selecting previously unselected package libpipeline1:amd64. (Reading database ... 11805 files and directories currently installed.) Unpacking libpipeline1:amd64 (from .../libpipeline1_1.2.1-1_amd64.deb) ... Selecting previously unselected package libpopt0:amd64. Unpacking libpopt0:amd64 (from .../libpopt0_1.16-7_amd64.deb) ... Selecting previously unselected package libasprintf0c2:amd64. Unpacking libasprintf0c2:amd64 (from .../libasprintf0c2_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package libmagic1:amd64. Unpacking libmagic1:amd64 (from .../libmagic1_5.11-2_amd64.deb) ... Selecting previously unselected package libpcre3:amd64. Unpacking libpcre3:amd64 (from .../libpcre3_1%3a8.30-5_amd64.deb) ... Selecting previously unselected package libxml2:amd64. Unpacking libxml2:amd64 (from .../libxml2_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package 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 libjpeg8:amd64. Unpacking libjpeg8:amd64 (from .../libjpeg8_8d-1_amd64.deb) ... Selecting previously unselected package libpng12-0:amd64. Unpacking libpng12-0:amd64 (from .../libpng12-0_1.2.49-1_amd64.deb) ... Selecting previously unselected package libsm6:amd64. Unpacking libsm6:amd64 (from .../libsm6_2%3a1.2.1-2_amd64.deb) ... Selecting previously unselected package libjbig0:amd64. Unpacking libjbig0:amd64 (from .../libjbig0_2.0-2_amd64.deb) ... Selecting previously unselected package libtiff4:amd64. Unpacking libtiff4:amd64 (from .../libtiff4_3.9.6-6_amd64.deb) ... Selecting previously unselected package 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 libxrandr2:amd64. Unpacking libxrandr2:amd64 (from .../libxrandr2_2%3a1.3.2-2_amd64.deb) ... Selecting previously unselected package libxss1:amd64. Unpacking libxss1:amd64 (from .../libxss1_1%3a1.2.2-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 cpio. Unpacking cpio (from .../archives/cpio_2.11-8_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 autotools-dev. Unpacking autotools-dev (from .../autotools-dev_20120608.1_all.deb) ... Selecting previously unselected package html2text. Unpacking html2text (from .../html2text_1.3.2a-15_amd64.deb) ... Selecting previously unselected package gettext. Unpacking gettext (from .../gettext_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package intltool-debian. Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ... Selecting previously unselected package po-debconf. Unpacking po-debconf (from .../po-debconf_1.0.16+nmu2_all.deb) ... Selecting previously unselected package debhelper. Unpacking debhelper (from .../debhelper_9.20120608_all.deb) ... Selecting previously unselected package 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 tcl8.5. Unpacking tcl8.5 (from .../tcl8.5_8.5.11-2_amd64.deb) ... Selecting previously unselected package tk8.5. Unpacking tk8.5 (from .../tk8.5_8.5.11-2_amd64.deb) ... Selecting previously unselected package tcl. Unpacking tcl (from .../archives/tcl_8.5.0-2_all.deb) ... Selecting previously unselected package tk. Unpacking tk (from .../archives/tk_8.5.0-2_all.deb) ... Selecting previously unselected package libtk-img. Unpacking libtk-img (from .../libtk-img_1%3a1.3-release-12_amd64.deb) ... Selecting previously unselected package libtk-img-dev. Unpacking libtk-img-dev (from .../libtk-img-dev_1%3a1.3-release-12_amd64.deb) ... Selecting previously unselected package libwcstools0. Unpacking libwcstools0 (from .../libwcstools0_3.8.5-1_amd64.deb) ... Selecting previously unselected package libwcstools-dev. Unpacking libwcstools-dev (from .../libwcstools-dev_3.8.5-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 libxml2-dev:amd64. Unpacking libxml2-dev:amd64 (from .../libxml2-dev_2.8.0+dfsg1-4_amd64.deb) ... Selecting previously unselected package x11proto-randr-dev. Unpacking x11proto-randr-dev (from .../x11proto-randr-dev_1.3.2-2_all.deb) ... Selecting previously unselected package libxrandr-dev. Unpacking libxrandr-dev (from .../libxrandr-dev_2%3a1.3.2-2_amd64.deb) ... Selecting previously unselected package x11proto-scrnsaver-dev. Unpacking x11proto-scrnsaver-dev (from .../x11proto-scrnsaver-dev_1.2.2-1_all.deb) ... Selecting previously unselected package libxss-dev:amd64. Unpacking libxss-dev:amd64 (from .../libxss-dev_1%3a1.2.2-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 tcl8.5-dev. Unpacking tcl8.5-dev (from .../tcl8.5-dev_8.5.11-2_amd64.deb) ... Selecting previously unselected package tcl-dev. Unpacking tcl-dev (from .../tcl-dev_8.5.0-2_all.deb) ... Selecting previously unselected package tk8.5-dev. Unpacking tk8.5-dev (from .../tk8.5-dev_8.5.11-2_amd64.deb) ... Selecting previously unselected package tk-dev. Unpacking tk-dev (from .../tk-dev_8.5.0-2_all.deb) ... Selecting previously unselected package libfuntools1. Unpacking libfuntools1 (from .../libfuntools1_1.4.4-3_amd64.deb) ... Selecting previously unselected package libfuntools-dev. Unpacking libfuntools-dev (from .../libfuntools-dev_1.4.4-3_amd64.deb) ... Selecting previously unselected package libsofa-c0. Unpacking libsofa-c0 (from .../libsofa-c0_2012.03.01-1_amd64.deb) ... Selecting previously unselected package libstarlink-pal0. Unpacking libstarlink-pal0 (from .../libstarlink-pal0_0.1.0-1_amd64.deb) ... Selecting previously unselected package libstarlink-ast0. Unpacking libstarlink-ast0 (from .../libstarlink-ast0_7.0.4+dfsg-1_amd64.deb) ... Selecting previously unselected package libstarlink-ast-err0. Unpacking libstarlink-ast-err0 (from .../libstarlink-ast-err0_7.0.4+dfsg-1_amd64.deb) ... Selecting previously unselected package libstarlink-ast-grf3d0. Unpacking libstarlink-ast-grf3d0 (from .../libstarlink-ast-grf3d0_7.0.4+dfsg-1_amd64.deb) ... Selecting previously unselected package libstarlink-pal-dev. Unpacking libstarlink-pal-dev (from .../libstarlink-pal-dev_0.1.0-1_amd64.deb) ... Selecting previously unselected package libstarlink-ast-dev. Unpacking libstarlink-ast-dev (from .../libstarlink-ast-dev_7.0.4+dfsg-1_amd64.deb) ... Selecting previously unselected package sbuild-build-depends-saods9-dummy. Unpacking sbuild-build-depends-saods9-dummy (from .../sbuild-build-depends-saods9-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 libjpeg8:amd64 (8d-1) ... Setting up libpng12-0:amd64 (1.2.49-1) ... Setting up libsm6:amd64 (2:1.2.1-2) ... Setting up libjbig0:amd64 (2.0-2) ... Setting up libtiff4:amd64 (3.9.6-6) ... 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 libxrandr2:amd64 (2:1.3.2-2) ... Setting up libxss1:amd64 (1:1.2.2-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 cpio (2.11-8) ... update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) 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 autotools-dev (20120608.1) ... Setting up html2text (1.3.2a-15) ... Setting up gettext (0.18.1.1-9) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.16+nmu2) ... Setting up debhelper (9.20120608) ... Setting up 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 tcl8.5 (8.5.11-2) ... update-alternatives: using /usr/bin/tclsh8.5 to provide /usr/bin/tclsh (tclsh) in auto mode Setting up tk8.5 (8.5.11-2) ... update-alternatives: using /usr/bin/wish8.5 to provide /usr/bin/wish (wish) in auto mode Setting up tcl (8.5.0-2) ... update-alternatives: using /usr/bin/tclsh-default to provide /usr/bin/tclsh (tclsh) in auto mode Setting up tk (8.5.0-2) ... update-alternatives: using /usr/bin/wish-default to provide /usr/bin/wish (wish) in auto mode Setting up libtk-img (1:1.3-release-12) ... Setting up libtk-img-dev (1:1.3-release-12) ... Setting up libwcstools0 (3.8.5-1) ... Setting up libwcstools-dev (3.8.5-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 libxml2-dev:amd64 (2.8.0+dfsg1-4) ... Setting up x11proto-randr-dev (1.3.2-2) ... Setting up libxrandr-dev (2:1.3.2-2) ... Setting up x11proto-scrnsaver-dev (1.2.2-1) ... Setting up libxss-dev:amd64 (1:1.2.2-1) ... Setting up libxt-dev:amd64 (1:1.1.3-1) ... Setting up tcl8.5-dev (8.5.11-2) ... Setting up tcl-dev (8.5.0-2) ... Setting up tk8.5-dev (8.5.11-2) ... Setting up tk-dev (8.5.0-2) ... Setting up libfuntools1 (1.4.4-3) ... Setting up libfuntools-dev (1.4.4-3) ... Setting up libsofa-c0 (2012.03.01-1) ... Setting up libstarlink-pal0 (0.1.0-1) ... Setting up libstarlink-ast0 (7.0.4+dfsg-1) ... Setting up libstarlink-ast-err0 (7.0.4+dfsg-1) ... Setting up libstarlink-ast-grf3d0 (7.0.4+dfsg-1) ... Setting up libstarlink-pal-dev (0.1.0-1) ... Setting up libstarlink-ast-dev (7.0.4+dfsg-1) ... Setting up sbuild-build-depends-saods9-dummy (0.invalid.0) ... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build environment │ └──────────────────────────────────────────────────────────────────────────────┘ Kernel: Linux 2.6.32-5-xen-amd64 amd64 (x86_64) Toolchain package versions: binutils_2.22-6.1 dpkg-dev_1.16.6 g++-4.6_4.6.3-8 g++-4.7_4.7.1-2 gcc-4.6_4.6.3-8 gcc-4.7_4.7.1-2 libc6-dev_2.13-34 libstdc++6_4.7.1-2 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-2 linux-libc-dev_3.2.21-3 Package versions: apt_0.9.7.1 autotools-dev_20120608.1 base-files_6.11 base-passwd_3.5.26 bash_4.2-3 binutils_2.22-6.1 bsdmainutils_9.0.3 bsdutils_1:2.20.1-5.1 build-essential_11.5 bzip2_1.0.6-3 clang_3.1-8 coreutils_8.13-3.2 cpio_2.11-8 cpp_4:4.7.1-1 cpp-4.6_4.6.3-8 cpp-4.7_4.7.1-2 dash_0.5.7-3 debconf_1.5.44 debconf-i18n_1.5.44 debfoster_2.7-1.1 debhelper_9.20120608 debian-archive-keyring_2012.4 debianutils_4.3.2 diffutils_1:3.2-6 dpkg_1.16.6 dpkg-dev_1.16.6 e2fslibs_1.42.4-3 e2fsprogs_1.42.4-3 fakeroot_1.18.4-2 file_5.11-2 findutils_4.4.2-4 fontconfig-config_2.9.0-6 g++_4:4.7.1-1 g++-4.6_4.6.3-8 g++-4.7_4.7.1-2 gcc_4:4.7.1-1 gcc-4.4-base_4.4.7-1 gcc-4.5-base_4.5.3-12 gcc-4.6_4.6.3-8 gcc-4.6-base_4.6.3-8 gcc-4.7_4.7.1-2 gcc-4.7-base_4.7.1-2 gettext_0.18.1.1-9 gettext-base_0.18.1.1-9 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-3 intltool-debian_0.35.0+20060710.1 libacl1_2.2.51-8 libapt-pkg4.12_0.9.7.1 libasprintf0c2_0.18.1.1-9 libattr1_1:2.4.46-8 libblkid1_2.20.1-5.1 libbz2-1.0_1.0.6-3 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.6 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 libfuntools-dev_1.4.4-3 libfuntools1_1.4.4-3 libgc1c2_1:7.1-8 libgcc1_1:4.7.1-2 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-2 libice-dev_2:1.0.8-2 libice6_2:1.0.8-2 libitm1_4.7.1-2 libjbig0_2.0-2 libjpeg8_8d-1 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 libpng12-0_1.2.49-1 libpopt0_1.16-7 libpthread-stubs0_0.3-3 libpthread-stubs0-dev_0.3-3 libquadmath0_4.7.1-2 libreadline6_6.2-8 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 libsofa-c0_2012.03.01-1 libss2_1.42.4-3 libstarlink-ast-dev_7.0.4+dfsg-1 libstarlink-ast-err0_7.0.4+dfsg-1 libstarlink-ast-grf3d0_7.0.4+dfsg-1 libstarlink-ast0_7.0.4+dfsg-1 libstarlink-pal-dev_0.1.0-1 libstarlink-pal0_0.1.0-1 libstdc++6_4.7.1-2 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-2 libswitch-perl_2.16-2 libtext-charwidth-perl_0.04-7+b1 libtext-iconv-perl_1.7-5 libtext-wrapi18n-perl_0.06-7 libtiff4_3.9.6-6 libtimedate-perl_1.2000-1 libtinfo5_5.9-10 libtk-img_1:1.3-release-12 libtk-img-dev_1:1.3-release-12 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 libwcstools-dev_3.8.5-1 libwcstools0_3.8.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 libxml2-dev_2.8.0+dfsg1-4 libxrandr-dev_2:1.3.2-2 libxrandr2_2:1.3.2-2 libxrender-dev_1:0.9.7-1 libxrender1_1:0.9.7-1 libxss-dev_1:1.2.2-1 libxss1_1:1.2.2-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 make_3.81-8.2 man-db_2.6.2-1 mawk_1.3.3-17 mount_2.20.1-5.1 multiarch-support_2.13-34 ncurses-base_5.9-10 ncurses-bin_5.9-10 passwd_1:4.1.5.1-1 patch_2.6.1-3 perl_5.14.2-12 perl-base_5.14.2-12 perl-modules_5.14.2-12 pkg-config_0.26-1 po-debconf_1.0.16+nmu2 readline-common_6.2-8 sbuild-build-depends-core-dummy_0.invalid.0 sbuild-build-depends-saods9-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 tcl_8.5.0-2 tcl-dev_8.5.0-2 tcl8.5_8.5.11-2 tcl8.5-dev_8.5.11-2 tk_8.5.0-2 tk-dev_8.5.0-2 tk8.5_8.5.11-2 tk8.5-dev_8.5.11-2 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-randr-dev_1.3.2-2 x11proto-render-dev_2:0.11.1-2 x11proto-scrnsaver-dev_1.2.2-1 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 Sun Jun 17 09:50:00 2012 UTC using DSA key ID DD899610 gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./saods9_7.0.1+dfsg-1.dsc dpkg-source: info: extracting saods9 in saods9-7.0.1+dfsg dpkg-source: info: unpacking saods9_7.0.1+dfsg.orig.tar.gz dpkg-source: info: unpacking saods9_7.0.1+dfsg-1.debian.tar.gz dpkg-source: info: applying checkdns.patch dpkg-source: info: applying htmlwidget.patch dpkg-source: info: applying iis.patch dpkg-source: info: applying blt_fix_crash.patch dpkg-source: info: applying blt_remove_rpath.patch dpkg-source: info: applying saotk_add_ksearch.patch dpkg-source: info: applying saotk_add_psscale.patch dpkg-source: info: applying saotk_avoid_compile_warnings.patch dpkg-source: info: applying saotk_fix_wcstools_includes.patch dpkg-source: info: applying saotk_fix_funtools_includes.patch dpkg-source: info: applying saotk_spellfix.patch dpkg-source: info: applying ds9_use_external_libs.patch dpkg-source: info: applying ds9_make_linux.patch dpkg-source: info: applying ds9_use_filesystem.patch dpkg-source: info: applying ds9_fix_docdir.patch dpkg-source: info: applying ds9_optional_doc_package.patch dpkg-source: info: applying ds9_add_about_debian.patch 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-223c5648-54c2-45d3-8ed4-33c5cfa097a2 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 saods9 dpkg-buildpackage: source version 7.0.1+dfsg-1 dpkg-buildpackage: source changed by Ole Streicher dpkg-source --before-build saods9-7.0.1+dfsg dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh clean dh_testdir dh_auto_clean dh_clean dpkg-source -b saods9-7.0.1+dfsg dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building saods9 using existing ./saods9_7.0.1+dfsg.orig.tar.gz dpkg-source: info: building saods9 in saods9_7.0.1+dfsg-1.debian.tar.gz dpkg-source: info: building saods9 in saods9_7.0.1+dfsg-1.dsc debian/rules build dh build dh_testdir dh_auto_configure debian/rules override_dh_auto_build make[1]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg' ln -sf make.linux make.include dh_auto_build -- dirs checkdns tkmpeg html iis rice hcompress plio xmlrpc unix blt saotk ds9 make[2]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg' Installing Directories... Installing CheckDNS... cd checkdns; make -j 2 install make[3]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg/checkdns' gcc -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I../include -c -o checkdns.o checkdns.c rm -f libcheckdns.a ar -cr libcheckdns.a checkdns.o cp -f libcheckdns.a ../lib/. make[3]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg/checkdns' Installing TKMPEG... cd tkmpeg; make -j 2 CXXOPT=" -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 " make[3]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg/tkmpeg' g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I../include -I/usr/include/X11 -c -o tkmpeg.o tkmpeg.C gcc -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -c -o ezmpeg.o ezmpeg.c rm -f libtkmpeg.a ar -cr libtkmpeg.a tkmpeg.o ezmpeg.o make[3]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg/tkmpeg' cd tkmpeg; make install make[3]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg/tkmpeg' cp -f libtkmpeg.a ../lib/. make[3]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg/tkmpeg' Installing HTMLWIDGET... cd html; CC='gcc' CFLAGS='' LDFLAGS='' /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/configure --prefix /«BUILDDIR»/saods9-7.0.1+dfsg --x-includes=/usr/include/X11 --x-libraries=/usr/X11R6/lib --enable-shared=no --cache-file=/«BUILDDIR»/saods9-7.0.1+dfsg/myconfig.cache creating cache /«BUILDDIR»/saods9-7.0.1+dfsg/myconfig.cache checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking switches for the host compiler... checking target compiler... gcc checking switches on the target compiler... checking target linker... gcc checking switches on the target compiler... checking for ranlib... ranlib checking if host and target compilers are the same... yes checking if executables have the .exe suffix... unknown checking for Cygwin environment... no checking for tclsh8.2... no checking for tclsh8.1... no checking for tclsh81... no checking for tclsh8.0... no checking for tclsh80... no checking for cygtclsh80... no checking for tclsh... tclsh checking if shared libraries are requested... no checking for ... yes checking Tcl script library... /usr/share/tcltk/tcl8.5 checking Tk script library... /usr/share/tcltk/tk8.5 checking for sin... no checking for dlopen in -ldl... yes checking for library containing Tcl_Init... -ltcl checking TCL header files... not specified: still searching... checking how to run the C preprocessor... gcc -E checking for tcl.h... no checking for /usr/include/tcl8.5/tcl.h... yes checking for X... libraries /usr/X11R6/lib, headers /usr/include/X11 checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for library containing Tk_Init... -ltk checking TK header files... updating cache /«BUILDDIR»/saods9-7.0.1+dfsg/myconfig.cache creating ./config.status creating makemake.tcl cd html; make headers libtkhtml.a make[3]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg/html' gcc -o makeheaders /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/tools/makeheaders.c /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/tools/makeheaders.c:1825:36: warning: use of logical '||' with constant operand [-Wconstant-logical-operand] if( isLocal || (flags & (PS_Local||PS_Local2))!=0 ){ ^ ~~~~~~~~~ /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/tools/makeheaders.c:1825:36: note: use '|' for a bitwise operation if( isLocal || (flags & (PS_Local||PS_Local2))!=0 ){ ^~~~~~~~~~~ | /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/tools/makeheaders.c:2593:11: warning: field width should have type 'int', but argument has type 'size_t' (aka 'unsigned long') [-Wformat] "%*s generated by 'makeheaders'.\n", ~~^ /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/tools/makeheaders.c:2747:23: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] printf("%s %s %s %d %d %d %d %d %d\n", ~^ %ld /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/tools/makeheaders.c:2747:29: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] printf("%s %s %s %d %d %d %d %d %d\n", ~^ %ld /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/tools/makeheaders.c:2747:32: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] printf("%s %s %s %d %d %d %d %d %d\n", ~^ %zd 5 warnings generated. tclsh /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/tools/maketokens.tcl /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/tokenlist.txt >htmltokens.c ./makeheaders /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlcmd.c:htmlcmd.h /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmldraw.c:htmldraw.h /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlform.c:htmlform.h /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlimage.c:htmlimage.h /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlindex.c:htmlindex.h /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmllayout.c:htmllayout.h /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlparse.c:htmlparse.h /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlsizer.c:htmlsizer.h /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmltable.c:htmltable.h /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmltest.c:htmltest.h /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlurl.c:htmlurl.h /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlwidget.c:htmlwidget.h /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlexts.c:htmlexts.h htmltokens.c /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/html.h gcc -DOS_UNIX=1 -DOS_WIN=0 -I. -I/usr/include/tcl8.5/ -I/usr/include/X11 -o htmlcmd.o -c /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlcmd.c /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlcmd.c:231:45: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types] int type = Tk_GetScrollInfo(interp,argc,argv,&fraction,&count); ^~~~ /usr/include/tcl8.5/tkDecls.h:699:20: note: passing argument to parameter 'argv' here CONST84 char **argv, double *dblPtr, ^ /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlcmd.c:293:11: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' if( strcmp(z,argv[2])!=0 ){ ^ /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlcmd.c:293:11: note: please include the header or explicitly provide a declaration for 'strcmp' /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlcmd.c:301:26: warning: implicitly declaring library function 'strncmp' with type 'int (const char *, const char *, unsigned long)' } else if( argc==4 && !strncmp(argv[2],"text",4)) { ^ /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlcmd.c:301:26: note: please include the header or explicitly provide a declaration for 'strncmp' /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlcmd.c:329:45: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types] int type = Tk_GetScrollInfo(interp,argc,argv,&fraction,&count); ^~~~ /usr/include/tcl8.5/tkDecls.h:699:20: note: passing argument to parameter 'argv' here CONST84 char **argv, double *dblPtr, ^ /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlcmd.c:386:42: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' htmlPtr->zHandler[type] = HtmlAlloc( strlen(argv[4]) + 1 ); ^ ./htmlcmd.h:61:45: note: expanded from macro 'HtmlAlloc' #define HtmlAlloc(A) ((void*)Tcl_Alloc(A)) ^ /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlcmd.c:386:42: note: please include the header or explicitly provide a declaration for 'strlen' htmlPtr->zHandler[type] = HtmlAlloc( strlen(argv[4]) + 1 ); ^ ./htmlcmd.h:61:45: note: expanded from macro 'HtmlAlloc' #define HtmlAlloc(A) ((void*)Tcl_Alloc(A)) ^ /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlcmd.c:388:7: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' strcpy(htmlPtr->zHandler[type],argv[4]); ^ /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlcmd.c:388:7: note: please include the header or explicitly provide a declaration for 'strcpy' 6 warnings generated. gcc -DOS_UNIX=1 -DOS_WIN=0 -I. -I/usr/include/tcl8.5/ -I/usr/include/X11 -o htmldraw.o -c /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmldraw.c gcc -DOS_UNIX=1 -DOS_WIN=0 -I. -I/usr/include/tcl8.5/ -I/usr/include/X11 -o htmlform.o -c /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlform.c gcc -DOS_UNIX=1 -DOS_WIN=0 -I. -I/usr/include/tcl8.5/ -I/usr/include/X11 -o htmlimage.o -c /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlimage.c gcc -DOS_UNIX=1 -DOS_WIN=0 -I. -I/usr/include/tcl8.5/ -I/usr/include/X11 -o htmlindex.o -c /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlindex.c /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlindex.c:340:19: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' }else if( strcmp(&zBase[i],".last")==0 ){ ^ /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlindex.c:340:19: note: please include the header or explicitly provide a declaration for 'strcmp' 1 warning generated. gcc -DOS_UNIX=1 -DOS_WIN=0 -I. -I/usr/include/tcl8.5/ -I/usr/include/X11 -o htmllayout.o -c /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmllayout.c gcc -DOS_UNIX=1 -DOS_WIN=0 -I. -I/usr/include/tcl8.5/ -I/usr/include/X11 -o htmlparse.o -c /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlparse.c /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlparse.c:964:54: warning: passing 'char ***' to parameter of type 'const char ***' discards qualifiers in nested pointer types [-Wincompatible-pointer-types] if( Tcl_SplitList(htmlPtr->interp, zArgs, &argc, &argv)!=TCL_OK ){ ^~~~~ /usr/include/tcl8.5/tclDecls.h:1451:21: note: passing argument to parameter 'argvPtr' here CONST84 char ***argvPtr); ^ 1 warning generated. gcc -DOS_UNIX=1 -DOS_WIN=0 -I. -I/usr/include/tcl8.5/ -I/usr/include/X11 -o htmlsizer.o -c /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlsizer.c gcc -DOS_UNIX=1 -DOS_WIN=0 -I. -I/usr/include/tcl8.5/ -I/usr/include/X11 -o htmltable.o -c /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmltable.c gcc -DOS_UNIX=1 -DOS_WIN=0 -I. -I/usr/include/tcl8.5/ -I/usr/include/X11 -o htmltest.o -c /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmltest.c gcc -DOS_UNIX=1 -DOS_WIN=0 -I. -I/usr/include/tcl8.5/ -I/usr/include/X11 -o htmlurl.o -c /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlurl.c gcc -DOS_UNIX=1 -DOS_WIN=0 -I. -I/usr/include/tcl8.5/ -I/usr/include/X11 -o htmlwidget.o -c /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlwidget.c /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlwidget.c:819:70: warning: passing 'char **' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types] rc = Tk_ConfigureWidget(interp, htmlPtr->tkwin, configSpecs, argc, argv, ^~~~ /usr/include/tcl8.5/tkDecls.h:221:30: note: passing argument to parameter 'argv' here int argc, CONST84 char **argv, char *widgRec, ^ /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlwidget.c:1924:7: warning: incompatible pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(ClientData, Tcl_Interp *, int, const char **)') [-Wincompatible-pointer-types] HtmlWidgetCommand, (ClientData)htmlPtr, HtmlCmdDeletedProc); ^~~~~~~~~~~~~~~~~ /usr/include/tcl8.5/tclDecls.h:579:39: note: passing argument to parameter 'proc' here CONST char *cmdName, Tcl_CmdProc *proc, ^ /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlwidget.c:1926:7: warning: incompatible pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(ClientData, Tcl_Interp *, int, const char **)') [-Wincompatible-pointer-types] HtmlWidgetCommand, (ClientData)htmlPtr, HtmlCmdDeletedProc); ^~~~~~~~~~~~~~~~~ /usr/include/tcl8.5/tclDecls.h:579:39: note: passing argument to parameter 'proc' here CONST char *cmdName, Tcl_CmdProc *proc, ^ /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlwidget.c:2030:36: warning: incompatible pointer types passing 'int (ClientData, Tcl_Interp *, int, char **)' to parameter of type 'Tcl_CmdProc *' (aka 'int (*)(ClientData, Tcl_Interp *, int, const char **)') [-Wincompatible-pointer-types] Tcl_CreateCommand(interp,"html", HtmlCommand, ^~~~~~~~~~~ /usr/include/tcl8.5/tclDecls.h:579:39: note: passing argument to parameter 'proc' here CONST char *cmdName, Tcl_CmdProc *proc, ^ 4 warnings generated. gcc -DOS_UNIX=1 -DOS_WIN=0 -I. -I/usr/include/tcl8.5/ -I/usr/include/X11 -o htmlexts.o -c /«BUILDDIR»/saods9-7.0.1+dfsg/htmlwidget/src/htmlexts.c gcc -DOS_UNIX=1 -DOS_WIN=0 -I. -I/usr/include/tcl8.5/ -I/usr/include/X11 -o htmltokens.o -c htmltokens.c ar cr libtkhtml.a htmlcmd.o htmldraw.o htmlform.o htmlimage.o htmlindex.o htmllayout.o htmlparse.o htmlsizer.o htmltable.o htmltest.o htmlurl.o htmlwidget.o htmlexts.o htmltokens.o ranlib libtkhtml.a make[3]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg/html' cp html/libtkhtml.a lib/. Installing IIS... cd iis; make -j 2 install make[3]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg/iis' g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I../include -c -o iistcl.o iistcl.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I../include -c -o xim.o xim.C xim.C:197:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ gcc -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I../include -c -o iis.o iis.c 1iis.c warning generated. gcc -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I../include -c -o util.o util.c :420:55: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] if ((s = accept ((int)*source, (struct sockaddr *)0, (int *)0)) < 0) ^~~~~~~~ /usr/include/x86_64-linux-gnu/sys/socket.h:215:28: note: passing argument to parameter '__addr_len' here socklen_t *__restrict __addr_len); ^ iis.c:1259:11: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] register map_debug = 0; ~~~~~~~~ ^ util.c:118:11: warning: implicit declaration of function 'isdigit' is invalid in C99 [-Wimplicit-function-declaration] if (!isdigit (*ip)) ^ 2 warnings generated. 1 warning generated. rm -f libiis.a ar -cr libiis.a iistcl.o xim.o iis.o util.o cp -f libiis.a ../lib/. make[3]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg/iis' Installing RICE... cd rice; make -j 2 install make[3]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg/rice' gcc -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -c -o ricecomp.o ricecomp.c ricecomp.c:118:9: warning: implicit declaration of function 'ffpmsg' is invalid in C99 [-Wimplicit-function-declaration] ffpmsg("fits_rcomp: insufficient memory"); ^ 1 warning generated. rm -f librice.a ar -cr librice.a ricecomp.o cp librice.a ../lib/. make[3]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg/rice' Installing HCOMPRESS... cd hcompress; make -j 2 install make[3]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg/hcompress' gcc -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -c -o hdecompress.o hdecompress.c hdecompress.c:216:3: warning: implicit declaration of function 'ffpmsg' is invalid in C99 [-Wimplicit-function-declaration] ffpmsg("hinv: insufficient memory"); ^ 1 warning generated. rm -f libhcomp.a ar -cr libhcomp.a hdecompress.o cp libhcomp.a ../lib/. make[3]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg/hcompress' Installing PLIO... cd plio; make -j 2 install make[3]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg/plio' gcc -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -c -o pliocomp.o pliocomp.c rm -f libplio.a ar -cr libplio.a pliocomp.o cp libplio.a ../lib/. make[3]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg/plio' Installing XMLRPC... rm -f -r lib/xmlrpc0.3 mkdir lib/xmlrpc0.3 cp xmlrpc-0.3/xmlrpc.tcl lib/xmlrpc0.3 Installing unix... cd unix; make -j 2 install make[3]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg/unix' g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I../include -I../saotk/vector -I../saotk/widget -I/usr/include/X11 -c -o rotstr.o rotstr.C rm -f libxxlib.a ar -cr libxxlib.a rotstr.o cp rotstr.h ../include/. cp libxxlib.a ../lib/. make[3]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg/unix' Installing BLT... cd blt3.0.1; CC='gcc' CFLAGS=' -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 ' LDFLAGS='' ./configure --prefix /«BUILDDIR»/saods9-7.0.1+dfsg --exec_prefix /«BUILDDIR»/saods9-7.0.1+dfsg --x-includes=/usr/include/X11 --x-libraries=/usr/X11R6/lib --without-jpegincdir --without-jpeglibdir --without-pngincdir --without-pnglibdir --without-tiffincdir --without-tifflibdir --without-xpmincdir --without-xpmlibdir --without-xrandrincdir --without-xrandrlibdir --without-expatincdir --without-expatlibdir --without-mysqlincdir --without-mysqllibdir --enable-shared --cache-file=/«BUILDDIR»/saods9-7.0.1+dfsg/myconfig.cache checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking how to run the C preprocessor... gcc -E checking for gawk... no checking for mawk... mawk checking for a BSD-compatible install... /usr/bin/install -c checking for ranlib... ranlib checking whether ln -s works... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for long long... yes checking size of long long... 8 checking for void *... yes checking size of void *... 8 checking for float... yes checking size of float... 4 checking for main in -lm... yes checking for main in -lnsl... yes checking for main in -lsocket... no checking for shl_load in -ldld... no checking for X... libraries /usr/X11R6/lib, headers /usr/include/X11 checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for string.h... (cached) yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking waitflags.h usability... no checking waitflags.h presence... no checking for waitflags.h... no checking for sys/wait.h... (cached) yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for memory.h... (cached) yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking for stdlib.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for unistd.h... (cached) yes checking stropts.h usability... yes checking stropts.h presence... yes checking for stropts.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for posix_openpt... yes checking for ptsname... yes checking for getpt... yes checking for grantpt... yes checking for unlockpt... yes checking for isastream... yes checking for setsid... yes checking for tcflush... yes checking for openpty... no checking for open_controlling_pty... no ft2_inc_spec=-I/usr/include/freetype2 checking ft2build.h usability... yes checking ft2build.h presence... yes checking for ft2build.h... yes checking X11/Xft/Xft.h usability... yes checking X11/Xft/Xft.h presence... yes checking for X11/Xft/Xft.h... yes checking for size_t... yes checking for pid_t... yes checking whether union wait is defined correctly... yes checking for strtolower... no checking for strcasecmp... yes checking for strncasecmp... yes checking for drand48... yes checking for srand48... yes checking for finite... yes checking for isnan... yes checking for isfinite... yes checking whether DBL_EPSILON is defined in float.h... yes checking whether strcasecmp is declared... yes checking whether strncasecmp is declared... yes checking whether strtolower is declared... no checking whether drand48 is declared... yes checking whether srand48 is declared... yes checking whether j1 is declared... yes checking whether hypot is declared... yes checking whether isnan is declared... yes checking whether isfinite is declared... yes checking whether finite is declared... yes checking whether free is declared... yes checking for tclConfig.sh... /usr/lib/tclConfig.sh checking for tkConfig.sh... /usr/lib/tkConfig.sh checking for deflate in -lz... yes checking for FT_Init_FreeType in -lfreetype... yes checking for XftFontOpenPattern in -lXft -lexpat... yes checking for FcPatternCreate in -lfontconfig... yes checking for XRenderQueryExtension in -lXrender... yes checking BLT_MAJOR_VERSION... 3 checking BLT_MINOR_VERSION... 0 Configuration results: tcl.h found in -I/usr/include/tcl8.5 tk.h found in -I/usr/include/tcl8.5 X11/Xlib.h found in /usr/include/X11 libtcl8.5 found in -L/usr/lib -ltcl8.5 libtk8.5 found in -L/usr/lib -ltk8.5 libX11 found in /usr/X11R6/lib Directories where BLT is to be installed: "$prefix" is /«BUILDDIR»/saods9-7.0.1+dfsg "$exec_prefix" is /«BUILDDIR»/saods9-7.0.1+dfsg shells to be installed in ${exec_prefix}/bin libraries to be installed in /«BUILDDIR»/saods9-7.0.1+dfsg/lib scripts to be installed in /«BUILDDIR»/saods9-7.0.1+dfsg/lib/blt3.0 manual pages to be installed in ${datarootdir}/man MYSQL_LIB_SPEC= MYSQL_INC_SPEC= EXPAT_LIB_SPEC= EXPAT_INC_SPEC= FT2_LIB_SPEC=-lfreetype FT2_INC_SPEC=-I/usr/include/freetype2 JPG_LIB_SPEC= JPG_INC_SPEC= configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/bltHash.h config.status: creating src/shared/Makefile config.status: creating man/Makefile config.status: creating library/Makefile config.status: creating library/afm/Makefile config.status: creating demos/Makefile config.status: creating src/config.h cd blt3.0.1/src; make -j 2 build_shared make[3]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg/blt3.0.1/src' gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltAlloc.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltArrayObj.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltBase64.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltChain.c bltBase64.c:344:1: warning: no previous prototype for function 'Blt_Base64CmdInitProc' [-Wmissing-prototypes] Blt_Base64CmdInitProc(Tcl_Interp *interp) ^ gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltDBuffer.c 1 warning generated. gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltDataTable.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltHash.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltInit.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltList.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltNsUtil.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltParse.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltPool.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltSpline.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltSwitch.c bltSpline.c:984:1: warning: no previous prototype for function 'Blt_SplineCmdInitProc' [-Wmissing-prototypes] Blt_SplineCmdInitProc(Tcl_Interp *interp) ^ 1 warning generated. gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltUtil.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltVar.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltVecCmd.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltVecMath.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltVector.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 -DTCL_ONLY -DBLT_LIBRARY=\"/«BUILDDIR»/saods9-7.0.1+dfsg/lib/blt3.0\" \ ./bltCoreInit.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltGrAxis.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltGrBar.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltGrElem.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltGrHairs.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltGrLegd.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltGrLine.c bltGrLegd.c:1968:9: warning: unused variable 'index' [-Wunused-variable] int index; ^ 1 warning generated. gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltGrMarker.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltGrMisc.c bltGrMisc.c:1995:1: warning: unused function 'ArcBallCmd' [-Wunused-function] ArcBallCmd(ClientData clientData, Tcl_Interp *interp, int objc, ^ 1 warning generated. gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltGrPen.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltGrPs.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltGraph.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltPicture.c bltPicture.c:5130:10: warning: use of unary operator that may be intended as compound assignment (+=) i15 =+ bias; ^~ bltPicture.c:5136:10: warning: use of unary operator that may be intended as compound assignment (+=) i15 =+ bias; ^~ bltPicture.c:5142:10: warning: use of unary operator that may be intended as compound assignment (+=) i15 =+ bias; ^~ bltPicture.c:5148:10: warning: use of unary operator that may be intended as compound assignment (+=) i15 =+ bias; ^~ gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltPictCmd.c bltPicture.c:6392:1: warning: no previous prototype for function 'Blt_MaskPicture2' [-Wmissing-prototypes] Blt_MaskPicture2(Pict *destPtr, Pict *srcPtr, int x, int y, int w, int h, ^ 5 warnings generated. gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 -I/usr/include/freetype2 bltPictDraw.c bltPictCmd.c:3662:23: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (imgPtr->index < 0) { ~~~~~~~~~~~~~ ^ ~ bltPictCmd.c:3665:23: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (imgPtr->index < 0) { ~~~~~~~~~~~~~ ^ ~ bltPictCmd.c:4460:1: warning: no previous prototype for function 'Blt_PictureCmdInitProc' [-Wmissing-prototypes] Blt_PictureCmdInitProc(Tcl_Interp *interp) ^ 3 warnings generated. gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltBgStyle.c bltPictDraw.c:586:29: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] endp = text + ((textLen < 0) ? strlen(text) : textLen); ~~~~~~~ ^ ~ In file included from bltPictDraw.c:887: ./bltPaintDraw.c:983:13: warning: unused variable 'd' [-Wunused-variable] double d, z; ^ ./bltPaintDraw.c:965:9: warning: unused variable 'dy' [-Wunused-variable] int dy, d2; ^ ./bltPaintDraw.c:965:13: warning: unused variable 'd2' [-Wunused-variable] int dy, d2; ^ ./bltPaintDraw.c:1415:23: warning: unused variable 'tmp' [-Wunused-variable] Blt_Picture blur, tmp; ^ bltPictDraw.c:2461:12: warning: unused variable 'color' [-Wunused-variable] Blt_Pixel color; ^ bltPictDraw.c:2462:17: warning: unused variable 'lw' [-Wunused-variable] int offset, r, lw; ^ bltPictDraw.c:2464:13: warning: unused variable 'srcRowPtr' [-Wunused-variable] Blt_Pixel *srcRowPtr, *sp, *send; ^ bltPictDraw.c:2464:25: warning: unused variable 'sp' [-Wunused-variable] Blt_Pixel *srcRowPtr, *sp, *send; ^ bltPictDraw.c:2464:30: warning: unused variable 'send' [-Wunused-variable] Blt_Pixel *srcRowPtr, *sp, *send; ^ bltPictDraw.c:286:1: warning: unused function 'MarkPicture' [-Wunused-function] MarkPicture(Pict *srcPtr) ^ In file included from bltPictDraw.c:887: ./bltPaintDraw.c:551:1: warning: unused function 'PaintCircle3' [-Wunused-function] PaintCircle3(Blt_Picture src, int x, int y, int r, Blt_Pixel *colorPtr) ^ ./bltPaintDraw.c:634:1: warning: unused function 'PaintCircle4' [-Wunused-function] PaintCircle4(Pict *srcPtr, int x, int y, int r, Blt_Pixel *colorPtr) ^ ./bltPaintDraw.c:701:1: warning: unused function 'xFilledCircle' [-Wunused-function] xFilledCircle(int diam, Blt_Pixel *colorPtr) ^ ./bltPaintDraw.c:783:1: warning: unused function 'FilledOval' [-Wunused-function] FilledOval(Pict *destPtr, int destX, int destY, int ovalWidth, int ovalHeight, ^ ./bltPaintDraw.c:906:1: warning: unused function 'PaintArc' [-Wunused-function] PaintArc(Pict *destPtr, int x1, int y1, int x2, int y2, int lineWidth, ^ ./bltPaintDraw.c:961:1: warning: unused function 'PaintFilledCircle' [-Wunused-function] PaintFilledCircle(Pict *destPtr, int x, int y, int r, Blt_Pixel *colorPtr) ^ ./bltPaintDraw.c:1017:1: warning: unused function 'PaintThinCircle' [-Wunused-function] PaintThinCircle(Pict *destPtr, int x, int y, int r, Blt_Pixel *colorPtr) ^ ./bltPaintDraw.c:1305:1: warning: unused function 'PaintCircle' [-Wunused-function] PaintCircle( ^ bltPictDraw.c:890:1: warning: unused function 'PaintLineSegment2' [-Wunused-function] PaintLineSegment2( ^ bltPictDraw.c:1202:1: warning: unused function 'BlitGlyph' [-Wunused-function] BlitGlyph(Pict *destPtr, ^ bltPictDraw.c:1301:1: warning: unused function 'CopyGrayGlyph' [-Wunused-function] CopyGrayGlyph(Pict *destPtr, FT_GlyphSlot slot, int x, int y, ^ bltPictDraw.c:1810:1: warning: unused function 'xPaintArc' [-Wunused-function] xPaintArc(Pict *destPtr, int x1, int y1, int x2, int y2, int lineWidth, ^ bltPictDraw.c:1864:1: warning: unused function 'PolygonArea' [-Wunused-function] PolygonArea(int nPoints, Point2d *points, double *areaPtr) ^ bltPictDraw.c:2141:1: warning: unused function 'PaintPolygonAA' [-Wunused-function] PaintPolygonAA(Pict *destPtr, size_t nVertices, Point2f *vertices, ^ bltPictDraw.c:2451:1: warning: unused function 'DrawCircle2' [-Wunused-function] DrawCircle2(Blt_Picture picture, int x, int y, int radius, ^ bltPictDraw.c:3143:1: warning: unused function 'Polyline2' [-Wunused-function] Polyline2(Pict *destPtr, int x1, int y1, int x2, int y2, Blt_Pixel *colorPtr) ^ 27 warnings generated. gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltBind.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltBusy.c bltBind.c:1825:1: warning: no previous prototype for function 'Blt_SendEventCmdInitProc' [-Wmissing-prototypes] Blt_SendEventCmdInitProc(Tcl_Interp *interp) ^ bltBind.c:1231:19: warning: unused variable 'configureRequestDetail' [-Wunused-variable] static TkStateMap configureRequestDetail[] = { ^ bltBind.c:1241:19: warning: unused variable 'propNotify' [-Wunused-variable] static TkStateMap propNotify[] = { ^ 3 warnings generated. gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltConfig.c bltBusy.c:711:1: warning: unused function 'CreateBusy2' [-Wunused-function] CreateBusy2( ^ 1 warning generated. gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltImage.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltPs.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltPsAfm.c bltPsAfm.c:1814:1: warning: no previous prototype for function 'Blt_AfmCmdInitProc' [-Wmissing-prototypes] Blt_AfmCmdInitProc(Tcl_Interp *interp) ^ bltPsAfm.c:748:1: warning: unused function 'GetLigature' [-Wunused-function] GetLigature(AdobeFontMetrics *afmPtr, int c1, int c2) ^ bltPsAfm.c:765:1: warning: unused function 'NewLigature' [-Wunused-function] NewLigature(Parser *parserPtr, int first, int second) ^ bltPsAfm.c:1824:1: warning: unused function 'AfmStringWidthOp' [-Wunused-function] AfmStringWidthOp(ClientData clientData, Tcl_Interp *interp, int objc, ^ gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltText.c 4 warnings generated. gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltUnixBitmap.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 -I/usr/include/freetype2 bltUnixFont.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltUnixPainter.c bltUnixFont.c:243:17: warning: variable 'boolSpecs' is not needed and will not be emitted [-Wunneeded-internal-declaration] static FontSpec boolSpecs[] ={ ^ bltUnixFont.c:255:12: warning: unused variable 'nBoolSpecs' [-Wunused-variable] static int nBoolSpecs = sizeof(boolSpecs) / sizeof(FontSpec); ^ gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltUnixWindow.c 2 warnings generated. gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltWindow.c bltUnixWindow.c:301:46: warning: format specifies type 'unsigned int' but the argument has type 'Window' (aka 'unsigned long') [-Wformat] fprintf(stderr, "before geomtry window=%x, root=%x parent=%x\n", ~^ %lx bltUnixWindow.c:301:55: warning: format specifies type 'unsigned int' but the argument has type 'Window' (aka 'unsigned long') [-Wformat] fprintf(stderr, "before geomtry window=%x, root=%x parent=%x\n", ~^ %lx bltUnixWindow.c:301:65: warning: format specifies type 'unsigned int' but the argument has type 'Window' (aka 'unsigned long') [-Wformat] fprintf(stderr, "before geomtry window=%x, root=%x parent=%x\n", ~^ %lx bltUnixWindow.c:310:38: warning: format specifies type 'unsigned int' but the argument has type 'Window' (aka 'unsigned long') [-Wformat] fprintf(stderr, "before window=%x, root=%x parent=%x\n", ~^ %lx bltUnixWindow.c:310:47: warning: format specifies type 'unsigned int' but the argument has type 'Window' (aka 'unsigned long') [-Wformat] fprintf(stderr, "before window=%x, root=%x parent=%x\n", ~^ %lx bltUnixWindow.c:310:57: warning: format specifies type 'unsigned int' but the argument has type 'Window' (aka 'unsigned long') [-Wformat] fprintf(stderr, "before window=%x, root=%x parent=%x\n", ~^ %lx bltUnixWindow.c:313:37: warning: format specifies type 'unsigned int' but the argument has type 'Window' (aka 'unsigned long') [-Wformat] fprintf(stderr, "after window=%x, root=%x parent=%x\n", ~^ %lx bltUnixWindow.c:313:46: warning: format specifies type 'unsigned int' but the argument has type 'Window' (aka 'unsigned long') [-Wformat] fprintf(stderr, "after window=%x, root=%x parent=%x\n", ~^ %lx bltUnixWindow.c:313:56: warning: format specifies type 'unsigned int' but the argument has type 'Window' (aka 'unsigned long') [-Wformat] fprintf(stderr, "after window=%x, root=%x parent=%x\n", ~^ %lx 9 warnings generated. gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltExtInit.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltDtCsv.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltDtTree.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltDtVec.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltPictGif.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltPictXbm.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltPictBmp.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltPictPbm.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltPictPdf.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltPictPs.c bltPictPdf.c:1076:1: warning: unused function 'WritePdf' [-Wunused-function] WritePdf(Tcl_Interp *interp, Blt_Picture picture) ^ bltPictPdf.c:1154:1: warning: unused function 'ExportPdf' [-Wunused-function] ExportPdf(Tcl_Interp *interp, unsigned int index, Blt_Chain chain, int objc, ^ 2 warnings generated. gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltPictPhoto.c gcc -c -Wall -Wpointer-arith -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -fPIC -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I. -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -I/usr/include/X11 bltPictPng.c rm -f libBLTCore30.so gcc -rdynamic -shared -Wl,-E -Wl,-soname,libBLTCore30.so -o libBLTCore30.so bltAlloc.o bltArrayObj.o bltBase64.o bltChain.o bltDBuffer.o bltDataTable.o bltHash.o bltInit.o bltList.o bltNsUtil.o bltParse.o bltPool.o bltSpline.o bltSwitch.o bltUtil.o bltVar.o bltVecCmd.o bltVecMath.o bltVector.o bltCoreInit.o \ rm -f libBLTX30.so gcc -rdynamic -shared -Wl,-E -Wl,-soname,libBLTX30.so -o libBLTX30.so bltGrAxis.o bltGrBar.o bltGrElem.o bltGrHairs.o bltGrLegd.o bltGrLine.o bltGrMarker.o bltGrMisc.o bltGrPen.o bltGrPs.o bltGraph.o bltPicture.o bltPictCmd.o bltPictDraw.o bltBgStyle.o bltBind.o bltBusy.o bltConfig.o bltImage.o bltPs.o bltPsAfm.o bltText.o bltUnixBitmap.o bltUnixFont.o bltUnixPainter.o bltUnixWindow.o bltWindow.o bltExtInit.o -lXft -lfontconfig -lfreetype \ -L/usr/lib -ltcl8.5 rm -f TableCsv30.so gcc -rdynamic -shared -Wl,-E -Wl,-soname,TableCsv30.so -o TableCsv30.so bltDtCsv.o rm -f TableTree30.so gcc -rdynamic -shared -Wl,-E -Wl,-soname,TableTree30.so -o TableTree30.so bltDtTree.o rm -f TableVector30.so gcc -rdynamic -shared -Wl,-E -Wl,-soname,TableVector30.so -o TableVector30.so bltDtVec.o rm -f PictureGif30.so gcc -rdynamic -shared -Wl,-E -Wl,-soname,PictureGif30.so -o PictureGif30.so bltPictGif.o rm -f PictureXbm30.so gcc -rdynamic -shared -Wl,-E -Wl,-soname,PictureXbm30.so -o PictureXbm30.so bltPictXbm.o rm -f PictureBmp30.so gcc -rdynamic -shared -Wl,-E -Wl,-soname,PictureBmp30.so -o PictureBmp30.so bltPictBmp.o rm -f PicturePbm30.so gcc -rdynamic -shared -Wl,-E -Wl,-soname,PicturePbm30.so -o PicturePbm30.so bltPictPbm.o rm -f PicturePdf30.so gcc -rdynamic -shared -Wl,-E -Wl,-soname,PicturePdf30.so -o PicturePdf30.so bltPictPdf.o rm -f PicturePs30.so gcc -rdynamic -shared -Wl,-E -Wl,-soname,PicturePs30.so -o PicturePs30.so bltPictPs.o rm -f PicturePhoto30.so gcc -rdynamic -shared -Wl,-E -Wl,-soname,PicturePhoto30.so -o PicturePhoto30.so bltPictPhoto.o rm -f PicturePng30.so gcc -rdynamic -shared -Wl,-E -Wl,-soname,PicturePng30.so -o PicturePng30.so bltPictPng.o -lz make[3]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg/blt3.0.1/src' cp blt3.0.1/src/*.so* lib/. cd blt3.0.1/src; cp blt.h bltVector.h ../../include/. Installing SAOTK... cd saotk; make CXX="g++" -j 2 install make[3]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg/saotk' cd widget; make make[4]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg/saotk/widget' g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -c -o truecolor8.o truecolor8.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -c -o truecolor16.o truecolor16.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -c -o truecolor24.o truecolor24.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -c -o widget.o widget.C truecolor24.C:59:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ 1 warning generated. make[4]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg/saotk/widget' cd frame; make make[4]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg/saotk/frame' g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o annulus.o annulus.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o base.o base.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o basecommand.o basecommand.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o basebox.o basebox.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o baseellipse.o baseellipse.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o baseline.o baseline.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o basemarker.o basemarker.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o basepanda.o basepanda.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o box.o box.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o boxannulus.o boxannulus.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o bpanda.o bpanda.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o callback.o callback.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o circle.o circle.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o colorscale.o colorscale.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o colorscalergb.o colorscalergb.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o colorscaletrue8.o colorscaletrue8.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o colorscaletrue16.o colorscaletrue16.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o colorscaletrue24.o colorscaletrue24.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o colorscaletrue32.o colorscaletrue32.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o compass.o compass.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o composite.o composite.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o context.o context.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o contour.o contour.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o coord.o coord.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o cpanda.o cpanda.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o ellipse.o ellipse.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o ellipseannulus.o ellipseannulus.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o epanda.o epanda.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o fitsanalysis.o fitsanalysis.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o fitsbin.o fitsbin.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o fitscompress.o fitscompress.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o fitsdata.o fitsdata.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o fitshealpix.o fitshealpix.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o fitsimage.o fitsimage.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o fitsmask.o fitsmask.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o fitsmap.o fitsmap.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o frame.o frame.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o frame3d.o frame3d.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o framebase.o framebase.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o frame3dbase.o frame3dbase.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o framergb.o framergb.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o framergbtruecolor.o framergbtruecolor.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o framergbtruecolor8.o framergbtruecolor8.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o framergbtruecolor16.o framergbtruecolor16.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o framergbtruecolor24.o framergbtruecolor24.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o frametrue.o frametrue.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o frame3dtrue.o frame3dtrue.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o frametruecolor.o frametruecolor.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o frame3dtruecolor.o frame3dtruecolor.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o frametruecolor8.o frametruecolor8.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o frametruecolor16.o frametruecolor16.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o frametruecolor24.o frametruecolor24.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o frame3dtruecolor8.o frame3dtruecolor8.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o frame3dtruecolor16.o frame3dtruecolor16.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o frame3dtruecolor24.o frame3dtruecolor24.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o frblt.o frblt.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o frcommand.o frcommand.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o fr3dcommand.o fr3dcommand.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o frload.o frload.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o frmap.o frmap.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o fr3dmap.o fr3dmap.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o frmarker.o frmarker.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o frmarkerxml.o frmarkerxml.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o frsave.o frsave.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o frscale.o frscale.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o fvcontour.o fvcontour.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o grid.o grid.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o grid2d.o grid2d.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o grid25d.o grid25d.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o grid3d.o grid3d.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o inversescale.o inversescale.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o line.o line.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o marker.o marker.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o point.o point.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o polygon.o polygon.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o projection.o projection.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o ruler.o ruler.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o tag.o tag.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o text.o text.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o vect.o vect.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o colorscalepseudo8.o colorscalepseudo8.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o framepseudo.o framepseudo.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o framepseudocolor.o framepseudocolor.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o framepseudocolor8.o framepseudocolor8.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o ciaoparser.o ciaoparser.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o ciaolex.o ciaolex.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o ds9parser.o ds9parser.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o ds9lex.o ds9lex.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o parser.o parser.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o lex.o lex.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o prosparser.o prosparser.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o proslex.o proslex.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o saoparser.o saoparser.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o saolex.o saolex.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o tngparser.o tngparser.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o tnglex.o tnglex.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o xyparser.o xyparser.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../list -I../fitsy++ -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I/usr/include/libxml2 -I../../ast-7.0.3 -c -o xylex.o xylex.C make[4]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg/saotk/frame' cd colorbar; make make[4]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg/saotk/colorbar' g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o cbgrid.o cbgrid.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o colorbarbase.o colorbarbase.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o colorbar.o colorbar.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o colortag.o colortag.C colorbar.C:344:13: warning: implicit conversion of NULL constant to 'char' [-Wnull-conversion] *color =NULL; ~^~~~ colorbar.C:558:15: warning: implicit conversion of NULL constant to 'char' [-Wnull-conversion] *color =NULL; ~^~~~ g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o colorbartrue.o colorbartrue.C 2 warnings generated. g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o colorbartruecolor.o colorbartruecolor.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o colorbartruecolor8.o colorbartruecolor8.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o colorbartruecolor16.o colorbartruecolor16.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o colorbartruecolor24.o colorbartruecolor24.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o colorbarrgb.o colorbarrgb.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o colorbarrgbtruecolor.o colorbarrgbtruecolor.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o colorbarrgbtruecolor8.o colorbarrgbtruecolor8.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o colorbarrgbtruecolor16.o colorbarrgbtruecolor16.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o colorbarrgbtruecolor24.o colorbarrgbtruecolor24.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o colormap.o colormap.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o lut.o lut.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o sao.o sao.C lut.C:84:16: warning: implicit conversion of NULL constant to 'char' [-Wnull-conversion] buf[len-1] = NULL; ~ ^~~~ 1 warning generated. g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o default.o default.C sao.C:93:16: warning: implicit conversion of NULL constant to 'char' [-Wnull-conversion] buf[len-1] = NULL; ~ ^~~~ 1 warning generated. g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o colorbarpseudo.o colorbarpseudo.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o colorbarpseudocolor.o colorbarpseudocolor.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o colorbarpseudocolor8.o colorbarpseudocolor8.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o parser.o parser.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o lex.o lex.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o lutparser.o lutparser.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o lutlex.o lutlex.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o saoparser.o saoparser.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../list -I../util -I../../include -I/usr/include/X11 -c -o saolex.o saolex.C make[4]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg/saotk/colorbar' cd panner; make make[4]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg/saotk/panner' g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../util -I../../include -I/usr/include/X11 -c -o panner.o panner.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../util -I../../include -I/usr/include/X11 -c -o pannerpseudo.o pannerpseudo.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../util -I../../include -I/usr/include/X11 -c -o pannertrue.o pannertrue.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../util -I../../include -I/usr/include/X11 -c -o parser.o parser.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../util -I../../include -I/usr/include/X11 -c -o lex.o lex.C make[4]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg/saotk/panner' cd magnifier; make make[4]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg/saotk/magnifier' g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../util -I../../include -I/usr/include/X11 -c -o magnifier.o magnifier.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../util -I../../include -I/usr/include/X11 -c -o magnifiertrue.o magnifiertrue.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../util -I../../include -I/usr/include/X11 -c -o magnifierpseudo.o magnifierpseudo.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../util -I../../include -I/usr/include/X11 -c -o parser.o parser.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../widget -I../vector -I../util -I../../include -I/usr/include/X11 -c -o lex.o lex.C make[4]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg/saotk/magnifier' cd vector; make make[4]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg/saotk/vector' g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I../util -I../../include -I/usr/include/X11 -c -o vector.o vector.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I../util -I../../include -I/usr/include/X11 -c -o vector3d.o vector3d.C make[4]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg/saotk/vector' cd list; make make[4]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg/saotk/list' g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I../vector -I../frame -I../colorbar -I../../include -I/usr/include/X11 -c -o list.o list.C make[4]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg/saotk/list' cd fitsy++; make make[4]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg/saotk/fitsy++' g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o alloc.o alloc.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o allocgz.o allocgz.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o analysis.o analysis.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o card.o card.C card.C:223:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ 1 warning generated. g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o channel.o channel.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o column.o column.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o compress.o compress.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o gzip.o gzip.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o iis.o iis.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o hcompress.o hcompress.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o hdu.o hdu.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o head.o head.C hdu.C:159:13: warning: implicit conversion of NULL constant to 'char' [-Wnull-conversion] *nn-- = NULL; ~ ^~~~ hdu.C:171:10: warning: implicit conversion of NULL constant to 'char' [-Wnull-conversion] *tt-- = NULL; ~ ^~~~ 2 warnings generated. g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o hist.o hist.C head.C:409:13: warning: enumeration value 'SHARE' not handled in switch [-Wswitch] switch (memory_) { ^ 1 warning generated. g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o hpx.o hpx.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o file.o file.C hpx.C:45:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] else if (nrow) ^ hpx.C:544:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ 2 warnings generated. g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o map.o map.C file.C:293:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ file.C:340:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ 2 warnings generated. g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o mapincr.o mapincr.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o mmap.o mmap.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o mmapincr.o mmapincr.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o outchannel.o outchannel.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o outfile.o outfile.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o outfits.o outfits.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o outsocket.o outsocket.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o photo.o photo.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o plio.o plio.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o rice.o rice.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o share.o share.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o sshare.o sshare.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o smap.o smap.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o smmap.o smmap.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o socket.o socket.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o socketgz.o socketgz.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o strm.o strm.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o var.o var.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o parser.o parser.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -I. -I.. -I../vector -I../util -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/filter -I../../funtools-1.4.5/fitsy -I../../funtools-1.4.5/util -c -o lex.o lex.C make[4]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg/saotk/fitsy++' cd util; make make[4]: Entering directory `/«BUILDDIR»/saods9-7.0.1+dfsg/saotk/util' g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../frame -I../fitsy++ -I../list -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I../../ast-7.0.3 -c -o attribute.o attribute.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../frame -I../fitsy++ -I../list -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I../../ast-7.0.3 -c -o grf.o grf.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../frame -I../fitsy++ -I../list -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I../../ast-7.0.3 -c -o grf3d.o grf3d.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../frame -I../fitsy++ -I../list -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I../../ast-7.0.3 -c -o gridbase.o gridbase.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../frame -I../fitsy++ -I../list -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I../../ast-7.0.3 -c -o grid2dbase.o grid2dbase.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../frame -I../fitsy++ -I../list -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I../../ast-7.0.3 -c -o grid25dbase.o grid25dbase.C g++ -DHAVE_SYS_UN_H -DHAVE_SYS_SHM_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/tcl -I/usr/include/tk -I/usr/include/freetype2 -w -I. -I.. -I../widget -I../vector -I../frame -I../fitsy++ -I../list -I../../include -I/usr/include/X11 -I../../funtools-1.4.5/util -I../../ast-7.0.3 -c -o grid3dbase.o grid3dbase.C grid25dbase.C:32:12: error: variable length array of non-POD element type 'Vector' Vector vv[n]; ^ 1 error generated. make[4]: *** [grid25dbase.o] Error 1 make[4]: *** Waiting for unfinished jobs.... grid3dbase.C:30:14: error: variable length array of non-POD element type 'Vector3d' Vector3d vv[n]; ^ 1 error generated. make[4]: *** [grid3dbase.o] Error 1 make[4]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg/saotk/util' make[3]: *** [util] Error 2 make[2]: *** [saotk] Error 2 dh_auto_build: make -j1 dirs checkdns tkmpeg html iis rice hcompress plio xmlrpc unix blt saotk ds9 returned exit code 2 make[1]: *** [override_dh_auto_build] Error 2 make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 make[3]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg/saotk' make[2]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg' make[1]: Leaving directory `/«BUILDDIR»/saods9-7.0.1+dfsg' ──────────────────────────────────────────────────────────────────────────────── Build finished at 20120702-1845 Finished ──────── E: Build failure (dpkg-buildpackage died) ┌──────────────────────────────────────────────────────────────────────────────┐ │ Cleanup │ └──────────────────────────────────────────────────────────────────────────────┘ Purging /«BUILDDIR» Not cleaning session: cloned chroot in use ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Architecture: amd64 Build-Space: 55820 Build-Time: 276 Distribution: unstable Fail-Stage: build Install-Time: 56 Job: saods9_7.0.1+dfsg-1 Package: saods9 Package-Time: 432 Source-Version: 7.0.1+dfsg-1 Space: 55820 Status: attempted Version: 7.0.1+dfsg-1 ──────────────────────────────────────────────────────────────────────────────── Finished at 20120702-1845 Build needed 00:07:12, 55820k disc space DC-Status: Failed 434.51291s DC-Time-Estimation: 434.51291 versus expected 1 (r/m: 433.51291 ; m: 1.0)