The build took 00h 01m 08s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
5,418 |
ansic |
4,056 |
makefile |
1,440 |
sh |
10,914 |
total |
The process tree of the build process is here.
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:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: exfat-utils 1.2.4-1 (Wed Aug 24 13:01:14 UTC 2016)
==> 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:32: installing './ar-lib'
configure.ac:29: installing './compile'
configure.ac:28: installing './install-sh'
configure.ac:28: installing './missing'
dump/Makefile.am: installing './depcomp'
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 for x86_64-unknown-linux-gcc... no
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
checking for x86_64-unknown-linux-ar... no
checking for x86_64-unknown-linux-lib... no
checking for x86_64-unknown-linux-link... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 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 FUSE... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libexfat/Makefile
config.status: creating dump/Makefile
config.status: creating fsck/Makefile
config.status: creating fuse/Makefile
config.status: creating label/Makefile
config.status: creating mkfs/Makefile
config.status: creating Makefile
config.status: creating libexfat/config.h
config.status: executing depfiles commands
Making all in libexfat
make[1]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/libexfat'
make all-am
make[2]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/libexfat'
depbase=`echo cluster.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT cluster.o -MD -MP -MF $depbase.Tpo -c -o cluster.o cluster.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo io.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT io.o -MD -MP -MF $depbase.Tpo -c -o io.o io.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo log.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT log.o -MD -MP -MF $depbase.Tpo -c -o log.o log.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo lookup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT lookup.o -MD -MP -MF $depbase.Tpo -c -o lookup.o lookup.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo mount.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT mount.o -MD -MP -MF $depbase.Tpo -c -o mount.o mount.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo node.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT node.o -MD -MP -MF $depbase.Tpo -c -o node.o node.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo time.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT time.o -MD -MP -MF $depbase.Tpo -c -o time.o time.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo utf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT utf.o -MD -MP -MF $depbase.Tpo -c -o utf.o utf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo utils.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -MT utils.o -MD -MP -MF $depbase.Tpo -c -o utils.o utils.c &&\
mv -f $depbase.Tpo $depbase.Po
rm -f libexfat.a
ar cru libexfat.a cluster.o io.o log.o lookup.o mount.o node.o time.o utf.o utils.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libexfat.a
make[2]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4/libexfat'
make[1]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4/libexfat'
Making all in dump
make[1]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/dump'
gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -MT dumpexfat-main.o -MD -MP -MF .deps/dumpexfat-main.Tpo -c -o dumpexfat-main.o `test -f 'main.c' || echo './'`main.c
mv -f .deps/dumpexfat-main.Tpo .deps/dumpexfat-main.Po
gcc -o dumpexfat dumpexfat-main.o ../libexfat/libexfat.a
make[1]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4/dump'
Making all in fsck
make[1]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/fsck'
gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -MT exfatfsck-main.o -MD -MP -MF .deps/exfatfsck-main.Tpo -c -o exfatfsck-main.o `test -f 'main.c' || echo './'`main.c
mv -f .deps/exfatfsck-main.Tpo .deps/exfatfsck-main.Po
gcc -o exfatfsck exfatfsck-main.o ../libexfat/libexfat.a
make[1]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4/fsck'
Making all in fuse
make[1]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/fuse'
gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -MT mount_exfat_fuse-main.o -MD -MP -MF .deps/mount_exfat_fuse-main.Tpo -c -o mount_exfat_fuse-main.o `test -f 'main.c' || echo './'`main.c
mv -f .deps/mount_exfat_fuse-main.Tpo .deps/mount_exfat_fuse-main.Po
gcc -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -o mount.exfat-fuse mount_exfat_fuse-main.o ../libexfat/libexfat.a -lfuse -pthread
make[1]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4/fuse'
Making all in label
make[1]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/label'
gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -MT exfatlabel-main.o -MD -MP -MF .deps/exfatlabel-main.Tpo -c -o exfatlabel-main.o `test -f 'main.c' || echo './'`main.c
mv -f .deps/exfatlabel-main.Tpo .deps/exfatlabel-main.Po
gcc -o exfatlabel exfatlabel-main.o ../libexfat/libexfat.a
make[1]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4/label'
Making all in mkfs
make[1]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/mkfs'
gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -MT mkexfatfs-cbm.o -MD -MP -MF .deps/mkexfatfs-cbm.Tpo -c -o mkexfatfs-cbm.o `test -f 'cbm.c' || echo './'`cbm.c
gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -MT mkexfatfs-fat.o -MD -MP -MF .deps/mkexfatfs-fat.Tpo -c -o mkexfatfs-fat.o `test -f 'fat.c' || echo './'`fat.c
mv -f .deps/mkexfatfs-cbm.Tpo .deps/mkexfatfs-cbm.Po
gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -MT mkexfatfs-main.o -MD -MP -MF .deps/mkexfatfs-main.Tpo -c -o mkexfatfs-main.o `test -f 'main.c' || echo './'`main.c
mv -f .deps/mkexfatfs-fat.Tpo .deps/mkexfatfs-fat.Po
gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -MT mkexfatfs-mkexfat.o -MD -MP -MF .deps/mkexfatfs-mkexfat.Tpo -c -o mkexfatfs-mkexfat.o `test -f 'mkexfat.c' || echo './'`mkexfat.c
mv -f .deps/mkexfatfs-main.Tpo .deps/mkexfatfs-main.Po
gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -MT mkexfatfs-rootdir.o -MD -MP -MF .deps/mkexfatfs-rootdir.Tpo -c -o mkexfatfs-rootdir.o `test -f 'rootdir.c' || echo './'`rootdir.c
mv -f .deps/mkexfatfs-mkexfat.Tpo .deps/mkexfatfs-mkexfat.Po
gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -MT mkexfatfs-uct.o -MD -MP -MF .deps/mkexfatfs-uct.Tpo -c -o mkexfatfs-uct.o `test -f 'uct.c' || echo './'`uct.c
mv -f .deps/mkexfatfs-rootdir.Tpo .deps/mkexfatfs-rootdir.Po
gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -MT mkexfatfs-uctc.o -MD -MP -MF .deps/mkexfatfs-uctc.Tpo -c -o mkexfatfs-uctc.o `test -f 'uctc.c' || echo './'`uctc.c
mv -f .deps/mkexfatfs-uct.Tpo .deps/mkexfatfs-uct.Po
gcc -DHAVE_CONFIG_H -I. -I../libexfat -I../libexfat -MT mkexfatfs-vbr.o -MD -MP -MF .deps/mkexfatfs-vbr.Tpo -c -o mkexfatfs-vbr.o `test -f 'vbr.c' || echo './'`vbr.c
mv -f .deps/mkexfatfs-uctc.Tpo .deps/mkexfatfs-uctc.Po
mv -f .deps/mkexfatfs-vbr.Tpo .deps/mkexfatfs-vbr.Po
gcc -o mkexfatfs mkexfatfs-cbm.o mkexfatfs-fat.o mkexfatfs-main.o mkexfatfs-mkexfat.o mkexfatfs-rootdir.o mkexfatfs-uct.o mkexfatfs-uctc.o mkexfatfs-vbr.o ../libexfat/libexfat.a
make[1]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4/mkfs'
make[1]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4'
==> Entering fakeroot environment...
==> Starting package()...
Making install in libexfat
make[1]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/libexfat'
make[2]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/libexfat'
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/exfat-utils/src/exfat-1.2.4/libexfat'
make[1]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4/libexfat'
Making install in dump
make[1]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/dump'
make[2]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/dump'
/usr/bin/mkdir -p '/tmp/exfat-utils/pkg/exfat-utils/usr/bin'
/usr/bin/mkdir -p '/tmp/exfat-utils/pkg/exfat-utils/usr/share/man/man8'
/usr/bin/install -c dumpexfat '/tmp/exfat-utils/pkg/exfat-utils/usr/bin'
/usr/bin/install -c -m 644 dumpexfat.8 '/tmp/exfat-utils/pkg/exfat-utils/usr/share/man/man8'
make[2]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4/dump'
make[1]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4/dump'
Making install in fsck
make[1]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/fsck'
make[2]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/fsck'
/usr/bin/mkdir -p '/tmp/exfat-utils/pkg/exfat-utils/usr/bin'
/usr/bin/mkdir -p '/tmp/exfat-utils/pkg/exfat-utils/usr/share/man/man8'
/usr/bin/install -c exfatfsck '/tmp/exfat-utils/pkg/exfat-utils/usr/bin'
/usr/bin/install -c -m 644 exfatfsck.8 '/tmp/exfat-utils/pkg/exfat-utils/usr/share/man/man8'
make install-exec-hook
make[3]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/fsck'
ln -sf exfatfsck /tmp/exfat-utils/pkg/exfat-utils/usr/bin/fsck.exfat
make[3]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4/fsck'
make[2]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4/fsck'
make[1]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4/fsck'
Making install in fuse
make[1]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/fuse'
make[2]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/fuse'
/usr/bin/mkdir -p '/tmp/exfat-utils/pkg/exfat-utils/usr/bin'
/usr/bin/mkdir -p '/tmp/exfat-utils/pkg/exfat-utils/usr/share/man/man8'
/usr/bin/install -c mount.exfat-fuse '/tmp/exfat-utils/pkg/exfat-utils/usr/bin'
make install-exec-hook
/usr/bin/install -c -m 644 mount.exfat-fuse.8 '/tmp/exfat-utils/pkg/exfat-utils/usr/share/man/man8'
make[3]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/fuse'
ln -sf mount.exfat-fuse /tmp/exfat-utils/pkg/exfat-utils/usr/bin/mount.exfat
make[3]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4/fuse'
make[2]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4/fuse'
make[1]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4/fuse'
Making install in label
make[1]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/label'
make[2]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/label'
/usr/bin/mkdir -p '/tmp/exfat-utils/pkg/exfat-utils/usr/bin'
/usr/bin/mkdir -p '/tmp/exfat-utils/pkg/exfat-utils/usr/share/man/man8'
/usr/bin/install -c exfatlabel '/tmp/exfat-utils/pkg/exfat-utils/usr/bin'
/usr/bin/install -c -m 644 exfatlabel.8 '/tmp/exfat-utils/pkg/exfat-utils/usr/share/man/man8'
make[2]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4/label'
make[1]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4/label'
Making install in mkfs
make[1]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/mkfs'
make[2]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/mkfs'
/usr/bin/mkdir -p '/tmp/exfat-utils/pkg/exfat-utils/usr/bin'
/usr/bin/mkdir -p '/tmp/exfat-utils/pkg/exfat-utils/usr/share/man/man8'
/usr/bin/install -c mkexfatfs '/tmp/exfat-utils/pkg/exfat-utils/usr/bin'
/usr/bin/install -c -m 644 mkexfatfs.8 '/tmp/exfat-utils/pkg/exfat-utils/usr/share/man/man8'
make install-exec-hook
make[3]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4/mkfs'
ln -sf mkexfatfs /tmp/exfat-utils/pkg/exfat-utils/usr/bin/mkfs.exfat
make[3]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4/mkfs'
make[2]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4/mkfs'
make[1]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4/mkfs'
make[1]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4'
make[2]: Entering directory '/tmp/exfat-utils/src/exfat-1.2.4'
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/exfat-utils/src/exfat-1.2.4'
make[1]: Leaving directory '/tmp/exfat-utils/src/exfat-1.2.4'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "exfat-utils"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: exfat-utils 1.2.4-1 (Wed Aug 24 13:01:31 UTC 2016)
CMD: pacman --query --file exfat-utils-1.2.4-1-x86_64.pkg.tar.xz
Creating hybrid package for 'exfat-utils'
Trying to find vanilla package 'exfat-utils'...
CMD: pacman --query --file /mirror/exfat-utils-1.2.4-1.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.BUILDINFO
/.MTREE
/usr/bin/fsck.exfat
/usr/bin/mount.exfat
/usr/bin/mkfs.exfat
/usr/bin/dumpexfat
/usr/bin/exfatfsck
/usr/bin/mount.exfat-fuse
/usr/bin/exfatlabel
/usr/bin/mkexfatfs
/usr/share/man/man8/dumpexfat.8.gz
/usr/share/man/man8/exfatfsck.8.gz
/usr/share/man/man8/mkexfatfs.8.gz
/usr/share/man/man8/exfatlabel.8.gz
/usr/share/man/man8/mount.exfat-fuse.8.gz
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE | xz -c -z
CMD: bsdtar -tqf exfat-utils.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/exfat-utils.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/exfat-utils.pkg.tar.xz
Attempting to access local repository, attempt 2
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/exfat-utils.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/exfat-utils.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/exfat-utils/src/exfat-1.2.4/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 Free exFAT implementation configure 1.2.4, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr --sbindir=/usr/bin
## --------- ##
## Platform. ##
## --------- ##
hostname = 8af481c33fad
uname -m = x86_64
uname -r = 4.7.1-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
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:1854: checking for a BSD-compatible install
configure:1922: result: /usr/bin/install -c
configure:1933: checking whether build environment is sane
configure:1988: result: yes
configure:2047: checking for x86_64-unknown-linux-strip
configure:2077: result: no
configure:2087: checking for strip
configure:2103: found /usr/bin/strip
configure:2114: result: strip
configure:2139: checking for a thread-safe mkdir -p
configure:2178: result: /usr/bin/mkdir -p
configure:2185: checking for gawk
configure:2201: found /usr/bin/gawk
configure:2212: result: gawk
configure:2223: checking whether make sets $(MAKE)
configure:2245: result: yes
configure:2274: checking whether make supports nested variables
configure:2291: result: yes
configure:2425: checking for x86_64-unknown-linux-gcc
configure:2455: result: no
configure:2465: checking for gcc
configure:2481: found /usr/bin/gcc
configure:2492: result: gcc
configure:2721: checking for C compiler version
configure:2730: gcc --version >&5
gcc (GCC) 6.1.1 20160602
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2741: $? = 0
configure:2730: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
configure:2741: $? = 0
configure:2730: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2741: $? = 1
configure:2730: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:2741: $? = 1
configure:2761: checking whether the C compiler works
configure:2783: gcc conftest.c >&5
configure:2787: $? = 0
configure:2835: result: yes
configure:2838: checking for C compiler default output file name
configure:2840: result: a.out
configure:2846: checking for suffix of executables
configure:2853: gcc -o conftest conftest.c >&5
configure:2857: $? = 0
configure:2879: result:
configure:2901: checking whether we are cross compiling
configure:2909: gcc -o conftest conftest.c >&5
configure:2913: $? = 0
configure:2920: ./conftest
configure:2924: $? = 0
configure:2939: result: no
configure:2944: checking for suffix of object files
configure:2966: gcc -c conftest.c >&5
configure:2970: $? = 0
configure:2991: result: o
configure:2995: checking whether we are using the GNU C compiler
configure:3014: gcc -c conftest.c >&5
configure:3014: $? = 0
configure:3023: result: yes
configure:3032: checking whether gcc accepts -g
configure:3052: gcc -c -g conftest.c >&5
configure:3052: $? = 0
configure:3093: result: yes
configure:3110: checking for gcc option to accept ISO C89
configure:3173: gcc -c conftest.c >&5
configure:3173: $? = 0
configure:3186: result: none needed
configure:3211: checking whether gcc understands -c and -o together
configure:3233: gcc -c conftest.c -o conftest2.o
configure:3236: $? = 0
configure:3233: gcc -c conftest.c -o conftest2.o
configure:3236: $? = 0
configure:3248: result: yes
configure:3276: checking for style of include used by make
configure:3304: result: GNU
configure:3330: checking dependency style of gcc
configure:3441: result: gcc3
configure:3456: checking for gcc option to accept ISO C99
configure:3605: gcc -c conftest.c >&5
configure:3605: $? = 0
configure:3618: result: none needed
configure:3636: checking for x86_64-unknown-linux-ranlib
configure:3666: result: no
configure:3676: checking for ranlib
configure:3692: found /usr/bin/ranlib
configure:3703: result: ranlib
configure:3731: checking for x86_64-unknown-linux-ar
configure:3761: result: no
configure:3731: checking for x86_64-unknown-linux-lib
configure:3761: result: no
configure:3731: checking for x86_64-unknown-linux-link
configure:3761: result: no
configure:3775: checking for ar
configure:3791: found /usr/bin/ar
configure:3802: result: ar
configure:3828: checking the archiver (ar) interface
configure:3844: gcc -c conftest.c >&5
configure:3844: $? = 0
configure:3846: ar cru libconftest.a conftest.o >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:3849: $? = 0
configure:3877: result: ar
configure:3904: checking for special C compiler options needed for large files
configure:3949: result: no
configure:3955: checking for _FILE_OFFSET_BITS value needed for large files
configure:3980: gcc -c conftest.c >&5
configure:3980: $? = 0
configure:4012: result: no
configure:4108: checking for x86_64-unknown-linux-pkg-config
configure:4141: result: no
configure:4151: checking for pkg-config
configure:4169: found /usr/bin/pkg-config
configure:4181: result: /usr/bin/pkg-config
configure:4206: checking pkg-config is at least version 0.9.0
configure:4209: result: yes
configure:4219: checking for FUSE
configure:4226: $PKG_CONFIG --exists --print-errors "fuse"
configure:4229: $? = 0
configure:4243: $PKG_CONFIG --exists --print-errors "fuse"
configure:4246: $? = 0
configure:4304: result: yes
configure:4421: checking that generated files are newer than configure
configure:4427: result: done
configure:4450: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by Free exFAT implementation config.status 1.2.4, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 8af481c33fad
config.status:854: creating libexfat/Makefile
config.status:854: creating dump/Makefile
config.status:854: creating fsck/Makefile
config.status:854: creating fuse/Makefile
config.status:854: creating label/Makefile
config.status:854: creating mkfs/Makefile
config.status:854: creating Makefile
config.status:854: creating libexfat/config.h
config.status:1083: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_FUSE_CFLAGS_set=
ac_cv_env_FUSE_CFLAGS_value=
ac_cv_env_FUSE_LIBS_set=
ac_cv_env_FUSE_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_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_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_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
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
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
pkg_cv_FUSE_CFLAGS='-D_FILE_OFFSET_BITS=64 -I/usr/include/fuse'
pkg_cv_FUSE_LIBS='-lfuse -pthread'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/exfat-utils/src/exfat-1.2.4/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)'
AR='ar'
AUTOCONF='${SHELL} /tmp/exfat-utils/src/exfat-1.2.4/missing autoconf'
AUTOHEADER='${SHELL} /tmp/exfat-utils/src/exfat-1.2.4/missing autoheader'
AUTOMAKE='${SHELL} /tmp/exfat-utils/src/exfat-1.2.4/missing automake-1.15'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
FUSE_CFLAGS='-D_FILE_OFFSET_BITS=64 -I/usr/include/fuse'
FUSE_LIBS='-lfuse -pthread'
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/exfat-utils/src/exfat-1.2.4/missing makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
OBJEXT='o'
PACKAGE='exfat'
PACKAGE_BUGREPORT='relan@users.noreply.github.com'
PACKAGE_NAME='Free exFAT implementation'
PACKAGE_STRING='Free exFAT implementation 1.2.4'
PACKAGE_TARNAME='exfat'
PACKAGE_URL='https://github.com/relan/exfat'
PACKAGE_VERSION='1.2.4'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.2.4'
ac_ct_AR='ar'
ac_ct_CC='gcc'
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_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/exfat-utils/src/exfat-1.2.4/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='/usr/bin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "Free exFAT implementation"
#define PACKAGE_TARNAME "exfat"
#define PACKAGE_VERSION "1.2.4"
#define PACKAGE_STRING "Free exFAT implementation 1.2.4"
#define PACKAGE_BUGREPORT "relan@users.noreply.github.com"
#define PACKAGE_URL "https://github.com/relan/exfat"
#define PACKAGE "exfat"
#define VERSION "1.2.4"
configure: exit 0