DC-Build-Header: cook 2.33-1 / Mon Jul 09 20:35:15 +0000 2012 DC-Task: logfile:/tmp/cook_2.33-1_unstable_clang.log version:2.33-1 modes:clang chroot:unstable source:cook esttime:243 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 cook_2.33-1' sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on ip-10-28-247-130.ec2.internal ╔══════════════════════════════════════════════════════════════════════════════╗ ║ cook 2.33-1 (amd64) 09 Jul 2012 20:35 ║ ╚══════════════════════════════════════════════════════════════════════════════╝ Package: cook Version: 2.33-1 Source Version: 2.33-1 Distribution: unstable Architecture: amd64 I: NOTICE: Log filtering will replace 'build/cook-DgUhiT/cook-2.33' with '«PKGBUILDDIR»' I: NOTICE: Log filtering will replace 'build/cook-DgUhiT' with '«BUILDDIR»' I: NOTICE: Log filtering will replace 'var/lib/schroot/mount/unstable-amd64-sbuild-42416eb4-8c19-4da1-bf51-3fae3211f464' with '«CHROOT»' ┌──────────────────────────────────────────────────────────────────────────────┐ │ Update chroot │ └──────────────────────────────────────────────────────────────────────────────┘ Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ┌──────────────────────────────────────────────────────────────────────────────┐ │ Fetch source files │ └──────────────────────────────────────────────────────────────────────────────┘ Check APT ───────── Checking available source versions... Download source files with APT ────────────────────────────── Reading package lists... Building dependency tree... Reading state information... Need to get 915 kB of source archives. Get:1 http://localhost/debian/ unstable/main cook 2.33-1 (dsc) [1205 B] Get:2 http://localhost/debian/ unstable/main cook 2.33-1 (tar) [908 kB] Get:3 http://localhost/debian/ unstable/main cook 2.33-1 (diff) [5224 B] Fetched 915 kB in 0s (3614 kB/s) Download complete and in download only mode Check arch ────────── ┌──────────────────────────────────────────────────────────────────────────────┐ │ Chroot Setup Commands │ └──────────────────────────────────────────────────────────────────────────────┘ /tmp/switch-to-clang ──────────────────── + echo 'Entering customization script...' Entering customization script... + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... + echo 'Install of clang' Install of clang + apt-get update Ign http://localhost unstable InRelease Hit http://localhost unstable Release.gpg Hit http://localhost unstable Release Ign http://localhost unstable/main Sources/DiffIndex Ign http://localhost unstable/main amd64 Packages/DiffIndex Hit http://localhost unstable/main Translation-en/DiffIndex Hit http://localhost unstable/main Sources Hit http://localhost unstable/main amd64 Packages Reading package lists... + apt-get install --yes --no-install-recommends clang -t unstable Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: libclang-common-dev libffi5 libllvm3.1 Recommended packages: llvm-3.1-dev python The following NEW packages will be installed: clang libclang-common-dev libffi5 libllvm3.1 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 13.1 MB of archives. After this operation, 35.6 MB of additional disk space will be used. Get:1 http://localhost/debian/ unstable/main libffi5 amd64 3.0.10-3 [24.8 kB] Get:2 http://localhost/debian/ unstable/main libllvm3.1 amd64 3.1-2 [7275 kB] Get:3 http://localhost/debian/ unstable/main libclang-common-dev amd64 3.1-8 [84.3 kB] Get:4 http://localhost/debian/ unstable/main clang amd64 3.1-8 [5755 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 13.1 MB in 0s (30.1 MB/s) Selecting previously unselected package libffi5:amd64. (Reading database ... 11729 files and directories currently installed.) Unpacking libffi5:amd64 (from .../libffi5_3.0.10-3_amd64.deb) ... Selecting previously unselected package libllvm3.1:amd64. Unpacking libllvm3.1:amd64 (from .../libllvm3.1_3.1-2_amd64.deb) ... Selecting previously unselected package libclang-common-dev. Unpacking libclang-common-dev (from .../libclang-common-dev_3.1-8_amd64.deb) ... Selecting previously unselected package clang. Unpacking clang (from .../archives/clang_3.1-8_amd64.deb) ... Setting up libffi5:amd64 (3.0.10-3) ... Setting up libllvm3.1:amd64 (3.1-2) ... Setting up libclang-common-dev (3.1-8) ... Setting up clang (3.1-8) ... + echo 'Replace gcc, g++ & cpp by clang' Replace gcc, g++ & cpp by clang + VERSION=4.7 + cd /usr/bin + rm g++-4.7 gcc-4.7 cpp-4.7 + ln -s clang++ g++-4.7 + ln -s clang gcc-4.7 + ln -s clang cpp-4.7 + cd - /«BUILDDIR» + echo 'Block the installation of new gcc version' Block the installation of new gcc version + dpkg --set-selections + echo 'gcc-4.6 hold' + dpkg --set-selections + echo 'cpp-4.6 hold' + dpkg --set-selections + echo 'g++-4.6 hold' + dpkg --set-selections + echo 'gcc-4.7 hold' + dpkg --set-selections + echo 'cpp-4.7 hold' + dpkg --set-selections + echo 'g++-4.7 hold' + echo 'Check if gcc, g++ & cpp are actually clang' Check if gcc, g++ & cpp are actually clang + grep clang + gcc --version I: Finished running '/tmp/switch-to-clang'. Finished processing commands. ──────────────────────────────────────────────────────────────────────────────── Merged Build-Depends: build-essential, fakeroot Filtered Build-Depends: build-essential, fakeroot dpkg-deb: building package `sbuild-build-depends-core-dummy' in `/«BUILDDIR»/resolver-Gl_2j3/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/706 B of archives. After this operation, 0 B of additional disk space will be used. Selecting previously unselected package sbuild-build-depends-core-dummy. (Reading database ... 11809 files and directories currently installed.) Unpacking sbuild-build-depends-core-dummy (from .../sbuild-build-depends-core-dummy.deb) ... Setting up sbuild-build-depends-core-dummy (0.invalid.0) ... Merged Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev | libc-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), debhelper (>= 7), bison, groff, gettext, sharutils, ed Filtered Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, ncurses-base, ncurses-bin, perl-base, sed, login, sysvinit-utils, sysvinit, tar, bsdutils, mount, util-linux, libc6-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), debhelper (>= 7), bison, groff, gettext, sharutils, ed dpkg-deb: building package `sbuild-build-depends-cook-dummy' in `/«BUILDDIR»/resolver-gyA4wA/apt_archive/sbuild-build-depends-cook-dummy.deb'. OK Reading package lists... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Install cook build dependencies (apt-based resolver) │ └──────────────────────────────────────────────────────────────────────────────┘ Installing build dependencies Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: bison bsdmainutils debhelper ed file gettext gettext-base groff groff-base html2text intltool-debian libasprintf0c2 libbison-dev libcroco3 libgettextpo0 libglib2.0-0 libice6 libmagic1 libpcre3 libpipeline1 libsm6 libunistring0 libx11-6 libx11-data libxau6 libxaw7 libxcb1 libxdmcp6 libxext6 libxml2 libxmu6 libxpm4 libxt6 m4 man-db po-debconf sharutils x11-common Suggested packages: bison-doc wamerican wordlist whois vacation dh-make gettext-doc less www-browser libmail-box-perl bsd-mailx mailx Recommended packages: curl wget lynx-cur autopoint ghostscript imagemagick libpaper1 netpbm psutils libglib2.0-data shared-mime-info xml-core libmail-sendmail-perl The following NEW packages will be installed: bison bsdmainutils debhelper ed file gettext gettext-base groff groff-base html2text intltool-debian libasprintf0c2 libbison-dev libcroco3 libgettextpo0 libglib2.0-0 libice6 libmagic1 libpcre3 libpipeline1 libsm6 libunistring0 libx11-6 libx11-data libxau6 libxaw7 libxcb1 libxdmcp6 libxext6 libxml2 libxmu6 libxpm4 libxt6 m4 man-db po-debconf sbuild-build-depends-cook-dummy sharutils x11-common 0 upgraded, 39 newly installed, 0 to remove and 0 not upgraded. Need to get 17.1 MB/17.1 MB of archives. After this operation, 42.5 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 libasprintf0c2 amd64 0.18.1.1-9 [26.8 kB] Get:3 http://localhost/debian/ unstable/main libmagic1 amd64 5.11-2 [202 kB] Get:4 http://localhost/debian/ unstable/main libpcre3 amd64 1:8.30-5 [242 kB] Get:5 http://localhost/debian/ unstable/main libxml2 amd64 2.8.0+dfsg1-4 [903 kB] Get:6 http://localhost/debian/ unstable/main libglib2.0-0 amd64 2.32.3-1 [2081 kB] Get:7 http://localhost/debian/ unstable/main libcroco3 amd64 0.6.5-1 [151 kB] Get:8 http://localhost/debian/ unstable/main libunistring0 amd64 0.9.3-5 [434 kB] Get:9 http://localhost/debian/ unstable/main libgettextpo0 amd64 0.18.1.1-9 [145 kB] Get:10 http://localhost/debian/ unstable/main x11-common all 1:7.7+1 [278 kB] Get:11 http://localhost/debian/ unstable/main libice6 amd64 2:1.0.8-2 [63.1 kB] Get:12 http://localhost/debian/ unstable/main libsm6 amd64 2:1.2.1-2 [34.2 kB] Get:13 http://localhost/debian/ unstable/main libxau6 amd64 1:1.0.7-1 [18.8 kB] Get:14 http://localhost/debian/ unstable/main libxdmcp6 amd64 1:1.1.1-1 [26.3 kB] Get:15 http://localhost/debian/ unstable/main libxcb1 amd64 1.8.1-1 [50.0 kB] Get:16 http://localhost/debian/ unstable/main libx11-data all 2:1.5.0-1 [189 kB] Get:17 http://localhost/debian/ unstable/main libx11-6 amd64 2:1.5.0-1 [901 kB] Get:18 http://localhost/debian/ unstable/main libxext6 amd64 2:1.3.1-2 [55.3 kB] Get:19 http://localhost/debian/ unstable/main libxt6 amd64 1:1.1.3-1 [211 kB] Get:20 http://localhost/debian/ unstable/main libxmu6 amd64 2:1.1.1-1 [66.6 kB] Get:21 http://localhost/debian/ unstable/main libxpm4 amd64 1:3.5.10-1 [49.4 kB] Get:22 http://localhost/debian/ unstable/main libxaw7 amd64 2:1.0.10-2 [226 kB] Get:23 http://localhost/debian/ unstable/main bsdmainutils amd64 9.0.3 [209 kB] Get:24 http://localhost/debian/ unstable/main groff-base amd64 1.21-9 [1153 kB] Get:25 http://localhost/debian/ unstable/main man-db amd64 2.6.2-1 [1061 kB] Get:26 http://localhost/debian/ unstable/main file amd64 5.11-2 [51.8 kB] Get:27 http://localhost/debian/ unstable/main gettext-base amd64 0.18.1.1-9 [154 kB] Get:28 http://localhost/debian/ unstable/main m4 amd64 1.4.16-3 [260 kB] Get:29 http://localhost/debian/ unstable/main libbison-dev amd64 1:2.5.dfsg-2.1 [289 kB] Get:30 http://localhost/debian/ unstable/main bison amd64 1:2.5.dfsg-2.1 [689 kB] Get:31 http://localhost/debian/ unstable/main html2text amd64 1.3.2a-15 [103 kB] Get:32 http://localhost/debian/ unstable/main gettext amd64 0.18.1.1-9 [1975 kB] Get:33 http://localhost/debian/ unstable/main intltool-debian all 0.35.0+20060710.1 [30.8 kB] Get:34 http://localhost/debian/ unstable/main po-debconf all 1.0.16+nmu2 [224 kB] Get:35 http://localhost/debian/ unstable/main debhelper all 9.20120608 [700 kB] Get:36 http://localhost/debian/ unstable/main ed amd64 1.6-2 [57.6 kB] Get:37 http://localhost/debian/ unstable/main groff amd64 1.21-9 [3593 kB] Get:38 http://localhost/debian/ unstable/main sharutils amd64 1:4.11.1-1 [195 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 17.1 MB in 1s (12.6 MB/s) Selecting previously unselected package libpipeline1:amd64. (Reading database ... 11809 files and directories currently installed.) Unpacking libpipeline1:amd64 (from .../libpipeline1_1.2.1-1_amd64.deb) ... Selecting previously unselected package 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 libunistring0:amd64. Unpacking libunistring0:amd64 (from .../libunistring0_0.9.3-5_amd64.deb) ... Selecting previously unselected package libgettextpo0:amd64. Unpacking libgettextpo0:amd64 (from .../libgettextpo0_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package x11-common. Unpacking x11-common (from .../x11-common_1%3a7.7+1_all.deb) ... Selecting previously unselected package libice6:amd64. Unpacking libice6:amd64 (from .../libice6_2%3a1.0.8-2_amd64.deb) ... Selecting previously unselected package libsm6:amd64. Unpacking libsm6:amd64 (from .../libsm6_2%3a1.2.1-2_amd64.deb) ... Selecting previously unselected package libxau6:amd64. Unpacking libxau6:amd64 (from .../libxau6_1%3a1.0.7-1_amd64.deb) ... Selecting previously unselected package libxdmcp6:amd64. Unpacking libxdmcp6:amd64 (from .../libxdmcp6_1%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package libxcb1:amd64. Unpacking libxcb1:amd64 (from .../libxcb1_1.8.1-1_amd64.deb) ... Selecting previously unselected package libx11-data. Unpacking libx11-data (from .../libx11-data_2%3a1.5.0-1_all.deb) ... Selecting previously unselected package libx11-6:amd64. Unpacking libx11-6:amd64 (from .../libx11-6_2%3a1.5.0-1_amd64.deb) ... Selecting previously unselected package libxext6:amd64. Unpacking libxext6:amd64 (from .../libxext6_2%3a1.3.1-2_amd64.deb) ... Selecting previously unselected package libxt6:amd64. Unpacking libxt6:amd64 (from .../libxt6_1%3a1.1.3-1_amd64.deb) ... Selecting previously unselected package libxmu6:amd64. Unpacking libxmu6:amd64 (from .../libxmu6_2%3a1.1.1-1_amd64.deb) ... Selecting previously unselected package libxpm4:amd64. Unpacking libxpm4:amd64 (from .../libxpm4_1%3a3.5.10-1_amd64.deb) ... Selecting previously unselected package libxaw7:amd64. Unpacking libxaw7:amd64 (from .../libxaw7_2%3a1.0.10-2_amd64.deb) ... Selecting previously unselected package bsdmainutils. Unpacking bsdmainutils (from .../bsdmainutils_9.0.3_amd64.deb) ... Selecting previously unselected package groff-base. Unpacking groff-base (from .../groff-base_1.21-9_amd64.deb) ... Selecting previously unselected package man-db. Unpacking man-db (from .../man-db_2.6.2-1_amd64.deb) ... Selecting previously unselected package file. Unpacking file (from .../archives/file_5.11-2_amd64.deb) ... Selecting previously unselected package gettext-base. Unpacking gettext-base (from .../gettext-base_0.18.1.1-9_amd64.deb) ... Selecting previously unselected package m4. Unpacking m4 (from .../archives/m4_1.4.16-3_amd64.deb) ... Selecting previously unselected package libbison-dev:amd64. Unpacking libbison-dev:amd64 (from .../libbison-dev_1%3a2.5.dfsg-2.1_amd64.deb) ... Selecting previously unselected package bison. Unpacking bison (from .../bison_1%3a2.5.dfsg-2.1_amd64.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 ed. Unpacking ed (from .../archives/ed_1.6-2_amd64.deb) ... Selecting previously unselected package groff. Unpacking groff (from .../groff_1.21-9_amd64.deb) ... Selecting previously unselected package sharutils. Unpacking sharutils (from .../sharutils_1%3a4.11.1-1_amd64.deb) ... Selecting previously unselected package sbuild-build-depends-cook-dummy. Unpacking sbuild-build-depends-cook-dummy (from .../sbuild-build-depends-cook-dummy.deb) ... Setting up libpipeline1:amd64 (1.2.1-1) ... 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 libunistring0:amd64 (0.9.3-5) ... Setting up libgettextpo0:amd64 (0.18.1.1-9) ... Setting up x11-common (1:7.7+1) ... All runlevel operations denied by policy invoke-rc.d: policy-rc.d denied execution of start. Setting up libice6:amd64 (2:1.0.8-2) ... Setting up libsm6:amd64 (2:1.2.1-2) ... Setting up libxau6:amd64 (1:1.0.7-1) ... Setting up libxdmcp6:amd64 (1:1.1.1-1) ... Setting up libxcb1:amd64 (1.8.1-1) ... Setting up libx11-data (2:1.5.0-1) ... Setting up libx11-6:amd64 (2:1.5.0-1) ... Setting up libxext6:amd64 (2:1.3.1-2) ... Setting up libxt6:amd64 (1:1.1.3-1) ... Setting up libxmu6:amd64 (2:1.1.1-1) ... Setting up libxpm4:amd64 (1:3.5.10-1) ... Setting up libxaw7:amd64 (2:1.0.10-2) ... Setting up bsdmainutils (9.0.3) ... update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode Setting up groff-base (1.21-9) ... Setting up man-db (2.6.2-1) ... Building database of manual pages ... Setting up file (5.11-2) ... Setting up gettext-base (0.18.1.1-9) ... Setting up m4 (1.4.16-3) ... Setting up libbison-dev:amd64 (1:2.5.dfsg-2.1) ... Setting up bison (1:2.5.dfsg-2.1) ... update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode Setting up html2text (1.3.2a-15) ... Setting up gettext (0.18.1.1-9) ... Setting up intltool-debian (0.35.0+20060710.1) ... Setting up po-debconf (1.0.16+nmu2) ... Setting up debhelper (9.20120608) ... Setting up ed (1.6-2) ... Setting up groff (1.21-9) ... Setting up sharutils (1:4.11.1-1) ... Setting up sbuild-build-depends-cook-dummy (0.invalid.0) ... ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build environment │ └──────────────────────────────────────────────────────────────────────────────┘ Kernel: Linux 2.6.32-5-xen-amd64 amd64 (x86_64) Toolchain package versions: binutils_2.22-7 dpkg-dev_1.16.7 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc-4.6_4.6.3-8 gcc-4.7_4.7.1-3 libc6-dev_2.13-34 libstdc++6_4.7.1-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 linux-libc-dev_3.2.21-3 Package versions: apt_0.9.7.1 base-files_6.11 base-passwd_3.5.26 bash_4.2-3 binutils_2.22-7 bison_1:2.5.dfsg-2.1 bsdmainutils_9.0.3 bsdutils_1:2.20.1-5.1 build-essential_11.5 bzip2_1.0.6-3 clang_3.1-8 coreutils_8.13-3.2 cpp_4:4.7.1-1 cpp-4.6_4.6.3-8 cpp-4.7_4.7.1-3 dash_0.5.7-3 debconf_1.5.45 debconf-i18n_1.5.45 debfoster_2.7-1.1 debhelper_9.20120608 debian-archive-keyring_2012.4 debianutils_4.3.2 diffutils_1:3.2-6 dpkg_1.16.7 dpkg-dev_1.16.7 e2fslibs_1.42.4-3 e2fsprogs_1.42.4-3 ed_1.6-2 fakeroot_1.18.4-2 file_5.11-2 findutils_4.4.2-4 g++_4:4.7.1-1 g++-4.6_4.6.3-8 g++-4.7_4.7.1-3 gcc_4:4.7.1-1 gcc-4.4-base_4.4.7-1 gcc-4.5-base_4.5.4-1 gcc-4.6_4.6.3-8 gcc-4.6-base_4.6.3-8 gcc-4.7_4.7.1-3 gcc-4.7-base_4.7.1-3 gettext_0.18.1.1-9 gettext-base_0.18.1.1-9 gnupg_1.4.12-4+b1 gpgv_1.4.12-4+b1 grep_2.12-2 groff_1.21-9 groff-base_1.21-9 gzip_1.5-1.1 hostname_3.11 html2text_1.3.2a-15 initscripts_2.88dsf-28 insserv_1.14.0-4 intltool-debian_0.35.0+20060710.1 libacl1_2.2.51-8 libapt-pkg4.12_0.9.7.1 libasprintf0c2_0.18.1.1-9 libattr1_1:2.4.46-8 libbison-dev_1:2.5.dfsg-2.1 libblkid1_2.20.1-5.1 libbz2-1.0_1.0.6-3 libc-bin_2.13-34 libc-dev-bin_2.13-34 libc6_2.13-34 libc6-dev_2.13-34 libclang-common-dev_3.1-8 libclass-isa-perl_0.36-3 libcomerr2_1.42.4-3 libcroco3_0.6.5-1 libdb5.1_5.1.29-5 libdpkg-perl_1.16.7 libffi5_3.0.10-3 libfile-fcntllock-perl_0.14-2 libgc1c2_1:7.1-8 libgcc1_1:4.7.1-3 libgdbm3_1.8.3-11 libgettextpo0_0.18.1.1-9 libglib2.0-0_2.32.3-1 libgmp10_2:5.0.5+dfsg-2 libgomp1_4.7.1-3 libice6_2:1.0.8-2 libitm1_4.7.1-3 libllvm3.1_3.1-2 liblocale-gettext-perl_1.05-7+b1 liblzma5_5.1.1alpha+20120614-1 libmagic1_5.11-2 libmount1_2.20.1-5.1 libmpc2_0.9-4 libmpfr4_3.1.0-5 libncurses5_5.9-10 libpam-modules_1.1.3-7.1 libpam-modules-bin_1.1.3-7.1 libpam-runtime_1.1.3-7.1 libpam0g_1.1.3-7.1 libpcre3_1:8.30-5 libpipeline1_1.2.1-1 libquadmath0_4.7.1-3 libreadline6_6.2-8 libselinux1_2.1.9-5 libsemanage-common_2.1.6-6 libsemanage1_2.1.6-6 libsepol1_2.1.4-3 libslang2_2.2.4-15 libsm6_2:1.2.1-2 libss2_1.42.4-3 libstdc++6_4.7.1-3 libstdc++6-4.6-dev_4.6.3-8 libstdc++6-4.7-dev_4.7.1-3 libswitch-perl_2.16-2 libtext-charwidth-perl_0.04-7+b1 libtext-iconv-perl_1.7-5 libtext-wrapi18n-perl_0.06-7 libtimedate-perl_1.2000-1 libtinfo5_5.9-10 libunistring0_0.9.3-5 libusb-0.1-4_2:0.1.12-23 libustr-1.0-1_1.0.4-3 libuuid1_2.20.1-5.1 libx11-6_2:1.5.0-1 libx11-data_2:1.5.0-1 libxau6_1:1.0.7-1 libxaw7_2:1.0.10-2 libxcb1_1.8.1-1 libxdmcp6_1:1.1.1-1 libxext6_2:1.3.1-2 libxml2_2.8.0+dfsg1-4 libxmu6_2:1.1.1-1 libxpm4_1:3.5.10-1 libxt6_1:1.1.3-1 linux-libc-dev_3.2.21-3 login_1:4.1.5.1-1 lsb-base_4.1+Debian7 m4_1.4.16-3 make_3.81-8.2 man-db_2.6.2-1 mawk_1.3.3-17 mount_2.20.1-5.1 multiarch-support_2.13-34 ncurses-base_5.9-10 ncurses-bin_5.9-10 passwd_1:4.1.5.1-1 patch_2.6.1-3 perl_5.14.2-12 perl-base_5.14.2-12 perl-modules_5.14.2-12 po-debconf_1.0.16+nmu2 readline-common_6.2-8 sbuild-build-depends-cook-dummy_0.invalid.0 sbuild-build-depends-core-dummy_0.invalid.0 sed_4.2.1-10 sensible-utils_0.0.7 sharutils_1:4.11.1-1 sysv-rc_2.88dsf-28 sysvinit_2.88dsf-28 sysvinit-utils_2.88dsf-28 tar_1.26-4 tzdata_2012c-1 ucf_3.0025+nmu3 util-linux_2.20.1-5.1 x11-common_1:7.7+1 xz-utils_5.1.1alpha+20120614-1 zlib1g_1:1.2.7.dfsg-13 ┌──────────────────────────────────────────────────────────────────────────────┐ │ Build │ └──────────────────────────────────────────────────────────────────────────────┘ Unpack source ───────────── gpgv: keyblock resource `/sbuild-nonexistent/.gnupg/trustedkeys.gpg': file open error gpgv: Signature made Mon May 3 16:57:22 2010 UTC using RSA key ID 0069F28F gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./cook_2.33-1.dsc dpkg-source: info: extracting cook in cook-2.33 dpkg-source: info: unpacking cook_2.33.orig.tar.gz dpkg-source: info: unpacking cook_2.33-1.debian.tar.gz dpkg-source: info: applying fix-t0217.patch dpkg-source: info: applying cook-fix-140336.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-42416eb4-8c19-4da1-bf51-3fae3211f464 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 cook dpkg-buildpackage: source version 2.33-1 dpkg-buildpackage: source changed by Walter Franzini dpkg-source --before-build cook-2.33 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh_testdir dh_testroot rm -f build-stamp configure-stamp config.log # Add here commands to clean up after the build process. rm Makefile rm: cannot remove `Makefile': No such file or directory make: [clean] Error 1 (ignored) dh_clean dpkg-source -b cook-2.33 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building cook using existing ./cook_2.33.orig.tar.gz dpkg-source: info: building cook in cook_2.33-1.debian.tar.gz dpkg-source: info: building cook in cook_2.33-1.dsc debian/rules build dh_testdir # Add here commands to configure the package. ./configure --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --libdir=\${prefix}/share 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 for ANSI C header files... no checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for library containing strerror... none required checking for a BSD-compatible install... /usr/bin/install -c checking for bison... bison -y checking for ranlib... ranlib checking for main in -lw32... no checking for wschr... no checking for wschr in -lw... no checking for gettext... yes checking for main in -lrx... no checking for setsockopt... yes checking for gmsgfmt... no checking for msgfmt... msgfmt checking for gmsgcat... no checking for msgcat... msgcat checking for groff... groff checking for remsh... no checking for rsh... no checking for perl... /usr/bin/perl checking for working stdarg.h... yes checking ar.h usability... yes checking ar.h presence... yes checking for ar.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking iso646.h usability... yes checking iso646.h presence... yes checking for iso646.h... yes checking libgettext.h usability... no checking libgettext.h presence... no checking for libgettext.h... no checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for memory.h... (cached) yes checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking rxposix.h usability... no checking rxposix.h presence... no checking for rxposix.h... no checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking for unistd.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking widec.h usability... no checking widec.h presence... no checking for widec.h... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking return type of signal handlers... void checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for an ANSI C-conforming const... yes checking for long file names... yes checking for gethostname... yes checking for getpgrp... yes checking for getrusage... yes checking for gettext... (cached) yes checking for gettimeofday... yes checking for iswctype... yes checking for mblen... yes checking for pathconf... yes checking for regcomp... yes checking for setlocale... yes checking for snprintf... yes checking for strcasecmp... yes checking for strendcpy... no checking for strerror... yes checking for strftime... yes checking for strlcat... no checking for strlcpy... no checking for strncasecmp... yes checking for strsignal... yes checking for strtol... yes checking for tcgetpgrp... yes checking for uname... yes checking for vsnprintf... yes checking for wait3... yes checking for wait4... yes checking for wcslen... yes checking for wint_t... yes checking for working iswprint... yes checking for location of SCCS get command... get checking for appropriate getpgrp argument... empty checking size of long... 8 checking size of int... 4 checking size of short... 2 checking for tm_zone in struct tm... yes checking for a Bourne shell which understands functions... /bin/sh Rewriting --libdir=/usr/share/cook Rewriting --datadir=/usr/share/cook configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating etc/libdir.so config.status: WARNING: 'etc/libdir.so.in' seems to ignore the --datarootdir setting config.status: creating etc/libdir-h config.status: creating common/config.h touch configure-stamp dh_testdir # Add here commands to compile the package. /usr/bin/make make[1]: Entering directory `/«PKGBUILDDIR»' mkdir bin chmod 0755 bin CONFIG_FILES=bin/cook_rsh:script/cook_rsh.in CONFIG_HEADERS= ./config.status config.status: creating bin/cook_rsh config.status: WARNING: 'script/cook_rsh.in' seems to ignore the --datarootdir setting chmod a+rx bin/cook_rsh gcc -I. -g -O2 -c c_incl/cache.c In file included from c_incl/cache.c:20: In file included from ./common/ac/fcntl.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv cache.o c_incl/cache.o gcc -I. -g -O2 -c c_incl/flatten.c In file included from c_incl/flatten.c:20: In file included from ./common/str_list.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv flatten.o c_incl/flatten.o gcc -I. -g -O2 -c c_incl/lang.c In file included from c_incl/lang.c:20: In file included from ./common/ac/string.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv lang.o c_incl/lang.o gcc -I. -g -O2 -c c_incl/lang_c.c In file included from c_incl/lang_c.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv lang_c.o c_incl/lang_c.o gcc -I. -g -O2 -c c_incl/lang_m4.c In file included from c_incl/lang_m4.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv lang_m4.o c_incl/lang_m4.o gcc -I. -g -O2 -c c_incl/lang_optimis.c In file included from c_incl/lang_optimis.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv lang_optimis.o c_incl/lang_optimis.o gcc -I. -g -O2 -c c_incl/lang_roff.c In file included from c_incl/lang_roff.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv lang_roff.o c_incl/lang_roff.o gcc -I. -g -O2 -c c_incl/main.c In file included from c_incl/main.c:20: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ c_incl/main.c:327:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_absent_local_error: ^ c_incl/main.c:311:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_absent_local_ignore: ^ c_incl/main.c:321:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_absent_local_mention: ^ c_incl/main.c:357:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_absent_program_error: ^ c_incl/main.c:351:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_absent_program_ignore: ^ c_incl/main.c:345:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_absent_system_error: ^ c_incl/main.c:333:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_absent_system_ignore: ^ c_incl/main.c:339:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_absent_system_mention: ^ c_incl/main.c:363:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_absent_use_this: ^ c_incl/main.c:525:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_escape_newline: ^ c_incl/main.c:537:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_exclude: ^ c_incl/main.c:383:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_include: ^ c_incl/main.c:424:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_language: ^ c_incl/main.c:435:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_lang_c: ^ c_incl/main.c:441:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_lang_roff: ^ c_incl/main.c:489:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_absolute: ^ c_incl/main.c:495:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_no_absolute: ^ c_incl/main.c:406:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_cache: ^ c_incl/main.c:412:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_cache_not: ^ c_incl/main.c:418:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_no_source_relative_includes: ^ c_incl/main.c:400:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_no_system: ^ c_incl/main.c:459:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_output: ^ c_incl/main.c:447:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_prefix: ^ c_incl/main.c:531:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_quote_filenames: ^ c_incl/main.c:501:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_recursive: ^ c_incl/main.c:507:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_recursive_not: ^ c_incl/main.c:467:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_remove_leading_path: ^ c_incl/main.c:513:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_stripdot: ^ c_incl/main.c:519:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_stripdot_not: ^ c_incl/main.c:475:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_substitute_leading_path: ^ c_incl/main.c:453:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_suffix: ^ 32 warnings generated. mv main.o c_incl/main.o gcc -I. -g -O2 -c c_incl/os.c In file included from c_incl/os.c:20: In file included from ./common/ac/errno.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv os.o c_incl/os.o gcc -I. -g -O2 -c c_incl/sniff.c In file included from c_incl/sniff.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv sniff.o c_incl/sniff.o gcc -I. -g -O2 -c c_incl/stripdot.c In file included from c_incl/stripdot.c:20: In file included from ./common/str_list.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv stripdot.o c_incl/stripdot.o gcc -I. -g -O2 -c common/ac/libintl.c In file included from common/ac/libintl.c:20: In file included from ./common/ac/libintl.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv libintl.o common/ac/libintl.o gcc -I. -g -O2 -c common/ac/mntent.c In file included from common/ac/mntent.c:20: In file included from ./common/ac/mntent.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv mntent.o common/ac/mntent.o gcc -I. -g -O2 -c common/ac/stdio.c In file included from common/ac/stdio.c:20: In file included from ./common/ac/stdarg.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv stdio.o common/ac/stdio.o gcc -I. -g -O2 -c common/ac/stdlib.c In file included from common/ac/stdlib.c:20: In file included from ./common/ac/stdlib.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv stdlib.o common/ac/stdlib.o gcc -I. -g -O2 -c common/ac/string.c In file included from common/ac/string.c:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv string.o common/ac/string.o gcc -I. -g -O2 -c common/ac/sys/utsname.c In file included from common/ac/sys/utsname.c:20: In file included from ./common/ac/string.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv utsname.o common/ac/sys/utsname.o gcc -I. -g -O2 -c common/ac/time.c In file included from common/ac/time.c:20: In file included from ./common/ac/time.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv time.o common/ac/time.o gcc -I. -g -O2 -c common/ac/wchar.c In file included from common/ac/wchar.c:20: In file included from ./common/ac/wchar.h:35: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv wchar.o common/ac/wchar.o gcc -I. -g -O2 -c common/ac/wctype.c In file included from common/ac/wctype.c:29: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv wctype.o common/ac/wctype.o gcc -I. -g -O2 -c common/arglex.c In file included from common/arglex.c:20: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv arglex.o common/arglex.o gcc -I. -g -O2 -c common/env.c In file included from common/env.c:20: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv env.o common/env.o gcc -I. -g -O2 -c common/error.c In file included from common/error.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv error.o common/error.o gcc -I. -g -O2 -c common/error_intl.c In file included from common/error_intl.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv error_intl.o common/error_intl.o gcc -I. -g -O2 -c common/error_intl/close.c In file included from common/error_intl/close.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv close.o common/error_intl/close.o gcc -I. -g -O2 -c common/error_intl/open.c In file included from common/error_intl/open.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv open.o common/error_intl/open.o gcc -I. -g -O2 -c common/error_intl/read.c In file included from common/error_intl/read.c:20: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv read.o common/error_intl/read.o gcc -I. -g -O2 -c common/error_intl/stat.c In file included from common/error_intl/stat.c:20: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv stat.o common/error_intl/stat.o gcc -I. -g -O2 -c common/error_intl/unlink.c In file included from common/error_intl/unlink.c:20: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv unlink.o common/error_intl/unlink.o gcc -I. -g -O2 -c common/error_intl/write.c In file included from common/error_intl/write.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv write.o common/error_intl/write.o gcc -I. -g -O2 -c common/exeext.c In file included from common/exeext.c:22: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv exeext.o common/exeext.o gcc -I. -g -O2 -c common/fflush_slow.c In file included from common/fflush_slow.c:20: In file included from ./common/ac/errno.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv fflush_slow.o common/fflush_slow.o gcc -I. -g -O2 -c common/fp.c In file included from common/fp.c:20: In file included from ./common/ac/errno.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv fp.o common/fp.o gcc -I. -g -O2 -c common/fp/cksum.c In file included from common/fp/cksum.c:20: In file included from ./common/ac/string.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv cksum.o common/fp/cksum.o gcc -I. -g -O2 -c common/fp/combined.c In file included from common/fp/combined.c:28: In file included from ./common/fp/combined.h:23: In file included from ./common/fp.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv combined.o common/fp/combined.o gcc -I. -g -O2 -c common/fp/crc32.c In file included from common/fp/crc32.c:29: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv crc32.o common/fp/crc32.o gcc -I. -g -O2 -c common/fp/ident.c In file included from common/fp/ident.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv ident.o common/fp/ident.o gcc -I. -g -O2 -c common/fp/len.c In file included from common/fp/len.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv len.o common/fp/len.o gcc -I. -g -O2 -c common/fp/md5.c In file included from common/fp/md5.c:42: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv md5.o common/fp/md5.o gcc -I. -g -O2 -c common/fp/snefru.c In file included from common/fp/snefru.c:29: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv snefru.o common/fp/snefru.o gcc -I. -g -O2 -c common/fstrcmp.c In file included from common/fstrcmp.c:39: In file included from ./common/ac/string.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv fstrcmp.o common/fstrcmp.o gcc -I. -g -O2 -c common/gmatch.c In file included from common/gmatch.c:20: In file included from ./common/ac/string.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv gmatch.o common/gmatch.o gcc -I. -g -O2 -c common/help.c In file included from common/help.c:20: In file included from ./common/ac/stdlib.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv help.o common/help.o gcc -I. -g -O2 -c common/home_directo.c In file included from common/home_directo.c:20: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv home_directo.o common/home_directo.o gcc -I. -g -O2 -c common/input.c In file included from common/input.c:21: In file included from ./common/mem.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv input.o common/input.o gcc -I. -g -O2 -c common/input/crlf.c In file included from common/input/crlf.c:22: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv crlf.o common/input/crlf.o gcc -I. -g -O2 -c common/input/file.c In file included from common/input/file.c:20: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv file.o common/input/file.o gcc -I. -g -O2 -c common/input/file_text.c In file included from common/input/file_text.c:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv file_text.o common/input/file_text.o gcc -I. -g -O2 -c common/input/null.c In file included from common/input/null.c:22: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv null.o common/input/null.o gcc -I. -g -O2 -c common/input/private.c In file included from common/input/private.c:21: In file included from ./common/mem.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv private.o common/input/private.o gcc -I. -g -O2 -c common/input/pushba_trans.c mv pushba_trans.o common/input/pushba_trans.o gcc -I. -g -O2 -c common/input/stdin.c In file included from common/input/stdin.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv stdin.o common/input/stdin.o gcc -I. -g -O2 -c common/itab.c In file included from common/itab.c:21: In file included from ./common/mem.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv itab.o common/itab.o gcc -I. -g -O2 -c common/language.c In file included from common/language.c:20: In file included from ./common/ac/locale.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv language.o common/language.o gcc -I. -g -O2 -c common/libdir.c mv libdir.o common/libdir.o gcc -I. -g -O2 -c common/mem.c In file included from common/mem.c:20: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv mem.o common/mem.o gcc -I. -g -O2 -c common/mprintf.c In file included from common/mprintf.c:20: In file included from ./common/ac/errno.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv mprintf.o common/mprintf.o gcc -I. -g -O2 -c common/os_path_cat.c In file included from common/os_path_cat.c:21: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv os_path_cat.o common/os_path_cat.o gcc -I. -g -O2 -c common/page.c In file included from common/page.c:20: In file included from ./common/ac/stdlib.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv page.o common/page.o gcc -I. -g -O2 -c common/progname.c In file included from common/progname.c:20: In file included from ./common/ac/string.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv progname.o common/progname.o gcc -I. -g -O2 -c common/quit.c In file included from common/quit.c:20: In file included from ./common/ac/stdlib.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv quit.o common/quit.o gcc -I. -g -O2 -c common/star.c In file included from common/star.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv star.o common/star.o gcc -I. -g -O2 -c common/str.c In file included from common/str.c:31: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv str.o common/str.o gcc -I. -g -O2 -c common/str/cat2.c In file included from common/str/cat2.c:20: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv cat2.o common/str/cat2.o gcc -I. -g -O2 -c common/str/cat3.c In file included from common/str/cat3.c:20: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv cat3.o common/str/cat3.o gcc -I. -g -O2 -c common/str/downcase.c In file included from common/str/downcase.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv downcase.o common/str/downcase.o gcc -I. -g -O2 -c common/str/quote.c In file included from common/str/quote.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv quote.o common/str/quote.o gcc -I. -g -O2 -c common/str/re.c In file included from common/str/re.c:20: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv re.o common/str/re.o gcc -I. -g -O2 -c common/str/substitute.c In file included from common/str/substitute.c:20: In file included from ./common/ac/string.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv substitute.o common/str/substitute.o gcc -I. -g -O2 -c common/str/upcase.c In file included from common/str/upcase.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv upcase.o common/str/upcase.o gcc -I. -g -O2 -c common/str_list.c In file included from common/str_list.c:23: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv str_list.o common/str_list.o gcc -I. -g -O2 -c common/stracc.c In file included from common/stracc.c:20: In file included from ./common/ac/string.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv stracc.o common/stracc.o gcc -I. -g -O2 -c common/sub.c In file included from common/sub.c:20: In file included from ./common/ac/errno.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv sub.o common/sub.o gcc -I. -g -O2 -c common/sub/basename.c In file included from common/sub/basename.c:20: In file included from ./common/ac/string.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv basename.o common/sub/basename.o gcc -I. -g -O2 -c common/sub/date.c In file included from common/sub/date.c:20: In file included from ./common/ac/time.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv date.o common/sub/date.o gcc -I. -g -O2 -c common/sub/dirname.c In file included from common/sub/dirname.c:22: In file included from ./common/trace.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv dirname.o common/sub/dirname.o gcc -I. -g -O2 -c common/sub/downcase.c In file included from common/sub/downcase.c:22: In file included from ./common/trace.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv downcase.o common/sub/downcase.o gcc -I. -g -O2 -c common/sub/errno.c In file included from common/sub/errno.c:20: In file included from ./common/ac/errno.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv errno.o common/sub/errno.o gcc -I. -g -O2 -c common/sub/expr.c In file included from common/sub/expr.c:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv expr.o common/sub/expr.o Expect no conflicts: bison -y -d common/sub/expr_gram.y sed -e 's/[yY][yY]/sub_expr_gram_/g' -e '//d' -e \ '//d' -e '//d' y.tab.c > \ common/sub/expr_gram.gen.c sed -e 's/[yY][yY]/sub_expr_gram_/g' -e \ 's/Y_TAB_H/sub_expr_gram_TAB_H/g' y.tab.h > \ common/sub/expr_gram.gen.h rm y.tab.c y.tab.h gcc -I. -g -O2 -c common/sub/expr_gram.gen.c In file included from common/sub/expr_gram.y:22: In file included from ./common/ac/stdarg.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv expr_gram.gen.o common/sub/expr_gram.gen.o gcc -I. -g -O2 -c common/sub/expr_lex.c In file included from common/sub/expr_lex.c:20: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv expr_lex.o common/sub/expr_lex.o gcc -I. -g -O2 -c common/sub/ident.c In file included from common/sub/ident.c:22: In file included from ./common/trace.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv ident.o common/sub/ident.o gcc -I. -g -O2 -c common/sub/left.c In file included from common/sub/left.c:20: In file included from ./common/ac/stdlib.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv left.o common/sub/left.o gcc -I. -g -O2 -c common/sub/length.c In file included from common/sub/length.c:20: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv length.o common/sub/length.o gcc -I. -g -O2 -c common/sub/plural.c In file included from common/sub/plural.c:20: In file included from ./common/ac/stdlib.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv plural.o common/sub/plural.o gcc -I. -g -O2 -c common/sub/progname.c In file included from common/sub/progname.c:23: In file included from ./common/trace.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv progname.o common/sub/progname.o gcc -I. -g -O2 -c common/sub/right.c In file included from common/sub/right.c:20: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv right.o common/sub/right.o gcc -I. -g -O2 -c common/sub/upcase.c In file included from common/sub/upcase.c:22: In file included from ./common/trace.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv upcase.o common/sub/upcase.o gcc -I. -g -O2 -c common/sub/zero_pad.c In file included from common/sub/zero_pad.c:20: In file included from ./common/mem.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv zero_pad.o common/sub/zero_pad.o gcc -I. -g -O2 -c common/symtab.c In file included from common/symtab.c:22: In file included from ./common/mem.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv symtab.o common/symtab.o gcc -I. -g -O2 -c common/timing.c In file included from common/timing.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv timing.o common/timing.o gcc -I. -g -O2 -c common/trace.c In file included from common/trace.c:20: In file included from ./common/ac/errno.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv trace.o common/trace.o gcc -I. -g -O2 -c common/ts.c In file included from common/ts.c:20: In file included from ./common/ac/stdlib.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv ts.o common/ts.o gcc -I. -g -O2 -c common/verbose.c mv verbose.o common/verbose.o gcc -I. -g -O2 -c common/version-stmp.c mv version-stmp.o common/version-stmp.o gcc -I. -g -O2 -c common/version.c In file included from common/version.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv version.o common/version.o gcc -I. -g -O2 -c common/wstr.c In file included from common/wstr.c:28: In file included from ./common/ac/limits.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv wstr.o common/wstr.o gcc -I. -g -O2 -c common/wstr_list.c In file included from common/wstr_list.c:20: In file included from ./common/ac/string.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv wstr_list.o common/wstr_list.o rm -f common/lib.a ar qc common/lib.a common/ac/libintl.o common/ac/mntent.o common/ac/stdio.o common/ac/stdlib.o common/ac/string.o common/ac/sys/utsname.o common/ac/time.o common/ac/wchar.o common/ac/wctype.o common/arglex.o common/env.o common/error.o common/error_intl.o common/error_intl/close.o common/error_intl/open.o common/error_intl/read.o common/error_intl/stat.o common/error_intl/unlink.o common/error_intl/write.o common/exeext.o common/fflush_slow.o common/fp.o common/fp/cksum.o common/fp/combined.o common/fp/crc32.o common/fp/ident.o common/fp/len.o common/fp/md5.o common/fp/snefru.o common/fstrcmp.o common/gmatch.o common/help.o common/home_directo.o common/input.o common/input/crlf.o common/input/file.o common/input/file_text.o common/input/null.o common/input/private.o common/input/pushba_trans.o common/input/stdin.o common/itab.o common/language.o common/libdir.o common/mem.o common/mprintf.o common/os_path_cat.o common/page.o common/progname.o common/quit.o common/star.o common/str.o common/str/cat2.o common/str/cat3.o common/str/downcase.o common/str/quote.o common/str/re.o common/str/substitute.o common/str/upcase.o common/str_list.o common/stracc.o common/sub.o common/sub/basename.o common/sub/date.o common/sub/dirname.o common/sub/downcase.o common/sub/errno.o common/sub/expr.o common/sub/expr_gram.gen.o common/sub/expr_lex.o common/sub/ident.o common/sub/left.o common/sub/length.o common/sub/plural.o common/sub/progname.o common/sub/right.o common/sub/upcase.o common/sub/zero_pad.o common/symtab.o common/timing.o common/trace.o common/ts.o common/verbose.o common/version-stmp.o common/version.o common/wstr.o common/wstr_list.o ranlib common/lib.a gcc -o bin/c_incl c_incl/cache.o c_incl/flatten.o c_incl/lang.o c_incl/lang_c.o c_incl/lang_m4.o c_incl/lang_optimis.o c_incl/lang_roff.o c_incl/main.o c_incl/os.o c_incl/sniff.o c_incl/stripdot.o common/lib.a gcc -I. -g -O2 -c cook/archive.c In file included from cook/archive.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ cook/archive.c:165:20: warning: self-comparison always evaluates to false [-Wtautological-compare] if (nbytes != nbytes) ^ 2 warnings generated. mv archive.o cook/archive.o gcc -I. -g -O2 -c cook/builtin.c In file included from cook/builtin.c:92: In file included from ./common/symtab.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv builtin.o cook/builtin.o gcc -I. -g -O2 -c cook/builtin/addprefix.c In file included from cook/builtin/addprefix.c:21: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv addprefix.o cook/builtin/addprefix.o gcc -I. -g -O2 -c cook/builtin/addsuffix.c In file included from cook/builtin/addsuffix.c:21: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv addsuffix.o cook/builtin/addsuffix.o gcc -I. -g -O2 -c cook/builtin/basename.c In file included from cook/builtin/basename.c:20: In file included from ./common/ac/string.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv basename.o cook/builtin/basename.o gcc -I. -g -O2 -c cook/builtin/boolean.c In file included from cook/builtin/boolean.c:27: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv boolean.o cook/builtin/boolean.o gcc -I. -g -O2 -c cook/builtin/cando.c In file included from cook/builtin/cando.c:26: In file included from ./cook/option.h:59: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv cando.o cook/builtin/cando.o gcc -I. -g -O2 -c cook/builtin/collect.c In file included from cook/builtin/collect.c:26: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv collect.o cook/builtin/collect.o gcc -I. -g -O2 -c cook/builtin/cook.c In file included from cook/builtin/cook.c:48: In file included from ./cook/option.h:59: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv cook.o cook/builtin/cook.o gcc -I. -g -O2 -c cook/builtin/defined.c In file included from cook/builtin/defined.c:27: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv defined.o cook/builtin/defined.o gcc -I. -g -O2 -c cook/builtin/dos.c In file included from cook/builtin/dos.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv dos.o cook/builtin/dos.o gcc -I. -g -O2 -c cook/builtin/execute.c In file included from cook/builtin/execute.c:27: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv execute.o cook/builtin/execute.o gcc -I. -g -O2 -c cook/builtin/exists.c In file included from cook/builtin/exists.c:26: In file included from ./common/trace.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv exists.o cook/builtin/exists.o gcc -I. -g -O2 -c cook/builtin/expr.c In file included from cook/builtin/expr.c:28: In file included from ./common/str_list.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv expr.o cook/builtin/expr.o Expect no conflicts: bison -y -d cook/builtin/expr_parse.y sed -e 's/[yY][yY]/builtin_expr_parse_/g' -e '//d' -e \ '//d' -e '//d' y.tab.c > \ cook/builtin/expr_parse.gen.c sed -e 's/[yY][yY]/builtin_expr_parse_/g' -e \ 's/Y_TAB_H/builtin_expr_parse_TAB_H/g' y.tab.h > \ cook/builtin/expr_parse.gen.h rm y.tab.c y.tab.h gcc -I. -g -O2 -c cook/builtin/expr_lex.c In file included from cook/builtin/expr_lex.c:20: In file included from ./common/ac/stdlib.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv expr_lex.o cook/builtin/expr_lex.o gcc -I. -g -O2 -c cook/builtin/expr_parse.gen.c In file included from cook/builtin/expr_parse.y:69: In file included from ./common/ac/stdlib.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv expr_parse.gen.o cook/builtin/expr_parse.gen.o gcc -I. -g -O2 -c cook/builtin/filter_out.c In file included from cook/builtin/filter_out.c:27: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv filter_out.o cook/builtin/filter_out.o gcc -I. -g -O2 -c cook/builtin/find_command.c In file included from cook/builtin/find_command.c:42: In file included from ./common/ac/stdlib.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv find_command.o cook/builtin/find_command.o gcc -I. -g -O2 -c cook/builtin/findstring.c In file included from cook/builtin/findstring.c:20: In file included from ./common/ac/string.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv findstring.o cook/builtin/findstring.o gcc -I. -g -O2 -c cook/builtin/getenv.c In file included from cook/builtin/getenv.c:26: In file included from ./common/ac/stdlib.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv getenv.o cook/builtin/getenv.o gcc -I. -g -O2 -c cook/builtin/glob.c In file included from cook/builtin/glob.c:20: In file included from ./common/ac/errno.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv glob.o cook/builtin/glob.o gcc -I. -g -O2 -c cook/builtin/home.c In file included from cook/builtin/home.c:20: In file included from ./common/ac/stdlib.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv home.o cook/builtin/home.o gcc -I. -g -O2 -c cook/builtin/interi_files.c In file included from cook/builtin/interi_files.c:21: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv interi_files.o cook/builtin/interi_files.o gcc -I. -g -O2 -c cook/builtin/join.c In file included from cook/builtin/join.c:21: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv join.o cook/builtin/join.o gcc -I. -g -O2 -c cook/builtin/match.c In file included from cook/builtin/match.c:43: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv match.o cook/builtin/match.o gcc -I. -g -O2 -c cook/builtin/mtime.c In file included from cook/builtin/mtime.c:20: In file included from ./common/ac/time.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv mtime.o cook/builtin/mtime.o gcc -I. -g -O2 -c cook/builtin/opsys.c In file included from cook/builtin/opsys.c:26: In file included from ./common/ac/sys/utsname.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv opsys.o cook/builtin/opsys.o gcc -I. -g -O2 -c cook/builtin/options.c In file included from cook/builtin/options.c:55: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv options.o cook/builtin/options.o gcc -I. -g -O2 -c cook/builtin/pathname.c In file included from cook/builtin/pathname.c:26: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv pathname.o cook/builtin/pathname.o gcc -I. -g -O2 -c cook/builtin/positional.c In file included from cook/builtin/positional.c:21: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv positional.o cook/builtin/positional.o gcc -I. -g -O2 -c cook/builtin/print.c In file included from cook/builtin/print.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv print.o cook/builtin/print.o gcc -I. -g -O2 -c cook/builtin/private.c In file included from cook/builtin/private.c:22: In file included from ./cook/opcode/context.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv private.o cook/builtin/private.o gcc -I. -g -O2 -c cook/builtin/read.c In file included from cook/builtin/read.c:26: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv read.o cook/builtin/read.o gcc -I. -g -O2 -c cook/builtin/readlink.c In file included from cook/builtin/readlink.c:20: In file included from ./common/ac/unistd.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv readlink.o cook/builtin/readlink.o gcc -I. -g -O2 -c cook/builtin/relati_dirna.c In file included from cook/builtin/relati_dirna.c:21: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv relati_dirna.o cook/builtin/relati_dirna.o gcc -I. -g -O2 -c cook/builtin/resolve.c In file included from cook/builtin/resolve.c:21: In file included from ./cook/cook.h:23: In file included from ./common/ac/time.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv resolve.o cook/builtin/resolve.o gcc -I. -g -O2 -c cook/builtin/sort_newest.c In file included from cook/builtin/sort_newest.c:20: In file included from ./common/ac/stdlib.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv sort_newest.o cook/builtin/sort_newest.o gcc -I. -g -O2 -c cook/builtin/split.c In file included from cook/builtin/split.c:21: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv split.o cook/builtin/split.o gcc -I. -g -O2 -c cook/builtin/stringset.c In file included from cook/builtin/stringset.c:27: In file included from ./common/str_list.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv stringset.o cook/builtin/stringset.o gcc -I. -g -O2 -c cook/builtin/strip.c In file included from cook/builtin/strip.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv strip.o cook/builtin/strip.o gcc -I. -g -O2 -c cook/builtin/stripdot.c In file included from cook/builtin/stripdot.c:21: In file included from ./common/str_list.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv stripdot.o cook/builtin/stripdot.o gcc -I. -g -O2 -c cook/builtin/strlen.c In file included from cook/builtin/strlen.c:19: In file included from ./common/ac/string.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv strlen.o cook/builtin/strlen.o gcc -I. -g -O2 -c cook/builtin/subst.c In file included from cook/builtin/subst.c:21: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv subst.o cook/builtin/subst.o gcc -I. -g -O2 -c cook/builtin/substr.c In file included from cook/builtin/substr.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv substr.o cook/builtin/substr.o gcc -I. -g -O2 -c cook/builtin/suffix.c In file included from cook/builtin/suffix.c:20: In file included from ./common/ac/string.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv suffix.o cook/builtin/suffix.o gcc -I. -g -O2 -c cook/builtin/text.c In file included from cook/builtin/text.c:26: In file included from ./common/ac/stdlib.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv text.o cook/builtin/text.o gcc -I. -g -O2 -c cook/builtin/thread-id.c In file included from cook/builtin/thread-id.c:21: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv thread-id.o cook/builtin/thread-id.o gcc -I. -g -O2 -c cook/builtin/unsplit.c In file included from cook/builtin/unsplit.c:21: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv unsplit.o cook/builtin/unsplit.o gcc -I. -g -O2 -c cook/builtin/uptodate.c In file included from cook/builtin/uptodate.c:24: In file included from ./cook/graph/file.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv uptodate.o cook/builtin/uptodate.o gcc -I. -g -O2 -c cook/builtin/word.c In file included from cook/builtin/word.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv word.o cook/builtin/word.o gcc -I. -g -O2 -c cook/builtin/wordlist.c In file included from cook/builtin/wordlist.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv wordlist.o cook/builtin/wordlist.o gcc -I. -g -O2 -c cook/builtin/write.c In file included from cook/builtin/write.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv write.o cook/builtin/write.o gcc -I. -g -O2 -c cook/cascade.c In file included from cook/cascade.c:20: In file included from ./cook/cascade.h:24: In file included from ./common/str_list.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv cascade.o cook/cascade.o gcc -I. -g -O2 -c cook/cook.c In file included from cook/cook.c:78: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv cook.o cook/cook.o gcc -I. -g -O2 -c cook/desist.c In file included from cook/desist.c:20: In file included from ./common/ac/signal.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv desist.o cook/desist.o gcc -I. -g -O2 -c cook/dir_part.c In file included from cook/dir_part.c:21: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv dir_part.o cook/dir_part.o gcc -I. -g -O2 -c cook/expr.c In file included from cook/expr.c:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv expr.o cook/expr.o gcc -I. -g -O2 -c cook/expr/catenate.c In file included from cook/expr/catenate.c:20: In file included from ./cook/expr.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv catenate.o cook/expr/catenate.o gcc -I. -g -O2 -c cook/expr/constant.c In file included from cook/expr/constant.c:20: In file included from ./cook/expr.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv constant.o cook/expr/constant.o gcc -I. -g -O2 -c cook/expr/function.c In file included from cook/expr/function.c:20: In file included from ./cook/expr.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv function.o cook/expr/function.o gcc -I. -g -O2 -c cook/expr/list.c In file included from cook/expr/list.c:20: In file included from ./cook/expr.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv list.o cook/expr/list.o gcc -I. -g -O2 -c cook/expr/position.c In file included from cook/expr/position.c:20: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv position.o cook/expr/position.o gcc -I. -g -O2 -c cook/fingerprint.c In file included from cook/fingerprint.c:22: In file included from ./cook/fingerprint/record.h:23: In file included from ./cook/fingerprint/value.h:23: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv fingerprint.o cook/fingerprint.o gcc -I. -g -O2 -c cook/fingerprint/calc_string.c In file included from cook/fingerprint/calc_string.c:21: In file included from ./common/fp/combined.h:23: In file included from ./common/fp.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv calc_string.o cook/fingerprint/calc_string.o gcc -I. -g -O2 -c cook/fingerprint/calculate.c In file included from cook/fingerprint/calculate.c:20: In file included from ./common/ac/errno.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv calculate.o cook/fingerprint/calculate.o gcc -I. -g -O2 -c cook/fingerprint/filename.c In file included from cook/fingerprint/filename.c:22: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv filename.o cook/fingerprint/filename.o gcc -I. -g -O2 -c cook/fingerprint/find.c In file included from cook/fingerprint/find.c:20: In file included from ./common/ac/string.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv find.o cook/fingerprint/find.o Expect no conflicts: bison -y -d cook/fingerprint/gram.y sed -e 's/[yY][yY]/fingerprint_gram_/g' -e '//d' -e \ '//d' -e '//d' y.tab.c > \ cook/fingerprint/gram.gen.c sed -e 's/[yY][yY]/fingerprint_gram_/g' -e \ 's/Y_TAB_H/fingerprint_gram_TAB_H/g' y.tab.h > \ cook/fingerprint/gram.gen.h rm y.tab.c y.tab.h gcc -I. -g -O2 -c cook/fingerprint/gram.gen.c In file included from cook/fingerprint/gram.y:22: In file included from ./common/ac/stdlib.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv gram.gen.o cook/fingerprint/gram.gen.o gcc -I. -g -O2 -c cook/fingerprint/ingredients.c In file included from cook/fingerprint/ingredients.c:21: In file included from ./cook/fingerprint/value.h:23: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv ingredients.o cook/fingerprint/ingredients.o gcc -I. -g -O2 -c cook/fingerprint/lex.c In file included from cook/fingerprint/lex.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv lex.o cook/fingerprint/lex.o gcc -I. -g -O2 -c cook/fingerprint/record.c In file included from cook/fingerprint/record.c:20: In file included from ./cook/fingerprint/record.h:23: In file included from ./cook/fingerprint/value.h:23: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv record.o cook/fingerprint/record.o gcc -I. -g -O2 -c cook/fingerprint/subdir.c In file included from cook/fingerprint/subdir.c:20: In file included from ./common/ac/errno.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv subdir.o cook/fingerprint/subdir.o gcc -I. -g -O2 -c cook/fingerprint/sync.c In file included from cook/fingerprint/sync.c:20: In file included from ./common/ac/time.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv sync.o cook/fingerprint/sync.o gcc -I. -g -O2 -c cook/fingerprint/value.c In file included from cook/fingerprint/value.c:20: In file included from ./cook/fingerprint/value.h:23: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv value.o cook/fingerprint/value.o gcc -I. -g -O2 -c cook/flag.c In file included from cook/flag.c:55: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv flag.o cook/flag.o gcc -I. -g -O2 -c cook/function.c In file included from cook/function.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv function.o cook/function.o gcc -I. -g -O2 -c cook/graph.c In file included from cook/graph.c:21: In file included from ./cook/graph/file.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv graph.o cook/graph.o gcc -I. -g -O2 -c cook/graph/build.c In file included from cook/graph/build.c:21: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv build.o cook/graph/build.o gcc -I. -g -O2 -c cook/graph/check.c In file included from cook/graph/check.c:20: In file included from ./cook/cook.h:23: In file included from ./common/ac/time.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv check.o cook/graph/check.o gcc -I. -g -O2 -c cook/graph/edge_type.c In file included from cook/graph/edge_type.c:20: In file included from ./common/ac/string.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv edge_type.o cook/graph/edge_type.o gcc -I. -g -O2 -c cook/graph/file.c In file included from cook/graph/file.c:20: In file included from ./cook/graph/file.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv file.o cook/graph/file.o gcc -I. -g -O2 -c cook/graph/file_list.c In file included from cook/graph/file_list.c:20: In file included from ./cook/graph/file.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv file_list.o cook/graph/file_list.o gcc -I. -g -O2 -c cook/graph/file_pair.c In file included from cook/graph/file_pair.c:28: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv file_pair.o cook/graph/file_pair.o gcc -I. -g -O2 -c cook/graph/leaf.c In file included from cook/graph/leaf.c:20: In file included from ./cook/cook.h:23: In file included from ./common/ac/time.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv leaf.o cook/graph/leaf.o gcc -I. -g -O2 -c cook/graph/pairs.c In file included from cook/graph/pairs.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv pairs.o cook/graph/pairs.o gcc -I. -g -O2 -c cook/graph/recipe.c In file included from cook/graph/recipe.c:20: In file included from ./cook/cook.h:23: In file included from ./common/ac/time.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv recipe.o cook/graph/recipe.o gcc -I. -g -O2 -c cook/graph/recipe_list.c In file included from cook/graph/recipe_list.c:20: In file included from ./cook/graph/recipe.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv recipe_list.o cook/graph/recipe_list.o gcc -I. -g -O2 -c cook/graph/run.c In file included from cook/graph/run.c:20: In file included from ./common/ac/string.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv run.o cook/graph/run.o gcc -I. -g -O2 -c cook/graph/script.c In file included from cook/graph/script.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv script.o cook/graph/script.o gcc -I. -g -O2 -c cook/graph/stats.c In file included from cook/graph/stats.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv stats.o cook/graph/stats.o gcc -I. -g -O2 -c cook/graph/walk.c In file included from cook/graph/walk.c:20: In file included from ./common/ac/errno.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv walk.o cook/graph/walk.o gcc -I. -g -O2 -c cook/graph/web.c In file included from cook/graph/web.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv web.o cook/graph/web.o Expect no conflicts: bison -y -d cook/hashline.y sed -e 's/[yY][yY]/hashline_/g' -e '//d' -e \ '//d' -e '//d' y.tab.c > \ cook/hashline.gen.c sed -e 's/[yY][yY]/hashline_/g' -e 's/Y_TAB_H/hashline_TAB_H/g' \ y.tab.h > cook/hashline.gen.h rm y.tab.c y.tab.h gcc -I. -g -O2 -c cook/hashline.gen.c In file included from cook/hashline.y:34: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv hashline.gen.o cook/hashline.gen.o gcc -I. -g -O2 -c cook/id.c In file included from cook/id.c:20: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv id.o cook/id.o gcc -I. -g -O2 -c cook/id/builtin.c In file included from cook/id/builtin.c:23: In file included from ./cook/id/private.h:23: In file included from ./cook/id.h:23: In file included from ./common/str_list.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv builtin.o cook/id/builtin.o gcc -I. -g -O2 -c cook/id/function.c In file included from cook/id/function.c:21: In file included from ./cook/id/private.h:23: In file included from ./cook/id.h:23: In file included from ./common/str_list.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv function.o cook/id/function.o gcc -I. -g -O2 -c cook/id/global.c In file included from cook/id/global.c:20: In file included from ./cook/id/private.h:23: In file included from ./cook/id.h:23: In file included from ./common/str_list.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv global.o cook/id/global.o gcc -I. -g -O2 -c cook/id/nothing.c In file included from cook/id/nothing.c:21: In file included from ./cook/id/private.h:23: In file included from ./cook/id.h:23: In file included from ./common/str_list.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv nothing.o cook/id/nothing.o gcc -I. -g -O2 -c cook/id/private.c In file included from cook/id/private.c:20: In file included from ./cook/id/private.h:23: In file included from ./cook/id.h:23: In file included from ./common/str_list.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv private.o cook/id/private.o gcc -I. -g -O2 -c cook/id/variable.c In file included from cook/id/variable.c:20: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv variable.o cook/id/variable.o Expect no conflicts: bison -y -d cook/parse.y sed -e 's/[yY][yY]/parse_/g' -e '//d' -e \ '//d' -e '//d' y.tab.c > \ cook/parse.gen.c sed -e 's/[yY][yY]/parse_/g' -e 's/Y_TAB_H/parse_TAB_H/g' \ y.tab.h > cook/parse.gen.h rm y.tab.c y.tab.h gcc -I. -g -O2 -c cook/lex.c In file included from cook/lex.c:25: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv lex.o cook/lex.o gcc -I. -g -O2 -c cook/lex/filename.c In file included from cook/lex/filename.c:21: In file included from ./common/mem.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv filename.o cook/lex/filename.o gcc -I. -g -O2 -c cook/lex/filenamelist.c In file included from cook/lex/filenamelist.c:21: In file included from ./cook/lex/filenamelist.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv filenamelist.o cook/lex/filenamelist.o gcc -I. -g -O2 -c cook/listing.c In file included from cook/listing.c:20: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv listing.o cook/listing.o gcc -I. -g -O2 -c cook/main.c In file included from cook/main.c:54: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ cook/main.c:454:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_action: ^ cook/main.c:458:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_action_not: ^ cook/main.c:391:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_book: ^ cook/main.c:402:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_book_not: ^ cook/main.c:336:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_cascade: ^ cook/main.c:340:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_cascade_not: ^ cook/main.c:344:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_ctime: ^ cook/main.c:348:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_ctime_not: ^ cook/main.c:352:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_disassemble: ^ cook/main.c:356:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_disassemble_not: ^ cook/main.c:470:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_errok: ^ cook/main.c:474:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_errok_not: ^ cook/main.c:486:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_fingerprint: ^ cook/main.c:490:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_fingerprint_not: ^ cook/main.c:494:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_fingerprint_update: ^ cook/main.c:478:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_force: ^ cook/main.c:482:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_force_not: ^ cook/main.c:305:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_include: ^ cook/main.c:406:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_include_cooked: ^ cook/main.c:410:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_include_cooked_not: ^ cook/main.c:414:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_include_cooked_warning: ^ cook/main.c:418:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_include_cooked_warning_not: ^ cook/main.c:376:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_log: ^ cook/main.c:387:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_log_not: ^ cook/main.c:438:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_metering: ^ cook/main.c:442:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_metering_not: ^ cook/main.c:502:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_pairs: ^ cook/main.c:598:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_parallel: ^ cook/main.c:611:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_parallel_not: ^ cook/main.c:462:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_persevere: ^ cook/main.c:466:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_persevere_not: ^ cook/main.c:368:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_precious: ^ cook/main.c:372:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_precious_not: ^ cook/main.c:316:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_reason: ^ cook/main.c:328:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_reason_not: ^ cook/main.c:510:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_script: ^ cook/main.c:617:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_shallow: ^ cook/main.c:621:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_shallow_not: ^ cook/main.c:422:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_silent: ^ cook/main.c:426:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_silent_not: ^ cook/main.c:566:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_star: ^ cook/main.c:570:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_star_not: ^ cook/main.c:574:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_strip_dot: ^ cook/main.c:578:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_strip_dot_not: ^ cook/main.c:582:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_symlink_ingredients: ^ cook/main.c:586:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_symlink_ingredients_not: ^ cook/main.c:430:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_tell_position: ^ cook/main.c:434:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_tell_position_not: ^ cook/main.c:446:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_touch: ^ cook/main.c:450:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_touch_not: ^ cook/main.c:360:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_tty: ^ cook/main.c:364:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_tty_not: ^ cook/main.c:590:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_update: ^ cook/main.c:594:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_update_not: ^ cook/main.c:518:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_web: ^ 56 warnings generated. mv main.o cook/main.o gcc -I. -g -O2 -c cook/match.c In file included from cook/match.c:22: In file included from ./common/mem.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv match.o cook/match.o gcc -I. -g -O2 -c cook/match/cook.c In file included from cook/match/cook.c:51: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv cook.o cook/match/cook.o gcc -I. -g -O2 -c cook/match/new.c In file included from cook/match/new.c:23: In file included from ./cook/option.h:59: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv new.o cook/match/new.o gcc -I. -g -O2 -c cook/match/new_by_recip.c In file included from cook/match/new_by_recip.c:21: In file included from ./cook/option.h:59: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv new_by_recip.o cook/match/new_by_recip.o gcc -I. -g -O2 -c cook/match/private.c In file included from cook/match/private.c:21: In file included from ./common/mem.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv private.o cook/match/private.o gcc -I. -g -O2 -c cook/match/regex.c In file included from cook/match/regex.c:20: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv regex.o cook/match/regex.o gcc -I. -g -O2 -c cook/match/stack.c In file included from cook/match/stack.c:20: In file included from ./cook/match/stack.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv stack.o cook/match/stack.o gcc -I. -g -O2 -c cook/match/wl.c In file included from cook/match/wl.c:22: In file included from ./common/str_list.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv wl.o cook/match/wl.o gcc -I. -g -O2 -c cook/meter.c In file included from cook/meter.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv meter.o cook/meter.o gcc -I. -g -O2 -c cook/opcode.c In file included from cook/opcode.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv opcode.o cook/opcode.o gcc -I. -g -O2 -c cook/opcode/assign.c In file included from cook/opcode/assign.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv assign.o cook/opcode/assign.o gcc -I. -g -O2 -c cook/opcode/assign_appen.c In file included from cook/opcode/assign_appen.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv assign_appen.o cook/opcode/assign_appen.o gcc -I. -g -O2 -c cook/opcode/assign_local.c In file included from cook/opcode/assign_local.c:20: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv assign_local.o cook/opcode/assign_local.o gcc -I. -g -O2 -c cook/opcode/cascade.c In file included from cook/opcode/cascade.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv cascade.o cook/opcode/cascade.o gcc -I. -g -O2 -c cook/opcode/catenate.c In file included from cook/opcode/catenate.c:21: In file included from ./cook/opcode/context.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv catenate.o cook/opcode/catenate.o gcc -I. -g -O2 -c cook/opcode/command.c In file included from cook/opcode/command.c:22: In file included from ./common/ac/errno.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv command.o cook/opcode/command.o gcc -I. -g -O2 -c cook/opcode/context.c In file included from cook/opcode/context.c:20: In file included from ./common/ac/errno.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv context.o cook/opcode/context.o gcc -I. -g -O2 -c cook/opcode/fail.c In file included from cook/opcode/fail.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv fail.o cook/opcode/fail.o gcc -I. -g -O2 -c cook/opcode/function.c In file included from cook/opcode/function.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv function.o cook/opcode/function.o gcc -I. -g -O2 -c cook/opcode/gosub.c In file included from cook/opcode/gosub.c:20: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv gosub.o cook/opcode/gosub.o gcc -I. -g -O2 -c cook/opcode/goto.c In file included from cook/opcode/goto.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv goto.o cook/opcode/goto.o gcc -I. -g -O2 -c cook/opcode/jmpf.c In file included from cook/opcode/jmpf.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv jmpf.o cook/opcode/jmpf.o gcc -I. -g -O2 -c cook/opcode/jmpt.c In file included from cook/opcode/jmpt.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv jmpt.o cook/opcode/jmpt.o gcc -I. -g -O2 -c cook/opcode/label.c In file included from cook/opcode/label.c:20: In file included from ./common/mem.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv label.o cook/opcode/label.o gcc -I. -g -O2 -c cook/opcode/list.c In file included from cook/opcode/list.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv list.o cook/opcode/list.o gcc -I. -g -O2 -c cook/opcode/postlude.c In file included from cook/opcode/postlude.c:20: In file included from ./cook/id.h:23: In file included from ./common/str_list.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv postlude.o cook/opcode/postlude.o gcc -I. -g -O2 -c cook/opcode/prelude.c In file included from cook/opcode/prelude.c:20: In file included from ./cook/id.h:23: In file included from ./common/str_list.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv prelude.o cook/opcode/prelude.o gcc -I. -g -O2 -c cook/opcode/private.c In file included from cook/opcode/private.c:20: In file included from ./common/mem.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv private.o cook/opcode/private.o gcc -I. -g -O2 -c cook/opcode/push.c In file included from cook/opcode/push.c:20: In file included from ./cook/opcode/context.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv push.o cook/opcode/push.o gcc -I. -g -O2 -c cook/opcode/recipe.c In file included from cook/opcode/recipe.c:20: In file included from ./cook/cook.h:23: In file included from ./common/ac/time.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv recipe.o cook/opcode/recipe.o gcc -I. -g -O2 -c cook/opcode/set.c In file included from cook/opcode/set.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv set.o cook/opcode/set.o gcc -I. -g -O2 -c cook/opcode/setenv.c In file included from cook/opcode/setenv.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv setenv.o cook/opcode/setenv.o gcc -I. -g -O2 -c cook/opcode/setenv_appen.c In file included from cook/opcode/setenv_appen.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv setenv_appen.o cook/opcode/setenv_appen.o gcc -I. -g -O2 -c cook/opcode/status.c mv status.o cook/opcode/status.o gcc -I. -g -O2 -c cook/opcode/string.c In file included from cook/opcode/string.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv string.o cook/opcode/string.o gcc -I. -g -O2 -c cook/opcode/thread-id.c In file included from cook/opcode/thread-id.c:20: In file included from ./common/mem.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv thread-id.o cook/opcode/thread-id.o gcc -I. -g -O2 -c cook/opcode/touch.c In file included from cook/opcode/touch.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv touch.o cook/opcode/touch.o gcc -I. -g -O2 -c cook/opcode/unsetenv.c In file included from cook/opcode/unsetenv.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv unsetenv.o cook/opcode/unsetenv.o gcc -I. -g -O2 -c cook/option.c In file included from cook/option.c:71: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv option.o cook/option.o gcc -I. -g -O2 -c cook/os.c In file included from cook/os.c:20: In file included from ./common/ac/errno.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv os.o cook/os.o gcc -I. -g -O2 -c cook/os/below_dir.c In file included from cook/os/below_dir.c:20: In file included from ./cook/os_interface.h:26: In file included from ./common/ac/time.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv below_dir.o cook/os/below_dir.o gcc -I. -g -O2 -c cook/os/dirnam_relat.c In file included from cook/os/dirnam_relat.c:20: In file included from ./common/ac/string.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv dirnam_relat.o cook/os/dirnam_relat.o gcc -I. -g -O2 -c cook/os/pathname.c In file included from cook/os/pathname.c:20: In file included from ./common/ac/stdlib.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv pathname.o cook/os/pathname.o gcc -I. -g -O2 -c cook/os/rel_if_poss.c In file included from cook/os/rel_if_poss.c:20: In file included from ./cook/os_interface.h:26: In file included from ./common/ac/time.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv rel_if_poss.o cook/os/rel_if_poss.o gcc -I. -g -O2 -c cook/os/symlink.c In file included from cook/os/symlink.c:20: In file included from ./common/ac/errno.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv symlink.o cook/os/symlink.o gcc -I. -g -O2 -c cook/os/wait.c In file included from cook/os/wait.c:20: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv wait.o cook/os/wait.o gcc -I. -g -O2 -c cook/parse.gen.c In file included from cook/parse.y:52: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv parse.gen.o cook/parse.gen.o gcc -I. -g -O2 -c cook/recipe.c In file included from cook/recipe.c:20: In file included from ./common/ac/string.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv recipe.o cook/recipe.o gcc -I. -g -O2 -c cook/recipe/list.c In file included from cook/recipe/list.c:21: In file included from ./common/mem.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv list.o cook/recipe/list.o gcc -I. -g -O2 -c cook/stat.cache.c In file included from cook/stat.cache.c:20: In file included from ./common/ac/string.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv stat.cache.o cook/stat.cache.o gcc -I. -g -O2 -c cook/stmt.c In file included from cook/stmt.c:25: In file included from ./common/mem.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv stmt.o cook/stmt.o gcc -I. -g -O2 -c cook/stmt/append.c In file included from cook/stmt/append.c:20: In file included from ./cook/expr.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv append.o cook/stmt/append.o gcc -I. -g -O2 -c cook/stmt/assign.c In file included from cook/stmt/assign.c:20: In file included from ./cook/expr.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv assign.o cook/stmt/assign.o gcc -I. -g -O2 -c cook/stmt/command.c In file included from cook/stmt/command.c:20: In file included from ./cook/expr.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv command.o cook/stmt/command.o gcc -I. -g -O2 -c cook/stmt/compound.c In file included from cook/stmt/compound.c:22: In file included from ./cook/stmt/list.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv compound.o cook/stmt/compound.o gcc -I. -g -O2 -c cook/stmt/fail.c In file included from cook/stmt/fail.c:20: In file included from ./cook/expr/list.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv fail.o cook/stmt/fail.o gcc -I. -g -O2 -c cook/stmt/gosub.c In file included from cook/stmt/gosub.c:20: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv gosub.o cook/stmt/gosub.o gcc -I. -g -O2 -c cook/stmt/if.c In file included from cook/stmt/if.c:20: In file included from ./cook/expr.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv if.o cook/stmt/if.o gcc -I. -g -O2 -c cook/stmt/list.c In file included from cook/stmt/list.c:20: In file included from ./common/mem.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv list.o cook/stmt/list.o gcc -I. -g -O2 -c cook/stmt/loop.c In file included from cook/stmt/loop.c:20: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv loop.o cook/stmt/loop.o gcc -I. -g -O2 -c cook/stmt/loopvar.c In file included from cook/stmt/loopvar.c:20: In file included from ./cook/expr.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv loopvar.o cook/stmt/loopvar.o gcc -I. -g -O2 -c cook/stmt/nop.c In file included from cook/stmt/nop.c:22: In file included from ./common/trace.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv nop.o cook/stmt/nop.o gcc -I. -g -O2 -c cook/stmt/recipe.c In file included from cook/stmt/recipe.c:20: In file included from ./common/trace.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv recipe.o cook/stmt/recipe.o gcc -I. -g -O2 -c cook/stmt/return.c In file included from cook/stmt/return.c:20: In file included from ./common/error_intl.h:50: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv return.o cook/stmt/return.o gcc -I. -g -O2 -c cook/stmt/set.c In file included from cook/stmt/set.c:20: In file included from ./cook/expr/list.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv set.o cook/stmt/set.o gcc -I. -g -O2 -c cook/stmt/touch.c In file included from cook/stmt/touch.c:20: In file included from ./cook/expr/list.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv touch.o cook/stmt/touch.o gcc -I. -g -O2 -c cook/stmt/unsetenv.c In file included from cook/stmt/unsetenv.c:20: In file included from ./cook/expr/list.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv unsetenv.o cook/stmt/unsetenv.o gcc -I. -g -O2 -c cook/strip_dot.c In file included from cook/strip_dot.c:20: In file included from ./cook/option.h:59: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv strip_dot.o cook/strip_dot.o gcc -I. -g -O2 -c cook/tempfilename.c In file included from cook/tempfilename.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv tempfilename.o cook/tempfilename.o gcc -o bin/cook cook/archive.o cook/builtin.o cook/builtin/addprefix.o cook/builtin/addsuffix.o cook/builtin/basename.o cook/builtin/boolean.o cook/builtin/cando.o cook/builtin/collect.o cook/builtin/cook.o cook/builtin/defined.o cook/builtin/dos.o cook/builtin/execute.o cook/builtin/exists.o cook/builtin/expr.o cook/builtin/expr_lex.o cook/builtin/expr_parse.gen.o cook/builtin/filter_out.o cook/builtin/find_command.o cook/builtin/findstring.o cook/builtin/getenv.o cook/builtin/glob.o cook/builtin/home.o cook/builtin/interi_files.o cook/builtin/join.o cook/builtin/match.o cook/builtin/mtime.o cook/builtin/opsys.o cook/builtin/options.o cook/builtin/pathname.o cook/builtin/positional.o cook/builtin/print.o cook/builtin/private.o cook/builtin/read.o cook/builtin/readlink.o cook/builtin/relati_dirna.o cook/builtin/resolve.o cook/builtin/sort_newest.o cook/builtin/split.o cook/builtin/stringset.o cook/builtin/strip.o cook/builtin/stripdot.o cook/builtin/strlen.o cook/builtin/subst.o cook/builtin/substr.o cook/builtin/suffix.o cook/builtin/text.o cook/builtin/thread-id.o cook/builtin/unsplit.o cook/builtin/uptodate.o cook/builtin/word.o cook/builtin/wordlist.o cook/builtin/write.o cook/cascade.o cook/cook.o cook/desist.o cook/dir_part.o cook/expr.o cook/expr/catenate.o cook/expr/constant.o cook/expr/function.o cook/expr/list.o cook/expr/position.o cook/fingerprint.o cook/fingerprint/calc_string.o cook/fingerprint/calculate.o cook/fingerprint/filename.o cook/fingerprint/find.o cook/fingerprint/gram.gen.o cook/fingerprint/ingredients.o cook/fingerprint/lex.o cook/fingerprint/record.o cook/fingerprint/subdir.o cook/fingerprint/sync.o cook/fingerprint/value.o cook/flag.o cook/function.o cook/graph.o cook/graph/build.o cook/graph/check.o cook/graph/edge_type.o cook/graph/file.o cook/graph/file_list.o cook/graph/file_pair.o cook/graph/leaf.o cook/graph/pairs.o cook/graph/recipe.o cook/graph/recipe_list.o cook/graph/run.o cook/graph/script.o cook/graph/stats.o cook/graph/walk.o cook/graph/web.o cook/hashline.gen.o cook/id.o cook/id/builtin.o cook/id/function.o cook/id/global.o cook/id/nothing.o cook/id/private.o cook/id/variable.o cook/lex.o cook/lex/filename.o cook/lex/filenamelist.o cook/listing.o cook/main.o cook/match.o cook/match/cook.o cook/match/new.o cook/match/new_by_recip.o cook/match/private.o cook/match/regex.o cook/match/stack.o cook/match/wl.o cook/meter.o cook/opcode.o cook/opcode/assign.o cook/opcode/assign_appen.o cook/opcode/assign_local.o cook/opcode/cascade.o cook/opcode/catenate.o cook/opcode/command.o cook/opcode/context.o cook/opcode/fail.o cook/opcode/function.o cook/opcode/gosub.o cook/opcode/goto.o cook/opcode/jmpf.o cook/opcode/jmpt.o cook/opcode/label.o cook/opcode/list.o cook/opcode/postlude.o cook/opcode/prelude.o cook/opcode/private.o cook/opcode/push.o cook/opcode/recipe.o cook/opcode/set.o cook/opcode/setenv.o cook/opcode/setenv_appen.o cook/opcode/status.o cook/opcode/string.o cook/opcode/thread-id.o cook/opcode/touch.o cook/opcode/unsetenv.o cook/option.o cook/os.o cook/os/below_dir.o cook/os/dirnam_relat.o cook/os/pathname.o cook/os/rel_if_poss.o cook/os/symlink.o cook/os/wait.o cook/parse.gen.o cook/recipe.o cook/recipe/list.o cook/stat.cache.o cook/stmt.o cook/stmt/append.o cook/stmt/assign.o cook/stmt/command.o cook/stmt/compound.o cook/stmt/fail.o cook/stmt/gosub.o cook/stmt/if.o cook/stmt/list.o cook/stmt/loop.o cook/stmt/loopvar.o cook/stmt/nop.o cook/stmt/recipe.o cook/stmt/return.o cook/stmt/set.o cook/stmt/touch.o cook/stmt/unsetenv.o cook/strip_dot.o cook/tempfilename.o common/lib.a gcc -I. -g -O2 -c cook_bom/main.c In file included from cook_bom/main.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ cook_bom/main.c:96:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_directory: ^ cook_bom/main.c:105:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_ignore: ^ cook_bom/main.c:147:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_output: ^ cook_bom/main.c:114:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_prefix: ^ cook_bom/main.c:124:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_suffix: ^ 6 warnings generated. mv main.o cook_bom/main.o gcc -I. -g -O2 -c cook_bom/sniff.c In file included from cook_bom/sniff.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv sniff.o cook_bom/sniff.o gcc -o bin/cook_bom cook_bom/main.o cook_bom/sniff.o common/lib.a gcc -I. -g -O2 -c cookfp/main.c In file included from cookfp/main.c:20: In file included from ./common/ac/errno.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ cookfp/main.c:126:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_cksum: ^ cookfp/main.c:114:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_ident: ^ cookfp/main.c:120:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_md5: ^ cookfp/main.c:104:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_snefru: ^ 5 warnings generated. mv main.o cookfp/main.o gcc -o bin/cookfp cookfp/main.o common/lib.a Expect 8 shift/reduce conflicts: bison -y -d cooktime/date.y conflicts: 8 shift/reduce sed -e 's/[yY][yY]/date_/g' -e '//d' -e '//d' \ -e '//d' y.tab.c > cooktime/date.gen.c sed -e 's/[yY][yY]/date_/g' -e 's/Y_TAB_H/date_TAB_H/g' y.tab.h \ > cooktime/date.gen.h rm y.tab.c y.tab.h gcc -I. -g -O2 -c cooktime/date.gen.c In file included from cooktime/date.y:29: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv date.gen.o cooktime/date.gen.o gcc -I. -g -O2 -c cooktime/main.c In file included from cooktime/main.c:20: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ cooktime/main.c:164:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_access: ^ cooktime/main.c:176:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_modify: ^ cooktime/main.c:154:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_report: ^ cooktime/main.c:141:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_tsg: ^ 5 warnings generated. mv main.o cooktime/main.o gcc -o bin/cooktime cooktime/date.gen.o cooktime/main.o common/lib.a gcc -I. -g -O2 -c file_check/file_check.c In file included from file_check/file_check.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv file_check.o file_check/file_check.o gcc -I. -g -O2 -c file_check/main.c In file included from file_check/main.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ file_check/main.c:88:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_warning: ^ 2 warnings generated. mv main.o file_check/main.o gcc -o bin/file_check file_check/file_check.o file_check/main.o common/lib.a gcc -I. -g -O2 -c find_libs/main.c In file included from find_libs/main.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ find_libs/main.c:198:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_path: ^ find_libs/main.c:150:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_search: ^ 3 warnings generated. mv main.o find_libs/main.o gcc -I. -g -O2 -c find_libs/os.c In file included from find_libs/os.c:20: In file included from ./common/ac/errno.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv os.o find_libs/os.o gcc -o bin/find_libs find_libs/main.o find_libs/os.o common/lib.a gcc -I. -g -O2 -c fstrcmp/main.c In file included from fstrcmp/main.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv main.o fstrcmp/main.o gcc -o bin/fstrcmp fstrcmp/main.o common/lib.a gcc -I. -g -O2 -c make2cook/blob.c In file included from make2cook/blob.c:20: In file included from ./make2cook/blob.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv blob.o make2cook/blob.o gcc -I. -g -O2 -c make2cook/emit.c In file included from make2cook/emit.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv emit.o make2cook/emit.o Expect 2 shift/reduce conflicts: bison -y -d make2cook/gram.y conflicts: 2 shift/reduce sed -e 's/[yY][yY]/gram_/g' -e '//d' -e '//d' \ -e '//d' y.tab.c > make2cook/gram.gen.c sed -e 's/[yY][yY]/gram_/g' -e 's/Y_TAB_H/gram_TAB_H/g' y.tab.h \ > make2cook/gram.gen.h rm y.tab.c y.tab.h gcc -I. -g -O2 -c make2cook/gram.gen.c In file included from make2cook/gram.y:22: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv gram.gen.o make2cook/gram.gen.o gcc -I. -g -O2 -c make2cook/lex.c In file included from make2cook/lex.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv lex.o make2cook/lex.o gcc -I. -g -O2 -c make2cook/main.c In file included from make2cook/main.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ make2cook/main.c:133:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_environment_variables: ^ make2cook/main.c:137:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_environment_variables_not: ^ make2cook/main.c:125:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_history_commands: ^ make2cook/main.c:129:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_history_commands_not: ^ make2cook/main.c:149:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_internal_rules: ^ make2cook/main.c:153:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_internal_rules_not: ^ make2cook/main.c:141:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_line_numbers: ^ make2cook/main.c:145:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_line_numbers_not: ^ 9 warnings generated. mv main.o make2cook/main.o gcc -I. -g -O2 -c make2cook/stmt.c In file included from make2cook/stmt.c:20: In file included from ./common/mem.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv stmt.o make2cook/stmt.o gcc -I. -g -O2 -c make2cook/stmt/assign.c In file included from make2cook/stmt/assign.c:20: In file included from ./make2cook/emit.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv assign.o make2cook/stmt/assign.o gcc -I. -g -O2 -c make2cook/stmt/blank.c In file included from make2cook/stmt/blank.c:20: In file included from ./make2cook/stmt/blank.h:23: In file included from ./make2cook/stmt.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv blank.o make2cook/stmt/blank.o gcc -I. -g -O2 -c make2cook/stmt/command.c In file included from make2cook/stmt/command.c:20: In file included from ./make2cook/blob.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv command.o make2cook/stmt/command.o gcc -I. -g -O2 -c make2cook/stmt/comment.c In file included from make2cook/stmt/comment.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv comment.o make2cook/stmt/comment.o gcc -I. -g -O2 -c make2cook/stmt/compound.c In file included from make2cook/stmt/compound.c:20: In file included from ./common/mem.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv compound.o make2cook/stmt/compound.o gcc -I. -g -O2 -c make2cook/stmt/define.c In file included from make2cook/stmt/define.c:20: In file included from ./make2cook/emit.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv define.o make2cook/stmt/define.o gcc -I. -g -O2 -c make2cook/stmt/export.c In file included from make2cook/stmt/export.c:20: In file included from ./make2cook/emit.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv export.o make2cook/stmt/export.o gcc -I. -g -O2 -c make2cook/stmt/if.c In file included from make2cook/stmt/if.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv if.o make2cook/stmt/if.o gcc -I. -g -O2 -c make2cook/stmt/include.c In file included from make2cook/stmt/include.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv include.o make2cook/stmt/include.o gcc -I. -g -O2 -c make2cook/stmt/rule.c In file included from make2cook/stmt/rule.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv rule.o make2cook/stmt/rule.o gcc -I. -g -O2 -c make2cook/stmt/unexport.c In file included from make2cook/stmt/unexport.c:20: In file included from ./make2cook/emit.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv unexport.o make2cook/stmt/unexport.o gcc -I. -g -O2 -c make2cook/stmt/vpath.c In file included from make2cook/stmt/vpath.c:20: In file included from ./make2cook/stmt/assign.h:23: In file included from ./make2cook/blob.h:23: In file included from ./common/str.h:23: In file included from ./common/ac/stddef.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv vpath.o make2cook/stmt/vpath.o Expect 2 shift/reduce, 10 reduce/reduce conflicts: bison -y -d make2cook/vargram.y conflicts: 2 shift/reduce, 10 reduce/reduce make2cook/vargram.y:369.7-370.20: warning: rule useless in parser due to conflicts: argc: PLAIN sed -e 's/[yY][yY]/vargram_/g' -e '//d' -e \ '//d' -e '//d' y.tab.c > \ make2cook/vargram.gen.c sed -e 's/[yY][yY]/vargram_/g' -e 's/Y_TAB_H/vargram_TAB_H/g' \ y.tab.h > make2cook/vargram.gen.h rm y.tab.c y.tab.h gcc -I. -g -O2 -c make2cook/vargram.gen.c In file included from make2cook/vargram.y:22: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv vargram.gen.o make2cook/vargram.gen.o gcc -I. -g -O2 -c make2cook/variable.c In file included from make2cook/variable.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv variable.o make2cook/variable.o gcc -o bin/make2cook make2cook/blob.o make2cook/emit.o make2cook/gram.gen.o make2cook/lex.o make2cook/main.o make2cook/stmt.o make2cook/stmt/assign.o make2cook/stmt/blank.o make2cook/stmt/command.o make2cook/stmt/comment.o make2cook/stmt/compound.o make2cook/stmt/define.o make2cook/stmt/export.o make2cook/stmt/if.o make2cook/stmt/include.o make2cook/stmt/rule.o make2cook/stmt/unexport.o make2cook/stmt/vpath.o make2cook/vargram.gen.o make2cook/variable.o common/lib.a gcc -I. -g -O2 -c roffpp/main.c In file included from roffpp/main.c:20: In file included from ./common/ac/stdio.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ roffpp/main.c:119:14: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch] case arglex_token_include: ^ 2 warnings generated. mv main.o roffpp/main.o gcc -I. -g -O2 -c roffpp/preprocess.c In file included from roffpp/preprocess.c:20: In file included from ./common/ac/ctype.h:23: In file included from ./common/config.h:330: ./common/config.messy.h:76:9: warning: '_GNU_SOURCE' macro redefined #define _GNU_SOURCE ^ ./common/config.h:292:10: note: previous definition is here # define _GNU_SOURCE 1 ^ 1 warning generated. mv preprocess.o roffpp/preprocess.o gcc -o bin/roffpp roffpp/main.o roffpp/preprocess.o common/lib.a sh etc/msgfmt.sh --msgfmt=msgfmt --msgcat=msgcat \ --output=lib/en/LC_MESSAGES/c_incl.mo \ lib/en/LC_MESSAGES/c_incl.po \ lib/en/LC_MESSAGES/common.po sh etc/msgfmt.sh --msgfmt=msgfmt --msgcat=msgcat \ --output=lib/en/LC_MESSAGES/cook.mo \ lib/en/LC_MESSAGES/cook.po lib/en/LC_MESSAGES/common.po sh etc/msgfmt.sh --msgfmt=msgfmt --msgcat=msgcat \ --output=lib/en/LC_MESSAGES/cook_bom.mo \ lib/en/LC_MESSAGES/cook_bom.po \ lib/en/LC_MESSAGES/common.po sh etc/msgfmt.sh --msgfmt=msgfmt --msgcat=msgcat \ --output=lib/en/LC_MESSAGES/cookfp.mo \ lib/en/LC_MESSAGES/cookfp.po \ lib/en/LC_MESSAGES/common.po sh etc/msgfmt.sh --msgfmt=msgfmt --msgcat=msgcat \ --output=lib/en/LC_MESSAGES/cooktime.mo \ lib/en/LC_MESSAGES/cooktime.po \ lib/en/LC_MESSAGES/common.po sh etc/msgfmt.sh --msgfmt=msgfmt --msgcat=msgcat \ --output=lib/en/LC_MESSAGES/file_check.mo \ lib/en/LC_MESSAGES/file_check.po \ lib/en/LC_MESSAGES/common.po sh etc/msgfmt.sh --msgfmt=msgfmt --msgcat=msgcat \ --output=lib/en/LC_MESSAGES/find_libs.mo \ lib/en/LC_MESSAGES/find_libs.po \ lib/en/LC_MESSAGES/common.po sh etc/msgfmt.sh --msgfmt=msgfmt --msgcat=msgcat \ --output=lib/en/LC_MESSAGES/make2cook.mo \ lib/en/LC_MESSAGES/make2cook.po \ lib/en/LC_MESSAGES/common.po sh etc/msgfmt.sh --msgfmt=msgfmt --msgcat=msgcat \ --output=lib/en/LC_MESSAGES/roffpp.mo \ lib/en/LC_MESSAGES/roffpp.po \ lib/en/LC_MESSAGES/common.po bin/roffpp -Ilib/en/refman -Ietc -Ilib/en/man1 \ -Ilib/en/readme lib/en/refman/main.man | groff -s -t \ -p -man -mpic -mpspic > lib/en/refman.ps warning: file `lib/en/refman/index.so', around line 4: table wider than line width bin/roffpp -Ilib/en/refman -Ietc -Ilib/en/man1 \ -Ilib/en/readme lib/en/refman/main.man | groff -Tdvi \ -s -t -p -man -mpic > lib/en/refman.dvi warning: file `lib/en/refman/index.so', around line 4: table wider than line width bin/roffpp -Ilib/en/refman -Ietc -Ilib/en/man1 \ -Ilib/en/readme lib/en/refman/main.man | groff \ -Tascii -s -t -p -man -mpic > lib/en/refman.txt bin/roffpp -Ilib/en/tutorial -Ietc -Ilib/en/man1 \ -Ilib/en/readme lib/en/tutorial/main.mm | groff -s -t \ -p -mm -mpic -mpspic > lib/en/tutorial.ps bin/roffpp -Ilib/en/tutorial -Ietc -Ilib/en/man1 \ -Ilib/en/readme lib/en/tutorial/main.mm | groff -Tdvi \ -s -t -p -mm -mpic > lib/en/tutorial.dvi bin/roffpp -Ilib/en/tutorial -Ietc -Ilib/en/man1 \ -Ilib/en/readme lib/en/tutorial/main.mm | groff \ -Tascii -s -t -p -mm -mpic > lib/en/tutorial.txt bin/roffpp -Ilib/en/user-guide -Ietc -Ilib/en/man1 \ -Ilib/en/readme lib/en/user-guide/main.mm | groff -s \ -t -p -mm -mpic -mpspic > lib/en/user-guide.ps bin/roffpp -Ilib/en/user-guide -Ietc -Ilib/en/man1 \ -Ilib/en/readme lib/en/user-guide/main.mm | groff \ -Tdvi -s -t -p -mm -mpic > lib/en/user-guide.dvi bin/roffpp -Ilib/en/user-guide -Ietc -Ilib/en/man1 \ -Ilib/en/readme lib/en/user-guide/main.mm | groff \ -Tascii -s -t -p -mm -mpic > lib/en/user-guide.txt grotty: (lib/en/user-guide/large.so):24061: Unknown color (gray 0.95f) mapped to default warning: file `lib/en/user-guide/language.so', around line 80: table wider than line width warning: file `lib/en/user-guide/match.so', around line 125: table wider than line width make[1]: Leaving directory `/«PKGBUILDDIR»' /usr/bin/make sure make[1]: Entering directory `/«PKGBUILDDIR»' CC="gcc" /bin/sh test/00/t0001a.sh CC="gcc" /bin/sh test/00/t0002a.sh CC="gcc" /bin/sh test/00/t0003a.sh CC="gcc" /bin/sh test/00/t0004a.sh CC="gcc" /bin/sh test/00/t0005a.sh CC="gcc" /bin/sh test/00/t0006a.sh CC="gcc" /bin/sh test/00/t0007a.sh CC="gcc" /bin/sh test/00/t0008a.sh CC="gcc" /bin/sh test/00/t0009a.sh CC="gcc" /bin/sh test/00/t0010a.sh CC="gcc" /bin/sh test/00/t0011a.sh CC="gcc" /bin/sh test/00/t0012a.sh CC="gcc" /bin/sh test/00/t0013a.sh CC="gcc" /bin/sh test/00/t0014a.sh CC="gcc" /bin/sh test/00/t0015a.sh CC="gcc" /bin/sh test/00/t0016a.sh CC="gcc" /bin/sh test/00/t0017a.sh CC="gcc" /bin/sh test/00/t0018a.sh CC="gcc" /bin/sh test/00/t0019a.sh CC="gcc" /bin/sh test/00/t0020a.sh CC="gcc" /bin/sh test/00/t0021a.sh CC="gcc" /bin/sh test/00/t0022a.sh CC="gcc" /bin/sh test/00/t0023a.sh CC="gcc" /bin/sh test/00/t0024a.sh CC="gcc" /bin/sh test/00/t0025a.sh CC="gcc" /bin/sh test/00/t0026a.sh CC="gcc" /bin/sh test/00/t0027a.sh CC="gcc" /bin/sh test/00/t0028a.sh CC="gcc" /bin/sh test/00/t0029a.sh CC="gcc" /bin/sh test/00/t0031a.sh CC="gcc" /bin/sh test/00/t0032a.sh CC="gcc" /bin/sh test/00/t0033a.sh CC="gcc" /bin/sh test/00/t0034a.sh CC="gcc" /bin/sh test/00/t0035a.sh CC="gcc" /bin/sh test/00/t0036a.sh CC="gcc" /bin/sh test/00/t0037a.sh CC="gcc" /bin/sh test/00/t0038a.sh CC="gcc" /bin/sh test/00/t0039a.sh CC="gcc" /bin/sh test/00/t0040a.sh CC="gcc" /bin/sh test/00/t0041a.sh CC="gcc" /bin/sh test/00/t0042a.sh CC="gcc" /bin/sh test/00/t0043a.sh CC="gcc" /bin/sh test/00/t0044a.sh CC="gcc" /bin/sh test/00/t0045a.sh CC="gcc" /bin/sh test/00/t0046a.sh 1c1 < JoXEhdflGxZdS89tDd5zpFx0JRJyX0k67EH0Jod7aet4hIjB.hGhon0veN0BZRfi058HZQ06U0JD --- > qAG8hdacocZdh7PtDdyUVFx06mvyX0J59EH0vjP7aAO7XIj6aMzhoddveN0fmdfi0fZ5ZQ0WLGJD FAILED test of the fingerprint functionality make[1]: *** [t0046a] Error 1 make[1]: Leaving directory `/«PKGBUILDDIR»' make: *** [build-stamp] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 ──────────────────────────────────────────────────────────────────────────────── Build finished at 20120709-2036 Finished ──────── E: Build failure (dpkg-buildpackage died) ┌──────────────────────────────────────────────────────────────────────────────┐ │ Cleanup │ └──────────────────────────────────────────────────────────────────────────────┘ Purging /«BUILDDIR» Not cleaning session: cloned chroot in use ┌──────────────────────────────────────────────────────────────────────────────┐ │ Summary │ └──────────────────────────────────────────────────────────────────────────────┘ Architecture: amd64 Build-Space: 21024 Build-Time: 49 Distribution: unstable Fail-Stage: build Install-Time: 10 Job: cook_2.33-1 Package: cook Package-Time: 79 Source-Version: 2.33-1 Space: 21024 Status: attempted Version: 2.33-1 ──────────────────────────────────────────────────────────────────────────────── Finished at 20120709-2036 Build needed 00:01:19, 21024k disc space DC-Status: Failed 79.694927s DC-Time-Estimation: 79.694927 versus expected 243 (r/m: 2.04912758123237 ; m: 79.694927)