Build of s3fs-fuse with clang_glibc 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
10,914 cpp
2,822 makefile
492 sh
69 ansic
14,297 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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: s3fs-fuse 1.79-3 (Thu Apr 13 21:04:46 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) fuse-2.9.7-1
#
# Total Installed Size: 0.48 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing fuse...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
# configure.ac:29: installing './compile'
# configure.ac:25: installing './config.guess'
# configure.ac:25: installing './config.sub'
# configure.ac:26: installing './install-sh'
# configure.ac:26: installing './missing'
# src/Makefile.am: installing './depcomp'
# parallel-tests: installing './test-driver'
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for 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 whether make supports nested variables... yes
# 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 style of include used by make... GNU
# checking dependency style of clang++... gcc3
# checking for x86_64-unknown-linux-gcc... clang
# 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 whether clang understands -c and -o together... yes
# checking dependency style of clang... gcc3
# checking s3fs build with nettle(GnuTLS)... no
# checking s3fs build with OpenSSL... no
# checking s3fs build with GnuTLS... no
# checking s3fs build with NSS... no
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for common_lib_checking... yes
# checking compile s3fs with... OpenSSL
# checking for DEPS... yes
# checking for malloc_trim... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating test/Makefile
# config.status: creating doc/Makefile
# config.status: executing depfiles commands
# Making all in src
# make[1]: Entering directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79/src'
# clang++ -DPACKAGE_NAME=\"s3fs\" -DPACKAGE_TARNAME=\"s3fs\" -DPACKAGE_VERSION=\"1.79\" -DPACKAGE_STRING=\"s3fs\ 1.79\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"s3fs\" -DVERSION=\"1.79\" -DHAVE_MALLOC_TRIM=1 -I. -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/libxml2 -Wall -D_FILE_OFFSET_BITS=64 -MT s3fs.o -MD -MP -MF .deps/s3fs.Tpo -c -o s3fs.o s3fs.cpp
# mv -f .deps/s3fs.Tpo .deps/s3fs.Po
# clang++ -DPACKAGE_NAME=\"s3fs\" -DPACKAGE_TARNAME=\"s3fs\" -DPACKAGE_VERSION=\"1.79\" -DPACKAGE_STRING=\"s3fs\ 1.79\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"s3fs\" -DVERSION=\"1.79\" -DHAVE_MALLOC_TRIM=1 -I. -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/libxml2 -Wall -D_FILE_OFFSET_BITS=64 -MT curl.o -MD -MP -MF .deps/curl.Tpo -c -o curl.o curl.cpp
# mv -f .deps/curl.Tpo .deps/curl.Po
# clang++ -DPACKAGE_NAME=\"s3fs\" -DPACKAGE_TARNAME=\"s3fs\" -DPACKAGE_VERSION=\"1.79\" -DPACKAGE_STRING=\"s3fs\ 1.79\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"s3fs\" -DVERSION=\"1.79\" -DHAVE_MALLOC_TRIM=1 -I. -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/libxml2 -Wall -D_FILE_OFFSET_BITS=64 -MT cache.o -MD -MP -MF .deps/cache.Tpo -c -o cache.o cache.cpp
# mv -f .deps/cache.Tpo .deps/cache.Po
# clang++ -DPACKAGE_NAME=\"s3fs\" -DPACKAGE_TARNAME=\"s3fs\" -DPACKAGE_VERSION=\"1.79\" -DPACKAGE_STRING=\"s3fs\ 1.79\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"s3fs\" -DVERSION=\"1.79\" -DHAVE_MALLOC_TRIM=1 -I. -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/libxml2 -Wall -D_FILE_OFFSET_BITS=64 -MT string_util.o -MD -MP -MF .deps/string_util.Tpo -c -o string_util.o string_util.cpp
# mv -f .deps/string_util.Tpo .deps/string_util.Po
# clang++ -DPACKAGE_NAME=\"s3fs\" -DPACKAGE_TARNAME=\"s3fs\" -DPACKAGE_VERSION=\"1.79\" -DPACKAGE_STRING=\"s3fs\ 1.79\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"s3fs\" -DVERSION=\"1.79\" -DHAVE_MALLOC_TRIM=1 -I. -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/libxml2 -Wall -D_FILE_OFFSET_BITS=64 -MT s3fs_util.o -MD -MP -MF .deps/s3fs_util.Tpo -c -o s3fs_util.o s3fs_util.cpp
# mv -f .deps/s3fs_util.Tpo .deps/s3fs_util.Po
# clang++ -DPACKAGE_NAME=\"s3fs\" -DPACKAGE_TARNAME=\"s3fs\" -DPACKAGE_VERSION=\"1.79\" -DPACKAGE_STRING=\"s3fs\ 1.79\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"s3fs\" -DVERSION=\"1.79\" -DHAVE_MALLOC_TRIM=1 -I. -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/libxml2 -Wall -D_FILE_OFFSET_BITS=64 -MT fdcache.o -MD -MP -MF .deps/fdcache.Tpo -c -o fdcache.o fdcache.cpp
# mv -f .deps/fdcache.Tpo .deps/fdcache.Po
# clang++ -DPACKAGE_NAME=\"s3fs\" -DPACKAGE_TARNAME=\"s3fs\" -DPACKAGE_VERSION=\"1.79\" -DPACKAGE_STRING=\"s3fs\ 1.79\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"s3fs\" -DVERSION=\"1.79\" -DHAVE_MALLOC_TRIM=1 -I. -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/libxml2 -Wall -D_FILE_OFFSET_BITS=64 -MT common_auth.o -MD -MP -MF .deps/common_auth.Tpo -c -o common_auth.o common_auth.cpp
# mv -f .deps/common_auth.Tpo .deps/common_auth.Po
# clang++ -DPACKAGE_NAME=\"s3fs\" -DPACKAGE_TARNAME=\"s3fs\" -DPACKAGE_VERSION=\"1.79\" -DPACKAGE_STRING=\"s3fs\ 1.79\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"s3fs\" -DVERSION=\"1.79\" -DHAVE_MALLOC_TRIM=1 -I. -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/libxml2 -Wall -D_FILE_OFFSET_BITS=64 -MT openssl_auth.o -MD -MP -MF .deps/openssl_auth.Tpo -c -o openssl_auth.o openssl_auth.cpp
# mv -f .deps/openssl_auth.Tpo .deps/openssl_auth.Po
# clang++ -Wall -D_FILE_OFFSET_BITS=64 -o s3fs s3fs.o curl.o cache.o string_util.o s3fs_util.o fdcache.o common_auth.o openssl_auth.o -lfuse -pthread -lcurl -lxml2 -lcrypto
# clang++ -DPACKAGE_NAME=\"s3fs\" -DPACKAGE_TARNAME=\"s3fs\" -DPACKAGE_VERSION=\"1.79\" -DPACKAGE_STRING=\"s3fs\ 1.79\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"s3fs\" -DVERSION=\"1.79\" -DHAVE_MALLOC_TRIM=1 -I. -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/libxml2 -Wall -D_FILE_OFFSET_BITS=64 -MT test_string_util.o -MD -MP -MF .deps/test_string_util.Tpo -c -o test_string_util.o test_string_util.cpp
# mv -f .deps/test_string_util.Tpo .deps/test_string_util.Po
# clang++ -Wall -D_FILE_OFFSET_BITS=64 -o test_string_util string_util.o test_string_util.o
# make[1]: Leaving directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79/src'
# Making all in test
# make[1]: Entering directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79/test'
# clang -DPACKAGE_NAME=\"s3fs\" -DPACKAGE_TARNAME=\"s3fs\" -DPACKAGE_VERSION=\"1.79\" -DPACKAGE_STRING=\"s3fs\ 1.79\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"s3fs\" -DVERSION=\"1.79\" -DHAVE_MALLOC_TRIM=1 -I. -MT rename_before_close.o -MD -MP -MF .deps/rename_before_close.Tpo -c -o rename_before_close.o rename_before_close.c
# mv -f .deps/rename_before_close.Tpo .deps/rename_before_close.Po
# clang -o rename_before_close rename_before_close.o
# make[1]: Leaving directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79/test'
# Making all in doc
# make[1]: Entering directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79/doc'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79/doc'
# make[1]: Entering directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79/src'
# make[2]: Entering directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79/src'
# /usr/bin/mkdir -p '/tmp/s3fs-fuse/pkg/s3fs-fuse//usr/bin'
# /usr/bin/install -c s3fs '/tmp/s3fs-fuse/pkg/s3fs-fuse//usr/bin'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79/src'
# make[1]: Leaving directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79/src'
# Making install in test
# make[1]: Entering directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79/test'
# make[2]: Entering directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79/test'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/s3fs-fuse/pkg/s3fs-fuse/test'
# /usr/bin/install -c rename_before_close '/tmp/s3fs-fuse/pkg/s3fs-fuse/test'
# make[2]: Leaving directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79/test'
# make[1]: Leaving directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79/test'
# Making install in doc
# make[1]: Entering directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79/doc'
# make[2]: Entering directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/s3fs-fuse/pkg/s3fs-fuse//usr/share/man/man1'
# /usr/bin/install -c -m 644 man/s3fs.1 '/tmp/s3fs-fuse/pkg/s3fs-fuse//usr/share/man/man1'
# make[2]: Leaving directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79/doc'
# make[1]: Leaving directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79/doc'
# make[1]: Entering directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79'
# make[2]: Entering directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79'
# 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/s3fs-fuse/src/s3fs-fuse-1.79'
# make[1]: Leaving directory '/tmp/s3fs-fuse/src/s3fs-fuse-1.79'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "s3fs-fuse"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: s3fs-fuse 1.79-3 (Thu Apr 13 21:04:59 UTC 2017)

