Build of dcfldd with vanilla toolchain

The build took 00h 01m 11s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
5,909 ansic
3,338 sh
552 makefile
9,799 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: dcfldd 1.3.4.1-4 (Wed Aug 24 12:26:52 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-gcc... no
# 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 ANSI C... none needed
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking how to run the C preprocessor... gcc -E
# checking for egrep... grep -E
# checking whether gcc needs -traditional... no
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for ANSI C header files... yes
# checking for an ANSI C-conforming const... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for off_t... yes
# checking for size_t... yes
# checking whether strtol is declared... yes
# checking whether strtoul is declared... yes
# checking whether strtoumax is declared... yes
# checking whether strndup is declared... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-am
# make[1]: Entering directory '/tmp/dcfldd/src/dcfldd-1.3.4-1'
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT dcfldd.o -MD -MP -MF ".deps/dcfldd.Tpo" -c -o dcfldd.o dcfldd.c; \
# then mv -f ".deps/dcfldd.Tpo" ".deps/dcfldd.Po"; else rm -f ".deps/dcfldd.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT md5.o -MD -MP -MF ".deps/md5.Tpo" -c -o md5.o md5.c; \
# then mv -f ".deps/md5.Tpo" ".deps/md5.Po"; else rm -f ".deps/md5.Tpo"; exit 1; fi
# In file included from dcfldd.c:63:0:
# util.h:44:8: warning: type defaults to 'int' in declaration of 'pclose2' [-Wimplicit-int]
# extern pclose2(FILE *);
# ^~~~~~~
# dcfldd.c: In function 'scanargs':
# dcfldd.c:687:9: warning: implicit declaration of function 'init_hashlist' [-Wimplicit-function-declaration]
# init_hashlist(&ihashlist, hashops[VERIFY_HASH].flag);
# ^~~~~~~~~~~~~
# In file included from hash.h:27:0,
# from md5.h:49,
# from md5.c:35:
# dcfldd.h:162:20: warning: inline function 'quit' declared but never defined
# extern inline void quit(int);
# ^~~~
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT sha1.o -MD -MP -MF ".deps/sha1.Tpo" -c -o sha1.o sha1.c; \
# then mv -f ".deps/sha1.Tpo" ".deps/sha1.Po"; else rm -f ".deps/sha1.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT sha2.o -MD -MP -MF ".deps/sha2.Tpo" -c -o sha2.o sha2.c; \
# then mv -f ".deps/sha2.Tpo" ".deps/sha2.Po"; else rm -f ".deps/sha2.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT human.o -MD -MP -MF ".deps/human.Tpo" -c -o human.o human.c; \
# then mv -f ".deps/human.Tpo" ".deps/human.Po"; else rm -f ".deps/human.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT long-options.o -MD -MP -MF ".deps/long-options.Tpo" -c -o long-options.o long-options.c; \
# then mv -f ".deps/long-options.Tpo" ".deps/long-options.Po"; else rm -f ".deps/long-options.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT safe-read.o -MD -MP -MF ".deps/safe-read.Tpo" -c -o safe-read.o safe-read.c; \
# then mv -f ".deps/safe-read.Tpo" ".deps/safe-read.Po"; else rm -f ".deps/safe-read.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT xstrtol.o -MD -MP -MF ".deps/xstrtol.Tpo" -c -o xstrtol.o xstrtol.c; \
# then mv -f ".deps/xstrtol.Tpo" ".deps/xstrtol.Po"; else rm -f ".deps/xstrtol.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT version-etc.o -MD -MP -MF ".deps/version-etc.Tpo" -c -o version-etc.o version-etc.c; \
# then mv -f ".deps/version-etc.Tpo" ".deps/version-etc.Po"; else rm -f ".deps/version-etc.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT argmatch.o -MD -MP -MF ".deps/argmatch.Tpo" -c -o argmatch.o argmatch.c; \
# then mv -f ".deps/argmatch.Tpo" ".deps/argmatch.Po"; else rm -f ".deps/argmatch.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT xstrtoul.o -MD -MP -MF ".deps/xstrtoul.Tpo" -c -o xstrtoul.o xstrtoul.c; \
# then mv -f ".deps/xstrtoul.Tpo" ".deps/xstrtoul.Po"; else rm -f ".deps/xstrtoul.Tpo"; exit 1; fi
# In file included from argmatch.c:21:0:
# dcfldd.h:162:20: warning: inline function 'quit' declared but never defined
# extern inline void quit(int);
# ^~~~
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT full-write.o -MD -MP -MF ".deps/full-write.Tpo" -c -o full-write.o full-write.c; \
# then mv -f ".deps/full-write.Tpo" ".deps/full-write.Po"; else rm -f ".deps/full-write.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT xstrtoumax.o -MD -MP -MF ".deps/xstrtoumax.Tpo" -c -o xstrtoumax.o xstrtoumax.c; \
# then mv -f ".deps/xstrtoumax.Tpo" ".deps/xstrtoumax.Po"; else rm -f ".deps/xstrtoumax.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT copy.o -MD -MP -MF ".deps/copy.Tpo" -c -o copy.o copy.c; \
# then mv -f ".deps/copy.Tpo" ".deps/copy.Po"; else rm -f ".deps/copy.Tpo"; exit 1; fi
# In file included from full-write.c:21:0:
# dcfldd.h:162:20: warning: inline function 'quit' declared but never defined
# extern inline void quit(int);
# ^~~~
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT hash.o -MD -MP -MF ".deps/hash.Tpo" -c -o hash.o hash.c; \
# then mv -f ".deps/hash.Tpo" ".deps/hash.Po"; else rm -f ".deps/hash.Tpo"; exit 1; fi
# In file included from copy.c:34:0:
# util.h:44:8: warning: type defaults to 'int' in declaration of 'pclose2' [-Wimplicit-int]
# extern pclose2(FILE *);
# ^~~~~~~
# In file included from copy.c:23:0:
# dcfldd.h:162:20: warning: inline function 'quit' declared but never defined
# extern inline void quit(int);
# ^~~~
# In file included from hash.c:24:0:
# dcfldd.h:162:20: warning: inline function 'quit' declared but never defined
# extern inline void quit(int);
# ^~~~
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT verify.o -MD -MP -MF ".deps/verify.Tpo" -c -o verify.o verify.c; \
# then mv -f ".deps/verify.Tpo" ".deps/verify.Po"; else rm -f ".deps/verify.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT translate.o -MD -MP -MF ".deps/translate.Tpo" -c -o translate.o translate.c; \
# then mv -f ".deps/translate.Tpo" ".deps/translate.Po"; else rm -f ".deps/translate.Tpo"; exit 1; fi
# In file included from verify.c:34:0:
# util.h:44:8: warning: type defaults to 'int' in declaration of 'pclose2' [-Wimplicit-int]
# extern pclose2(FILE *);
# ^~~~~~~
# In file included from verify.c:28:0:
# dcfldd.h:162:20: warning: inline function 'quit' declared but never defined
# extern inline void quit(int);
# ^~~~
# translate.c: In function 'apply_translations':
# translate.c:159:16: warning: implicit declaration of function 'bit_count' [-Wimplicit-function-declaration]
# #define MX(a) (bit_count (conversions_mask & (a)))
# ^
# translate.c:160:10: note: in expansion of macro 'MX'
# if ((MX (C_ASCII | C_EBCDIC | C_IBM) > 1)
# ^~
# In file included from translate.c:24:0:
# translate.c: At top level:
# dcfldd.h:162:20: warning: inline function 'quit' declared but never defined
# extern inline void quit(int);
# ^~~~
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT sizeprobe.o -MD -MP -MF ".deps/sizeprobe.Tpo" -c -o sizeprobe.o sizeprobe.c; \
# then mv -f ".deps/sizeprobe.Tpo" ".deps/sizeprobe.Po"; else rm -f ".deps/sizeprobe.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT pattern.o -MD -MP -MF ".deps/pattern.Tpo" -c -o pattern.o pattern.c; \
# then mv -f ".deps/pattern.Tpo" ".deps/pattern.Po"; else rm -f ".deps/pattern.Tpo"; exit 1; fi
# In file included from sizeprobe.c:24:0:
# dcfldd.h:162:20: warning: inline function 'quit' declared but never defined
# extern inline void quit(int);
# ^~~~
# In file included from pattern.c:24:0:
# dcfldd.h:162:20: warning: inline function 'quit' declared but never defined
# extern inline void quit(int);
# ^~~~
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT util.o -MD -MP -MF ".deps/util.Tpo" -c -o util.o util.c; \
# then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f ".deps/util.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT log.o -MD -MP -MF ".deps/log.Tpo" -c -o log.o log.c; \
# then mv -f ".deps/log.Tpo" ".deps/log.Po"; else rm -f ".deps/log.Tpo"; exit 1; fi
# util.c: In function 'skip2':
# util.c:85:29: warning: implicit declaration of function 'safe_read' [-Wimplicit-function-declaration]
# ssize_t nread = safe_read(fdesc, buf, blocksize);
# ^~~~~~~~~
# In file included from log.c:24:0:
# dcfldd.h:162:20: warning: inline function 'quit' declared but never defined
# extern inline void quit(int);
# ^~~~
# util.c: In function 'skip_via_lseek':
# util.c:138:9: warning: implicit declaration of function 'error' [-Wimplicit-function-declaration]
# error (0, 0, _("warning: working around lseek kernel bug for file (%s)\n\
# ^~~~~
# util.c: In function 'pclose2':
# util.c:424:9: warning: implicit declaration of function 'waitpid' [-Wimplicit-function-declaration]
# pid = waitpid(cur->pid, &pstat, 0);
# ^~~~~~~
# In file included from util.c:33:0:
# util.c: At top level:
# dcfldd.h:162:20: warning: inline function 'quit' declared but never defined
# extern inline void quit(int);
# ^~~~
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT output.o -MD -MP -MF ".deps/output.Tpo" -c -o output.o output.c; \
# then mv -f ".deps/output.Tpo" ".deps/output.Po"; else rm -f ".deps/output.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT split.o -MD -MP -MF ".deps/split.Tpo" -c -o split.o split.c; \
# then mv -f ".deps/split.Tpo" ".deps/split.Po"; else rm -f ".deps/split.Tpo"; exit 1; fi
# In file included from output.c:37:0:
# util.h:44:8: warning: type defaults to 'int' in declaration of 'pclose2' [-Wimplicit-int]
# extern pclose2(FILE *);
# ^~~~~~~
# In file included from output.c:24:0:
# dcfldd.h:162:20: warning: inline function 'quit' declared but never defined
# extern inline void quit(int);
# ^~~~
# split.c: In function 'open_split':
# split.c:102:5: warning: implicit declaration of function 'asprintf' [-Wimplicit-function-declaration]
# asprintf(&fname, "%s.%s", split->name, ext);
# ^~~~~~~~
# In file included from split.c:23:0:
# split.c: At top level:
# dcfldd.h:162:20: warning: inline function 'quit' declared but never defined
# extern inline void quit(int);
# ^~~~
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -MT hashformat.o -MD -MP -MF ".deps/hashformat.Tpo" -c -o hashformat.o hashformat.c; \
# then mv -f ".deps/hashformat.Tpo" ".deps/hashformat.Po"; else rm -f ".deps/hashformat.Tpo"; exit 1; fi
# In file included from hashformat.c:27:0:
# util.h:44:8: warning: type defaults to 'int' in declaration of 'pclose2' [-Wimplicit-int]
# extern pclose2(FILE *);
# ^~~~~~~
# In file included from hashformat.c:24:0:
# dcfldd.h:162:20: warning: inline function 'quit' declared but never defined
# extern inline void quit(int);
# ^~~~
# gcc -o dcfldd dcfldd.o md5.o sha1.o sha2.o human.o long-options.o safe-read.o xstrtol.o version-etc.o argmatch.o xstrtoul.o full-write.o xstrtoumax.o copy.o hash.o verify.o translate.o sizeprobe.o pattern.o util.o log.o output.o split.o hashformat.o
# make[1]: Leaving directory '/tmp/dcfldd/src/dcfldd-1.3.4-1'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make[1]: Entering directory '/tmp/dcfldd/src/dcfldd-1.3.4-1'
# test -z "/usr/share/man/man1" || mkdir -p -- "/tmp/dcfldd/pkg/dcfldd/usr/share/man/man1"
# /usr/bin/install -c -m 644 './dcfldd.1' '/tmp/dcfldd/pkg/dcfldd/usr/share/man/man1/dcfldd.1'
# test -z "/usr/bin" || mkdir -p -- "/tmp/dcfldd/pkg/dcfldd/usr/bin"
# /usr/bin/install -c 'dcfldd' '/tmp/dcfldd/pkg/dcfldd/usr/bin/dcfldd'
# make[1]: Leaving directory '/tmp/dcfldd/src/dcfldd-1.3.4-1'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "dcfldd"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: dcfldd 1.3.4.1-4 (Wed Aug 24 12:26:59 UTC 2016)

CMD: pacman --query --file dcfldd-1.3.4.1-4-x86_64.pkg.tar.xz
# dcfldd 1.3.4.1-4

Creating hybrid package for 'dcfldd'

Trying to find vanilla package 'dcfldd'...

CMD: pacman --query --file /mirror/dcfldd-1.3.4.1-4.pkg.tar.xz
# dcfldd 1.3.4.1-4

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/share/man/man1/dcfldd.1.gz
# /usr/bin/dcfldd

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr .MTREE | xz -c -z

CMD: bsdtar -tqf dcfldd.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/dcfldd.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/dcfldd.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/dcfldd.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/dcfldd/src/dcfldd-1.3.4-1/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = d3966bfe802f
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1335: checking build system type
# configure:1353: result: x86_64-unknown-linux-gnu
# configure:1361: checking host system type
# configure:1375: result: x86_64-unknown-linux-gnu
# configure:1398: checking for a BSD-compatible install
# configure:1453: result: /usr/bin/install -c
# configure:1464: checking whether build environment is sane
# configure:1507: result: yes
# configure:1572: checking for gawk
# configure:1588: found /usr/sbin/gawk
# configure:1598: result: gawk
# configure:1608: checking whether make sets $(MAKE)
# configure:1628: result: yes
# configure:1704: checking for x86_64-unknown-linux-strip
# configure:1733: result: no
# configure:1742: checking for strip
# configure:1758: found /usr/sbin/strip
# configure:1769: result: strip
# configure:1805: checking for x86_64-unknown-linux-gcc
# configure:1834: result: no
# configure:1843: checking for gcc
# configure:1859: found /usr/sbin/gcc
# configure:1869: result: gcc
# configure:2113: checking for C compiler version
# configure:2116: gcc --version &5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:2119: $? = 0
# configure:2121: gcc -v &5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2124: $? = 0
# configure:2126: gcc -V &5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2129: $? = 1
# configure:2152: checking for C compiler default output file name
# configure:2155: gcc conftest.c >&5
# configure:2158: $? = 0
# configure:2204: result: a.out
# configure:2209: checking whether the C compiler works
# configure:2215: ./a.out
# configure:2218: $? = 0
# configure:2235: result: yes
# configure:2242: checking whether we are cross compiling
# configure:2244: result: no
# configure:2247: checking for suffix of executables
# configure:2249: gcc -o conftest conftest.c >&5
# configure:2252: $? = 0
# configure:2277: result:
# configure:2283: checking for suffix of object files
# configure:2304: gcc -c conftest.c >&5
# configure:2307: $? = 0
# configure:2329: result: o
# configure:2333: checking whether we are using the GNU C compiler
# configure:2357: gcc -c conftest.c >&5
# configure:2363: $? = 0
# configure:2367: test -z
# || test ! -s conftest.err
# configure:2370: $? = 0
# configure:2373: test -s conftest.o
# configure:2376: $? = 0
# configure:2389: result: yes
# configure:2395: checking whether gcc accepts -g
# configure:2416: gcc -c -g conftest.c >&5
# configure:2422: $? = 0
# configure:2426: test -z
# || test ! -s conftest.err
# configure:2429: $? = 0
# configure:2432: test -s conftest.o
# configure:2435: $? = 0
# configure:2446: result: yes
# configure:2463: checking for gcc option to accept ANSI C
# configure:2533: gcc -c conftest.c >&5
# configure:2539: $? = 0
# configure:2543: test -z
# || test ! -s conftest.err
# configure:2546: $? = 0
# configure:2549: test -s conftest.o
# configure:2552: $? = 0
# configure:2570: result: none needed
# configure:2588: gcc -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^~~~~
# conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
# configure:2594: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:2738: checking for style of include used by make
# configure:2766: result: GNU
# configure:2794: checking dependency style of gcc
# configure:2884: result: gcc3
# configure:2906: checking how to run the C preprocessor
# configure:2941: gcc -E conftest.c
# configure:2947: $? = 0
# configure:2979: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:2985: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "dcfldd"
# | #define VERSION "1.3.4-1"
# | /* end confdefs.h. */
# | #include
# configure:3024: result: gcc -E
# configure:3048: gcc -E conftest.c
# configure:3054: $? = 0
# configure:3086: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3092: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "dcfldd"
# | #define VERSION "1.3.4-1"
# | /* end confdefs.h. */
# | #include
# configure:3137: checking for egrep
# configure:3147: result: grep -E
# configure:3153: checking whether gcc needs -traditional
# configure:3195: result: no
# configure:3215: checking for a BSD-compatible install
# configure:3270: result: /usr/bin/install -c
# configure:3281: checking whether ln -s works
# configure:3285: result: yes
# configure:3292: checking whether make sets $(MAKE)
# configure:3312: result: yes
# configure:3324: checking for x86_64-unknown-linux-ranlib
# configure:3353: result: no
# configure:3362: checking for ranlib
# configure:3378: found /usr/sbin/ranlib
# configure:3389: result: ranlib
# configure:3402: checking for ANSI C header files
# configure:3427: gcc -c conftest.c >&5
# configure:3433: $? = 0
# configure:3437: test -z
# || test ! -s conftest.err
# configure:3440: $? = 0
# configure:3443: test -s conftest.o
# configure:3446: $? = 0
# configure:3535: gcc -o conftest conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:28:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(2);
# ^~~~
# conftest.c:28:7: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:28:7: note: include '' or provide a declaration of 'exit'
# conftest.c:29:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit (0);
# ^~~~
# conftest.c:29:3: note: include '' or provide a declaration of 'exit'
# configure:3538: $? = 0
# configure:3540: ./conftest
# configure:3543: $? = 0
# configure:3558: result: yes
# configure:3569: checking for an ANSI C-conforming const
# configure:3636: gcc -c conftest.c >&5
# configure:3642: $? = 0
# configure:3646: test -z
# || test ! -s conftest.err
# configure:3649: $? = 0
# configure:3652: test -s conftest.o
# configure:3655: $? = 0
# configure:3666: result: yes
# configure:3690: checking for sys/types.h
# configure:3706: gcc -c conftest.c >&5
# configure:3712: $? = 0
# configure:3716: test -z
# || test ! -s conftest.err
# configure:3719: $? = 0
# configure:3722: test -s conftest.o
# configure:3725: $? = 0
# configure:3736: result: yes
# configure:3690: checking for sys/stat.h
# configure:3706: gcc -c conftest.c >&5
# configure:3712: $? = 0
# configure:3716: test -z
# || test ! -s conftest.err
# configure:3719: $? = 0
# configure:3722: test -s conftest.o
# configure:3725: $? = 0
# configure:3736: result: yes
# configure:3690: checking for stdlib.h
# configure:3706: gcc -c conftest.c >&5
# configure:3712: $? = 0
# configure:3716: test -z
# || test ! -s conftest.err
# configure:3719: $? = 0
# configure:3722: test -s conftest.o
# configure:3725: $? = 0
# configure:3736: result: yes
# configure:3690: checking for string.h
# configure:3706: gcc -c conftest.c >&5
# configure:3712: $? = 0
# configure:3716: test -z
# || test ! -s conftest.err
# configure:3719: $? = 0
# configure:3722: test -s conftest.o
# configure:3725: $? = 0
# configure:3736: result: yes
# configure:3690: checking for memory.h
# configure:3706: gcc -c conftest.c >&5
# configure:3712: $? = 0
# configure:3716: test -z
# || test ! -s conftest.err
# configure:3719: $? = 0
# configure:3722: test -s conftest.o
# configure:3725: $? = 0
# configure:3736: result: yes
# configure:3690: checking for strings.h
# configure:3706: gcc -c conftest.c >&5
# configure:3712: $? = 0
# configure:3716: test -z
# || test ! -s conftest.err
# configure:3719: $? = 0
# configure:3722: test -s conftest.o
# configure:3725: $? = 0
# configure:3736: result: yes
# configure:3690: checking for inttypes.h
# configure:3706: gcc -c conftest.c >&5
# configure:3712: $? = 0
# configure:3716: test -z
# || test ! -s conftest.err
# configure:3719: $? = 0
# configure:3722: test -s conftest.o
# configure:3725: $? = 0
# configure:3736: result: yes
# configure:3690: checking for stdint.h
# configure:3706: gcc -c conftest.c >&5
# configure:3712: $? = 0
# configure:3716: test -z
# || test ! -s conftest.err
# configure:3719: $? = 0
# configure:3722: test -s conftest.o
# configure:3725: $? = 0
# configure:3736: result: yes
# configure:3690: checking for unistd.h
# configure:3706: gcc -c conftest.c >&5
# configure:3712: $? = 0
# configure:3716: test -z
# || test ! -s conftest.err
# configure:3719: $? = 0
# configure:3722: test -s conftest.o
# configure:3725: $? = 0
# configure:3736: result: yes
# configure:3748: checking for off_t
# configure:3772: gcc -c conftest.c >&5
# configure:3778: $? = 0
# configure:3782: test -z
# || test ! -s conftest.err
# configure:3785: $? = 0
# configure:3788: test -s conftest.o
# configure:3791: $? = 0
# configure:3802: result: yes
# configure:3814: checking for size_t
# configure:3838: gcc -c conftest.c >&5
# configure:3844: $? = 0
# configure:3848: test -z
# || test ! -s conftest.err
# configure:3851: $? = 0
# configure:3854: test -s conftest.o
# configure:3857: $? = 0
# configure:3868: result: yes
# configure:3881: checking whether strtol is declared
# configure:3905: gcc -c conftest.c >&5
# configure:3911: $? = 0
# configure:3915: test -z
# || test ! -s conftest.err
# configure:3918: $? = 0
# configure:3921: test -s conftest.o
# configure:3924: $? = 0
# configure:3935: result: yes
# configure:3951: checking whether strtoul is declared
# configure:3975: gcc -c conftest.c >&5
# configure:3981: $? = 0
# configure:3985: test -z
# || test ! -s conftest.err
# configure:3988: $? = 0
# configure:3991: test -s conftest.o
# configure:3994: $? = 0
# configure:4005: result: yes
# configure:4021: checking whether strtoumax is declared
# configure:4045: gcc -c conftest.c >&5
# configure:4051: $? = 0
# configure:4055: test -z
# || test ! -s conftest.err
# configure:4058: $? = 0
# configure:4061: test -s conftest.o
# configure:4064: $? = 0
# configure:4075: result: yes
# configure:4091: checking whether strndup is declared
# configure:4115: gcc -c conftest.c >&5
# configure:4121: $? = 0
# configure:4125: test -z
# || test ! -s conftest.err
# configure:4128: $? = 0
# configure:4131: test -s conftest.o
# configure:4134: $? = 0
# configure:4145: result: yes
# configure:4275: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on d3966bfe802f
#
# config.status:700: creating Makefile
# config.status:804: creating config.h
# config.status:1098: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_exeext=
# ac_cv_have_decl_strndup=yes
# ac_cv_have_decl_strtol=yes
# ac_cv_have_decl_strtoul=yes
# ac_cv_have_decl_strtoumax=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_host_alias=x86_64-unknown-linux
# ac_cv_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_type_off_t=yes
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/dcfldd/src/dcfldd-1.3.4-1/missing --run aclocal-1.9'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/dcfldd/src/dcfldd-1.3.4-1/missing --run tar'
# AUTOCONF='${SHELL} /tmp/dcfldd/src/dcfldd-1.3.4-1/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/dcfldd/src/dcfldd-1.3.4-1/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/dcfldd/src/dcfldd-1.3.4-1/missing --run automake-1.9'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/dcfldd/src/dcfldd-1.3.4-1/missing --run makeinfo'
# OBJEXT='o'
# PACKAGE='dcfldd'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.3.4-1'
# ac_ct_CC='gcc'
# ac_ct_RANLIB='ranlib'
# ac_ct_STRIP='strip'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${prefix}/share'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# install_sh='/tmp/dcfldd/src/dcfldd-1.3.4-1/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# mkdir_p='mkdir -p --'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define HAVE_DECL_STRNDUP 1
# #define HAVE_DECL_STRTOL 1
# #define HAVE_DECL_STRTOUL 1
# #define HAVE_DECL_STRTOUMAX 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define PACKAGE "dcfldd"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_NAME ""
# #define PACKAGE_STRING ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define STDC_HEADERS 1
# #define VERSION "1.3.4-1"
#
# configure: exit 0