Build of srm with musl toolchain

The build took 00h 01m 13s and was NOT successful.

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

SLOCLanguage
3,125 ansic
2,294 makefile
1,325 sh
80 cpp
6,824 total

The process tree of the build process is here.

List of Errors

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...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: srm 1.2.15-1 (Wed Apr 5 00:22:12 UTC 2017)
# ==> 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 for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# configure: WARNING: using cross tools not prefixed with host triplet
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/vfs.h... yes
# checking for sys/param.h... yes
# checking for sys/mount.h... yes
# checking for varargs.h... no
# checking for stdarg.h... yes
# checking for attr/xattr.h... no
# checking for sys/extattr.h... no
# checking for sys/xattr.h... yes
# checking for linux/fs.h... no
# checking for linux/ext2_fs.h... no
# checking for linux/ext3_fs.h... no
# 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 struct stat.st_blksize... yes
# checking for fts_open... no
# checking for nftw... yes
# checking for fdatasync... yes
# checking for chflags... no
# checking for snprintf... yes
# checking for vsnprintf... yes
# checking for lrand48... yes
# checking whether to enable debugging... no
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating doc/Makefile
# config.status: creating src/Makefile
# config.status: creating lib/Makefile
# config.status: creating win/Makefile
# config.status: creating srm.spec
# config.status: creating doc/srm.1
# config.status: creating test/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/srm/src/srm-1.2.15'
# Making all in lib
# make[2]: Entering directory '/tmp/srm/src/srm-1.2.15/lib'
# clang -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -MT snprintf.o -MD -MP -MF .deps/snprintf.Tpo -c -o snprintf.o snprintf.c
# clang -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -MT getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c
# clang -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c
# mv -f .deps/snprintf.Tpo .deps/snprintf.Po
# mv -f .deps/getopt1.Tpo .deps/getopt1.Po
# mv -f .deps/getopt.Tpo .deps/getopt.Po
# rm -f libsrm.a
# ar cru libsrm.a snprintf.o getopt1.o getopt.o
# /r: `u' modifier ignored since `D' is the default (see `U')
# ranlib libsrm.a
# make[2]: Leaving directory '/tmp/srm/src/srm-1.2.15/lib'
# Making all in src
# make[2]: Entering directory '/tmp/srm/src/srm-1.2.15/src'
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -DNDEBUG -MT error.o -MD -MP -MF .deps/error.Tpo -c -o error.o error.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -DNDEBUG -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -DNDEBUG -MT random.o -MD -MP -MF .deps/random.Tpo -c -o random.o random.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -DNDEBUG -MT rename_unlink.o -MD -MP -MF .deps/rename_unlink.Tpo -c -o rename_unlink.o rename_unlink.c
# mv -f .deps/random.Tpo .deps/random.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -DNDEBUG -MT sunlink.o -MD -MP -MF .deps/sunlink.Tpo -c -o sunlink.o sunlink.c
# mv -f .deps/main.Tpo .deps/main.Po
# mv -f .deps/error.Tpo .deps/error.Po
# mv -f .deps/rename_unlink.Tpo .deps/rename_unlink.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -DNDEBUG -MT tree_walker.o -MD -MP -MF .deps/tree_walker.Tpo -c -o tree_walker.o tree_walker.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -Wall -DNDEBUG -MT fill.o -MD -MP -MF .deps/fill.Tpo -c -o fill.o fill.c
# mv -f .deps/fill.Tpo .deps/fill.Po
# sunlink.c:106:9: error: unknown type name '__sighandler_t'
# typedef __sighandler_t sighandler_t;
# ^
# sunlink.c:121:16: warning: incompatible pointer to integer conversion initializing 'sighandler_t' (aka 'int') with an expression of type 'void (*)(int)' [-Wint-conversion]
# sighandler_t usr2=signal(SIGUSR2, sigint_handler);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# sunlink.c:127:16: warning: incompatible pointer to integer conversion initializing 'sighandler_t' (aka 'int') with an expression of type 'void (*)(int)' [-Wint-conversion]
# sighandler_t pipe=signal(SIGPIPE, SIG_IGN);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~
# sunlink.c:133:19: warning: incompatible integer to pointer conversion passing 'sighandler_t' (aka 'int') to parameter of type 'void (*)(int)' [-Wint-conversion]
# signal(SIGPIPE, pipe);
# ^~~~
# /sysroot/include/signal.h:261:27: note: passing argument to parameter here
# void (*signal(int, void (*)(int)))(int);
# ^
# sunlink.c:139:19: warning: incompatible integer to pointer conversion passing 'sighandler_t' (aka 'int') to parameter of type 'void (*)(int)' [-Wint-conversion]
# signal(SIGUSR2, usr2);
# ^~~~
# /sysroot/include/signal.h:261:27: note: passing argument to parameter here
# void (*signal(int, void (*)(int)))(int);
# ^
# mv -f .deps/tree_walker.Tpo .deps/tree_walker.Po
# 4 warnings and 1 error generated.
# make[2]: *** [Makefile:247: sunlink.o] Error 1
# make[2]: Leaving directory '/tmp/srm/src/srm-1.2.15/src'
# make[1]: *** [Makefile:256: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/srm/src/srm-1.2.15'
# make: *** [Makefile:192: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/srm/src/srm-1.2.15/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 srm configure 1.2.15, which was
# generated by GNU Autoconf 2.67. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = e22f69f968d2
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2122: checking for a BSD-compatible install
# configure:2190: result: /usr/bin/install -c
# configure:2201: checking whether build environment is sane
# configure:2251: result: yes
# configure:2300: checking for x86_64-unknown-linux-strip
# configure:2330: result: no
# configure:2340: checking for strip
# configure:2356: found /sysroot/bin/strip
# configure:2367: result: strip
# configure:2392: checking for a thread-safe mkdir -p
# configure:2431: result: /usr/sbin/mkdir -p
# configure:2444: checking for gawk
# configure:2460: found /usr/sbin/gawk
# configure:2471: result: gawk
# configure:2482: checking whether make sets $(MAKE)
# configure:2504: result: yes
# configure:2595: checking for x86_64-unknown-linux-gcc
# configure:2622: result: clang
# configure:2891: checking for C compiler version
# configure:2900: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2911: $? = 0
# configure:2900: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2911: $? = 0
# configure:2900: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2911: $? = 1
# configure:2900: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2911: $? = 1
# configure:2931: checking whether the C compiler works
# configure:2953: clang conftest.c >&5
# configure:2957: $? = 0
# configure:3005: result: yes
# configure:3008: checking for C compiler default output file name
# configure:3010: result: a.out
# configure:3016: checking for suffix of executables
# configure:3023: clang -o conftest conftest.c >&5
# configure:3027: $? = 0
# configure:3049: result:
# configure:3071: checking whether we are cross compiling
# configure:3079: clang -o conftest conftest.c >&5
# configure:3083: $? = 0
# configure:3090: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3094: $? = 127
# configure:3109: result: yes
# configure:3114: checking for suffix of object files
# configure:3136: clang -c conftest.c >&5
# configure:3140: $? = 0
# configure:3161: result: o
# configure:3165: checking whether we are using the GNU C compiler
# configure:3184: clang -c conftest.c >&5
# configure:3184: $? = 0
# configure:3193: result: yes
# configure:3202: checking whether clang accepts -g
# configure:3222: clang -c -g conftest.c >&5
# configure:3222: $? = 0
# configure:3263: result: yes
# configure:3280: checking for clang option to accept ISO C89
# configure:3344: clang -c conftest.c >&5
# configure:3344: $? = 0
# configure:3357: result: none needed
# configure:3388: checking for style of include used by make
# configure:3416: result: GNU
# configure:3441: checking dependency style of clang
# configure:3551: result: gcc3
# configure:3571: checking for x86_64-unknown-linux-ranlib
# configure:3601: result: no
# configure:3611: checking for ranlib
# configure:3627: found /sysroot/bin/ranlib
# configure:3638: result: ranlib
# configure:3650: WARNING: using cross tools not prefixed with host triplet
# configure:3669: checking for special C compiler options needed for large files
# configure:3714: result: no
# configure:3720: checking for _FILE_OFFSET_BITS value needed for large files
# configure:3745: clang -c conftest.c >&5
# configure:3745: $? = 0
# configure:3777: result: no
# configure:3866: checking how to run the C preprocessor
# configure:3897: clang -E conftest.c
# configure:3897: $? = 0
# configure:3911: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3911: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "srm"
# | #define PACKAGE_TARNAME "srm"
# | #define PACKAGE_VERSION "1.2.15"
# | #define PACKAGE_STRING "srm 1.2.15"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "srm"
# | #define VERSION "1.2.15"
# | /* end confdefs.h. */
# | #include
# configure:3936: result: clang -E
# configure:3956: clang -E conftest.c
# configure:3956: $? = 0
# configure:3970: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3970: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "srm"
# | #define PACKAGE_TARNAME "srm"
# | #define PACKAGE_VERSION "1.2.15"
# | #define PACKAGE_STRING "srm 1.2.15"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "srm"
# | #define VERSION "1.2.15"
# | /* end confdefs.h. */
# | #include
# configure:3999: checking for grep that handles long lines and -e
# configure:4057: result: /usr/sbin/grep
# configure:4062: checking for egrep
# configure:4124: result: /usr/sbin/grep -E
# configure:4129: checking for ANSI C header files
# configure:4149: clang -c conftest.c >&5
# configure:4149: $? = 0
# configure:4233: result: yes
# configure:4244: checking for sys/vfs.h
# configure:4244: clang -c conftest.c >&5
# configure:4244: $? = 0
# configure:4244: result: yes
# configure:4244: checking for sys/param.h
# configure:4244: clang -c conftest.c >&5
# configure:4244: $? = 0
# configure:4244: result: yes
# configure:4244: checking for sys/mount.h
# configure:4244: clang -c conftest.c >&5
# configure:4244: $? = 0
# configure:4244: result: yes
# configure:4244: checking for varargs.h
# configure:4244: clang -c conftest.c >&5
# In file included from conftest.c:21:
# /sysroot/bin/../lib/clang/3.8.1/include/varargs.h:25:4: error: "Please use instead of "
# #error "Please use instead of "
# ^
# 1 error generated.
# configure:4244: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "srm"
# | #define PACKAGE_TARNAME "srm"
# | #define PACKAGE_VERSION "1.2.15"
# | #define PACKAGE_STRING "srm 1.2.15"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "srm"
# | #define VERSION "1.2.15"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_LINUX_FS_H
# | #include
# | #endif
# |
# |
# | #include
# configure:4244: result: no
# configure:4244: checking for stdarg.h
# configure:4244: clang -c conftest.c >&5
# configure:4244: $? = 0
# configure:4244: result: yes
# configure:4244: checking for attr/xattr.h
# configure:4244: clang -c conftest.c >&5
# conftest.c:22:10: fatal error: 'attr/xattr.h' file not found
# #include
# ^
# 1 error generated.
# configure:4244: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "srm"
# | #define PACKAGE_TARNAME "srm"
# | #define PACKAGE_VERSION "1.2.15"
# | #define PACKAGE_STRING "srm 1.2.15"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "srm"
# | #define VERSION "1.2.15"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_STDARG_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_LINUX_FS_H
# | #include
# | #endif
# |
# |
# | #include
# configure:4244: result: no
# configure:4244: checking for sys/extattr.h
# configure:4244: clang -c conftest.c >&5
# conftest.c:22:10: fatal error: 'sys/extattr.h' file not found
# #include
# ^
# 1 error generated.
# configure:4244: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "srm"
# | #define PACKAGE_TARNAME "srm"
# | #define PACKAGE_VERSION "1.2.15"
# | #define PACKAGE_STRING "srm 1.2.15"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "srm"
# | #define VERSION "1.2.15"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_STDARG_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_LINUX_FS_H
# | #include
# | #endif
# |
# |
# | #include
# configure:4244: result: no
# configure:4244: checking for sys/xattr.h
# configure:4244: clang -c conftest.c >&5
# configure:4244: $? = 0
# configure:4244: result: yes
# configure:4244: checking for linux/fs.h
# configure:4244: clang -c conftest.c >&5
# conftest.c:23:10: fatal error: 'linux/fs.h' file not found
# #include
# ^
# 1 error generated.
# configure:4244: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "srm"
# | #define PACKAGE_TARNAME "srm"
# | #define PACKAGE_VERSION "1.2.15"
# | #define PACKAGE_STRING "srm 1.2.15"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "srm"
# | #define VERSION "1.2.15"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SYS_XATTR_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_LINUX_FS_H
# | #include
# | #endif
# |
# |
# | #include
# configure:4244: result: no
# configure:4244: checking for linux/ext2_fs.h
# configure:4244: clang -c conftest.c >&5
# conftest.c:23:10: fatal error: 'linux/ext2_fs.h' file not found
# #include
# ^
# 1 error generated.
# configure:4244: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "srm"
# | #define PACKAGE_TARNAME "srm"
# | #define PACKAGE_VERSION "1.2.15"
# | #define PACKAGE_STRING "srm 1.2.15"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "srm"
# | #define VERSION "1.2.15"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SYS_XATTR_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_LINUX_FS_H
# | #include
# | #endif
# |
# |
# | #include
# configure:4244: result: no
# configure:4244: checking for linux/ext3_fs.h
# configure:4244: clang -c conftest.c >&5
# conftest.c:23:10: fatal error: 'linux/ext3_fs.h' file not found
# #include
# ^
# 1 error generated.
# configure:4244: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "srm"
# | #define PACKAGE_TARNAME "srm"
# | #define PACKAGE_VERSION "1.2.15"
# | #define PACKAGE_STRING "srm 1.2.15"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "srm"
# | #define VERSION "1.2.15"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SYS_XATTR_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_LINUX_FS_H
# | #include
# | #endif
# |
# |
# | #include
# configure:4244: result: no
# configure:4260: checking for an ANSI C-conforming const
# configure:4325: clang -c conftest.c >&5
# configure:4325: $? = 0
# configure:4332: result: yes
# configure:4346: checking for sys/types.h
# configure:4346: clang -c conftest.c >&5
# configure:4346: $? = 0
# configure:4346: result: yes
# configure:4346: checking for sys/stat.h
# configure:4346: clang -c conftest.c >&5
# configure:4346: $? = 0
# configure:4346: result: yes
# configure:4346: checking for stdlib.h
# configure:4346: clang -c conftest.c >&5
# configure:4346: $? = 0
# configure:4346: result: yes
# configure:4346: checking for string.h
# configure:4346: clang -c conftest.c >&5
# configure:4346: $? = 0
# configure:4346: result: yes
# configure:4346: checking for memory.h
# configure:4346: clang -c conftest.c >&5
# configure:4346: $? = 0
# configure:4346: result: yes
# configure:4346: checking for strings.h
# configure:4346: clang -c conftest.c >&5
# configure:4346: $? = 0
# configure:4346: result: yes
# configure:4346: checking for inttypes.h
# configure:4346: clang -c conftest.c >&5
# configure:4346: $? = 0
# configure:4346: result: yes
# configure:4346: checking for stdint.h
# configure:4346: clang -c conftest.c >&5
# configure:4346: $? = 0
# configure:4346: result: yes
# configure:4346: checking for unistd.h
# configure:4346: clang -c conftest.c >&5
# configure:4346: $? = 0
# configure:4346: result: yes
# configure:4358: checking for struct stat.st_blksize
# configure:4358: clang -c conftest.c >&5
# configure:4358: $? = 0
# configure:4358: result: yes
# configure:4374: checking for fts_open
# configure:4374: clang -o conftest conftest.c >&5
# /tmp/conftest-0b8371.o:conftest.c:function main: error: undefined reference to 'fts_open'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4374: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "srm"
# | #define PACKAGE_TARNAME "srm"
# | #define PACKAGE_VERSION "1.2.15"
# | #define PACKAGE_STRING "srm 1.2.15"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "srm"
# | #define VERSION "1.2.15"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_ST_BLKSIZE 1
# | /* end confdefs.h. */
# | /* Define fts_open to an innocuous variant, in case declares fts_open.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define fts_open innocuous_fts_open
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char fts_open (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef fts_open
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char fts_open ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_fts_open || defined __stub___fts_open
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return fts_open ();
# | ;
# | return 0;
# | }
# configure:4374: result: no
# configure:4374: checking for nftw
# configure:4374: clang -o conftest conftest.c >&5
# configure:4374: $? = 0
# configure:4374: result: yes
# configure:4374: checking for fdatasync
# configure:4374: clang -o conftest conftest.c >&5
# configure:4374: $? = 0
# configure:4374: result: yes
# configure:4374: checking for chflags
# configure:4374: clang -o conftest conftest.c >&5
# /tmp/conftest-b1bada.o:conftest.c:function main: error: undefined reference to 'chflags'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4374: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "srm"
# | #define PACKAGE_TARNAME "srm"
# | #define PACKAGE_VERSION "1.2.15"
# | #define PACKAGE_STRING "srm 1.2.15"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "srm"
# | #define VERSION "1.2.15"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_VFS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SYS_XATTR_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_ST_BLKSIZE 1
# | #define HAVE_NFTW 1
# | #define HAVE_FDATASYNC 1
# | /* end confdefs.h. */
# | /* Define chflags to an innocuous variant, in case declares chflags.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define chflags innocuous_chflags
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char chflags (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef chflags
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char chflags ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_chflags || defined __stub___chflags
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return chflags ();
# | ;
# | return 0;
# | }
# configure:4374: result: no
# configure:4374: checking for snprintf
# configure:4374: clang -o conftest conftest.c >&5
# conftest.c:53:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:53:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:4374: $? = 0
# configure:4374: result: yes
# configure:4374: checking for vsnprintf
# configure:4374: clang -o conftest conftest.c >&5
# conftest.c:54:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char vsnprintf ();
# ^
# conftest.c:54:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:4374: $? = 0
# configure:4374: result: yes
# configure:4374: checking for lrand48
# configure:4374: clang -o conftest conftest.c >&5
# configure:4374: $? = 0
# configure:4374: result: yes
# configure:4384: checking whether to enable debugging
# configure:4400: result: no
# configure:4525: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by srm config.status 1.2.15, which was
# generated by GNU Autoconf 2.67. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on e22f69f968d2
#
# config.status:876: creating Makefile
# config.status:876: creating doc/Makefile
# config.status:876: creating src/Makefile
# config.status:876: creating lib/Makefile
# config.status:876: creating win/Makefile
# config.status:876: creating srm.spec
# config.status:876: creating doc/srm.1
# config.status:876: creating test/Makefile
# config.status:876: creating config.h
# config.status:1104: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# 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_LIBS_set=
# ac_cv_env_LIBS_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_func_chflags=no
# ac_cv_func_fdatasync=yes
# ac_cv_func_fts_open=no
# ac_cv_func_lrand48=yes
# ac_cv_func_nftw=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_header_attr_xattr_h=no
# ac_cv_header_inttypes_h=yes
# ac_cv_header_linux_ext2_fs_h=no
# ac_cv_header_linux_ext3_fs_h=no
# ac_cv_header_linux_fs_h=no
# ac_cv_header_memory_h=yes
# ac_cv_header_stdarg_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_extattr_h=no
# ac_cv_header_sys_mount_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_vfs_h=yes
# ac_cv_header_sys_xattr_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_varargs_h=no
# ac_cv_member_struct_stat_st_blksize=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# am_cv_CC_dependencies_compiler_type=gcc3
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/srm/src/srm-1.2.15/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/srm/src/srm-1.2.15/missing --run tar'
# AUTOCONF='${SHELL} /tmp/srm/src/srm-1.2.15/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/srm/src/srm-1.2.15/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/srm/src/srm-1.2.15/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -DNDEBUG'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/srm/src/srm-1.2.15/missing --run makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# OBJEXT='o'
# PACKAGE='srm'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='srm'
# PACKAGE_STRING='srm 1.2.15'
# PACKAGE_TARNAME='srm'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.2.15'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.2.15'
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/srm/src/srm-1.2.15/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/sbin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "srm"
# #define PACKAGE_TARNAME "srm"
# #define PACKAGE_VERSION "1.2.15"
# #define PACKAGE_STRING "srm 1.2.15"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "srm"
# #define VERSION "1.2.15"
# #define STDC_HEADERS 1
# #define HAVE_SYS_VFS_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_MOUNT_H 1
# #define HAVE_STDARG_H 1
# #define HAVE_SYS_XATTR_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# #define HAVE_ST_BLKSIZE 1
# #define HAVE_NFTW 1
# #define HAVE_FDATASYNC 1
# #define HAVE_SNPRINTF 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_LRAND48 1
#
# configure: exit 0