The build took 00h 04m 11s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
9,411 |
cpp |
3,467 |
sh |
1,499 |
makefile |
14,377 |
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/libexecCMD: 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: ext3grep 0.10.2-4 (Thu Apr 13 12:22:34 UTC 2017)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...patching file src/ext3.hconfigure: 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.checking for a BSD-compatible install... /usr/bin/install -cchecking whether build environment is sane... yeschecking for x86_64-unknown-linux-strip... nochecking for strip... stripchecking for a thread-safe mkdir -p... /usr/bin/mkdir -pchecking for gawk... gawkchecking whether make sets $(MAKE)... yeschecking whether to enable maintainer-specific portions of Makefiles... nochecking for x86_64-unknown-linux-gcc... clangchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... nochecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether clang accepts -g... yeschecking for clang option to accept ISO C89... none neededchecking for style of include used by make... GNUchecking dependency style of clang... pchchecking whether we are using the GNU C++ compiler... yeschecking whether clang++ accepts -g... yeschecking dependency style of clang++... pchchecking how to run the C++ preprocessor... clang++ -Echecking how to run the C preprocessor... clang -Echecking for grep that handles long lines and -e... /usr/bin/grepchecking for egrep... /usr/bin/grep -Echecking for ANSI C header files... yeschecking for sys/types.h... yeschecking for sys/stat.h... yeschecking for stdlib.h... yeschecking for string.h... yeschecking for memory.h... yeschecking for strings.h... yeschecking for inttypes.h... yeschecking for stdint.h... yeschecking for unistd.h... yeschecking whether byte ordering is bigendian... nochecking build system type... x86_64-unknown-linux-gnuchecking host system type... x86_64-unknown-linux-gnuchecking for compiler with PCH support... nochecking for special C compiler options needed for large files... nochecking for _FILE_OFFSET_BITS value needed for large files... nochecking ext2fs/ext2_fs.h usability... yeschecking ext2fs/ext2_fs.h presence... yeschecking for ext2fs/ext2_fs.h... yeschecking ext2fs/ext2fs.h usability... yeschecking ext2fs/ext2fs.h presence... yeschecking for ext2fs/ext2fs.h... yesconfigure: creating ./config.statusconfig.status: creating src/timestamp-sys.hconfig.status: creating sys.hconfig.status: creating Makefileconfig.status: creating src/Makefileconfig.status: creating config.hconfig.status: executing depfiles commandsmake all-recursivemake[1]: Entering directory '/tmp/ext3grep/src/ext3grep-0.10.2'Making all in srcmake[2]: Entering directory '/tmp/ext3grep/src/ext3grep-0.10.2/src'make all-ammake[3]: Entering directory '/tmp/ext3grep/src/ext3grep-0.10.2/src'source='custom.cc' object='ext3grep-custom.o' libtool=no \DEPDIR=.deps depmode=pch /bin/sh ../depcomp \clang++ -DHAVE_CONFIG_H -I. -I.. -O2 -DUSE_MMAP=1 -I/usr/include/ext2fs -I/usr/include/et -c -o ext3grep-custom.o `test -f 'custom.cc' || echo './'`custom.ccIn file included from custom.cc:39:In file included from ./forward_declarations.h:32:./is_blockdetection.h:46:33: error: no member named 'memset' in namespace 'std'; did you mean simply 'memset'? DirectoryBlockStats(void) { std::memset(this, 0, sizeof(DirectoryBlockStats)); } ^~~~~~~~~~~ memset/usr/include/string.h:62:14: note: 'memset' declared hereextern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1)); ^custom.cc:60:7: warning: expression result unused [-Wunused-value] if (!is_indirect_block(block_ptr), true) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~custom.cc:68:9: warning: expression result unused [-Wunused-value] if (!is_indirect_block(indirect_block_ptr), true) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~custom.cc:79:7: warning: expression result unused [-Wunused-value] if (!is_indirect_block(block_ptr), true) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~custom.cc:1381:3: error: no member named 'memset' in namespace 'std'; did you mean simply 'memset'? std::memset(freq, 0, sizeof(freq)); ^~~~~~~~~~~ memset/usr/include/string.h:62:14: note: 'memset' declared hereextern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1)); ^3 warnings and 2 errors generated.make[3]: *** [Makefile:431: ext3grep-custom.o] Error 1make[3]: Leaving directory '/tmp/ext3grep/src/ext3grep-0.10.2/src'make[2]: *** [Makefile:291: all] Error 2make[2]: Leaving directory '/tmp/ext3grep/src/ext3grep-0.10.2/src'make[1]: *** [Makefile:294: all-recursive] Error 1make[1]: Leaving directory '/tmp/ext3grep/src/ext3grep-0.10.2'make: *** [Makefile:232: all] Error 2==> ERROR: A failure occurred in build(). Aborting...Printing config logfiles
CMD: config logfiles '/tmp/ext3grep/src/ext3grep-0.10.2/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by ext3grep configure 0.10.2, which wasgenerated by GNU Autoconf 2.65. Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr## --------- #### Platform. #### --------- ##hostname = 86d37e14181cuname -m = x86_64uname -r = 4.10.6-1-ARCHuname -s = Linuxuname -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 = unknownPATH: /usr/binPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/sbinPATH: /usr/binPATH: /sbinPATH: /bin## ----------- #### Core tests. #### ----------- ##configure:2234: checking for a BSD-compatible installconfigure:2302: result: /usr/bin/install -cconfigure:2313: checking whether build environment is saneconfigure:2363: result: yesconfigure:2412: checking for x86_64-unknown-linux-stripconfigure:2442: result: noconfigure:2452: checking for stripconfigure:2468: found /usr/bin/stripconfigure:2479: result: stripconfigure:2504: checking for a thread-safe mkdir -pconfigure:2543: result: /usr/bin/mkdir -pconfigure:2556: checking for gawkconfigure:2572: found /usr/bin/gawkconfigure:2583: result: gawkconfigure:2594: checking whether make sets $(MAKE)configure:2616: result: yesconfigure:2698: checking whether to enable maintainer-specific portions of Makefilesconfigure:2707: result: noconfigure:2744: checking for x86_64-unknown-linux-gccconfigure:2771: result: clangconfigure:3040: checking for C compiler versionconfigure:3049: clang --version >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binconfigure:3060: $? = 0configure:3049: clang -v >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binFound candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Candidate multilib: .;@m64... rest of stderr output deleted ...configure:3060: $? = 0configure:3049: clang -V >&5clang-3.8: error: argument to '-V' is missing (expected 1 value)clang-3.8: error: no input filesconfigure:3060: $? = 1configure:3049: clang -qversion >&5clang-3.8: error: unknown argument: '-qversion'clang-3.8: error: no input filesconfigure:3060: $? = 1configure:3080: checking whether the C compiler worksconfigure:3102: clang conftest.c >&5configure:3106: $? = 0configure:3155: result: yesconfigure:3158: checking for C compiler default output file nameconfigure:3160: result: a.outconfigure:3166: checking for suffix of executablesconfigure:3173: clang -o conftest conftest.c >&5configure:3177: $? = 0configure:3199: result:configure:3221: checking whether we are cross compilingconfigure:3229: clang -o conftest conftest.c >&5configure:3233: $? = 0configure:3240: ./conftestconfigure:3244: $? = 0configure:3259: result: noconfigure:3264: checking for suffix of object filesconfigure:3286: clang -c conftest.c >&5configure:3290: $? = 0configure:3311: result: oconfigure:3315: checking whether we are using the GNU C compilerconfigure:3334: clang -c conftest.c >&5configure:3334: $? = 0configure:3343: result: yesconfigure:3352: checking whether clang accepts -gconfigure:3372: clang -c -g conftest.c >&5configure:3372: $? = 0configure:3413: result: yesconfigure:3430: checking for clang option to accept ISO C89configure:3494: clang -c conftest.c >&5configure:3494: $? = 0configure:3507: result: none neededconfigure:3538: checking for style of include used by makeconfigure:3566: result: GNUconfigure:3591: checking dependency style of clangconfigure:3701: result: pchconfigure:3828: checking for C++ compiler versionconfigure:3837: clang++ --version >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binconfigure:3848: $? = 0configure:3837: clang++ -v >&5clang version 3.8.0 (tags/RELEASE_380/final)Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /usr/binFound candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Candidate multilib: .;@m64... rest of stderr output deleted ...configure:3848: $? = 0configure:3837: clang++ -V >&5clang-3.8: error: argument to '-V' is missing (expected 1 value)clang-3.8: error: no input filesconfigure:3848: $? = 1configure:3837: clang++ -qversion >&5clang-3.8: error: unknown argument: '-qversion'clang-3.8: error: no input filesconfigure:3848: $? = 1configure:3852: checking whether we are using the GNU C++ compilerconfigure:3871: clang++ -c conftest.cpp >&5configure:3871: $? = 0configure:3880: result: yesconfigure:3889: checking whether clang++ accepts -gconfigure:3909: clang++ -c -g conftest.cpp >&5configure:3909: $? = 0configure:3950: result: yesconfigure:3975: checking dependency style of clang++configure:4085: result: pchconfigure:4105: checking how to run the C++ preprocessorconfigure:4132: clang++ -E conftest.cppconfigure:4132: $? = 0configure:4146: clang++ -E conftest.cppconftest.cpp:11:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:4146: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "ext3grep"| #define PACKAGE_TARNAME "ext3grep"| #define PACKAGE_VERSION "0.10.2"| #define PACKAGE_STRING "ext3grep 0.10.2"| #define PACKAGE_BUGREPORT "carlo@alinoe.com"| #define PACKAGE_URL ""| #define PACKAGE "ext3grep"| #define VERSION "0.10.2"| /* end confdefs.h. */| #include configure:4171: result: clang++ -Econfigure:4191: clang++ -E conftest.cppconfigure:4191: $? = 0configure:4205: clang++ -E conftest.cppconftest.cpp:11:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:4205: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "ext3grep"| #define PACKAGE_TARNAME "ext3grep"| #define PACKAGE_VERSION "0.10.2"| #define PACKAGE_STRING "ext3grep 0.10.2"| #define PACKAGE_BUGREPORT "carlo@alinoe.com"| #define PACKAGE_URL ""| #define PACKAGE "ext3grep"| #define VERSION "0.10.2"| /* end confdefs.h. */| #include configure:4240: checking how to run the C preprocessorconfigure:4271: clang -E conftest.cconfigure:4271: $? = 0configure:4285: clang -E conftest.cconftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:4285: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "ext3grep"| #define PACKAGE_TARNAME "ext3grep"| #define PACKAGE_VERSION "0.10.2"| #define PACKAGE_STRING "ext3grep 0.10.2"| #define PACKAGE_BUGREPORT "carlo@alinoe.com"| #define PACKAGE_URL ""| #define PACKAGE "ext3grep"| #define VERSION "0.10.2"| /* end confdefs.h. */| #include configure:4310: result: clang -Econfigure:4330: clang -E conftest.cconfigure:4330: $? = 0configure:4344: clang -E conftest.cconftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:4344: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "ext3grep"| #define PACKAGE_TARNAME "ext3grep"| #define PACKAGE_VERSION "0.10.2"| #define PACKAGE_STRING "ext3grep 0.10.2"| #define PACKAGE_BUGREPORT "carlo@alinoe.com"| #define PACKAGE_URL ""| #define PACKAGE "ext3grep"| #define VERSION "0.10.2"| /* end confdefs.h. */| #include configure:4373: checking for grep that handles long lines and -econfigure:4431: result: /usr/bin/grepconfigure:4436: checking for egrepconfigure:4498: result: /usr/bin/grep -Econfigure:4503: checking for ANSI C header filesconfigure:4523: clang -c conftest.c >&5configure:4523: $? = 0configure:4596: clang -o conftest conftest.c >&5configure:4596: $? = 0configure:4596: ./conftestconfigure:4596: $? = 0configure:4607: result: yesconfigure:4620: checking for sys/types.hconfigure:4620: clang -c conftest.c >&5configure:4620: $? = 0configure:4620: result: yesconfigure:4620: checking for sys/stat.hconfigure:4620: clang -c conftest.c >&5configure:4620: $? = 0configure:4620: result: yesconfigure:4620: checking for stdlib.hconfigure:4620: clang -c conftest.c >&5configure:4620: $? = 0configure:4620: result: yesconfigure:4620: checking for string.hconfigure:4620: clang -c conftest.c >&5configure:4620: $? = 0configure:4620: result: yesconfigure:4620: checking for memory.hconfigure:4620: clang -c conftest.c >&5configure:4620: $? = 0configure:4620: result: yesconfigure:4620: checking for strings.hconfigure:4620: clang -c conftest.c >&5configure:4620: $? = 0configure:4620: result: yesconfigure:4620: checking for inttypes.hconfigure:4620: clang -c conftest.c >&5configure:4620: $? = 0configure:4620: result: yesconfigure:4620: checking for stdint.hconfigure:4620: clang -c conftest.c >&5configure:4620: $? = 0configure:4620: result: yesconfigure:4620: checking for unistd.hconfigure:4620: clang -c conftest.c >&5configure:4620: $? = 0configure:4620: result: yesconfigure:4633: checking whether byte ordering is bigendianconfigure:4648: clang -c conftest.c >&5conftest.c:22:9: error: unknown type name 'not'not a universal capable compiler^conftest.c:22:14: error: expected ';' after top level declaratornot a universal capable compiler^;2 errors generated.configure:4648: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "ext3grep"| #define PACKAGE_TARNAME "ext3grep"| #define PACKAGE_VERSION "0.10.2"| #define PACKAGE_STRING "ext3grep 0.10.2"| #define PACKAGE_BUGREPORT "carlo@alinoe.com"| #define PACKAGE_URL ""| #define PACKAGE "ext3grep"| #define VERSION "0.10.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| /* end confdefs.h. */| #ifndef __APPLE_CC__| not a universal capable compiler| #endif| typedef int dummy;|configure:4693: clang -c conftest.c >&5configure:4693: $? = 0configure:4711: clang -c conftest.c >&5conftest.c:28:4: error: use of undeclared identifier 'not'not big endian^1 error generated.configure:4711: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "ext3grep"| #define PACKAGE_TARNAME "ext3grep"| #define PACKAGE_VERSION "0.10.2"| #define PACKAGE_STRING "ext3grep 0.10.2"| #define PACKAGE_BUGREPORT "carlo@alinoe.com"| #define PACKAGE_URL ""| #define PACKAGE "ext3grep"| #define VERSION "0.10.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| /* end confdefs.h. */| #include | #include || int| main ()| {| #if BYTE_ORDER != BIG_ENDIAN| not big endian| #endif|| ;| return 0;| }configure:4839: result: noconfigure:4861: checking build system typeconfigure:4875: result: x86_64-unknown-linux-gnuconfigure:4895: checking host system typeconfigure:4908: result: x86_64-unknown-linux-gnuconfigure:5249: checking for compiler with PCH supportIn file included from conftest.cc:1:./conftest.h:1:2: error: "pch failed"#error "pch failed"^1 error generated.configure:5285: result: noconfigure:5380: checking for special C compiler options needed for large filesconfigure:5425: result: noconfigure:5431: checking for _FILE_OFFSET_BITS value needed for large filesconfigure:5456: clang -c conftest.c >&5configure:5456: $? = 0configure:5488: result: noconfigure:5577: checking ext2fs/ext2_fs.h usabilityconfigure:5577: clang -c conftest.c >&5configure:5577: $? = 0configure:5577: result: yesconfigure:5577: checking ext2fs/ext2_fs.h presenceconfigure:5577: clang -E conftest.cconfigure:5577: $? = 0configure:5577: result: yesconfigure:5577: checking for ext2fs/ext2_fs.hconfigure:5577: result: yesconfigure:5577: checking ext2fs/ext2fs.h usabilityconfigure:5577: clang -c conftest.c >&5configure:5577: $? = 0configure:5577: result: yesconfigure:5577: checking ext2fs/ext2fs.h presenceconfigure:5577: clang -E conftest.cconfigure:5577: $? = 0configure:5577: result: yesconfigure:5577: checking for ext2fs/ext2fs.hconfigure:5577: result: yesconfigure:5763: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by ext3grep config.status 0.10.2, which wasgenerated by GNU Autoconf 2.65. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson 86d37e14181cconfig.status:898: creating src/timestamp-sys.hconfig.status:898: creating Makefileconfig.status:898: creating src/Makefileconfig.status:898: creating config.hconfig.status:1118: executing depfiles commands## ---------------- #### Cache variables. #### ---------------- ##ac_cv_build=x86_64-unknown-linux-gnuac_cv_c_bigendian=noac_cv_c_compiler_gnu=yesac_cv_cxx_compiler_gnu=yesac_cv_env_CCC_set=ac_cv_env_CCC_value=ac_cv_env_CC_set=setac_cv_env_CC_value=clangac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_CPP_set=ac_cv_env_CPP_value=ac_cv_env_CXXCPP_set=ac_cv_env_CXXCPP_value=ac_cv_env_CXXFLAGS_set=setac_cv_env_CXXFLAGS_value=ac_cv_env_CXX_set=setac_cv_env_CXX_value=clang++ac_cv_env_LDFLAGS_set=setac_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=setac_cv_env_host_alias_value=x86_64-unknown-linuxac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_header_ext2fs_ext2_fs_h=yesac_cv_header_ext2fs_ext2fs_h=yesac_cv_header_inttypes_h=yesac_cv_header_memory_h=yesac_cv_header_stdc=yesac_cv_header_stdint_h=yesac_cv_header_stdlib_h=yesac_cv_header_string_h=yesac_cv_header_strings_h=yesac_cv_header_sys_stat_h=yesac_cv_header_sys_types_h=yesac_cv_header_unistd_h=yesac_cv_host=x86_64-unknown-linux-gnuac_cv_objext=oac_cv_path_EGREP='/usr/bin/grep -E'ac_cv_path_GREP=/usr/bin/grepac_cv_path_install='/usr/bin/install -c'ac_cv_path_mkdir=/usr/bin/mkdirac_cv_prog_AWK=gawkac_cv_prog_CC=clangac_cv_prog_CPP='clang -E'ac_cv_prog_CXXCPP='clang++ -E'ac_cv_prog_ac_ct_STRIP=stripac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_prog_cxx_g=yesac_cv_prog_make_make_set=yesac_cv_sys_file_offset_bits=noac_cv_sys_largefile_CC=noam_cv_CC_dependencies_compiler_type=pcham_cv_CXX_dependencies_compiler_type=pchcw_cv_prog_CXX_pch=no## ----------------- #### Output variables. #### ----------------- ##ACLOCAL='${SHELL} /tmp/ext3grep/src/ext3grep-0.10.2/missing --run aclocal-1.11'ACLOCAL_CWFLAGS='-I /usr/share/cwautomacros/m4'AMDEPBACKSLASH='\'AMDEP_FALSE='#'AMDEP_TRUE=''AMTAR='${SHELL} /tmp/ext3grep/src/ext3grep-0.10.2/missing --run tar'AUTOCONF='${SHELL} /tmp/ext3grep/src/ext3grep-0.10.2/missing --run autoconf'AUTOHEADER='${SHELL} /tmp/ext3grep/src/ext3grep-0.10.2/missing --run autoheader'AUTOMAKE='${SHELL} /tmp/ext3grep/src/ext3grep-0.10.2/missing --run automake-1.11'AWK='gawk'CC='clang'CCDEPMODE='depmode=pch'CC_FINGER_PRINT='clang version 3.8.0 (tags/RELEASE_380/final)'CFLAGS=''CPP='clang -E'CPPFLAGS=''CWD_FLAGS=''CWD_LIBS=''CWD_R_FLAGS=''CWD_R_LIBS=''CW_DEBUG_FLAGS=''CW_OPTIMISE_FLAGS='-O2'CW_STRIPPED_CXXFLAGS=''CW_WARNING_FLAGS=''CXX='clang++'CXXCPP='clang++ -E'CXXCPP_FINGER_PRINT='clang version 3.8.0 (tags/RELEASE_380/final)'CXXDEPMODE='depmode=pch'CXXFLAGS='-O2 -DUSE_MMAP=1 -I/usr/include/ext2fs -I/usr/include/et'CXXFLAGS_FINGER_PRINT='-O2 -DUSE_MMAP=1 -I/usr/include/ext2fs -I/usr/include/et'CXX_FINGER_PRINT='clang version 3.8.0 (tags/RELEASE_380/final)'CYGPATH_W='echo'DEFS='-DHAVE_CONFIG_H'DEPDIR='.deps'DOXYGEN_CWDEBUG=''DOXYGEN_DEBUG=''ECHO_C=''ECHO_N='-n'ECHO_T=''EGREP='/usr/bin/grep -E'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=''LTLIBOBJS=''MAINT='#'MAINTAINER_MODE_FALSE=''MAINTAINER_MODE_TRUE='#'MAKEINFO='${SHELL} /tmp/ext3grep/src/ext3grep-0.10.2/missing --run makeinfo'MKDIR_P='/usr/bin/mkdir -p'Makefilein=''OBJEXT='o'PACKAGE='ext3grep'PACKAGE_BUGREPORT='carlo@alinoe.com'PACKAGE_NAME='ext3grep'PACKAGE_STRING='ext3grep 0.10.2'PACKAGE_TARNAME='ext3grep'PACKAGE_URL=''PACKAGE_VERSION='0.10.2'PATH_SEPARATOR=':'PCHFLAGS=''SET_MAKE=''SHELL='/bin/sh'STRIP='strip'USE_CWDEBUG_FALSE=''USE_CWDEBUG_TRUE='#'USE_DEBUG_FALSE=''USE_DEBUG_TRUE='#'USE_LIBCWD='no'USE_PCH_FALSE=''USE_PCH_TRUE='#'USE_SVN_FALSE=''USE_SVN_TRUE='#'VERSION='0.10.2'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__quote=''am__tar='${AMTAR} chof - "$$tardir"'am__untar='${AMTAR} xf -'bindir='${exec_prefix}/bin'build='x86_64-unknown-linux-gnu'build_alias=''build_cpu='x86_64'build_os='linux-gnu'build_vendor='unknown'datadir='${datarootdir}'datarootdir='${prefix}/share'docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'dvidir='${docdir}'exec_prefix='${prefix}'host='x86_64-unknown-linux-gnu'host_alias='x86_64-unknown-linux'host_cpu='x86_64'host_os='linux-gnu'host_vendor='unknown'htmldir='${docdir}'includedir='${prefix}/include'infodir='${datarootdir}/info'install_sh='${SHELL} /tmp/ext3grep/src/ext3grep-0.10.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='${exec_prefix}/sbin'sharedstatedir='${prefix}/com'sysconfdir='${prefix}/etc'target_alias=''## ----------- #### confdefs.h. #### ----------- ##/* confdefs.h */#define PACKAGE_NAME "ext3grep"#define PACKAGE_TARNAME "ext3grep"#define PACKAGE_VERSION "0.10.2"#define PACKAGE_STRING "ext3grep 0.10.2"#define PACKAGE_BUGREPORT "carlo@alinoe.com"#define PACKAGE_URL ""#define PACKAGE "ext3grep"#define VERSION "0.10.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_EXT2FS_EXT2_FS_H 1#define HAVE_EXT2FS_EXT2FS_H 1configure: exit 0