Build of fuse with clang_glibc toolchain

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

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

SLOCLanguage
18,013 ansic
4,760 sh
3,700 makefile
26,473 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: fuse 2.9.7-1 (Thu Apr 13 15:59:31 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# Running libtoolize...
# libtoolize: putting auxiliary files in '.'.
# libtoolize: copying file './ltmain.sh'
# libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
# libtoolize: copying file 'm4/libtool.m4'
# libtoolize: copying file 'm4/ltoptions.m4'
# libtoolize: copying file 'm4/ltsugar.m4'
# libtoolize: copying file 'm4/ltversion.m4'
# libtoolize: copying file 'm4/lt~obsolete.m4'
# Running autoreconf...
# 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:10: installing './compile'
# configure.ac:5: installing './config.guess'
# configure.ac:5: installing './config.sub'
# configure.ac:6: installing './install-sh'
# configure.ac:6: installing './missing'
# example/Makefile.am: installing './depcomp'
# 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 make supports nested variables... (cached) yes
# checking how to print strings... printf
# checking for style of include used by make... GNU
# 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 whether clang understands -c and -o together... yes
# checking dependency style of clang... gcc3
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for a working dd... /usr/bin/dd
# checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... 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 dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking whether clang understands -c and -o together... (cached) yes
# checking dependency style of clang... (cached) gcc3
# checking for fork... yes
# checking for setxattr... yes
# checking for fdatasync... yes
# checking for splice... yes
# checking for vmsplice... yes
# checking for utimensat... yes
# checking for posix_fallocate... yes
# checking for struct stat.st_atim... yes
# checking for struct stat.st_atimespec... no
# checking for library containing dlopen... -ldl
# checking for library containing clock_gettime... none required
# checking for ld used by clang... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking for shared library run path origin... done
# checking for iconv... yes
# checking for working iconv... yes
# checking for iconv declaration...
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# configure: UDEV_RULES_PATH env var not set, using default /etc/udev/rules.d
# configure: INIT_D_PATH env var not set, using default /etc/init.d
# checking if umount supports --fake --no-canonicalize... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating fuse.pc
# config.status: creating Makefile
# config.status: creating lib/Makefile
# config.status: creating util/Makefile
# config.status: creating example/Makefile
# config.status: creating include/Makefile
# config.status: creating doc/Makefile
# config.status: creating include/config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# Making all in include
# make[1]: Entering directory '/tmp/fuse/src/libfuse-fuse-2.9.7/include'
# make all-am
# make[2]: Entering directory '/tmp/fuse/src/libfuse-fuse-2.9.7/include'
# make[2]: Leaving directory '/tmp/fuse/src/libfuse-fuse-2.9.7/include'
# make[1]: Leaving directory '/tmp/fuse/src/libfuse-fuse-2.9.7/include'
# Making all in lib
# make[1]: Entering directory '/tmp/fuse/src/libfuse-fuse-2.9.7/lib'
# CC fuse.lo
# CC fuse_kern_chan.lo
# CC fuse_loop.lo
# CC fuse_loop_mt.lo
# CC fuse_lowlevel.lo
# CC fuse_mt.lo
# CC fuse_opt.lo
# CC fuse_session.lo
# CC fuse_signals.lo
# CC buffer.lo
# CC cuse_lowlevel.lo
# CC helper.lo
# CC modules/subdir.lo
# CC modules/iconv.lo
# CC mount.lo
# CC mount_util.lo
# CCLD libfuse.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# CC ulockmgr.lo
# CCLD libulockmgr.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[1]: Leaving directory '/tmp/fuse/src/libfuse-fuse-2.9.7/lib'
# Making all in util
# make[1]: Entering directory '/tmp/fuse/src/libfuse-fuse-2.9.7/util'
# make all-am
# make[2]: Entering directory '/tmp/fuse/src/libfuse-fuse-2.9.7/util'
# CC fusermount-fusermount.o
# CC fusermount-mount_util.o
# CCLD fusermount
# CC ulockmgr_server-ulockmgr_server.o
# CCLD ulockmgr_server
# CC mount.fuse.o
# CCLD mount.fuse
# make[2]: Leaving directory '/tmp/fuse/src/libfuse-fuse-2.9.7/util'
# make[1]: Leaving directory '/tmp/fuse/src/libfuse-fuse-2.9.7/util'
# Making all in doc
# make[1]: Entering directory '/tmp/fuse/src/libfuse-fuse-2.9.7/doc'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/fuse/src/libfuse-fuse-2.9.7/doc'
# make[1]: Entering directory '/tmp/fuse/src/libfuse-fuse-2.9.7'
# make[1]: Nothing to be done for 'all-am'.
# make[1]: Leaving directory '/tmp/fuse/src/libfuse-fuse-2.9.7'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in include
# make[1]: Entering directory '/tmp/fuse/src/libfuse-fuse-2.9.7/include'
# make[2]: Entering directory '/tmp/fuse/src/libfuse-fuse-2.9.7/include'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/fuse/pkg/fuse/usr/include/fuse'
# /usr/bin/install -c -m 644 fuse.h fuse_compat.h fuse_common.h fuse_common_compat.h fuse_lowlevel.h fuse_lowlevel_compat.h fuse_opt.h cuse_lowlevel.h '/tmp/fuse/pkg/fuse/usr/include/fuse'
# /usr/bin/mkdir -p '/tmp/fuse/pkg/fuse/usr/include'
# /usr/bin/install -c -m 644 old/fuse.h ulockmgr.h '/tmp/fuse/pkg/fuse/usr/include'
# make[2]: Leaving directory '/tmp/fuse/src/libfuse-fuse-2.9.7/include'
# make[1]: Leaving directory '/tmp/fuse/src/libfuse-fuse-2.9.7/include'
# Making install in lib
# make[1]: Entering directory '/tmp/fuse/src/libfuse-fuse-2.9.7/lib'
# make[2]: Entering directory '/tmp/fuse/src/libfuse-fuse-2.9.7/lib'
# /usr/bin/mkdir -p '/tmp/fuse/pkg/fuse/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libfuse.la libulockmgr.la '/tmp/fuse/pkg/fuse/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libfuse.so.2.9.7 /tmp/fuse/pkg/fuse/usr/lib/libfuse.so.2.9.7
# libtool: install: (cd /tmp/fuse/pkg/fuse/usr/lib && { ln -s -f libfuse.so.2.9.7 libfuse.so.2 || { rm -f libfuse.so.2 && ln -s libfuse.so.2.9.7 libfuse.so.2; }; })
# libtool: install: (cd /tmp/fuse/pkg/fuse/usr/lib && { ln -s -f libfuse.so.2.9.7 libfuse.so || { rm -f libfuse.so && ln -s libfuse.so.2.9.7 libfuse.so; }; })
# libtool: install: /usr/bin/install -c .libs/libfuse.lai /tmp/fuse/pkg/fuse/usr/lib/libfuse.la
# libtool: install: /usr/bin/install -c .libs/libulockmgr.so.1.0.1 /tmp/fuse/pkg/fuse/usr/lib/libulockmgr.so.1.0.1
# libtool: install: (cd /tmp/fuse/pkg/fuse/usr/lib && { ln -s -f libulockmgr.so.1.0.1 libulockmgr.so.1 || { rm -f libulockmgr.so.1 && ln -s libulockmgr.so.1.0.1 libulockmgr.so.1; }; })
# libtool: install: (cd /tmp/fuse/pkg/fuse/usr/lib && { ln -s -f libulockmgr.so.1.0.1 libulockmgr.so || { rm -f libulockmgr.so && ln -s libulockmgr.so.1.0.1 libulockmgr.so; }; })
# libtool: install: /usr/bin/install -c .libs/libulockmgr.lai /tmp/fuse/pkg/fuse/usr/lib/libulockmgr.la
# libtool: install: /usr/bin/install -c .libs/libfuse.a /tmp/fuse/pkg/fuse/usr/lib/libfuse.a
# libtool: install: chmod 644 /tmp/fuse/pkg/fuse/usr/lib/libfuse.a
# libtool: install: ranlib /tmp/fuse/pkg/fuse/usr/lib/libfuse.a
# libtool: install: /usr/bin/install -c .libs/libulockmgr.a /tmp/fuse/pkg/fuse/usr/lib/libulockmgr.a
# libtool: install: chmod 644 /tmp/fuse/pkg/fuse/usr/lib/libulockmgr.a
# libtool: install: ranlib /tmp/fuse/pkg/fuse/usr/lib/libulockmgr.a
# libtool: warning: remember to run 'libtool --finish /usr/lib'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/fuse/src/libfuse-fuse-2.9.7/lib'
# make[1]: Leaving directory '/tmp/fuse/src/libfuse-fuse-2.9.7/lib'
# Making install in util
# make[1]: Entering directory '/tmp/fuse/src/libfuse-fuse-2.9.7/util'
# make install-am
# make[2]: Entering directory '/tmp/fuse/src/libfuse-fuse-2.9.7/util'
# make[3]: Entering directory '/tmp/fuse/src/libfuse-fuse-2.9.7/util'
# /usr/bin/mkdir -p '/tmp/fuse/pkg/fuse/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c fusermount ulockmgr_server '/tmp/fuse/pkg/fuse/usr/bin'
# libtool: install: /usr/bin/install -c fusermount /tmp/fuse/pkg/fuse/usr/bin/fusermount
# libtool: install: /usr/bin/install -c ulockmgr_server /tmp/fuse/pkg/fuse/usr/bin/ulockmgr_server
# /usr/bin/mkdir -p /tmp/fuse/pkg/fuse/usr/bin
# /usr/bin/install -c ./mount.fuse /tmp/fuse/pkg/fuse/usr/bin/mount.fuse
# /usr/bin/mkdir -p /tmp/fuse/pkg/fuse/etc/init.d
# /usr/bin/install -c ./init_script /tmp/fuse/pkg/fuse/etc/init.d/fuse
# make install-exec-hook
# make[4]: Entering directory '/tmp/fuse/src/libfuse-fuse-2.9.7/util'
# chmod u+s /tmp/fuse/pkg/fuse/usr/bin/fusermount
# mknod /tmp/fuse/pkg/fuse/dev/fuse -m 0666 c 10 229 || true
# mknod: /tmp/fuse/pkg/fuse/dev/fuse: Operation not permitted
# make[4]: Leaving directory '/tmp/fuse/src/libfuse-fuse-2.9.7/util'
# /usr/bin/mkdir -p /tmp/fuse/pkg/fuse/etc/udev/rules.d
# /usr/bin/install -c -m 644 ./udev.rules /tmp/fuse/pkg/fuse/etc/udev/rules.d/99-fuse.rules
# make[3]: Leaving directory '/tmp/fuse/src/libfuse-fuse-2.9.7/util'
# make[2]: Leaving directory '/tmp/fuse/src/libfuse-fuse-2.9.7/util'
# make[1]: Leaving directory '/tmp/fuse/src/libfuse-fuse-2.9.7/util'
# Making install in doc
# make[1]: Entering directory '/tmp/fuse/src/libfuse-fuse-2.9.7/doc'
# make[2]: Entering directory '/tmp/fuse/src/libfuse-fuse-2.9.7/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/fuse/pkg/fuse/usr/share/man/man1'
# /usr/bin/install -c -m 644 fusermount.1 ulockmgr_server.1 '/tmp/fuse/pkg/fuse/usr/share/man/man1'
# /usr/bin/mkdir -p '/tmp/fuse/pkg/fuse/usr/share/man/man8'
# /usr/bin/install -c -m 644 mount.fuse.8 '/tmp/fuse/pkg/fuse/usr/share/man/man8'
# make[2]: Leaving directory '/tmp/fuse/src/libfuse-fuse-2.9.7/doc'
# make[1]: Leaving directory '/tmp/fuse/src/libfuse-fuse-2.9.7/doc'
# make[1]: Entering directory '/tmp/fuse/src/libfuse-fuse-2.9.7'
# make[2]: Entering directory '/tmp/fuse/src/libfuse-fuse-2.9.7'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/fuse/pkg/fuse/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 fuse.pc '/tmp/fuse/pkg/fuse/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/fuse/src/libfuse-fuse-2.9.7'
# make[1]: Leaving directory '/tmp/fuse/src/libfuse-fuse-2.9.7'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "fuse"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: fuse 2.9.7-1 (Thu Apr 13 16:00:17 UTC 2017)

CMD: pacman --query --file fuse-2.9.7-1-x86_64.pkg.tar.xz
# fuse 2.9.7-1

Creating hybrid package for 'fuse'

Trying to find vanilla package 'fuse'...

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

CMD: pacman --query --file /mirror/python2-fuse-0.2.1-5.pkg.tar.xz
# python2-fuse 0.2.1-5

CMD: pacman --query --file /mirror/python2-defusedxml-0.4.1-2.pkg.tar.xz
# python2-defusedxml 0.4.1-2

CMD: pacman --query --file /mirror/unionfs-fuse-1.0-1.pkg.tar.xz
# unionfs-fuse 1.0-1

CMD: pacman --query --file /mirror/python2-llfuse-1.1-1.pkg.tar.xz
# python2-llfuse 1.1-1

CMD: pacman --query --file /mirror/python-llfuse-1.1-1.pkg.tar.xz
# python-llfuse 1.1-1

CMD: pacman --query --file /mirror/ifuse-1.1.3-3.pkg.tar.xz
# ifuse 1.1.3-3

CMD: pacman --query --file /mirror/perl-fuse-0.16.1-4.pkg.tar.xz
# perl-fuse 0.16.1-4

CMD: pacman --query --file /mirror/fuse-2.9.7-1.pkg.tar.xz
# fuse 2.9.7-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /etc/fuse.conf
# /usr/bin/mount.fuse
# /usr/bin/ulockmgr_server
# /usr/bin/fusermount
# /usr/share/man/man8/mount.fuse.8.gz
# /usr/share/man/man1/ulockmgr_server.1.gz
# /usr/share/man/man1/fusermount.1.gz
# /usr/include/fuse.h
# /usr/include/ulockmgr.h
# /usr/include/fuse/cuse_lowlevel.h
# /usr/include/fuse/fuse_compat.h
# /usr/include/fuse/fuse.h
# /usr/include/fuse/fuse_lowlevel.h
# /usr/include/fuse/fuse_opt.h
# /usr/include/fuse/fuse_common.h
# /usr/include/fuse/fuse_lowlevel_compat.h
# /usr/include/fuse/fuse_common_compat.h
# /usr/lib/libfuse.so.2.9.7
# /usr/lib/libulockmgr.so.1.0.1
# /usr/lib/libfuse.so.2
# /usr/lib/libfuse.so
# /usr/lib/libulockmgr.so
# /usr/lib/libulockmgr.so.1
# /usr/lib/pkgconfig/fuse.pc
# /sysroot/usr/lib/libfuse.so.2.9.7
# /sysroot/usr/lib/libfuse.so.2
# /sysroot/usr/lib/libfuse.so
# /sysroot/usr/lib/libfuse.la
# /sysroot/usr/lib/libulockmgr.so.1.0.1
# /sysroot/usr/lib/libulockmgr.so.1
# /sysroot/usr/lib/libulockmgr.so
# /sysroot/usr/lib/libulockmgr.la
# /sysroot/usr/lib/libfuse.a
# /sysroot/usr/lib/libulockmgr.a
# /sysroot/usr/lib/pkgconfig/fuse.pc
# /sysroot/usr/include/fuse.h
# /sysroot/usr/include/ulockmgr.h
# /sysroot/usr/include/fuse/fuse.h
# /sysroot/usr/include/fuse/fuse_compat.h
# /sysroot/usr/include/fuse/fuse_common.h
# /sysroot/usr/include/fuse/fuse_common_compat.h
# /sysroot/usr/include/fuse/fuse_lowlevel.h
# /sysroot/usr/include/fuse/fuse_lowlevel_compat.h
# /sysroot/usr/include/fuse/fuse_opt.h
# /sysroot/usr/include/fuse/cuse_lowlevel.h

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO etc usr sysroot .MTREE

CMD: xz -c -z

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

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

Created package at path /var/cache/pacman/pkg/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/fuse.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 2485

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/fuse.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/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/fuse/src/libfuse-fuse-2.9.7/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 fuse configure 2.9.7, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --libdir=/usr/lib --enable-lib --enable-util --disable-example
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 0051f8e1a1e9
# 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:2249: checking build system type
# configure:2263: result: x86_64-unknown-linux-gnu
# configure:2283: checking host system type
# configure:2296: result: x86_64-unknown-linux-gnu
# configure:2316: checking target system type
# configure:2329: result: x86_64-unknown-linux-gnu
# configure:2371: checking for a BSD-compatible install
# configure:2439: result: /usr/bin/install -c
# configure:2450: checking whether build environment is sane
# configure:2505: result: yes
# configure:2564: checking for x86_64-unknown-linux-strip
# configure:2594: result: no
# configure:2604: checking for strip
# configure:2620: found /usr/bin/strip
# configure:2631: result: strip
# configure:2656: checking for a thread-safe mkdir -p
# configure:2695: result: /usr/bin/mkdir -p
# configure:2702: checking for gawk
# configure:2718: found /usr/bin/gawk
# configure:2729: result: gawk
# configure:2740: checking whether make sets $(MAKE)
# configure:2762: result: yes
# configure:2791: checking whether make supports nested variables
# configure:2808: result: yes
# configure:2945: checking whether make supports nested variables
# configure:2962: result: yes
# configure:3022: checking how to print strings
# configure:3049: result: printf
# configure:3082: checking for style of include used by make
# configure:3110: result: GNU
# configure:3141: checking for x86_64-unknown-linux-gcc
# configure:3168: result: clang
# configure:3437: checking for C compiler version
# configure:3446: 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:3457: $? = 0
# configure:3446: 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:3457: $? = 0
# configure:3446: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3457: $? = 1
# configure:3446: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3457: $? = 1
# configure:3477: checking whether the C compiler works
# configure:3499: clang conftest.c >&5
# configure:3503: $? = 0
# configure:3551: result: yes
# configure:3554: checking for C compiler default output file name
# configure:3556: result: a.out
# configure:3562: checking for suffix of executables
# configure:3569: clang -o conftest conftest.c >&5
# configure:3573: $? = 0
# configure:3595: result:
# configure:3617: checking whether we are cross compiling
# configure:3625: clang -o conftest conftest.c >&5
# configure:3629: $? = 0
# configure:3636: ./conftest
# configure:3640: $? = 0
# configure:3655: result: no
# configure:3660: checking for suffix of object files
# configure:3682: clang -c conftest.c >&5
# configure:3686: $? = 0
# configure:3707: result: o
# configure:3711: checking whether we are using the GNU C compiler
# configure:3730: clang -c conftest.c >&5
# configure:3730: $? = 0
# configure:3739: result: yes
# configure:3748: checking whether clang accepts -g
# configure:3768: clang -c -g conftest.c >&5
# configure:3768: $? = 0
# configure:3809: result: yes
# configure:3826: checking for clang option to accept ISO C89
# configure:3889: clang -c conftest.c >&5
# configure:3889: $? = 0
# configure:3902: result: none needed
# configure:3927: checking whether clang understands -c and -o together
# configure:3949: clang -c conftest.c -o conftest2.o
# configure:3952: $? = 0
# configure:3949: clang -c conftest.c -o conftest2.o
# configure:3952: $? = 0
# configure:3964: result: yes
# configure:3983: checking dependency style of clang
# configure:4094: result: gcc3
# configure:4109: checking for a sed that does not truncate output
# configure:4173: result: /usr/bin/sed
# configure:4191: checking for grep that handles long lines and -e
# configure:4249: result: /usr/bin/grep
# configure:4254: checking for egrep
# configure:4316: result: /usr/bin/grep -E
# configure:4321: checking for fgrep
# configure:4383: result: /usr/bin/grep -F
# configure:4418: checking for ld used by clang
# configure:4485: result: /usr/bin/ld
# configure:4492: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4507: result: yes
# configure:4519: checking for BSD- or MS-compatible name lister (nm)
# configure:4573: result: /usr/bin/nm -B
# configure:4703: checking the name lister (/usr/bin/nm -B) interface
# configure:4710: clang -c conftest.c >&5
# configure:4713: /usr/bin/nm -B "conftest.o"
# configure:4716: output
# 0000000000000000 B some_variable
# configure:4723: result: BSD nm
# configure:4726: checking whether ln -s works
# configure:4730: result: yes
# configure:4738: checking the maximum length of command line arguments
# configure:4869: result: 1572864
# configure:4917: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:4957: result: func_convert_file_noop
# configure:4964: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:4984: result: func_convert_file_noop
# configure:4991: checking for /usr/bin/ld option to reload object files
# configure:4998: result: -r
# configure:5032: checking for x86_64-unknown-linux-objdump
# configure:5062: result: no
# configure:5072: checking for objdump
# configure:5088: found /usr/bin/objdump
# configure:5099: result: objdump
# configure:5131: checking how to recognize dependent libraries
# configure:5331: result: pass_all
# configure:5376: checking for x86_64-unknown-linux-dlltool
# configure:5406: result: no
# configure:5416: checking for dlltool
# configure:5446: result: no
# configure:5476: checking how to associate runtime and link libraries
# configure:5503: result: printf %s\n
# configure:5520: checking for x86_64-unknown-linux-ar
# configure:5550: result: no
# configure:5564: checking for ar
# configure:5580: found /usr/bin/ar
# configure:5591: result: ar
# configure:5628: checking for archiver @FILE support
# configure:5645: clang -c conftest.c >&5
# configure:5645: $? = 0
# configure:5648: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5651: $? = 0
# configure:5656: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:5659: $? = 1
# configure:5671: result: @
# configure:5689: checking for x86_64-unknown-linux-strip
# configure:5716: result: strip
# configure:5788: checking for x86_64-unknown-linux-ranlib
# configure:5818: result: no
# configure:5828: checking for ranlib
# configure:5844: found /usr/bin/ranlib
# configure:5855: result: ranlib
# configure:5957: checking command to parse /usr/bin/nm -B output from clang object
# configure:6110: clang -c conftest.c >&5
# configure:6113: $? = 0
# configure:6117: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6120: $? = 0
# configure:6186: clang -o conftest conftest.c conftstm.o >&5
# configure:6189: $? = 0
# configure:6227: result: ok
# configure:6274: checking for sysroot
# configure:6304: result: no
# configure:6311: checking for a working dd
# configure:6349: result: /usr/bin/dd
# configure:6353: checking how to truncate binary pipes
# configure:6368: result: /usr/bin/dd bs=4096 count=1
# configure:6504: clang -c conftest.c >&5
# configure:6507: $? = 0
# configure:6657: checking for x86_64-unknown-linux-mt
# configure:6687: result: no
# configure:6697: checking for mt
# configure:6727: result: no
# configure:6747: checking if : is a manifest tool
# configure:6753: : '-?'
# configure:6761: result: no
# configure:7438: checking how to run the C preprocessor
# configure:7469: clang -E conftest.c
# configure:7469: $? = 0
# configure:7483: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7483: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "fuse"
# | #define PACKAGE_TARNAME "fuse"
# | #define PACKAGE_VERSION "2.9.7"
# | #define PACKAGE_STRING "fuse 2.9.7"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "fuse"
# | #define VERSION "2.9.7"
# | /* end confdefs.h. */
# | #include
# configure:7508: result: clang -E
# configure:7528: clang -E conftest.c
# configure:7528: $? = 0
# configure:7542: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7542: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "fuse"
# | #define PACKAGE_TARNAME "fuse"
# | #define PACKAGE_VERSION "2.9.7"
# | #define PACKAGE_STRING "fuse 2.9.7"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "fuse"
# | #define VERSION "2.9.7"
# | /* end confdefs.h. */
# | #include
# configure:7571: checking for ANSI C header files
# configure:7591: clang -c conftest.c >&5
# configure:7591: $? = 0
# configure:7664: clang -o conftest conftest.c >&5
# configure:7664: $? = 0
# configure:7664: ./conftest
# configure:7664: $? = 0
# configure:7675: result: yes
# configure:7688: checking for sys/types.h
# configure:7688: clang -c conftest.c >&5
# configure:7688: $? = 0
# configure:7688: result: yes
# configure:7688: checking for sys/stat.h
# configure:7688: clang -c conftest.c >&5
# configure:7688: $? = 0
# configure:7688: result: yes
# configure:7688: checking for stdlib.h
# configure:7688: clang -c conftest.c >&5
# configure:7688: $? = 0
# configure:7688: result: yes
# configure:7688: checking for string.h
# configure:7688: clang -c conftest.c >&5
# configure:7688: $? = 0
# configure:7688: result: yes
# configure:7688: checking for memory.h
# configure:7688: clang -c conftest.c >&5
# configure:7688: $? = 0
# configure:7688: result: yes
# configure:7688: checking for strings.h
# configure:7688: clang -c conftest.c >&5
# configure:7688: $? = 0
# configure:7688: result: yes
# configure:7688: checking for inttypes.h
# configure:7688: clang -c conftest.c >&5
# configure:7688: $? = 0
# configure:7688: result: yes
# configure:7688: checking for stdint.h
# configure:7688: clang -c conftest.c >&5
# configure:7688: $? = 0
# configure:7688: result: yes
# configure:7688: checking for unistd.h
# configure:7688: clang -c conftest.c >&5
# configure:7688: $? = 0
# configure:7688: result: yes
# configure:7702: checking for dlfcn.h
# configure:7702: clang -c conftest.c >&5
# configure:7702: $? = 0
# configure:7702: result: yes
# configure:7958: checking for objdir
# configure:7973: result: .libs
# configure:8237: checking if clang supports -fno-rtti -fno-exceptions
# configure:8255: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8259: $? = 0
# configure:8272: result: yes
# configure:8630: checking for clang option to produce PIC
# configure:8637: result: -fPIC -DPIC
# configure:8645: checking if clang PIC flag -fPIC -DPIC works
# configure:8663: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8667: $? = 0
# configure:8680: result: yes
# configure:8709: checking if clang static flag -static works
# configure:8737: result: yes
# configure:8752: checking if clang supports -c -o file.o
# configure:8773: clang -c -o out/conftest2.o conftest.c >&5
# configure:8777: $? = 0
# configure:8799: result: yes
# configure:8807: checking if clang supports -c -o file.o
# configure:8854: result: yes
# configure:8887: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10146: result: yes
# configure:10183: checking whether -lc should be explicitly linked in
# configure:10191: clang -c conftest.c >&5
# configure:10194: $? = 0
# configure:10209: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10212: $? = 0
# configure:10226: result: no
# configure:10386: checking dynamic linker characteristics
# configure:10967: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10967: $? = 0
# configure:11204: result: GNU/Linux ld.so
# configure:11326: checking how to hardcode library paths into programs
# configure:11351: result: immediate
# configure:11899: checking whether stripping libraries is possible
# configure:11904: result: yes
# configure:11939: checking if libtool supports shared libraries
# configure:11941: result: yes
# configure:11944: checking whether to build shared libraries
# configure:11969: result: yes
# configure:11972: checking whether to build static libraries
# configure:11976: result: yes
# configure:12021: checking for x86_64-unknown-linux-gcc
# configure:12048: result: clang
# configure:12317: checking for C compiler version
# configure:12326: 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:12337: $? = 0
# configure:12326: 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:12337: $? = 0
# configure:12326: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:12337: $? = 1
# configure:12326: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:12337: $? = 1
# configure:12341: checking whether we are using the GNU C compiler
# configure:12369: result: yes
# configure:12378: checking whether clang accepts -g
# configure:12439: result: yes
# configure:12456: checking for clang option to accept ISO C89
# configure:12532: result: none needed
# configure:12557: checking whether clang understands -c and -o together
# configure:12594: result: yes
# configure:12613: checking dependency style of clang
# configure:12724: result: gcc3
# configure:12804: checking for fork
# configure:12804: clang -o conftest conftest.c >&5
# configure:12804: $? = 0
# configure:12804: result: yes
# configure:12804: checking for setxattr
# configure:12804: clang -o conftest conftest.c >&5
# configure:12804: $? = 0
# configure:12804: result: yes
# configure:12804: checking for fdatasync
# configure:12804: clang -o conftest conftest.c >&5
# configure:12804: $? = 0
# configure:12804: result: yes
# configure:12804: checking for splice
# configure:12804: clang -o conftest conftest.c >&5
# configure:12804: $? = 0
# configure:12804: result: yes
# configure:12804: checking for vmsplice
# configure:12804: clang -o conftest conftest.c >&5
# configure:12804: $? = 0
# configure:12804: result: yes
# configure:12804: checking for utimensat
# configure:12804: clang -o conftest conftest.c >&5
# configure:12804: $? = 0
# configure:12804: result: yes
# configure:12815: checking for posix_fallocate
# configure:12815: clang -o conftest conftest.c >&5
# configure:12815: $? = 0
# configure:12815: result: yes
# configure:12824: checking for struct stat.st_atim
# configure:12824: clang -c conftest.c >&5
# conftest.c:67:1: error: statement requires expression of scalar type ('struct timespec' invalid)
# if (ac_aggr.st_atim)
# ^ ~~~~~~~~~~~~~~~
# 1 error generated.
# configure:12824: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "fuse"
# | #define PACKAGE_TARNAME "fuse"
# | #define PACKAGE_VERSION "2.9.7"
# | #define PACKAGE_STRING "fuse 2.9.7"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "fuse"
# | #define VERSION "2.9.7"
# | #define STDC_HEADERS 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FORK 1
# | #define HAVE_SETXATTR 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_SPLICE 1
# | #define HAVE_VMSPLICE 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_POSIX_FALLOCATE 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (ac_aggr.st_atim)
# | return 0;
# | ;
# | return 0;
# | }
# configure:12824: clang -c conftest.c >&5
# configure:12824: $? = 0
# configure:12824: result: yes
# configure:12834: checking for struct stat.st_atimespec
# configure:12834: clang -c conftest.c >&5
# conftest.c:68:13: error: no member named 'st_atimespec' in 'struct stat'
# if (ac_aggr.st_atimespec)
# ~~~~~~~ ^
# 1 error generated.
# configure:12834: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "fuse"
# | #define PACKAGE_TARNAME "fuse"
# | #define PACKAGE_VERSION "2.9.7"
# | #define PACKAGE_STRING "fuse 2.9.7"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "fuse"
# | #define VERSION "2.9.7"
# | #define STDC_HEADERS 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FORK 1
# | #define HAVE_SETXATTR 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_SPLICE 1
# | #define HAVE_VMSPLICE 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_POSIX_FALLOCATE 1
# | #define HAVE_STRUCT_STAT_ST_ATIM 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (ac_aggr.st_atimespec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:12834: clang -c conftest.c >&5
# conftest.c:68:20: error: no member named 'st_atimespec' in 'struct stat'
# if (sizeof ac_aggr.st_atimespec)
# ~~~~~~~ ^
# 1 error generated.
# configure:12834: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "fuse"
# | #define PACKAGE_TARNAME "fuse"
# | #define PACKAGE_VERSION "2.9.7"
# | #define PACKAGE_STRING "fuse 2.9.7"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "fuse"
# | #define VERSION "2.9.7"
# | #define STDC_HEADERS 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FORK 1
# | #define HAVE_SETXATTR 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_SPLICE 1
# | #define HAVE_VMSPLICE 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_POSIX_FALLOCATE 1
# | #define HAVE_STRUCT_STAT_ST_ATIM 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (sizeof ac_aggr.st_atimespec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:12834: result: no
# configure:12846: checking for library containing dlopen
# configure:12877: clang -o conftest conftest.c >&5
# /tmp/conftest-dfa9df.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dlopen'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12877: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "fuse"
# | #define PACKAGE_TARNAME "fuse"
# | #define PACKAGE_VERSION "2.9.7"
# | #define PACKAGE_STRING "fuse 2.9.7"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "fuse"
# | #define VERSION "2.9.7"
# | #define STDC_HEADERS 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FORK 1
# | #define HAVE_SETXATTR 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_SPLICE 1
# | #define HAVE_VMSPLICE 1
# | #define HAVE_UTIMENSAT 1
# | #define HAVE_POSIX_FALLOCATE 1
# | #define HAVE_STRUCT_STAT_ST_ATIM 1
# | /* end confdefs.h. */
# |
# | /* 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 dlopen ();
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:12877: clang -o conftest conftest.c -ldl >&5
# configure:12877: $? = 0
# configure:12894: result: -ldl
# configure:12902: checking for library containing clock_gettime
# configure:12933: clang -o conftest conftest.c -ldl >&5
# configure:12933: $? = 0
# configure:12950: result: none required
# configure:13012: checking for ld used by clang
# configure:13079: result: /usr/bin/ld -m elf_x86_64
# configure:13086: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:13101: result: yes
# configure:13108: checking for shared library run path origin
# configure:13121: result: done
# configure:13699: checking for iconv
# configure:13723: clang -o conftest conftest.c >&5
# configure:13723: $? = 0
# configure:13757: result: yes
# configure:13760: checking for working iconv
# configure:13889: clang -o conftest conftest.c >&5
# configure:13889: $? = 0
# configure:13889: ./conftest
# configure:13889: $? = 0
# configure:13901: result: yes
# configure:13929: checking for iconv declaration
# configure:13958: clang -c conftest.c >&5
# configure:13958: $? = 0
# configure:13969: result:
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# configure:13999: UDEV_RULES_PATH env var not set, using default /etc/udev/rules.d
# configure:14005: INIT_D_PATH env var not set, using default /etc/init.d
# configure:14039: checking if umount supports --fake --no-canonicalize
# configure:14049: result: yes
# configure:14170: checking that generated files are newer than configure
# configure:14176: result: done
# configure:14219: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by fuse config.status 2.9.7, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 0051f8e1a1e9
#
# config.status:1119: creating fuse.pc
# config.status:1119: creating Makefile
# config.status:1119: creating lib/Makefile
# config.status:1119: creating util/Makefile
# config.status:1119: creating example/Makefile
# config.status:1119: creating include/Makefile
# config.status:1119: creating doc/Makefile
# config.status:1119: creating include/config.h
# config.status:1348: executing depfiles commands
# config.status:1348: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=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_LT_SYS_LIBRARY_PATH_set=
# ac_cv_env_LT_SYS_LIBRARY_PATH_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_fdatasync=yes
# ac_cv_func_fork=yes
# ac_cv_func_posix_fallocate=yes
# ac_cv_func_setxattr=yes
# ac_cv_func_splice=yes
# ac_cv_func_utimensat=yes
# ac_cv_func_vmsplice=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_member_struct_stat_st_atim=yes
# ac_cv_member_struct_stat_st_atimespec=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_lt_DD=/usr/bin/dd
# 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_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# 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_search_clock_gettime='none required'
# ac_cv_search_dlopen=-ldl
# ac_cv_target=x86_64-unknown-linux-gnu
# acl_cv_hardcode_direct=no
# acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# acl_cv_hardcode_libdir_separator=
# acl_cv_hardcode_minus_L=no
# acl_cv_libext=a
# acl_cv_libname_spec='lib$name'
# acl_cv_library_names_spec='$libname$shrext'
# acl_cv_path_LD='/usr/bin/ld -m elf_x86_64'
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_func_iconv=yes
# am_cv_func_iconv_works=yes
# am_cv_lib_iconv=no
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
# am_cv_proto_iconv_arg1=
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_global_symbol_to_import=
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/fuse/src/libfuse-fuse-2.9.7/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/fuse/src/libfuse-fuse-2.9.7/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/fuse/src/libfuse-fuse-2.9.7/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/fuse/src/libfuse-fuse-2.9.7/missing automake-1.15'
# AWK='gawk'
# BSD_FALSE=''
# BSD_TRUE='#'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# ICONV_FALSE='#'
# ICONV_TRUE=''
# INIT_D_PATH='/etc/init.d'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBICONV=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LINUX_FALSE='#'
# LINUX_TRUE=''
# LIPO=''
# LN_S='ln -s'
# LTLIBICONV=''
# LTLIBOBJS=''
# LT_SYS_LIBRARY_PATH=''
# MAKEINFO='${SHELL} /tmp/fuse/src/libfuse-fuse-2.9.7/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# MOUNT_FUSE_PATH='/usr/bin'
# NETBSD_FALSE=''
# NETBSD_TRUE='#'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='fuse'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='fuse'
# PACKAGE_STRING='fuse 2.9.7'
# PACKAGE_TARNAME='fuse'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.9.7'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# UDEV_RULES_PATH='/etc/udev/rules.d'
# VERSION='2.9.7'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_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'
# 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/fuse/src/libfuse-fuse-2.9.7/install-sh'
# libdir='/usr/lib'
# libexecdir='${exec_prefix}/libexec'
# libfuse_libs='-ldl '
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# pkgconfigdir='${libdir}/pkgconfig'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# subdirs2='include lib util'
# 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 "fuse"
# #define PACKAGE_TARNAME "fuse"
# #define PACKAGE_VERSION "2.9.7"
# #define PACKAGE_STRING "fuse 2.9.7"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "fuse"
# #define VERSION "2.9.7"
# #define STDC_HEADERS 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_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_FORK 1
# #define HAVE_SETXATTR 1
# #define HAVE_FDATASYNC 1
# #define HAVE_SPLICE 1
# #define HAVE_VMSPLICE 1
# #define HAVE_UTIMENSAT 1
# #define HAVE_POSIX_FALLOCATE 1
# #define HAVE_STRUCT_STAT_ST_ATIM 1
# #define HAVE_ICONV 1
# #define ICONV_CONST
#
# configure: exit 0