Build of srm with clang_glibc toolchain

The build took 00h 00m 59s and was SUCCESSFUL.

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

SLOCLanguage
3,127 ansic
2,294 makefile
1,325 sh
80 cpp
6,826 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...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/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 (Thu Apr 13 16:03:30 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/bin/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... no
# 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
# 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/bin/grep
# checking for egrep... /usr/bin/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... yes
# 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... yes
# 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
# mv -f .deps/snprintf.Tpo .deps/snprintf.Po
# clang -DHAVE_CONFIG_H -I. -I.. -DNDEBUG -MT getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c
# mv -f .deps/getopt1.Tpo .deps/getopt1.Po
# 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/getopt.Tpo .deps/getopt.Po
# rm -f libsrm.a
# ar cru libsrm.a snprintf.o getopt1.o getopt.o
# ar: `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
# mv -f .deps/error.Tpo .deps/error.Po
# 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
# mv -f .deps/main.Tpo .deps/main.Po
# 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
# mv -f .deps/random.Tpo .deps/random.Po
# 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/rename_unlink.Tpo .deps/rename_unlink.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/sunlink.Tpo .deps/sunlink.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
# mv -f .deps/tree_walker.Tpo .deps/tree_walker.Po
# 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
# clang -Wall -DNDEBUG -o srm error.o main.o random.o rename_unlink.o sunlink.o tree_walker.o fill.o ../lib/libsrm.a
# make[2]: Leaving directory '/tmp/srm/src/srm-1.2.15/src'
# Making all in doc
# make[2]: Entering directory '/tmp/srm/src/srm-1.2.15/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/srm/src/srm-1.2.15/doc'
# Making all in win
# make[2]: Entering directory '/tmp/srm/src/srm-1.2.15/win'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/srm/src/srm-1.2.15/win'
# Making all in test
# make[2]: Entering directory '/tmp/srm/src/srm-1.2.15/test'
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -I../src -Wall -DNDEBUG -MT fill.o -MD -MP -MF .deps/fill.Tpo -c -o fill.o `test -f '../src/fill.c' || echo './'`../src/fill.c
# mv -f .deps/fill.Tpo .deps/fill.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../lib -I../src -Wall -DNDEBUG -MT fill_test.o -MD -MP -MF .deps/fill_test.Tpo -c -o fill_test.o fill_test.c
# mv -f .deps/fill_test.Tpo .deps/fill_test.Po
# clang -Wall -DNDEBUG -o fill_test fill.o fill_test.o
# make[2]: Leaving directory '/tmp/srm/src/srm-1.2.15/test'
# make[2]: Entering directory '/tmp/srm/src/srm-1.2.15'
# make[2]: Leaving directory '/tmp/srm/src/srm-1.2.15'
# make[1]: Leaving directory '/tmp/srm/src/srm-1.2.15'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in lib
# make[1]: Entering directory '/tmp/srm/src/srm-1.2.15/lib'
# make[2]: Entering directory '/tmp/srm/src/srm-1.2.15/lib'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/srm/src/srm-1.2.15/lib'
# make[1]: Leaving directory '/tmp/srm/src/srm-1.2.15/lib'
# Making install in src
# make[1]: Entering directory '/tmp/srm/src/srm-1.2.15/src'
# make[2]: Entering directory '/tmp/srm/src/srm-1.2.15/src'
# test -z "/tmp/srm/pkg/srm/usr/bin" || /usr/bin/mkdir -p "/tmp/srm/pkg/srm/usr/bin"
# /usr/bin/install -c srm '/tmp/srm/pkg/srm/usr/bin'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/srm/src/srm-1.2.15/src'
# make[1]: Leaving directory '/tmp/srm/src/srm-1.2.15/src'
# Making install in doc
# make[1]: Entering directory '/tmp/srm/src/srm-1.2.15/doc'
# make[2]: Entering directory '/tmp/srm/src/srm-1.2.15/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/tmp/srm/pkg/srm/usr/share/man/man1" || /usr/bin/mkdir -p "/tmp/srm/pkg/srm/usr/share/man/man1"
# /usr/bin/install -c -m 644 srm.1 '/tmp/srm/pkg/srm/usr/share/man/man1'
# make[2]: Leaving directory '/tmp/srm/src/srm-1.2.15/doc'
# make[1]: Leaving directory '/tmp/srm/src/srm-1.2.15/doc'
# Making install in win
# make[1]: Entering directory '/tmp/srm/src/srm-1.2.15/win'
# make[2]: Entering directory '/tmp/srm/src/srm-1.2.15/win'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/srm/src/srm-1.2.15/win'
# make[1]: Leaving directory '/tmp/srm/src/srm-1.2.15/win'
# Making install in test
# make[1]: Entering directory '/tmp/srm/src/srm-1.2.15/test'
# make[2]: Entering directory '/tmp/srm/src/srm-1.2.15/test'
# test -z "/tmp/srm/pkg/srm/usr/bin" || /usr/bin/mkdir -p "/tmp/srm/pkg/srm/usr/bin"
# /usr/bin/install -c fill_test '/tmp/srm/pkg/srm/usr/bin'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/srm/src/srm-1.2.15/test'
# make[1]: Leaving directory '/tmp/srm/src/srm-1.2.15/test'
# make[1]: Entering directory '/tmp/srm/src/srm-1.2.15'
# make[2]: Entering directory '/tmp/srm/src/srm-1.2.15'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/srm/src/srm-1.2.15'
# make[1]: Leaving directory '/tmp/srm/src/srm-1.2.15'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "srm"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: srm 1.2.15-1 (Thu Apr 13 16:03:54 UTC 2017)

CMD: pacman --query --file srm-1.2.15-1-x86_64.pkg.tar.xz
# srm 1.2.15-1

Creating hybrid package for 'srm'

Trying to find vanilla package 'srm'...

CMD: pacman --query --file /mirror/srm-1.2.15-1.pkg.tar.xz
# srm 1.2.15-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/srm
# /usr/bin/fill_test
# /usr/share/man/man1/srm.1.gz
# /usr/share/licenses/srm/LICENSE

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 srm.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/srm.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/srm.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/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 = 1df51839200e
# 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: /usr/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 /usr/bin/strip
# configure:2367: result: strip
# configure:2392: checking for a thread-safe mkdir -p
# configure:2431: result: /usr/bin/mkdir -p
# configure:2444: checking for gawk
# configure:2460: found /usr/bin/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.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2911: $? = 0
# configure:2900: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# 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
# configure:3094: $? = 0
# configure:3109: result: no
# 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 /usr/bin/ranlib
# configure:3638: result: ranlib
# 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/bin/grep
# configure:4062: checking for egrep
# configure:4124: result: /usr/bin/grep -E
# configure:4129: checking for ANSI C header files
# configure:4149: clang -c conftest.c >&5
# configure:4149: $? = 0
# configure:4222: clang -o conftest conftest.c >&5
# configure:4222: $? = 0
# configure:4222: ./conftest
# configure:4222: $? = 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:
# /usr/bin/../lib/clang/3.8.0/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
# In file included from conftest.c:22:
# /usr/include/attr/xattr.h:37:30: error: unknown type name 'size_t'
# const void *__value, size_t __size, int __flags) __THROW;
# ^
# /usr/include/attr/xattr.h:39:30: error: unknown type name 'size_t'
# const void *__value, size_t __size, int __flags) __THROW;
# ^
# /usr/include/attr/xattr.h:41:30: error: unknown type name 'size_t'
# const void *__value, size_t __size, int __flags) __THROW;
# ^
# /usr/include/attr/xattr.h:43:8: error: unknown type name 'ssize_t'
# extern ssize_t getxattr (const char *__path, const char *__name,
# ^
# /usr/include/attr/xattr.h:44:20: error: unknown type name 'size_t'
# void *__value, size_t __size) __THROW;
# ^
# /usr/include/attr/xattr.h:45:8: error: unknown type name 'ssize_t'
# extern ssize_t lgetxattr (const char *__path, const char *__name,
# ^
# /usr/include/attr/xattr.h:46:20: error: unknown type name 'size_t'
# void *__value, size_t __size) __THROW;
# ^
# /usr/include/attr/xattr.h:47:8: error: unknown type name 'ssize_t'
# extern ssize_t fgetxattr (int __filedes, const char *__name,
# ^
# /usr/include/attr/xattr.h:48:20: error: unknown type name 'size_t'
# void *__value, size_t __size) __THROW;
# ^
# /usr/include/attr/xattr.h:50:8: error: unknown type name 'ssize_t'
# extern ssize_t listxattr (const char *__path, char *__list,
# ^
# /usr/include/attr/xattr.h:51:5: error: unknown type name 'size_t'
# size_t __size) __THROW;
# ^
# /usr/include/attr/xattr.h:52:8: error: unknown type name 'ssize_t'
# extern ssize_t llistxattr (const char *__path, char *__list,
# ^
# /usr/include/attr/xattr.h:53:5: error: unknown type name 'size_t'
# size_t __size) __THROW;
# ^
# /usr/include/attr/xattr.h:54:8: error: unknown type name 'ssize_t'
# extern ssize_t flistxattr (int __filedes, char *__list,
# ^
# /usr/include/attr/xattr.h:55:5: error: unknown type name 'size_t'
# size_t __size) __THROW;
# ^
# 15 errors 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
# configure:4244: $? = 0
# configure:4244: result: yes
# configure:4244: checking for linux/ext2_fs.h
# configure:4244: clang -c conftest.c >&5
# conftest.c:24: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
# | #define HAVE_LINUX_FS_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:24: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
# | #define HAVE_LINUX_FS_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
# configure:4374: $? = 0
# configure:4374: result: yes
# 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
# conftest.c:60:1: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:60:9: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# 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_LINUX_FS_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_FTS_OPEN 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:55:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:55: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:56:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
# char vsnprintf ();
# ^
# conftest.c:56: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 1df51839200e
#
# config.status:878: creating Makefile
# config.status:878: creating doc/Makefile
# config.status:878: creating src/Makefile
# config.status:878: creating lib/Makefile
# config.status:878: creating win/Makefile
# config.status:878: creating srm.spec
# config.status:878: creating doc/srm.1
# config.status:878: creating test/Makefile
# config.status:878: creating config.h
# config.status:1106: 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=yes
# 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=yes
# 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/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/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/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/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/bin/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/bin/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_LINUX_FS_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_FTS_OPEN 1
# #define HAVE_NFTW 1
# #define HAVE_FDATASYNC 1
# #define HAVE_SNPRINTF 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_LRAND48 1
#
# configure: exit 0