CMD: pacman --query --file s3fs-fuse-1.79-3-x86_64.pkg.tar.xz
# s3fs-fuse 1.79-3

Creating hybrid package for 's3fs-fuse'

Trying to find vanilla package 's3fs-fuse'...

CMD: pacman --query --file /mirror/s3fs-fuse-1.79-3.pkg.tar.xz
# s3fs-fuse 1.79-3

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

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

Created package at path /var/cache/pacman/pkg/s3fs-fuse.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/s3fs-fuse.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/s3fs-fuse.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/s3fs-fuse/src/s3fs-fuse-1.79/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 s3fs configure 1.79, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 33f788ca2faa
# 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/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2041: checking build system type
# configure:2055: result: x86_64-unknown-linux-gnu
# configure:2075: checking host system type
# configure:2088: result: x86_64-unknown-linux-gnu
# configure:2108: checking target system type
# configure:2121: result: x86_64-unknown-linux-gnu
# configure:2164: checking for a BSD-compatible install
# configure:2232: result: /usr/bin/install -c
# configure:2243: checking whether build environment is sane
# configure:2298: result: yes
# configure:2357: checking for x86_64-unknown-linux-strip
# configure:2387: result: no
# configure:2397: checking for strip
# configure:2413: found /usr/bin/strip
# configure:2424: result: strip
# configure:2449: checking for a thread-safe mkdir -p
# configure:2488: result: /usr/bin/mkdir -p
# configure:2495: checking for gawk
# configure:2511: found /usr/bin/gawk
# configure:2522: result: gawk
# configure:2533: checking whether make sets $(MAKE)
# configure:2555: result: yes
# configure:2584: checking whether make supports nested variables
# configure:2601: result: yes
# configure:2840: checking for C++ compiler version
# configure:2849: 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:2860: $? = 0
# configure:2849: 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:2860: $? = 0
# configure:2849: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2860: $? = 1
# configure:2849: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2860: $? = 1
# configure:2880: checking whether the C++ compiler works
# configure:2902: clang++ conftest.cpp >&5
# configure:2906: $? = 0
# configure:2954: result: yes
# configure:2957: checking for C++ compiler default output file name
# configure:2959: result: a.out
# configure:2965: checking for suffix of executables
# configure:2972: clang++ -o conftest conftest.cpp >&5
# configure:2976: $? = 0
# configure:2998: result:
# configure:3020: checking whether we are cross compiling
# configure:3028: clang++ -o conftest conftest.cpp >&5
# configure:3032: $? = 0
# configure:3039: ./conftest
# configure:3043: $? = 0
# configure:3058: result: no
# configure:3063: checking for suffix of object files
# configure:3085: clang++ -c conftest.cpp >&5
# configure:3089: $? = 0
# configure:3110: result: o
# configure:3114: checking whether we are using the GNU C++ compiler
# configure:3133: clang++ -c conftest.cpp >&5
# configure:3133: $? = 0
# configure:3142: result: yes
# configure:3151: checking whether clang++ accepts -g
# configure:3171: clang++ -c -g conftest.cpp >&5
# configure:3171: $? = 0
# configure:3212: result: yes
# configure:3246: checking for style of include used by make
# configure:3274: result: GNU
# configure:3300: checking dependency style of clang++
# configure:3411: result: gcc3
# configure:3434: checking for x86_64-unknown-linux-gcc
# configure:3461: result: clang
# configure:3730: checking for C compiler version
# configure:3739: 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:3750: $? = 0
# configure:3739: 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:3750: $? = 0
# configure:3739: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3750: $? = 1
# configure:3739: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3750: $? = 1
# configure:3754: checking whether we are using the GNU C compiler
# configure:3773: clang -c conftest.c >&5
# configure:3773: $? = 0
# configure:3782: result: yes
# configure:3791: checking whether clang accepts -g
# configure:3811: clang -c -g conftest.c >&5
# configure:3811: $? = 0
# configure:3852: result: yes
# configure:3869: checking for clang option to accept ISO C89
# configure:3932: clang -c conftest.c >&5
# configure:3932: $? = 0
# configure:3945: result: none needed
# configure:3970: checking whether clang understands -c and -o together
# configure:3992: clang -c conftest.c -o conftest2.o
# configure:3995: $? = 0
# configure:3992: clang -c conftest.c -o conftest2.o
# configure:3995: $? = 0
# configure:4007: result: yes
# configure:4026: checking dependency style of clang
# configure:4137: result: gcc3
# configure:4170: checking s3fs build with nettle(GnuTLS)
# configure:4190: result: no
# configure:4196: checking s3fs build with OpenSSL
# configure:4220: result: no
# configure:4226: checking s3fs build with GnuTLS
# configure:4256: result: no
# configure:4262: checking s3fs build with NSS
# configure:4292: result: no
# configure:4319: checking for x86_64-unknown-linux-pkg-config
# configure:4352: result: no
# configure:4362: checking for pkg-config
# configure:4380: found /usr/bin/pkg-config
# configure:4392: result: /usr/bin/pkg-config
# configure:4417: checking pkg-config is at least version 0.9.0
# configure:4420: result: yes
# configure:4430: checking for common_lib_checking
# configure:4437: $PKG_CONFIG --exists --print-errors "fuse >= ${min_fuse_version} libcurl >= 7.0 libxml-2.0 >= 2.6"
# configure:4440: $? = 0
# configure:4454: $PKG_CONFIG --exists --print-errors "fuse >= ${min_fuse_version} libcurl >= 7.0 libxml-2.0 >= 2.6"
# configure:4457: $? = 0
# configure:4515: result: yes
# configure:4520: checking compile s3fs with
# configure:4524: result: OpenSSL
# configure:4528: checking for DEPS
# configure:4535: $PKG_CONFIG --exists --print-errors "fuse >= ${min_fuse_version} libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9"
# configure:4538: $? = 0
# configure:4552: $PKG_CONFIG --exists --print-errors "fuse >= ${min_fuse_version} libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9"
# configure:4555: $? = 0
# configure:4613: result: yes
# configure:5133: checking for malloc_trim
# configure:5133: clang -o conftest conftest.c >&5
# configure:5133: $? = 0
# configure:5133: result: yes
# configure:5290: checking that generated files are newer than configure
# configure:5296: result: done
# configure:5339: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by s3fs config.status 1.79, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 33f788ca2faa
#
# config.status:808: creating Makefile
# config.status:808: creating src/Makefile
# config.status:808: creating test/Makefile
# config.status:808: creating doc/Makefile
# config.status:980: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# 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_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_DEPS_CFLAGS_set=
# ac_cv_env_DEPS_CFLAGS_value=
# ac_cv_env_DEPS_LIBS_set=
# ac_cv_env_DEPS_LIBS_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_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_common_lib_checking_CFLAGS_set=
# ac_cv_env_common_lib_checking_CFLAGS_value=
# ac_cv_env_common_lib_checking_LIBS_set=
# ac_cv_env_common_lib_checking_LIBS_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_malloc_trim=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# 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_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_target=x86_64-unknown-linux-gnu
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# pkg_cv_DEPS_CFLAGS='-D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/libxml2'
# pkg_cv_DEPS_LIBS='-lfuse -pthread -lcurl -lxml2 -lcrypto'
# pkg_cv_common_lib_checking_CFLAGS='-D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/libxml2'
# pkg_cv_common_lib_checking_LIBS='-lfuse -pthread -lcurl -lxml2'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/s3fs-fuse/src/s3fs-fuse-1.79/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/s3fs-fuse/src/s3fs-fuse-1.79/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/s3fs-fuse/src/s3fs-fuse-1.79/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/s3fs-fuse/src/s3fs-fuse-1.79/missing automake-1.15'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPPFLAGS=''
# CXX='clang++'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=' -Wall -D_FILE_OFFSET_BITS=64'
# CYGPATH_W='echo'
# DEFS='-DPACKAGE_NAME=\"s3fs\" -DPACKAGE_TARNAME=\"s3fs\" -DPACKAGE_VERSION=\"1.79\" -DPACKAGE_STRING=\"s3fs\ 1.79\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"s3fs\" -DVERSION=\"1.79\" -DHAVE_MALLOC_TRIM=1'
# DEPDIR='.deps'
# DEPS_CFLAGS='-D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/libxml2'
# DEPS_LIBS='-lfuse -pthread -lcurl -lxml2 -lcrypto'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EXEEXT=''
# 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/s3fs-fuse/src/s3fs-fuse-1.79/missing makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# OBJEXT='o'
# PACKAGE='s3fs'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='s3fs'
# PACKAGE_STRING='s3fs 1.79'
# PACKAGE_TARNAME='s3fs'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.79'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_GNUTLS_NETTLE_FALSE=''
# USE_GNUTLS_NETTLE_TRUE='#'
# USE_SSL_GNUTLS_FALSE=''
# USE_SSL_GNUTLS_TRUE='#'
# USE_SSL_NSS_FALSE=''
# USE_SSL_NSS_TRUE='#'
# USE_SSL_OPENSSL_FALSE='#'
# USE_SSL_OPENSSL_TRUE=''
# VERSION='1.79'
# ac_ct_CC=''
# ac_ct_CXX=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# common_lib_checking_CFLAGS='-D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/libxml2'
# common_lib_checking_LIBS='-lfuse -pthread -lcurl -lxml2'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# 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'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/s3fs-fuse/src/s3fs-fuse-1.79/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(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='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "s3fs"
# #define PACKAGE_TARNAME "s3fs"
# #define PACKAGE_VERSION "1.79"
# #define PACKAGE_STRING "s3fs 1.79"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "s3fs"
# #define VERSION "1.79"
# #define HAVE_MALLOC_TRIM 1
#
# configure: exit 0