Build of ext4magic with clang_glibc toolchain

The build took 00h 04m 30s and was SUCCESSFUL.

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

SLOCLanguage
16,009 ansic
8,350 sh
1,360 makefile
25,719 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: ext4magic 0.3.2-1 (Thu Apr 13 12:23:50 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether clang and cc understand -c and -o together... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# 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 whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# 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 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 ext2fs/ext2fs.h usability... yes
# checking ext2fs/ext2fs.h presence... yes
# checking for ext2fs/ext2fs.h... yes
# checking blkid/blkid.h usability... yes
# checking blkid/blkid.h presence... yes
# checking for blkid/blkid.h... yes
# checking e2p/e2p.h usability... yes
# checking e2p/e2p.h presence... yes
# checking for e2p/e2p.h... yes
# checking uuid/uuid.h usability... yes
# checking uuid/uuid.h presence... yes
# checking for uuid/uuid.h... yes
# checking zlib.h usability... yes
# checking zlib.h presence... yes
# checking for zlib.h... yes
# checking bzlib.h usability... yes
# checking bzlib.h presence... yes
# checking for bzlib.h... yes
# checking for library containing ext2fs_test_inode_bitmap_range... -lext2fs
# checking for library containing magic_getpath... -lmagic
# 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 config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/ext4magic/src/ext4magic-0.3.2'
# Making all in src
# make[2]: Entering directory '/tmp/ext4magic/src/ext4magic-0.3.2/src'
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -g -D_FILE_OFFSET_BITS=64 -MT ext4magic-block.o -MD -MP -MF .deps/ext4magic-block.Tpo -c -o ext4magic-block.o `test -f 'block.c' || echo './'`block.c
# mv -f .deps/ext4magic-block.Tpo .deps/ext4magic-block.Po
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -g -D_FILE_OFFSET_BITS=64 -MT ext4magic-dir_list.o -MD -MP -MF .deps/ext4magic-dir_list.Tpo -c -o ext4magic-dir_list.o `test -f 'dir_list.c' || echo './'`dir_list.c
# mv -f .deps/ext4magic-dir_list.Tpo .deps/ext4magic-dir_list.Po
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -g -D_FILE_OFFSET_BITS=64 -MT ext4magic-ext4magic.o -MD -MP -MF .deps/ext4magic-ext4magic.Tpo -c -o ext4magic-ext4magic.o `test -f 'ext4magic.c' || echo './'`ext4magic.c
# mv -f .deps/ext4magic-ext4magic.Tpo .deps/ext4magic-ext4magic.Po
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -g -D_FILE_OFFSET_BITS=64 -MT ext4magic-extent_db.o -MD -MP -MF .deps/ext4magic-extent_db.Tpo -c -o ext4magic-extent_db.o `test -f 'extent_db.c' || echo './'`extent_db.c
# mv -f .deps/ext4magic-extent_db.Tpo .deps/ext4magic-extent_db.Po
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -g -D_FILE_OFFSET_BITS=64 -MT ext4magic-file_type.o -MD -MP -MF .deps/ext4magic-file_type.Tpo -c -o ext4magic-file_type.o `test -f 'file_type.c' || echo './'`file_type.c
# mv -f .deps/ext4magic-file_type.Tpo .deps/ext4magic-file_type.Po
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -g -D_FILE_OFFSET_BITS=64 -MT ext4magic-hard_link_stack.o -MD -MP -MF .deps/ext4magic-hard_link_stack.Tpo -c -o ext4magic-hard_link_stack.o `test -f 'hard_link_stack.c' || echo './'`hard_link_stack.c
# mv -f .deps/ext4magic-hard_link_stack.Tpo .deps/ext4magic-hard_link_stack.Po
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -g -D_FILE_OFFSET_BITS=64 -MT ext4magic-imap_search.o -MD -MP -MF .deps/ext4magic-imap_search.Tpo -c -o ext4magic-imap_search.o `test -f 'imap_search.c' || echo './'`imap_search.c
# mv -f .deps/ext4magic-imap_search.Tpo .deps/ext4magic-imap_search.Po
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -g -D_FILE_OFFSET_BITS=64 -MT ext4magic-inode.o -MD -MP -MF .deps/ext4magic-inode.Tpo -c -o ext4magic-inode.o `test -f 'inode.c' || echo './'`inode.c
# mv -f .deps/ext4magic-inode.Tpo .deps/ext4magic-inode.Po
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -g -D_FILE_OFFSET_BITS=64 -MT ext4magic-journal.o -MD -MP -MF .deps/ext4magic-journal.Tpo -c -o ext4magic-journal.o `test -f 'journal.c' || echo './'`journal.c
# journal.c:859:54: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
# fprintf(stderr,"Error: can't allocate %u Memory\n",maxlen * sizeof(journal_descriptor_tag_t));
# ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# %lu
# 1 warning generated.
# mv -f .deps/ext4magic-journal.Tpo .deps/ext4magic-journal.Po
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -g -D_FILE_OFFSET_BITS=64 -MT ext4magic-lookup_local.o -MD -MP -MF .deps/ext4magic-lookup_local.Tpo -c -o ext4magic-lookup_local.o `test -f 'lookup_local.c' || echo './'`lookup_local.c
# mv -f .deps/ext4magic-lookup_local.Tpo .deps/ext4magic-lookup_local.Po
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -g -D_FILE_OFFSET_BITS=64 -MT ext4magic-magic_block_scan.o -MD -MP -MF .deps/ext4magic-magic_block_scan.Tpo -c -o ext4magic-magic_block_scan.o `test -f 'magic_block_scan.c' || echo './'`magic_block_scan.c
# magic_block_scan.c:159:1: warning: expression result unused [-Wunused-value]
# *f++; //"gcc warning: value computed is not used" warning is okay
# ^~~~
# 1 warning generated.
# mv -f .deps/ext4magic-magic_block_scan.Tpo .deps/ext4magic-magic_block_scan.Po
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -g -D_FILE_OFFSET_BITS=64 -MT ext4magic-recover.o -MD -MP -MF .deps/ext4magic-recover.Tpo -c -o ext4magic-recover.o `test -f 'recover.c' || echo './'`recover.c
# mv -f .deps/ext4magic-recover.Tpo .deps/ext4magic-recover.Po
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -g -D_FILE_OFFSET_BITS=64 -MT ext4magic-ring_buf.o -MD -MP -MF .deps/ext4magic-ring_buf.Tpo -c -o ext4magic-ring_buf.o `test -f 'ring_buf.c' || echo './'`ring_buf.c
# mv -f .deps/ext4magic-ring_buf.Tpo .deps/ext4magic-ring_buf.Po
# clang -DHAVE_CONFIG_H -I. -I.. -O2 -g -D_FILE_OFFSET_BITS=64 -MT ext4magic-util.o -MD -MP -MF .deps/ext4magic-util.Tpo -c -o ext4magic-util.o `test -f 'util.c' || echo './'`util.c
# mv -f .deps/ext4magic-util.Tpo .deps/ext4magic-util.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -O2 -g -D_FILE_OFFSET_BITS=64 -lext2fs -le2p -luuid -lblkid -lmagic -lz -lbz2 -o ext4magic ext4magic-block.o ext4magic-dir_list.o ext4magic-ext4magic.o ext4magic-extent_db.o ext4magic-file_type.o ext4magic-hard_link_stack.o ext4magic-imap_search.o ext4magic-inode.o ext4magic-journal.o ext4magic-lookup_local.o ext4magic-magic_block_scan.o ext4magic-recover.o ext4magic-ring_buf.o ext4magic-util.o -lmagic -lext2fs
# mkdir .libs
# clang -O2 -g -D_FILE_OFFSET_BITS=64 -o ext4magic ext4magic-block.o ext4magic-dir_list.o ext4magic-ext4magic.o ext4magic-extent_db.o ext4magic-file_type.o ext4magic-hard_link_stack.o ext4magic-imap_search.o ext4magic-inode.o ext4magic-journal.o ext4magic-lookup_local.o ext4magic-magic_block_scan.o ext4magic-recover.o ext4magic-ring_buf.o ext4magic-util.o -le2p -luuid -lblkid -lz -lbz2 -lmagic -lext2fs
# make[2]: Leaving directory '/tmp/ext4magic/src/ext4magic-0.3.2/src'
# make[2]: Entering directory '/tmp/ext4magic/src/ext4magic-0.3.2'
# make[2]: Leaving directory '/tmp/ext4magic/src/ext4magic-0.3.2'
# make[1]: Leaving directory '/tmp/ext4magic/src/ext4magic-0.3.2'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/ext4magic/src/ext4magic-0.3.2/src'
# make[2]: Entering directory '/tmp/ext4magic/src/ext4magic-0.3.2/src'
# /usr/bin/mkdir -p '/tmp/ext4magic/pkg/ext4magic/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c ext4magic '/tmp/ext4magic/pkg/ext4magic/usr/bin'
# /usr/bin/install -c ext4magic /tmp/ext4magic/pkg/ext4magic/usr/bin/ext4magic
# /usr/bin/mkdir -p '/tmp/ext4magic/pkg/ext4magic/usr/share/man/man8'
# /usr/bin/install -c -m 644 ext4magic.8 '/tmp/ext4magic/pkg/ext4magic/usr/share/man/man8'
# make[2]: Leaving directory '/tmp/ext4magic/src/ext4magic-0.3.2/src'
# make[1]: Leaving directory '/tmp/ext4magic/src/ext4magic-0.3.2/src'
# make[1]: Entering directory '/tmp/ext4magic/src/ext4magic-0.3.2'
# make[2]: Entering directory '/tmp/ext4magic/src/ext4magic-0.3.2'
# 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/ext4magic/src/ext4magic-0.3.2'
# make[1]: Leaving directory '/tmp/ext4magic/src/ext4magic-0.3.2'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "ext4magic"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: ext4magic 0.3.2-1 (Thu Apr 13 12:24:18 UTC 2017)

CMD: pacman --query --file ext4magic-0.3.2-1-x86_64.pkg.tar.xz
# ext4magic 0.3.2-1

Creating hybrid package for 'ext4magic'

Trying to find vanilla package 'ext4magic'...

CMD: pacman --query --file /mirror/ext4magic-0.3.2-1.pkg.tar.xz
# ext4magic 0.3.2-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/ext4magic
# /usr/share/man/man8/ext4magic.8.gz

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/ext4magic.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/ext4magic.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/ext4magic/src/ext4magic-0.3.2/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 configure, 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 = 1729c6e4e350
# 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:2246: checking for a BSD-compatible install
# configure:2314: result: /usr/bin/install -c
# configure:2325: checking whether build environment is sane
# configure:2380: result: yes
# configure:2439: checking for x86_64-unknown-linux-strip
# configure:2469: result: no
# configure:2479: checking for strip
# configure:2495: found /usr/bin/strip
# configure:2506: result: strip
# configure:2531: checking for a thread-safe mkdir -p
# configure:2570: result: /usr/bin/mkdir -p
# configure:2577: checking for gawk
# configure:2593: found /usr/bin/gawk
# configure:2604: result: gawk
# configure:2615: checking whether make sets $(MAKE)
# configure:2637: result: yes
# configure:2734: checking for x86_64-unknown-linux-gcc
# configure:2761: result: clang
# configure:3030: checking for C compiler version
# configure:3039: 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:3050: $? = 0
# configure:3039: 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:3050: $? = 0
# configure:3039: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3050: $? = 1
# configure:3039: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3050: $? = 1
# configure:3070: checking whether the C compiler works
# configure:3092: clang conftest.c >&5
# configure:3096: $? = 0
# configure:3144: result: yes
# configure:3147: checking for C compiler default output file name
# configure:3149: result: a.out
# configure:3155: checking for suffix of executables
# configure:3162: clang -o conftest conftest.c >&5
# configure:3166: $? = 0
# configure:3188: result:
# configure:3210: checking whether we are cross compiling
# configure:3218: clang -o conftest conftest.c >&5
# configure:3222: $? = 0
# configure:3229: ./conftest
# configure:3233: $? = 0
# configure:3248: result: no
# configure:3253: checking for suffix of object files
# configure:3275: clang -c conftest.c >&5
# configure:3279: $? = 0
# configure:3300: result: o
# configure:3304: checking whether we are using the GNU C compiler
# configure:3323: clang -c conftest.c >&5
# configure:3323: $? = 0
# configure:3332: result: yes
# configure:3341: checking whether clang accepts -g
# configure:3361: clang -c -g conftest.c >&5
# configure:3361: $? = 0
# configure:3402: result: yes
# configure:3419: checking for clang option to accept ISO C89
# configure:3482: clang -c conftest.c >&5
# configure:3482: $? = 0
# configure:3495: result: none needed
# configure:3526: checking for style of include used by make
# configure:3554: result: GNU
# configure:3580: checking dependency style of clang
# configure:3691: result: gcc3
# configure:3707: checking whether clang and cc understand -c and -o together
# configure:3738: clang -c conftest.c -o conftest2.o >&5
# configure:3742: $? = 0
# configure:3748: clang -c conftest.c -o conftest2.o >&5
# configure:3752: $? = 0
# configure:3763: cc -c conftest.c >&5
# configure:3767: $? = 0
# configure:3775: cc -c conftest.c -o conftest2.o >&5
# configure:3779: $? = 0
# configure:3785: cc -c conftest.c -o conftest2.o >&5
# configure:3789: $? = 0
# configure:3807: result: yes
# configure:3861: checking build system type
# configure:3875: result: x86_64-unknown-linux-gnu
# configure:3895: checking host system type
# configure:3908: result: x86_64-unknown-linux-gnu
# configure:3949: checking how to print strings
# configure:3976: result: printf
# configure:3997: checking for a sed that does not truncate output
# configure:4061: result: /usr/bin/sed
# configure:4079: checking for grep that handles long lines and -e
# configure:4137: result: /usr/bin/grep
# configure:4142: checking for egrep
# configure:4204: result: /usr/bin/grep -E
# configure:4209: checking for fgrep
# configure:4271: result: /usr/bin/grep -F
# configure:4306: checking for ld used by clang
# configure:4373: result: /usr/bin/ld
# configure:4380: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4395: result: yes
# configure:4407: checking for BSD- or MS-compatible name lister (nm)
# configure:4456: result: /usr/bin/nm -B
# configure:4586: checking the name lister (/usr/bin/nm -B) interface
# configure:4593: clang -c conftest.c >&5
# configure:4596: /usr/bin/nm -B "conftest.o"
# configure:4599: output
# 0000000000000000 B some_variable
# configure:4606: result: BSD nm
# configure:4609: checking whether ln -s works
# configure:4613: result: yes
# configure:4621: checking the maximum length of command line arguments
# configure:4751: result: 1572864
# configure:4768: checking whether the shell understands some XSI constructs
# configure:4778: result: yes
# configure:4782: checking whether the shell understands "+="
# configure:4788: result: yes
# configure:4823: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:4863: result: func_convert_file_noop
# configure:4870: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:4890: result: func_convert_file_noop
# configure:4897: checking for /usr/bin/ld option to reload object files
# configure:4904: result: -r
# configure:4938: checking for x86_64-unknown-linux-objdump
# configure:4968: result: no
# configure:4978: checking for objdump
# configure:4994: found /usr/bin/objdump
# configure:5005: result: objdump
# configure:5037: checking how to recognize dependent libraries
# configure:5239: result: pass_all
# configure:5284: checking for x86_64-unknown-linux-dlltool
# configure:5314: result: no
# configure:5324: checking for dlltool
# configure:5354: result: no
# configure:5384: checking how to associate runtime and link libraries
# configure:5411: result: printf %s\n
# configure:5428: checking for x86_64-unknown-linux-ar
# configure:5458: result: no
# configure:5472: checking for ar
# configure:5488: found /usr/bin/ar
# configure:5499: result: ar
# configure:5536: checking for archiver @FILE support
# configure:5553: clang -c conftest.c >&5
# configure:5553: $? = 0
# configure:5556: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5559: $? = 0
# configure:5564: 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:5567: $? = 1
# configure:5579: result: @
# configure:5597: checking for x86_64-unknown-linux-strip
# configure:5624: result: strip
# configure:5696: checking for x86_64-unknown-linux-ranlib
# configure:5726: result: no
# configure:5736: checking for ranlib
# configure:5752: found /usr/bin/ranlib
# configure:5763: result: ranlib
# configure:5865: checking command to parse /usr/bin/nm -B output from clang object
# configure:5985: clang -c conftest.c >&5
# configure:5988: $? = 0
# configure:5992: /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:5995: $? = 0
# configure:6061: clang -o conftest conftest.c conftstm.o >&5
# configure:6064: $? = 0
# configure:6102: result: ok
# configure:6139: checking for sysroot
# configure:6169: result: no
# configure:6246: clang -c conftest.c >&5
# configure:6249: $? = 0
# configure:6385: checking for x86_64-unknown-linux-mt
# configure:6415: result: no
# configure:6425: checking for mt
# configure:6455: result: no
# configure:6475: checking if : is a manifest tool
# configure:6481: : '-?'
# configure:6489: result: no
# configure:7131: checking how to run the C preprocessor
# configure:7162: clang -E conftest.c
# configure:7162: $? = 0
# configure:7176: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7176: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ext4magic"
# | #define VERSION "0.3.2"
# | /* end confdefs.h. */
# | #include
# configure:7201: result: clang -E
# configure:7221: clang -E conftest.c
# configure:7221: $? = 0
# configure:7235: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7235: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ext4magic"
# | #define VERSION "0.3.2"
# | /* end confdefs.h. */
# | #include
# configure:7264: checking for ANSI C header files
# configure:7284: clang -c conftest.c >&5
# configure:7284: $? = 0
# configure:7357: clang -o conftest conftest.c >&5
# configure:7357: $? = 0
# configure:7357: ./conftest
# configure:7357: $? = 0
# configure:7368: result: yes
# configure:7381: checking for sys/types.h
# configure:7381: clang -c conftest.c >&5
# configure:7381: $? = 0
# configure:7381: result: yes
# configure:7381: checking for sys/stat.h
# configure:7381: clang -c conftest.c >&5
# configure:7381: $? = 0
# configure:7381: result: yes
# configure:7381: checking for stdlib.h
# configure:7381: clang -c conftest.c >&5
# configure:7381: $? = 0
# configure:7381: result: yes
# configure:7381: checking for string.h
# configure:7381: clang -c conftest.c >&5
# configure:7381: $? = 0
# configure:7381: result: yes
# configure:7381: checking for memory.h
# configure:7381: clang -c conftest.c >&5
# configure:7381: $? = 0
# configure:7381: result: yes
# configure:7381: checking for strings.h
# configure:7381: clang -c conftest.c >&5
# configure:7381: $? = 0
# configure:7381: result: yes
# configure:7381: checking for inttypes.h
# configure:7381: clang -c conftest.c >&5
# configure:7381: $? = 0
# configure:7381: result: yes
# configure:7381: checking for stdint.h
# configure:7381: clang -c conftest.c >&5
# configure:7381: $? = 0
# configure:7381: result: yes
# configure:7381: checking for unistd.h
# configure:7381: clang -c conftest.c >&5
# configure:7381: $? = 0
# configure:7381: result: yes
# configure:7395: checking for dlfcn.h
# configure:7395: clang -c conftest.c >&5
# configure:7395: $? = 0
# configure:7395: result: yes
# configure:7601: checking for objdir
# configure:7616: result: .libs
# configure:7883: checking if clang supports -fno-rtti -fno-exceptions
# configure:7901: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:7905: $? = 0
# configure:7918: result: yes
# configure:8245: checking for clang option to produce PIC
# configure:8252: result: -fPIC -DPIC
# configure:8260: checking if clang PIC flag -fPIC -DPIC works
# configure:8278: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8282: $? = 0
# configure:8295: result: yes
# configure:8324: checking if clang static flag -static works
# configure:8352: result: yes
# configure:8367: checking if clang supports -c -o file.o
# configure:8388: clang -c -o out/conftest2.o conftest.c >&5
# configure:8392: $? = 0
# configure:8414: result: yes
# configure:8422: checking if clang supports -c -o file.o
# configure:8469: result: yes
# configure:8502: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9655: result: yes
# configure:9692: checking whether -lc should be explicitly linked in
# configure:9700: clang -c conftest.c >&5
# configure:9703: $? = 0
# configure:9718: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:9721: $? = 0
# configure:9735: result: no
# configure:9895: checking dynamic linker characteristics
# configure:10406: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10406: $? = 0
# configure:10628: result: GNU/Linux ld.so
# configure:10735: checking how to hardcode library paths into programs
# configure:10760: result: immediate
# configure:11300: checking whether stripping libraries is possible
# configure:11305: result: yes
# configure:11340: checking if libtool supports shared libraries
# configure:11342: result: yes
# configure:11345: checking whether to build shared libraries
# configure:11366: result: yes
# configure:11369: checking whether to build static libraries
# configure:11373: result: yes
# configure:11412: checking ext2fs/ext2fs.h usability
# configure:11412: clang -c conftest.c >&5
# configure:11412: $? = 0
# configure:11412: result: yes
# configure:11412: checking ext2fs/ext2fs.h presence
# configure:11412: clang -E conftest.c
# configure:11412: $? = 0
# configure:11412: result: yes
# configure:11412: checking for ext2fs/ext2fs.h
# configure:11412: result: yes
# configure:11420: checking blkid/blkid.h usability
# configure:11420: clang -c conftest.c >&5
# configure:11420: $? = 0
# configure:11420: result: yes
# configure:11420: checking blkid/blkid.h presence
# configure:11420: clang -E conftest.c
# configure:11420: $? = 0
# configure:11420: result: yes
# configure:11420: checking for blkid/blkid.h
# configure:11420: result: yes
# configure:11428: checking e2p/e2p.h usability
# configure:11428: clang -c conftest.c >&5
# configure:11428: $? = 0
# configure:11428: result: yes
# configure:11428: checking e2p/e2p.h presence
# configure:11428: clang -E conftest.c
# configure:11428: $? = 0
# configure:11428: result: yes
# configure:11428: checking for e2p/e2p.h
# configure:11428: result: yes
# configure:11436: checking uuid/uuid.h usability
# configure:11436: clang -c conftest.c >&5
# configure:11436: $? = 0
# configure:11436: result: yes
# configure:11436: checking uuid/uuid.h presence
# configure:11436: clang -E conftest.c
# configure:11436: $? = 0
# configure:11436: result: yes
# configure:11436: checking for uuid/uuid.h
# configure:11436: result: yes
# configure:11448: checking zlib.h usability
# configure:11448: clang -c conftest.c >&5
# configure:11448: $? = 0
# configure:11448: result: yes
# configure:11448: checking zlib.h presence
# configure:11448: clang -E conftest.c
# configure:11448: $? = 0
# configure:11448: result: yes
# configure:11448: checking for zlib.h
# configure:11448: result: yes
# configure:11456: checking bzlib.h usability
# configure:11456: clang -c conftest.c >&5
# configure:11456: $? = 0
# configure:11456: result: yes
# configure:11456: checking bzlib.h presence
# configure:11456: clang -E conftest.c
# configure:11456: $? = 0
# configure:11456: result: yes
# configure:11456: checking for bzlib.h
# configure:11456: result: yes
# configure:11468: checking for library containing ext2fs_test_inode_bitmap_range
# configure:11499: clang -o conftest conftest.c >&5
# /tmp/conftest-3d84d9.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `ext2fs_test_inode_bitmap_range'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11499: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ext4magic"
# | #define VERSION "0.3.2"
# | #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/"
# | /* 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 ext2fs_test_inode_bitmap_range ();
# | int
# | main ()
# | {
# | return ext2fs_test_inode_bitmap_range ();
# | ;
# | return 0;
# | }
# configure:11499: clang -o conftest conftest.c -lext2fs >&5
# configure:11499: $? = 0
# configure:11516: result: -lext2fs
# configure:11530: checking for library containing magic_getpath
# configure:11561: clang -o conftest conftest.c -lext2fs >&5
# /tmp/conftest-b5f68f.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `magic_getpath'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:11561: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "ext4magic"
# | #define VERSION "0.3.2"
# | #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/"
# | /* 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 magic_getpath ();
# | int
# | main ()
# | {
# | return magic_getpath ();
# | ;
# | return 0;
# | }
# configure:11561: clang -o conftest conftest.c -lmagic -lext2fs >&5
# configure:11561: $? = 0
# configure:11578: result: -lmagic
# configure:11725: checking that generated files are newer than configure
# configure:11731: result: done
# configure:11754: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 1729c6e4e350
#
# config.status:1077: creating Makefile
# config.status:1077: creating src/Makefile
# config.status:1077: creating config.h
# config.status:1306: executing depfiles commands
# config.status:1306: 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_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_header_blkid_blkid_h=yes
# ac_cv_header_bzlib_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_e2p_e2p_h=yes
# ac_cv_header_ext2fs_ext2fs_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_header_uuid_uuid_h=yes
# ac_cv_header_zlib_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# 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_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_clang_c_o=yes
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_ext2fs_test_inode_bitmap_range=-lext2fs
# ac_cv_search_magic_getpath=-lmagic
# am_cv_CC_dependencies_compiler_type=gcc3
# 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]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# 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
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/ext4magic/src/ext4magic-0.3.2/missing --run aclocal-1.12'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/ext4magic/src/ext4magic-0.3.2/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/ext4magic/src/ext4magic-0.3.2/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/ext4magic/src/ext4magic-0.3.2/missing --run automake-1.12'
# AWK='gawk'
# 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'
# 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=''
# LIBOBJS=''
# LIBS='-lmagic -lext2fs '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/ext4magic/src/ext4magic-0.3.2/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='ext4magic'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.3.2'
# 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}'
# 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/ext4magic/src/ext4magic-0.3.2/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "ext4magic"
# #define VERSION "0.3.2"
# #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/"
#
# configure: exit 0