The build took 00h 03m 39s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
2,547 |
cpp |
1,376 |
ansic |
1,223 |
makefile |
1,049 |
sh |
6,195 |
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:
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: extundelete 0.2.4-3 (Thu Apr 13 12:25:30 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
configure: WARNING: if you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used
Configuring extundelete 0.2.4
Writing generated files to disk
make -s all-recursive
Making all in src
extundelete.cc:1271:28: error: non-constant-expression cannot be narrowed from type 'int' to 'ext2_ino_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
struct dir_context ctx = {search_flags, DIRENT_FLAG_INCLUDE_REMOVED,
^~~~~~~~~~~~
extundelete.cc:1271:28: note: insert an explicit cast to silence this issue
struct dir_context ctx = {search_flags, DIRENT_FLAG_INCLUDE_REMOVED,
^~~~~~~~~~~~
static_cast( )
1 error generated.
make[2]: *** [Makefile:409: extundelete-extundelete.o] Error 1
make[1]: *** [Makefile:268: all-recursive] Error 1
make: *** [Makefile:208: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Printing config logfiles
CMD: config logfiles '/tmp/extundelete/src/extundelete-0.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 extundelete configure 0.2.4, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = 8032fdc939c1
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:2275: checking for a BSD-compatible install
configure:2343: result: /usr/bin/install -c
configure:2354: checking whether build environment is sane
configure:2404: result: yes
configure:2453: checking for x86_64-unknown-linux-strip
configure:2483: result: no
configure:2493: checking for strip
configure:2509: found /usr/bin/strip
configure:2520: result: strip
configure:2545: checking for a thread-safe mkdir -p
configure:2584: result: /usr/bin/mkdir -p
configure:2597: checking for gawk
configure:2613: found /usr/bin/gawk
configure:2624: result: gawk
configure:2635: checking whether make sets $(MAKE)
configure:2657: result: yes
configure:2856: checking for C++ compiler version
configure:2865: 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:2876: $? = 0
configure:2865: 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:2876: $? = 0
configure:2865: clang++ -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:2876: $? = 1
configure:2865: clang++ -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:2876: $? = 1
configure:2896: checking whether the C++ compiler works
configure:2918: clang++ conftest.cpp >&5
configure:2922: $? = 0
configure:2970: result: yes
configure:2973: checking for C++ compiler default output file name
configure:2975: result: a.out
configure:2981: checking for suffix of executables
configure:2988: clang++ -o conftest conftest.cpp >&5
configure:2992: $? = 0
configure:3014: result:
configure:3036: checking whether we are cross compiling
configure:3044: clang++ -o conftest conftest.cpp >&5
configure:3048: $? = 0
configure:3055: ./conftest
configure:3059: $? = 0
configure:3074: result: no
configure:3079: checking for suffix of object files
configure:3101: clang++ -c conftest.cpp >&5
configure:3105: $? = 0
configure:3126: result: o
configure:3130: checking whether we are using the GNU C++ compiler
configure:3149: clang++ -c conftest.cpp >&5
configure:3149: $? = 0
configure:3158: result: yes
configure:3167: checking whether clang++ accepts -g
configure:3187: clang++ -c -g conftest.cpp >&5
configure:3187: $? = 0
configure:3228: result: yes
configure:3262: checking for style of include used by make
configure:3290: result: GNU
configure:3316: checking dependency style of clang++
configure:3427: result: gcc3
configure:3450: checking for x86_64-unknown-linux-gcc
configure:3477: result: clang
configure:3746: checking for C compiler version
configure:3755: 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:3766: $? = 0
configure:3755: 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:3766: $? = 0
configure:3755: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3766: $? = 1
configure:3755: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3766: $? = 1
configure:3770: checking whether we are using the GNU C compiler
configure:3789: clang -c conftest.c >&5
configure:3789: $? = 0
configure:3798: result: yes
configure:3807: checking whether clang accepts -g
configure:3827: clang -c -g conftest.c >&5
configure:3827: $? = 0
configure:3868: result: yes
configure:3885: checking for clang option to accept ISO C89
configure:3949: clang -c conftest.c >&5
configure:3949: $? = 0
configure:3962: result: none needed
configure:3984: checking dependency style of clang
configure:4095: result: gcc3
configure:4118: checking whether C compiler accepts -g
configure:4137: clang -c -g conftest.c >&5
configure:4137: $? = 0
configure:4147: result: yes
configure:4155: checking whether C compiler accepts -O2
configure:4174: clang -c -O2 conftest.c >&5
configure:4174: $? = 0
configure:4184: result: yes
configure:4192: checking whether C compiler accepts -std=c99
configure:4207: clang -c -std=c99 conftest.c >&5
configure:4207: $? = 0
configure:4215: result: yes
configure:4223: checking whether C compiler accepts -Wall
configure:4242: clang -c -Wall conftest.c >&5
configure:4242: $? = 0
configure:4252: result: yes
configure:4260: checking whether C compiler accepts -W
configure:4279: clang -c -W conftest.c >&5
configure:4279: $? = 0
configure:4289: result: yes
configure:4297: checking whether C compiler accepts -pedantic
configure:4316: clang -c -pedantic conftest.c >&5
configure:4316: $? = 0
configure:4326: result: yes
configure:4334: checking whether C compiler accepts -Wredundant-decls
configure:4353: clang -c -Wredundant-decls conftest.c >&5
configure:4353: $? = 0
configure:4363: result: yes
configure:4371: checking whether C compiler accepts -Wshadow
configure:4390: clang -c -Wshadow conftest.c >&5
configure:4390: $? = 0
configure:4400: result: yes
configure:4408: checking whether C compiler accepts -Wpointer-arith
configure:4427: clang -c -Wpointer-arith conftest.c >&5
configure:4427: $? = 0
configure:4437: result: yes
configure:4445: checking whether C compiler accepts -Wwrite-strings
configure:4464: clang -c -Wwrite-strings conftest.c >&5
configure:4464: $? = 0
configure:4474: result: yes
configure:4482: checking whether C compiler accepts -Winit-self
configure:4501: clang -c -Winit-self conftest.c >&5
configure:4501: $? = 0
configure:4511: result: yes
configure:4519: checking whether C compiler accepts -Wconversion
configure:4538: clang -c -Wconversion conftest.c >&5
configure:4538: $? = 0
configure:4548: result: yes
configure:4556: checking whether C compiler accepts -pg
configure:4575: clang -c -pg conftest.c >&5
configure:4575: $? = 0
configure:4585: result: yes
configure:4593: checking whether C compiler accepts -O3
configure:4612: clang -c -O3 conftest.c >&5
configure:4612: $? = 0
configure:4622: result: yes
configure:4638: checking whether C++ compiler accepts -g
configure:4657: clang++ -c -g conftest.cpp >&5
configure:4657: $? = 0
configure:4667: result: yes
configure:4675: checking whether C++ compiler accepts -O2
configure:4694: clang++ -c -O2 conftest.cpp >&5
configure:4694: $? = 0
configure:4704: result: yes
configure:4712: checking whether C++ compiler accepts -std=c++0x
configure:4727: clang++ -c -std=c++0x conftest.cpp >&5
configure:4727: $? = 0
configure:4735: result: yes
configure:4743: checking whether C++ compiler accepts -std=c++11
configure:4758: clang++ -c -std=c++11 conftest.cpp >&5
configure:4758: $? = 0
configure:4766: result: yes
configure:4774: checking whether C++ compiler accepts -W
configure:4793: clang++ -c -W conftest.cpp >&5
configure:4793: $? = 0
configure:4803: result: yes
configure:4811: checking whether C++ compiler accepts -Wall
configure:4830: clang++ -c -Wall conftest.cpp >&5
configure:4830: $? = 0
configure:4840: result: yes
configure:4848: checking whether C++ compiler accepts -std=c++0x -pedantic
configure:4863: clang++ -c -std=c++0x -pedantic conftest.cpp >&5
configure:4863: $? = 0
configure:4871: result: yes
configure:4879: checking whether C++ compiler accepts -std=c++11 -pedantic
configure:4894: clang++ -c -std=c++11 -pedantic conftest.cpp >&5
configure:4894: $? = 0
configure:4902: result: yes
configure:4910: checking whether C++ compiler accepts -Wredundant-decls
configure:4929: clang++ -c -Wredundant-decls conftest.cpp >&5
configure:4929: $? = 0
configure:4939: result: yes
configure:4947: checking whether C++ compiler accepts -Wshadow
configure:4966: clang++ -c -Wshadow conftest.cpp >&5
configure:4966: $? = 0
configure:4976: result: yes
configure:4984: checking whether C++ compiler accepts -Wpointer-arith
configure:5003: clang++ -c -Wpointer-arith conftest.cpp >&5
configure:5003: $? = 0
configure:5013: result: yes
configure:5021: checking whether C++ compiler accepts -Wwrite-strings
configure:5040: clang++ -c -Wwrite-strings conftest.cpp >&5
configure:5040: $? = 0
configure:5050: result: yes
configure:5058: checking whether C++ compiler accepts -Woverloaded-virtual
configure:5077: clang++ -c -Woverloaded-virtual conftest.cpp >&5
configure:5077: $? = 0
configure:5087: result: yes
configure:5095: checking whether C++ compiler accepts -Weffc++
configure:5114: clang++ -c -Weffc++ conftest.cpp >&5
configure:5114: $? = 0
configure:5124: result: yes
configure:5132: checking whether C++ compiler accepts -Winit-self
configure:5151: clang++ -c -Winit-self conftest.cpp >&5
configure:5151: $? = 0
configure:5161: result: yes
configure:5169: checking whether C++ compiler accepts -Wconversion
configure:5188: clang++ -c -Wconversion conftest.cpp >&5
configure:5188: $? = 0
configure:5198: result: yes
configure:5206: checking whether C++ compiler accepts -pg
configure:5225: clang++ -c -pg conftest.cpp >&5
configure:5225: $? = 0
configure:5235: result: yes
configure:5243: checking whether C++ compiler accepts -O3
configure:5262: clang++ -c -O3 conftest.cpp >&5
configure:5262: $? = 0
configure:5272: result: yes
configure:5298: checking for ext2fs_bmap in -lext2fs
configure:5323: clang -o conftest conftest.c -lext2fs >&5
configure:5323: $? = 0
configure:5332: result: yes
configure:5349: checking for ext2fs_get_generic_bitmap_start
configure:5349: clang -o conftest conftest.c -lext2fs >&5
configure:5349: $? = 0
configure:5349: result: yes
configure:5349: checking for ext2fs_inode_table_loc
configure:5349: clang -o conftest conftest.c -lext2fs >&5
configure:5349: $? = 0
configure:5349: result: yes
configure:5349: checking for ext2fs_extent_open2
configure:5349: clang -o conftest conftest.c -lext2fs >&5
configure:5349: $? = 0
configure:5349: result: yes
configure:5349: checking for ext2fs_blocks_count
configure:5349: clang -o conftest conftest.c -lext2fs >&5
configure:5349: $? = 0
configure:5349: result: yes
configure:5349: checking for ext2fs_get_array
configure:5349: clang -o conftest conftest.c -lext2fs >&5
configure:5349: $? = 0
configure:5349: result: yes
configure:5349: checking for ext2fs_get_generic_bmap_start
configure:5349: clang -o conftest conftest.c -lext2fs >&5
configure:5349: $? = 0
configure:5349: result: yes
configure:5349: checking for ext2fs_test_block_bitmap2
configure:5349: clang -o conftest conftest.c -lext2fs >&5
configure:5349: $? = 0
configure:5349: result: yes
configure:5349: checking for ext2fs_bmap2
configure:5349: clang -o conftest conftest.c -lext2fs >&5
configure:5349: $? = 0
configure:5349: result: yes
configure:5349: checking for ext2fs_test_block_bitmap2
configure:5349: result: yes
configure:5349: checking for ext2fs_group_of_blk2
configure:5349: clang -o conftest conftest.c -lext2fs >&5
configure:5349: $? = 0
configure:5349: result: yes
configure:5349: checking for ext2fs_read_dir_block3
configure:5349: clang -o conftest conftest.c -lext2fs >&5
configure:5349: $? = 0
configure:5349: result: yes
configure:5349: checking for ext2fs_test_inode_bitmap2
configure:5349: clang -o conftest conftest.c -lext2fs >&5
configure:5349: $? = 0
configure:5349: result: yes
configure:5358: checking for com_err in -lcom_err
configure:5383: clang -o conftest conftest.c -lcom_err -lext2fs >&5
configure:5383: $? = 0
configure:5392: result: yes
configure:5413: checking how to run the C preprocessor
configure:5444: clang -E conftest.c
configure:5444: $? = 0
configure:5458: clang -E conftest.c
conftest.c:25:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:5458: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "extundelete"
| #define PACKAGE_TARNAME "extundelete"
| #define PACKAGE_VERSION "0.2.4"
| #define PACKAGE_STRING "extundelete 0.2.4"
| #define PACKAGE_BUGREPORT "extundelete.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "extundelete"
| #define VERSION "0.2.4"
| #define HAVE_LIBEXT2FS 1
| #define HAVE_EXT2FS_GET_GENERIC_BITMAP_START 1
| #define HAVE_EXT2FS_INODE_TABLE_LOC 1
| #define HAVE_EXT2FS_EXTENT_OPEN2 1
| #define HAVE_EXT2FS_BLOCKS_COUNT 1
| #define HAVE_EXT2FS_GET_ARRAY 1
| #define HAVE_EXT2FS_GET_GENERIC_BMAP_START 1
| #define HAVE_EXT2FS_TEST_BLOCK_BITMAP2 1
| #define HAVE_EXT2FS_BMAP2 1
| #define HAVE_EXT2FS_TEST_BLOCK_BITMAP2 1
| #define HAVE_EXT2FS_GROUP_OF_BLK2 1
| #define HAVE_EXT2FS_READ_DIR_BLOCK3 1
| #define HAVE_EXT2FS_TEST_INODE_BITMAP2 1
| #define HAVE_LIBCOM_ERR 1
| /* end confdefs.h. */
| #include
configure:5483: result: clang -E
configure:5503: clang -E conftest.c
configure:5503: $? = 0
configure:5517: clang -E conftest.c
conftest.c:25:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:5517: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "extundelete"
| #define PACKAGE_TARNAME "extundelete"
| #define PACKAGE_VERSION "0.2.4"
| #define PACKAGE_STRING "extundelete 0.2.4"
| #define PACKAGE_BUGREPORT "extundelete.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "extundelete"
| #define VERSION "0.2.4"
| #define HAVE_LIBEXT2FS 1
| #define HAVE_EXT2FS_GET_GENERIC_BITMAP_START 1
| #define HAVE_EXT2FS_INODE_TABLE_LOC 1
| #define HAVE_EXT2FS_EXTENT_OPEN2 1
| #define HAVE_EXT2FS_BLOCKS_COUNT 1
| #define HAVE_EXT2FS_GET_ARRAY 1
| #define HAVE_EXT2FS_GET_GENERIC_BMAP_START 1
| #define HAVE_EXT2FS_TEST_BLOCK_BITMAP2 1
| #define HAVE_EXT2FS_BMAP2 1
| #define HAVE_EXT2FS_TEST_BLOCK_BITMAP2 1
| #define HAVE_EXT2FS_GROUP_OF_BLK2 1
| #define HAVE_EXT2FS_READ_DIR_BLOCK3 1
| #define HAVE_EXT2FS_TEST_INODE_BITMAP2 1
| #define HAVE_LIBCOM_ERR 1
| /* end confdefs.h. */
| #include
configure:5546: checking for grep that handles long lines and -e
configure:5604: result: /usr/bin/grep
configure:5609: checking for egrep
configure:5671: result: /usr/bin/grep -E
configure:5676: checking for ANSI C header files
configure:5696: clang -c conftest.c >&5
configure:5696: $? = 0
configure:5769: clang -o conftest conftest.c -lcom_err -lext2fs >&5
configure:5769: $? = 0
configure:5769: ./conftest
configure:5769: $? = 0
configure:5780: result: yes
configure:5793: checking for sys/types.h
configure:5793: clang -c conftest.c >&5
configure:5793: $? = 0
configure:5793: result: yes
configure:5793: checking for sys/stat.h
configure:5793: clang -c conftest.c >&5
configure:5793: $? = 0
configure:5793: result: yes
configure:5793: checking for stdlib.h
configure:5793: clang -c conftest.c >&5
configure:5793: $? = 0
configure:5793: result: yes
configure:5793: checking for string.h
configure:5793: clang -c conftest.c >&5
configure:5793: $? = 0
configure:5793: result: yes
configure:5793: checking for memory.h
configure:5793: clang -c conftest.c >&5
configure:5793: $? = 0
configure:5793: result: yes
configure:5793: checking for strings.h
configure:5793: clang -c conftest.c >&5
configure:5793: $? = 0
configure:5793: result: yes
configure:5793: checking for inttypes.h
configure:5793: clang -c conftest.c >&5
configure:5793: $? = 0
configure:5793: result: yes
configure:5793: checking for stdint.h
configure:5793: clang -c conftest.c >&5
configure:5793: $? = 0
configure:5793: result: yes
configure:5793: checking for unistd.h
configure:5793: clang -c conftest.c >&5
configure:5793: $? = 0
configure:5793: result: yes
configure:5808: checking fcntl.h usability
configure:5808: clang -c conftest.c >&5
configure:5808: $? = 0
configure:5808: result: yes
configure:5808: checking fcntl.h presence
configure:5808: clang -E conftest.c
configure:5808: $? = 0
configure:5808: result: yes
configure:5808: checking for fcntl.h
configure:5808: result: yes
configure:5808: checking for stdint.h
configure:5808: result: yes
configure:5808: checking for string.h
configure:5808: result: yes
configure:5808: checking for unistd.h
configure:5808: result: yes
configure:5808: checking utime.h usability
configure:5808: clang -c conftest.c >&5
configure:5808: $? = 0
configure:5808: result: yes
configure:5808: checking utime.h presence
configure:5808: clang -E conftest.c
configure:5808: $? = 0
configure:5808: result: yes
configure:5808: checking for utime.h
configure:5808: result: yes
configure:5808: checking for sys/types.h
configure:5808: result: yes
configure:5808: checking getopt.h usability
configure:5808: clang -c conftest.c >&5
configure:5808: $? = 0
configure:5808: result: yes
configure:5808: checking getopt.h presence
configure:5808: clang -E conftest.c
configure:5808: $? = 0
configure:5808: result: yes
configure:5808: checking for getopt.h
configure:5808: result: yes
configure:5820: checking for stdbool.h that conforms to C99
configure:5887: clang -c conftest.c >&5
conftest.c:91:12: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
bool e = &s;
~ ^
conftest.c:95:11: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:95:16: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:95:21: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:95:26: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:95:36: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:95:41: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:95:46: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:95:51: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:96:11: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
~^
conftest.c:96:16: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
~^
conftest.c:96:21: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
~^
12 warnings generated.
configure:5887: $? = 0
configure:5894: result: yes
configure:5896: checking for _Bool
configure:5896: clang -c conftest.c >&5
configure:5896: $? = 0
configure:5896: clang -c conftest.c >&5
conftest.c:78:20: error: expected expression
if (sizeof ((_Bool)))
^
1 error generated.
configure:5896: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "extundelete"
| #define PACKAGE_TARNAME "extundelete"
| #define PACKAGE_VERSION "0.2.4"
| #define PACKAGE_STRING "extundelete 0.2.4"
| #define PACKAGE_BUGREPORT "extundelete.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "extundelete"
| #define VERSION "0.2.4"
| #define HAVE_LIBEXT2FS 1
| #define HAVE_EXT2FS_GET_GENERIC_BITMAP_START 1
| #define HAVE_EXT2FS_INODE_TABLE_LOC 1
| #define HAVE_EXT2FS_EXTENT_OPEN2 1
| #define HAVE_EXT2FS_BLOCKS_COUNT 1
| #define HAVE_EXT2FS_GET_ARRAY 1
| #define HAVE_EXT2FS_GET_GENERIC_BMAP_START 1
| #define HAVE_EXT2FS_TEST_BLOCK_BITMAP2 1
| #define HAVE_EXT2FS_BMAP2 1
| #define HAVE_EXT2FS_TEST_BLOCK_BITMAP2 1
| #define HAVE_EXT2FS_GROUP_OF_BLK2 1
| #define HAVE_EXT2FS_READ_DIR_BLOCK3 1
| #define HAVE_EXT2FS_TEST_INODE_BITMAP2 1
| #define HAVE_LIBCOM_ERR 1
| #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_FCNTL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_GETOPT_H 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 ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:5896: result: yes
configure:5912: checking for an ANSI C-conforming const
configure:5977: clang -c conftest.c >&5
configure:5977: $? = 0
configure:5984: result: yes
configure:5992: checking for inline
configure:6008: clang -c conftest.c >&5
configure:6008: $? = 0
configure:6016: result: inline
configure:6034: checking for size_t
configure:6034: clang -c conftest.c >&5
configure:6034: $? = 0
configure:6034: clang -c conftest.c >&5
conftest.c:80:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:6034: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "extundelete"
| #define PACKAGE_TARNAME "extundelete"
| #define PACKAGE_VERSION "0.2.4"
| #define PACKAGE_STRING "extundelete 0.2.4"
| #define PACKAGE_BUGREPORT "extundelete.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "extundelete"
| #define VERSION "0.2.4"
| #define HAVE_LIBEXT2FS 1
| #define HAVE_EXT2FS_GET_GENERIC_BITMAP_START 1
| #define HAVE_EXT2FS_INODE_TABLE_LOC 1
| #define HAVE_EXT2FS_EXTENT_OPEN2 1
| #define HAVE_EXT2FS_BLOCKS_COUNT 1
| #define HAVE_EXT2FS_GET_ARRAY 1
| #define HAVE_EXT2FS_GET_GENERIC_BMAP_START 1
| #define HAVE_EXT2FS_TEST_BLOCK_BITMAP2 1
| #define HAVE_EXT2FS_BMAP2 1
| #define HAVE_EXT2FS_TEST_BLOCK_BITMAP2 1
| #define HAVE_EXT2FS_GROUP_OF_BLK2 1
| #define HAVE_EXT2FS_READ_DIR_BLOCK3 1
| #define HAVE_EXT2FS_TEST_INODE_BITMAP2 1
| #define HAVE_LIBCOM_ERR 1
| #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_FCNTL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 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 ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:6034: result: yes
configure:6052: checking for special C compiler options needed for large files
configure:6097: result: no
configure:6103: checking for _FILE_OFFSET_BITS value needed for large files
configure:6128: clang -c conftest.c >&5
configure:6128: $? = 0
configure:6160: result: no
configure:6243: checking for blk64_t
configure:6243: clang -c conftest.c >&5
configure:6243: $? = 0
configure:6243: clang -c conftest.c >&5
conftest.c:49:22: error: expected expression
if (sizeof ((blk64_t)))
^
1 error generated.
configure:6243: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "extundelete"
| #define PACKAGE_TARNAME "extundelete"
| #define PACKAGE_VERSION "0.2.4"
| #define PACKAGE_STRING "extundelete 0.2.4"
| #define PACKAGE_BUGREPORT "extundelete.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "extundelete"
| #define VERSION "0.2.4"
| #define HAVE_LIBEXT2FS 1
| #define HAVE_EXT2FS_GET_GENERIC_BITMAP_START 1
| #define HAVE_EXT2FS_INODE_TABLE_LOC 1
| #define HAVE_EXT2FS_EXTENT_OPEN2 1
| #define HAVE_EXT2FS_BLOCKS_COUNT 1
| #define HAVE_EXT2FS_GET_ARRAY 1
| #define HAVE_EXT2FS_GET_GENERIC_BMAP_START 1
| #define HAVE_EXT2FS_TEST_BLOCK_BITMAP2 1
| #define HAVE_EXT2FS_BMAP2 1
| #define HAVE_EXT2FS_TEST_BLOCK_BITMAP2 1
| #define HAVE_EXT2FS_GROUP_OF_BLK2 1
| #define HAVE_EXT2FS_READ_DIR_BLOCK3 1
| #define HAVE_EXT2FS_TEST_INODE_BITMAP2 1
| #define HAVE_LIBCOM_ERR 1
| #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_FCNTL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include
|
| int
| main ()
| {
| if (sizeof ((blk64_t)))
| return 0;
| ;
| return 0;
| }
configure:6243: result: yes
configure:6254: checking whether byte ordering is bigendian
configure:6269: clang -c conftest.c >&5
conftest.c:46:9: error: unknown type name 'not'
not a universal capable compiler
^
conftest.c:46:14: error: expected ';' after top level declarator
not a universal capable compiler
^
;
2 errors generated.
configure:6269: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "extundelete"
| #define PACKAGE_TARNAME "extundelete"
| #define PACKAGE_VERSION "0.2.4"
| #define PACKAGE_STRING "extundelete 0.2.4"
| #define PACKAGE_BUGREPORT "extundelete.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "extundelete"
| #define VERSION "0.2.4"
| #define HAVE_LIBEXT2FS 1
| #define HAVE_EXT2FS_GET_GENERIC_BITMAP_START 1
| #define HAVE_EXT2FS_INODE_TABLE_LOC 1
| #define HAVE_EXT2FS_EXTENT_OPEN2 1
| #define HAVE_EXT2FS_BLOCKS_COUNT 1
| #define HAVE_EXT2FS_GET_ARRAY 1
| #define HAVE_EXT2FS_GET_GENERIC_BMAP_START 1
| #define HAVE_EXT2FS_TEST_BLOCK_BITMAP2 1
| #define HAVE_EXT2FS_BMAP2 1
| #define HAVE_EXT2FS_TEST_BLOCK_BITMAP2 1
| #define HAVE_EXT2FS_GROUP_OF_BLK2 1
| #define HAVE_EXT2FS_READ_DIR_BLOCK3 1
| #define HAVE_EXT2FS_TEST_INODE_BITMAP2 1
| #define HAVE_LIBCOM_ERR 1
| #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_FCNTL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_BLK64_T 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:6314: clang -c conftest.c >&5
configure:6314: $? = 0
configure:6332: clang -c conftest.c >&5
conftest.c:52:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:6332: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "extundelete"
| #define PACKAGE_TARNAME "extundelete"
| #define PACKAGE_VERSION "0.2.4"
| #define PACKAGE_STRING "extundelete 0.2.4"
| #define PACKAGE_BUGREPORT "extundelete.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "extundelete"
| #define VERSION "0.2.4"
| #define HAVE_LIBEXT2FS 1
| #define HAVE_EXT2FS_GET_GENERIC_BITMAP_START 1
| #define HAVE_EXT2FS_INODE_TABLE_LOC 1
| #define HAVE_EXT2FS_EXTENT_OPEN2 1
| #define HAVE_EXT2FS_BLOCKS_COUNT 1
| #define HAVE_EXT2FS_GET_ARRAY 1
| #define HAVE_EXT2FS_GET_GENERIC_BMAP_START 1
| #define HAVE_EXT2FS_TEST_BLOCK_BITMAP2 1
| #define HAVE_EXT2FS_BMAP2 1
| #define HAVE_EXT2FS_TEST_BLOCK_BITMAP2 1
| #define HAVE_EXT2FS_GROUP_OF_BLK2 1
| #define HAVE_EXT2FS_READ_DIR_BLOCK3 1
| #define HAVE_EXT2FS_TEST_INODE_BITMAP2 1
| #define HAVE_LIBCOM_ERR 1
| #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_FCNTL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_BLK64_T 1
| /* end confdefs.h. */
| #include
| #include
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:6460: result: no
configure:6480: checking for working memcmp
configure:6523: clang -o conftest conftest.c -lcom_err -lext2fs >&5
configure:6523: $? = 0
configure:6523: ./conftest
configure:6523: $? = 0
configure:6533: result: yes
configure:6542: checking whether lstat correctly handles trailing slash
configure:6568: clang -o conftest conftest.c -lcom_err -lext2fs >&5
configure:6568: $? = 0
configure:6568: ./conftest
configure:6568: $? = 0
configure:6585: result: yes
configure:6604: checking whether stat accepts an empty string
configure:6624: clang -o conftest conftest.c -lcom_err -lext2fs >&5
configure:6624: $? = 0
configure:6624: ./conftest
configure:6624: $? = 0
configure:6634: result: no
configure:6653: checking for memset
configure:6653: clang -o conftest conftest.c -lcom_err -lext2fs >&5
conftest.c:69:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
char memset ();
^
conftest.c:69:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
1 warning generated.
configure:6653: $? = 0
configure:6653: result: yes
configure:6653: checking for mkdir
configure:6653: clang -o conftest conftest.c -lcom_err -lext2fs >&5
configure:6653: $? = 0
configure:6653: result: yes
configure:6653: checking for strerror
configure:6653: clang -o conftest conftest.c -lcom_err -lext2fs >&5
conftest.c:71:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:71:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:6653: $? = 0
configure:6653: result: yes
configure:6653: checking for strtol
configure:6653: clang -o conftest conftest.c -lcom_err -lext2fs >&5
configure:6653: $? = 0
configure:6653: result: yes
configure:6653: checking for strtoul
configure:6653: clang -o conftest conftest.c -lcom_err -lext2fs >&5
configure:6653: $? = 0
configure:6653: result: yes
configure:6801: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by extundelete config.status 0.2.4, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status --quiet
on 8032fdc939c1
config.status:905: creating Makefile
config.status:905: creating src/Makefile
config.status:905: creating config.h
config.status:1134: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=clang++
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_ext2fs_blocks_count=yes
ac_cv_func_ext2fs_bmap2=yes
ac_cv_func_ext2fs_extent_open2=yes
ac_cv_func_ext2fs_get_array=yes
ac_cv_func_ext2fs_get_generic_bitmap_start=yes
ac_cv_func_ext2fs_get_generic_bmap_start=yes
ac_cv_func_ext2fs_group_of_blk2=yes
ac_cv_func_ext2fs_inode_table_loc=yes
ac_cv_func_ext2fs_read_dir_block3=yes
ac_cv_func_ext2fs_test_block_bitmap2=yes
ac_cv_func_ext2fs_test_inode_bitmap2=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memset=yes
ac_cv_func_mkdir=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_strerror=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdbool_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_utime_h=yes
ac_cv_lib_com_err_com_err=yes
ac_cv_lib_ext2fs_ext2fs_bmap=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_type__Bool=yes
ac_cv_type_blk64_t=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
ax_cv_c_flags__O2=yes
ax_cv_c_flags__O3=yes
ax_cv_c_flags__W=yes
ax_cv_c_flags__Wall=yes
ax_cv_c_flags__Wconversion=yes
ax_cv_c_flags__Winit_self=yes
ax_cv_c_flags__Wpointer_arith=yes
ax_cv_c_flags__Wredundant_decls=yes
ax_cv_c_flags__Wshadow=yes
ax_cv_c_flags__Wwrite_strings=yes
ax_cv_c_flags__g=yes
ax_cv_c_flags__pedantic=yes
ax_cv_c_flags__pg=yes
ax_cv_c_flags__std_c99=yes
ax_cv_cxx_flags__O2=yes
ax_cv_cxx_flags__O3=yes
ax_cv_cxx_flags__W=yes
ax_cv_cxx_flags__Wall=yes
ax_cv_cxx_flags__Wconversion=yes
ax_cv_cxx_flags__Weffcpp=yes
ax_cv_cxx_flags__Winit_self=yes
ax_cv_cxx_flags__Woverloaded_virtual=yes
ax_cv_cxx_flags__Wpointer_arith=yes
ax_cv_cxx_flags__Wredundant_decls=yes
ax_cv_cxx_flags__Wshadow=yes
ax_cv_cxx_flags__Wwrite_strings=yes
ax_cv_cxx_flags__g=yes
ax_cv_cxx_flags__pg=yes
ax_cv_cxx_flags__std_cpp0x=yes
ax_cv_cxx_flags__std_cpp0x__pedantic=yes
ax_cv_cxx_flags__std_cpp11=yes
ax_cv_cxx_flags__std_cpp11__pedantic=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/extundelete/src/extundelete-0.2.4/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AUTOCONF='${SHELL} /tmp/extundelete/src/extundelete-0.2.4/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/extundelete/src/extundelete-0.2.4/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/extundelete/src/extundelete-0.2.4/missing --run automake-1.11'
AWK='gawk'
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS=''
CPP='clang -E'
CPPFLAGS=''
CXX='clang++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EU_CFLAGS=' -g -O2'
EU_CXXFLAGS=' -g -O2'
EU_OPTFLAGS=' -O3'
EU_OPTXXFLAGS=' -O3'
EU_SCFLAGS=' -pedantic -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Winit-self -Wconversion'
EU_SCXXFLAGS=' -pedantic -pedantic -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Woverloaded-virtual -Weffc++ -Winit-self -Wconversion'
EU_WCFLAGS=' -std=c99 -Wall -W'
EU_WCXXFLAGS=' -std=c++0x -std=c++11 -W -Wall'
EXEEXT=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS='-lcom_err -lext2fs '
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/extundelete/src/extundelete-0.2.4/missing --run makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
OBJEXT='o'
PACKAGE='extundelete'
PACKAGE_BUGREPORT='extundelete.sourceforge.net'
PACKAGE_NAME='extundelete'
PACKAGE_STRING='extundelete 0.2.4'
PACKAGE_TARNAME='extundelete'
PACKAGE_URL=''
PACKAGE_VERSION='0.2.4'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.2.4'
ac_ct_CC=''
ac_ct_CXX=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build_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/extundelete/src/extundelete-0.2.4/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "extundelete"
#define PACKAGE_TARNAME "extundelete"
#define PACKAGE_VERSION "0.2.4"
#define PACKAGE_STRING "extundelete 0.2.4"
#define PACKAGE_BUGREPORT "extundelete.sourceforge.net"
#define PACKAGE_URL ""
#define PACKAGE "extundelete"
#define VERSION "0.2.4"
#define HAVE_LIBEXT2FS 1
#define HAVE_EXT2FS_GET_GENERIC_BITMAP_START 1
#define HAVE_EXT2FS_INODE_TABLE_LOC 1
#define HAVE_EXT2FS_EXTENT_OPEN2 1
#define HAVE_EXT2FS_BLOCKS_COUNT 1
#define HAVE_EXT2FS_GET_ARRAY 1
#define HAVE_EXT2FS_GET_GENERIC_BMAP_START 1
#define HAVE_EXT2FS_TEST_BLOCK_BITMAP2 1
#define HAVE_EXT2FS_BMAP2 1
#define HAVE_EXT2FS_TEST_BLOCK_BITMAP2 1
#define HAVE_EXT2FS_GROUP_OF_BLK2 1
#define HAVE_EXT2FS_READ_DIR_BLOCK3 1
#define HAVE_EXT2FS_TEST_INODE_BITMAP2 1
#define HAVE_LIBCOM_ERR 1
#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_FCNTL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_GETOPT_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_BLK64_T 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define HAVE_MEMSET 1
#define HAVE_MKDIR 1
#define HAVE_STRERROR 1
#define HAVE_STRTOL 1
#define HAVE_STRTOUL 1
configure: exit 0