Build of fastjar with clang_glibc toolchain

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

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

SLOCLanguage
22,271 ansic
10,586 sh
2,651 makefile
313 perl
15 sed
35,836 total

The process tree of the build process is here.

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: fastjar 0.98-4 (Thu Apr 13 17:16:17 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.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# 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-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# 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 for clang option to accept ISO C99... none needed
# checking for clang option to accept ISO Standard C... (cached) none needed
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -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 minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for a sed that does not truncate output... /usr/bin/sed
# 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 for /usr/bin/ld option to reload object files... -r
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# 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... no
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking CFLAGS for maximum warnings... -Wall
# checking CFLAGS for gcc -pedantic... -pedantic
# checking CFLAGS for gcc -W... -W
# checking CFLAGS for gcc -Wextra... -Wextra
# checking CFLAGS for gcc -Wmissing-prototypes... -Wmissing-prototypes
# checking CFLAGS for gcc -Wstrict-prototypes... -Wstrict-prototypes
# checking CFLAGS for gcc -Wwrite-strings... -Wwrite-strings
# checking for flawfinder... no
# checking for pscan... no
# checking for rats... no
# checking for splint... no
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking for ANSI C header files... (cached) yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking for unistd.h... (cached) yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking for stdlib.h... (cached) yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking float.h usability... yes
# checking float.h presence... yes
# checking for float.h... yes
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking for stdint.h... (cached) yes
# checking wchar.h usability... yes
# checking wchar.h presence... yes
# checking for wchar.h... yes
# checking stdio.h usability... yes
# checking stdio.h presence... yes
# checking for stdio.h... yes
# checking for string.h... (cached) yes
# checking wctype.h usability... yes
# checking wctype.h presence... yes
# checking for wctype.h... yes
# checking for ftruncate... yes
# checking for _chsize... no
# checking for btowc... yes
# checking for mbsinit... yes
# checking for mbrtowc... yes
# checking for isblank... yes
# checking for iswctype... yes
# checking for wcscoll... yes
# checking for vasnprintf... no
# checking for wcrtomb... yes
# checking for iswcntrl... yes
# checking for off_t... yes
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking if mkdir takes one argument... no
# checking for uint8_t... yes
# checking for uint16_t... yes
# checking for uint32_t... yes
# checking whether byte ordering is bigendian... no
# checking for deflate in -lz... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for nl_langinfo and CODESET... yes
# checking for a traditional french locale... none
# checking whether the preprocessor supports include_next... yes
# checking for complete errno.h... yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking for getopt_long_only... yes
# checking whether optreset is declared... no
# checking for working GNU getopt function... yes
# checking whether getenv is declared... yes
# checking whether getc_unlocked is declared... yes
# checking whether we are using the GNU C Library 2.1 or newer... yes
# checking whether malloc, realloc, calloc are POSIX compliant... yes
# checking for mbstate_t... yes
# checking for a traditional japanese locale... none
# checking for a french Unicode locale... none
# checking for a transitional chinese locale... none
# checking for C/C++ restrict keyword... __restrict
# checking whether snprintf is declared... yes
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking for long long int... yes
# checking for unsigned long long int... yes
# checking whether strdup is declared... yes
# checking for wchar_t... yes
# checking for wint_t... yes
# checking for size_t... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for intmax_t... yes
# checking for inline... inline
# checking for alloca as a compiler built-in... yes
# checking whether btowc(EOF) is correct... guessing yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking whether mbrtowc handles incomplete characters... guessing yes
# checking whether mbrtowc handles a NULL string argument... guessing yes
# checking whether mbrtowc has a correct return value... guessing yes
# checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
# checking whether mbrtowc handles incomplete characters... (cached) guessing yes
# checking for working re_compile_pattern... no
# checking libintl.h usability... yes
# checking libintl.h presence... yes
# checking for libintl.h... yes
# checking whether isblank is declared... yes
# checking for stdint.h... (cached) yes
# checking for SIZE_MAX... yes
# checking for snprintf... yes
# checking whether snprintf respects a size of 1... yes
# checking for ssize_t... yes
# checking whether stdint.h conforms to C99... yes
# checking for struct random_data... yes
# checking for strdup... yes
# checking for ptrdiff_t... yes
# checking for snprintf... (cached) yes
# checking for wcslen... yes
# checking whether _snprintf is declared... no
# checking whether is standalone... yes
# checking whether wcrtomb return value is correct... guessing yes
# checking whether iswcntrl works... yes
# checking for stdint.h... (cached) yes
# configure: creating ./config.status
# config.status: creating lib/Makefile
# config.status: creating Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/fastjar/src/fastjar-0.98'
# Making all in lib
# make[2]: Entering directory '/tmp/fastjar/src/fastjar-0.98/lib'
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# cat ./alloca.in.h; \
# } > alloca.h-t
# mv -f alloca.h-t alloca.h
# rm -f configmake.h-t configmake.h
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# echo '#define PREFIX "/usr"'; \
# echo '#define EXEC_PREFIX "/usr"'; \
# echo '#define BINDIR "/usr/bin"'; \
# echo '#define SBINDIR "/usr/sbin"'; \
# echo '#define LIBEXECDIR "/usr/libexec"'; \
# echo '#define DATAROOTDIR "/usr/share"'; \
# echo '#define DATADIR "/usr/share"'; \
# echo '#define SYSCONFDIR "/usr/etc"'; \
# echo '#define SHAREDSTATEDIR "/usr/com"'; \
# echo '#define LOCALSTATEDIR "/usr/var"'; \
# echo '#define INCLUDEDIR "/usr/include"'; \
# echo '#define OLDINCLUDEDIR "/usr/include"'; \
# echo '#define DOCDIR "/usr/share/doc/fastjar"'; \
# echo '#define INFODIR "/usr/share/info"'; \
# echo '#define HTMLDIR "/usr/share/doc/fastjar"'; \
# echo '#define DVIDIR "/usr/share/doc/fastjar"'; \
# echo '#define PDFDIR "/usr/share/doc/fastjar"'; \
# echo '#define PSDIR "/usr/share/doc/fastjar"'; \
# echo '#define LIBDIR "/usr/lib"'; \
# echo '#define LISPDIR ""'; \
# echo '#define LOCALEDIR "/usr/share/locale"'; \
# echo '#define MANDIR "/usr/share/man"'; \
# echo '#define MANEXT ""'; \
# echo '#define PKGDATADIR "/usr/share/fastjar"'; \
# echo '#define PKGINCLUDEDIR "/usr/include/fastjar"'; \
# echo '#define PKGLIBDIR "/usr/lib/fastjar"'; \
# echo '#define PKGLIBEXECDIR ""'; \
# } | sed '/""/d' > configmake.h-t
# mv configmake.h-t configmake.h
# rm -f stdio.h-t stdio.h
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
# sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
# -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
# -e 's|@''NEXT_STDIO_H''@||g' \
# -e 's|@''GNULIB_FPRINTF''@|1|g' \
# -e 's|@''GNULIB_FPRINTF_POSIX''@|0|g' \
# -e 's|@''GNULIB_PRINTF''@|1|g' \
# -e 's|@''GNULIB_PRINTF_POSIX''@|0|g' \
# -e 's|@''GNULIB_SNPRINTF''@|1|g' \
# -e 's|@''GNULIB_SPRINTF_POSIX''@|0|g' \
# -e 's|@''GNULIB_VFPRINTF''@|1|g' \
# -e 's|@''GNULIB_VFPRINTF_POSIX''@|0|g' \
# -e 's|@''GNULIB_VPRINTF''@|1|g' \
# -e 's|@''GNULIB_VPRINTF_POSIX''@|0|g' \
# -e 's|@''GNULIB_VSNPRINTF''@|0|g' \
# -e 's|@''GNULIB_VSPRINTF_POSIX''@|0|g' \
# -e 's|@''GNULIB_VASPRINTF''@|0|g' \
# -e 's|@''GNULIB_OBSTACK_PRINTF''@|0|g' \
# -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|0|g' \
# -e 's|@''GNULIB_FOPEN''@|0|g' \
# -e 's|@''GNULIB_FREOPEN''@|0|g' \
# -e 's|@''GNULIB_FSEEK''@|0|g' \
# -e 's|@''GNULIB_FSEEKO''@|0|g' \
# -e 's|@''GNULIB_FTELL''@|0|g' \
# -e 's|@''GNULIB_FTELLO''@|0|g' \
# -e 's|@''GNULIB_FFLUSH''@|0|g' \
# -e 's|@''GNULIB_FCLOSE''@|0|g' \
# -e 's|@''GNULIB_FPUTC''@|1|g' \
# -e 's|@''GNULIB_PUTC''@|1|g' \
# -e 's|@''GNULIB_PUTCHAR''@|1|g' \
# -e 's|@''GNULIB_FPUTS''@|1|g' \
# -e 's|@''GNULIB_PUTS''@|1|g' \
# -e 's|@''GNULIB_FWRITE''@|1|g' \
# -e 's|@''GNULIB_GETDELIM''@|0|g' \
# -e 's|@''GNULIB_GETLINE''@|0|g' \
# -e 's|@''GNULIB_PERROR''@|0|g' \
# -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|0|g' \
# -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
# -e 's|@''REPLACE_FPRINTF''@|0|g' \
# -e 's|@''REPLACE_VFPRINTF''@|0|g' \
# -e 's|@''REPLACE_PRINTF''@|0|g' \
# -e 's|@''REPLACE_VPRINTF''@|0|g' \
# -e 's|@''REPLACE_SNPRINTF''@|0|g' \
# -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
# -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
# -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
# -e 's|@''REPLACE_SPRINTF''@|0|g' \
# -e 's|@''REPLACE_VSPRINTF''@|0|g' \
# -e 's|@''HAVE_VASPRINTF''@|1|g' \
# -e 's|@''REPLACE_VASPRINTF''@|0|g' \
# -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
# -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
# -e 's|@''REPLACE_FOPEN''@|0|g' \
# -e 's|@''REPLACE_FREOPEN''@|0|g' \
# -e 's|@''REPLACE_FSEEKO''@|0|g' \
# -e 's|@''REPLACE_FSEEK''@|0|g' \
# -e 's|@''REPLACE_FTELLO''@|0|g' \
# -e 's|@''REPLACE_FTELL''@|0|g' \
# -e 's|@''REPLACE_FFLUSH''@|0|g' \
# -e 's|@''REPLACE_FCLOSE''@|0|g' \
# -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
# -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
# -e 's|@''REPLACE_GETLINE''@|0|g' \
# -e 's|@''REPLACE_PERROR''@|0|g' \
# -e '/definition of GL_LINK_WARNING/r .././link-warning.h' \
# < ./stdio.in.h; \
# } > stdio.h-t
# mv stdio.h-t stdio.h
# rm -f stdlib.h-t stdlib.h
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
# sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
# -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
# -e 's|@''NEXT_STDLIB_H''@||g' \
# -e 's|@''GNULIB_MALLOC_POSIX''@|1|g' \
# -e 's|@''GNULIB_REALLOC_POSIX''@|0|g' \
# -e 's|@''GNULIB_CALLOC_POSIX''@|0|g' \
# -e 's|@''GNULIB_ATOLL''@|0|g' \
# -e 's|@''GNULIB_GETLOADAVG''@|0|g' \
# -e 's|@''GNULIB_GETSUBOPT''@|0|g' \
# -e 's|@''GNULIB_MKDTEMP''@|0|g' \
# -e 's|@''GNULIB_MKSTEMP''@|0|g' \
# -e 's|@''GNULIB_PUTENV''@|0|g' \
# -e 's|@''GNULIB_RANDOM_R''@|0|g' \
# -e 's|@''GNULIB_RPMATCH''@|0|g' \
# -e 's|@''GNULIB_SETENV''@|0|g' \
# -e 's|@''GNULIB_STRTOD''@|0|g' \
# -e 's|@''GNULIB_STRTOLL''@|0|g' \
# -e 's|@''GNULIB_STRTOULL''@|0|g' \
# -e 's|@''GNULIB_UNSETENV''@|0|g' \
# -e 's|@''HAVE_ATOLL''@|1|g' \
# -e 's|@''HAVE_CALLOC_POSIX''@|1|g' \
# -e 's|@''HAVE_GETSUBOPT''@|1|g' \
# -e 's|@''HAVE_MALLOC_POSIX''@|1|g' \
# -e 's|@''HAVE_MKDTEMP''@|1|g' \
# -e 's|@''HAVE_REALLOC_POSIX''@|1|g' \
# -e 's|@''HAVE_RANDOM_R''@|1|g' \
# -e 's|@''HAVE_RPMATCH''@|1|g' \
# -e 's|@''HAVE_SETENV''@|1|g' \
# -e 's|@''HAVE_STRTOD''@|1|g' \
# -e 's|@''HAVE_STRTOLL''@|1|g' \
# -e 's|@''HAVE_STRTOULL''@|1|g' \
# -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
# -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
# -e 's|@''HAVE_UNSETENV''@|1|g' \
# -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
# -e 's|@''REPLACE_MKSTEMP''@|0|g' \
# -e 's|@''REPLACE_PUTENV''@|0|g' \
# -e 's|@''REPLACE_STRTOD''@|0|g' \
# -e 's|@''VOID_UNSETENV''@|0|g' \
# -e '/definition of GL_LINK_WARNING/r .././link-warning.h' \
# < ./stdlib.in.h; \
# } > stdlib.h-t
# mv stdlib.h-t stdlib.h
# rm -f string.h-t string.h
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
# sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
# -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
# -e 's|@''NEXT_STRING_H''@||g' \
# -e 's|@''GNULIB_MBSLEN''@|0|g' \
# -e 's|@''GNULIB_MBSNLEN''@|0|g' \
# -e 's|@''GNULIB_MBSCHR''@|0|g' \
# -e 's|@''GNULIB_MBSRCHR''@|0|g' \
# -e 's|@''GNULIB_MBSSTR''@|0|g' \
# -e 's|@''GNULIB_MBSCASECMP''@|0|g' \
# -e 's|@''GNULIB_MBSNCASECMP''@|0|g' \
# -e 's|@''GNULIB_MBSPCASECMP''@|0|g' \
# -e 's|@''GNULIB_MBSCASESTR''@|0|g' \
# -e 's|@''GNULIB_MBSCSPN''@|0|g' \
# -e 's|@''GNULIB_MBSPBRK''@|0|g' \
# -e 's|@''GNULIB_MBSSPN''@|0|g' \
# -e 's|@''GNULIB_MBSSEP''@|0|g' \
# -e 's|@''GNULIB_MBSTOK_R''@|0|g' \
# -e 's|@''GNULIB_MEMMEM''@|0|g' \
# -e 's|@''GNULIB_MEMPCPY''@|0|g' \
# -e 's|@''GNULIB_MEMRCHR''@|0|g' \
# -e 's|@''GNULIB_RAWMEMCHR''@|0|g' \
# -e 's|@''GNULIB_STPCPY''@|0|g' \
# -e 's|@''GNULIB_STPNCPY''@|0|g' \
# -e 's|@''GNULIB_STRCHRNUL''@|0|g' \
# -e 's|@''GNULIB_STRDUP''@|1|g' \
# -e 's|@''GNULIB_STRNDUP''@|0|g' \
# -e 's|@''GNULIB_STRNLEN''@|0|g' \
# -e 's|@''GNULIB_STRPBRK''@|0|g' \
# -e 's|@''GNULIB_STRSEP''@|0|g' \
# -e 's|@''GNULIB_STRSTR''@|0|g' \
# -e 's|@''GNULIB_STRCASESTR''@|0|g' \
# -e 's|@''GNULIB_STRTOK_R''@|0|g' \
# -e 's|@''GNULIB_STRERROR''@|0|g' \
# -e 's|@''GNULIB_STRSIGNAL''@|0|g' \
# -e 's|@''GNULIB_STRVERSCMP''@|0|g' \
# -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
# -e 's|@''HAVE_MEMPCPY''@|1|g' \
# -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
# -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
# -e 's|@''HAVE_STPCPY''@|1|g' \
# -e 's|@''HAVE_STPNCPY''@|1|g' \
# -e 's|@''HAVE_STRCHRNUL''@|1|g' \
# -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
# -e 's|@''HAVE_STRNDUP''@|1|g' \
# -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
# -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
# -e 's|@''HAVE_STRPBRK''@|1|g' \
# -e 's|@''HAVE_STRSEP''@|1|g' \
# -e 's|@''HAVE_STRCASESTR''@|1|g' \
# -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
# -e 's|@''HAVE_DECL_STRERROR''@|1|g' \
# -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
# -e 's|@''HAVE_STRVERSCMP''@|1|g' \
# -e 's|@''REPLACE_MEMMEM''@|0|g' \
# -e 's|@''REPLACE_STRCASESTR''@|0|g' \
# -e 's|@''REPLACE_STRDUP''@|0|g' \
# -e 's|@''REPLACE_STRSTR''@|0|g' \
# -e 's|@''REPLACE_STRERROR''@|0|g' \
# -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
# -e '/definition of GL_LINK_WARNING/r .././link-warning.h' \
# < ./string.in.h; \
# } > string.h-t
# mv string.h-t string.h
# rm -f unistd.h-t unistd.h
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# sed -e 's|@''HAVE_UNISTD_H''@|1|g' \
# -e 's|@''INCLUDE_NEXT''@|include_next|g' \
# -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
# -e 's|@''NEXT_UNISTD_H''@||g' \
# -e 's|@''GNULIB_CHOWN''@|0|g' \
# -e 's|@''GNULIB_CLOSE''@|0|g' \
# -e 's|@''GNULIB_DUP2''@|0|g' \
# -e 's|@''GNULIB_ENVIRON''@|0|g' \
# -e 's|@''GNULIB_EUIDACCESS''@|0|g' \
# -e 's|@''GNULIB_FCHDIR''@|0|g' \
# -e 's|@''GNULIB_FSYNC''@|0|g' \
# -e 's|@''GNULIB_FTRUNCATE''@|0|g' \
# -e 's|@''GNULIB_GETCWD''@|0|g' \
# -e 's|@''GNULIB_GETDOMAINNAME''@|0|g' \
# -e 's|@''GNULIB_GETDTABLESIZE''@|0|g' \
# -e 's|@''GNULIB_GETHOSTNAME''@|0|g' \
# -e 's|@''GNULIB_GETLOGIN_R''@|0|g' \
# -e 's|@''GNULIB_GETPAGESIZE''@|0|g' \
# -e 's|@''GNULIB_GETUSERSHELL''@|0|g' \
# -e 's|@''GNULIB_LCHOWN''@|0|g' \
# -e 's|@''GNULIB_LSEEK''@|0|g' \
# -e 's|@''GNULIB_READLINK''@|0|g' \
# -e 's|@''GNULIB_SLEEP''@|0|g' \
# -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|0|g' \
# -e 's|@''GNULIB_WRITE''@|0|g' \
# -e 's|@''HAVE_DUP2''@|1|g' \
# -e 's|@''HAVE_EUIDACCESS''@|1|g' \
# -e 's|@''HAVE_FSYNC''@|1|g' \
# -e 's|@''HAVE_FTRUNCATE''@|1|g' \
# -e 's|@''HAVE_GETDOMAINNAME''@|1|g' \
# -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
# -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
# -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
# -e 's|@''HAVE_GETUSERSHELL''@|1|g' \
# -e 's|@''HAVE_READLINK''@|1|g' \
# -e 's|@''HAVE_SLEEP''@|1|g' \
# -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
# -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
# -e 's|@''HAVE_OS_H''@|0|g' \
# -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
# -e 's|@''REPLACE_CHOWN''@|0|g' \
# -e 's|@''REPLACE_CLOSE''@|0|g' \
# -e 's|@''REPLACE_FCHDIR''@|0|g' \
# -e 's|@''REPLACE_GETCWD''@|0|g' \
# -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
# -e 's|@''REPLACE_LCHOWN''@|0|g' \
# -e 's|@''REPLACE_LSEEK''@|0|g' \
# -e 's|@''REPLACE_WRITE''@|0|g' \
# -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
# -e '/definition of GL_LINK_WARNING/r .././link-warning.h' \
# < ./unistd.in.h; \
# } > unistd.h-t
# mv unistd.h-t unistd.h
# make all-recursive
# make[3]: Entering directory '/tmp/fastjar/src/fastjar-0.98/lib'
# make[4]: Entering directory '/tmp/fastjar/src/fastjar-0.98/lib'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT localcharset.lo -MD -MP -MF .deps/localcharset.Tpo -c -o localcharset.lo localcharset.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT localcharset.lo -MD -MP -MF .deps/localcharset.Tpo -c localcharset.c -fPIC -DPIC -o .libs/localcharset.o
# mv -f .deps/localcharset.Tpo .deps/localcharset.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT asnprintf.lo -MD -MP -MF .deps/asnprintf.Tpo -c -o asnprintf.lo asnprintf.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT asnprintf.lo -MD -MP -MF .deps/asnprintf.Tpo -c asnprintf.c -fPIC -DPIC -o .libs/asnprintf.o
# mv -f .deps/asnprintf.Tpo .deps/asnprintf.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT printf-args.lo -MD -MP -MF .deps/printf-args.Tpo -c -o printf-args.lo printf-args.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT printf-args.lo -MD -MP -MF .deps/printf-args.Tpo -c printf-args.c -fPIC -DPIC -o .libs/printf-args.o
# mv -f .deps/printf-args.Tpo .deps/printf-args.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT printf-parse.lo -MD -MP -MF .deps/printf-parse.Tpo -c -o printf-parse.lo printf-parse.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT printf-parse.lo -MD -MP -MF .deps/printf-parse.Tpo -c printf-parse.c -fPIC -DPIC -o .libs/printf-parse.o
# mv -f .deps/printf-parse.Tpo .deps/printf-parse.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT regex.lo -MD -MP -MF .deps/regex.Tpo -c -o regex.lo regex.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT regex.lo -MD -MP -MF .deps/regex.Tpo -c regex.c -fPIC -DPIC -o .libs/regex.o
# In file included from regex.c:58:
# ./regex_internal.h:831:44: warning: unused parameter 'pstr' [-Wunused-parameter]
# re_string_elem_size_at (const re_string_t *pstr, Idx idx)
# ^
# ./regex_internal.h:831:54: warning: unused parameter 'idx' [-Wunused-parameter]
# re_string_elem_size_at (const re_string_t *pstr, Idx idx)
# ^
# In file included from regex.c:60:
# ./regex_internal.c:47:16: warning: comparison of integers of different signs: 'Idx' (aka 'unsigned long') and 'const int' [-Wsign-compare]
# if (init_len < dfa->mb_cur_max)
# ~~~~~~~~ ^ ~~~~~~~~~~~~~~~
# ./regex_internal.c:230:42: warning: comparison of integers of different signs: 'int' and 'Idx' (aka 'unsigned long') [-Wsign-compare]
# for (i = 0; i < pstr->mb_cur_max && i < remain_len; ++i)
# ~ ^ ~~~~~~~~~~
# ./regex_internal.c:370:44: warning: comparison of integers of different signs: 'int' and 'Idx' (aka 'unsigned long') [-Wsign-compare]
# for (i = 0; i < pstr->mb_cur_max && i < remain_len; ++i)
# ~ ^ ~~~~~~~~~~
# ./regex_internal.c:750:27: warning: comparison of integers of different signs: 'long' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
# if (raw + offset - p <= mbclen
# ~~~~~~~~~~~~~~~~ ^ ~~~~~~
# ./regex_internal.c:1393:11: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# if (idx < 0 || idx >= set->nelem)
# ~~~ ^ ~
# In file included from regex.c:61:
# ./regcomp.c:337:15: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'long' [-Wsign-compare]
# &state) == p - buf
# ~~~~~~~ ^ ~~~~~~~
# ./regcomp.c:523:50: warning: unused parameter 'preg' [-Wunused-parameter]
# regerror (int errcode, const regex_t *_Restrict_ preg,
# ^
# ./regcomp.c:904:27: warning: comparison of integers of different signs: 'wint_t' (aka 'unsigned int') and 'int' [-Wsign-compare]
# if (isascii (ch) && wch != ch)
# ~~~ ^ ~~
# ./regcomp.c:1357:18: warning: unused parameter 'extra' [-Wunused-parameter]
# calc_next (void *extra, bin_tree_t *node)
# ^
# ./regcomp.c:2713:18: warning: unused parameter 'mbcset' [-Wunused-parameter]
# re_charset_t *mbcset, Idx *coll_sym_alloc,
# ^
# ./regcomp.c:2713:31: warning: unused parameter 'coll_sym_alloc' [-Wunused-parameter]
# re_charset_t *mbcset, Idx *coll_sym_alloc,
# ^
# ./regcomp.c:3291:54: warning: unused parameter 'dfa' [-Wunused-parameter]
# re_token_t *token, int token_len, re_dfa_t *dfa,
# ^
# ./regcomp.c:3378:51: warning: unused parameter 'mbcset' [-Wunused-parameter]
# build_equiv_class (bitset_t sbcset, re_charset_t *mbcset,
# ^
# ./regcomp.c:3379:11: warning: unused parameter 'equiv_class_alloc' [-Wunused-parameter]
# Idx *equiv_class_alloc, const unsigned char *name)
# ^
# ./regcomp.c:3780:18: warning: unused parameter 'extra' [-Wunused-parameter]
# free_tree (void *extra, bin_tree_t *node)
# ^
# In file included from regex.c:62:
# ./regexec.c:497:28: warning: comparison of integers of different signs: 'regoff_t' (aka 'long') and 'Idx' (aka 'unsigned long') [-Wsign-compare]
# assert (pmatch[0].rm_so == start);
# ~~~~~~~~~~~~~~~ ^ ~~~~~
# /usr/include/assert.h:86:5: note: expanded from macro 'assert'
# ((expr) \
# ^~~~
# In file included from regex.c:62:
# ./regexec.c:935:28: warning: comparison of integers of different signs: 'regoff_t' (aka 'long') and 'Idx' (aka 'unsigned long') [-Wsign-compare]
# (pmatch[reg_idx].rm_so == mctx.input.valid_len
# ~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~
# ./regexec.c:939:28: warning: comparison of integers of different signs: 'regoff_t' (aka 'long') and 'Idx' (aka 'unsigned long') [-Wsign-compare]
# (pmatch[reg_idx].rm_eo == mctx.input.valid_len
# ~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~
# ./regexec.c:1473:35: warning: comparison of integers of different signs: 'Idx' (aka 'unsigned long') and 'regoff_t' (aka 'long') [-Wsign-compare]
# for (idx = pmatch[0].rm_so; idx <= pmatch[0].rm_eo ;)
# ~~~ ^ ~~~~~~~~~~~~~~~
# ./regexec.c:1477:15: warning: comparison of integers of different signs: 'Idx' (aka 'unsigned long') and 'regoff_t' (aka 'long') [-Wsign-compare]
# if (idx == pmatch[0].rm_eo && cur_node == mctx->last_node)
# ~~~ ^ ~~~~~~~~~~~~~~~
# ./regexec.c:1576:30: warning: comparison of integers of different signs: 'regoff_t' (aka 'long') and 'Idx' (aka 'unsigned long') [-Wsign-compare]
# if (pmatch[reg_num].rm_so < cur_idx)
# ~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~
# ./regexec.c:2999:53: warning: comparison of integers of different signs: 'Idx' (aka 'unsigned long') and 'int' [-Wsign-compare]
# for (null_cnt = 0; str_idx < last_str && null_cnt <= mctx->max_mb_elem_len;)
# ~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~
# ./regexec.c:3821:21: warning: comparison of integers of different signs: 'Idx' (aka 'unsigned long') and 'int' [-Wsign-compare]
# for (i = 1; i < char_len; ++i)
# ~ ^ ~~~~~~~~
# ./regexec.c:4304:29: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
# if (mctx->max_mb_elem_len < to - from)
# ~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~
# 26 warnings generated.
# mv -f .deps/regex.Tpo .deps/regex.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT vasnprintf.lo -MD -MP -MF .deps/vasnprintf.Tpo -c -o vasnprintf.lo vasnprintf.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT vasnprintf.lo -MD -MP -MF .deps/vasnprintf.Tpo -c vasnprintf.c -fPIC -DPIC -o .libs/vasnprintf.o
# vasnprintf.c:4441:14: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
# if (count < maxlen
# ~~~~~ ^ ~~~~~~
# 1 warning generated.
# mv -f .deps/vasnprintf.Tpo .deps/vasnprintf.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -o libgnu.la localcharset.lo asnprintf.lo printf-args.lo printf-parse.lo regex.lo vasnprintf.lo
# libtool: link: ar cru .libs/libgnu.a .libs/localcharset.o .libs/asnprintf.o .libs/printf-args.o .libs/printf-parse.o .libs/regex.o .libs/vasnprintf.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libgnu.a
# libtool: link: ( cd ".libs" && rm -f "libgnu.la" && ln -s "../libgnu.la" "libgnu.la" )
# rm -f t-charset.alias charset.alias
# /bin/sh ./config.charset 'x86_64-unknown-linux-gnu' > t-charset.alias
# mv t-charset.alias charset.alias
# rm -f t-ref-add.sed ref-add.sed
# sed -e '/^#/d' -e 's/@''PACKAGE''@/fastjar/g' ref-add.sin > t-ref-add.sed
# mv t-ref-add.sed ref-add.sed
# rm -f t-ref-del.sed ref-del.sed
# sed -e '/^#/d' -e 's/@''PACKAGE''@/fastjar/g' ref-del.sin > t-ref-del.sed
# mv t-ref-del.sed ref-del.sed
# make[4]: Leaving directory '/tmp/fastjar/src/fastjar-0.98/lib'
# make[3]: Leaving directory '/tmp/fastjar/src/fastjar-0.98/lib'
# make[2]: Leaving directory '/tmp/fastjar/src/fastjar-0.98/lib'
# make[2]: Entering directory '/tmp/fastjar/src/fastjar-0.98'
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./lib -I./lib -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT argv.lo -MD -MP -MF .deps/argv.Tpo -c -o argv.lo argv.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I. -I./lib -I./lib -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT argv.lo -MD -MP -MF .deps/argv.Tpo -c argv.c -fPIC -DPIC -o .libs/argv.o
# mv -f .deps/argv.Tpo .deps/argv.Plo
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./lib -I./lib -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo compress.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I. -I./lib -I./lib -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c compress.c -fPIC -DPIC -o .libs/compress.o
# mv -f .deps/compress.Tpo .deps/compress.Plo
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./lib -I./lib -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT dostime.lo -MD -MP -MF .deps/dostime.Tpo -c -o dostime.lo dostime.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I. -I./lib -I./lib -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT dostime.lo -MD -MP -MF .deps/dostime.Tpo -c dostime.c -fPIC -DPIC -o .libs/dostime.o
# mv -f .deps/dostime.Tpo .deps/dostime.Plo
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./lib -I./lib -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT pushback.lo -MD -MP -MF .deps/pushback.Tpo -c -o pushback.lo pushback.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I. -I./lib -I./lib -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT pushback.lo -MD -MP -MF .deps/pushback.Tpo -c pushback.c -fPIC -DPIC -o .libs/pushback.o
# mv -f .deps/pushback.Tpo .deps/pushback.Plo
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -I./lib -I./lib -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT shift.lo -MD -MP -MF .deps/shift.Tpo -c -o shift.lo shift.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I. -I. -I./lib -I./lib -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT shift.lo -MD -MP -MF .deps/shift.Tpo -c shift.c -fPIC -DPIC -o .libs/shift.o
# mv -f .deps/shift.Tpo .deps/shift.Plo
# /bin/sh ./libtool --tag=CC --mode=link clang -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -no-undefined -o libfastjar_convenience.la argv.lo compress.lo dostime.lo pushback.lo shift.lo
# libtool: link: ar cru .libs/libfastjar_convenience.a .libs/argv.o .libs/compress.o .libs/dostime.o .libs/pushback.o .libs/shift.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libfastjar_convenience.a
# libtool: link: ( cd ".libs" && rm -f "libfastjar_convenience.la" && ln -s "../libfastjar_convenience.la" "libfastjar_convenience.la" )
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./lib -I./lib -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT jartool.o -MD -MP -MF .deps/jartool.Tpo -c -o jartool.o jartool.c
# mv -f .deps/jartool.Tpo .deps/jartool.Po
# /bin/sh ./libtool --tag=CC --mode=link clang -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -no-undefined -o fastjar jartool.o lib/libgnu.la libfastjar_convenience.la -lz
# libtool: link: clang -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -o fastjar jartool.o lib/.libs/libgnu.a ./.libs/libfastjar_convenience.a -lz
# clang -DHAVE_CONFIG_H -I. -I. -I. -I./lib -I./lib -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -MT jargrep.o -MD -MP -MF .deps/jargrep.Tpo -c -o jargrep.o jargrep.c
# jargrep.c:521:7: warning: variable 'j' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
# if((options & JG_PRINT_LINE_NUMBER) && i)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# jargrep.c:523:70: note: uninitialized use occurs here
# prnt_mtchs(exp, filename, str_stream, match_array, nl_offsets, i, j, options);
# ^
# jargrep.c:521:4: note: remove the 'if' if its condition is always true
# if((options & JG_PRINT_LINE_NUMBER) && i)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# jargrep.c:521:7: warning: variable 'j' is used uninitialized whenever '&&' condition is false [-Wsometimes-uninitialized]
# if((options & JG_PRINT_LINE_NUMBER) && i)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# jargrep.c:523:70: note: uninitialized use occurs here
# prnt_mtchs(exp, filename, str_stream, match_array, nl_offsets, i, j, options);
# ^
# jargrep.c:521:7: note: remove the '&&' if its condition is always true
# if((options & JG_PRINT_LINE_NUMBER) && i)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# jargrep.c:493:7: note: initialize the variable 'j' to silence this warning
# int j;
# ^
# = 0
# 2 warnings generated.
# mv -f .deps/jargrep.Tpo .deps/jargrep.Po
# /bin/sh ./libtool --tag=CC --mode=link clang -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -no-undefined -o grepjar jargrep.o lib/libgnu.la libfastjar_convenience.la -lz
# libtool: link: clang -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -o grepjar jargrep.o lib/.libs/libgnu.a ./.libs/libfastjar_convenience.a -lz
# make[2]: Leaving directory '/tmp/fastjar/src/fastjar-0.98'
# make[1]: Leaving directory '/tmp/fastjar/src/fastjar-0.98'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in lib
# make[1]: Entering directory '/tmp/fastjar/src/fastjar-0.98/lib'
# make install-recursive
# make[2]: Entering directory '/tmp/fastjar/src/fastjar-0.98/lib'
# make[3]: Entering directory '/tmp/fastjar/src/fastjar-0.98/lib'
# make[4]: Entering directory '/tmp/fastjar/src/fastjar-0.98/lib'
# test yes != no || /bin/sh /tmp/fastjar/src/fastjar-0.98/install-sh -d /tmp/fastjar/pkg/fastjar/usr/lib
# if test -f /tmp/fastjar/pkg/fastjar/usr/lib/charset.alias; then \
# sed -f ref-add.sed /tmp/fastjar/pkg/fastjar/usr/lib/charset.alias > /tmp/fastjar/pkg/fastjar/usr/lib/charset.tmp ; \
# /usr/bin/install -c -m 644 /tmp/fastjar/pkg/fastjar/usr/lib/charset.tmp /tmp/fastjar/pkg/fastjar/usr/lib/charset.alias ; \
# rm -f /tmp/fastjar/pkg/fastjar/usr/lib/charset.tmp ; \
# else \
# if test yes = no; then \
# sed -f ref-add.sed charset.alias > /tmp/fastjar/pkg/fastjar/usr/lib/charset.tmp ; \
# /usr/bin/install -c -m 644 /tmp/fastjar/pkg/fastjar/usr/lib/charset.tmp /tmp/fastjar/pkg/fastjar/usr/lib/charset.alias ; \
# rm -f /tmp/fastjar/pkg/fastjar/usr/lib/charset.tmp ; \
# fi ; \
# fi
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/fastjar/src/fastjar-0.98/lib'
# make[3]: Leaving directory '/tmp/fastjar/src/fastjar-0.98/lib'
# make[2]: Leaving directory '/tmp/fastjar/src/fastjar-0.98/lib'
# make[1]: Leaving directory '/tmp/fastjar/src/fastjar-0.98/lib'
# make[1]: Entering directory '/tmp/fastjar/src/fastjar-0.98'
# make[2]: Entering directory '/tmp/fastjar/src/fastjar-0.98'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/fastjar/pkg/fastjar/usr/bin"
# /bin/sh ./libtool --mode=install /usr/bin/install -c 'fastjar' '/tmp/fastjar/pkg/fastjar/usr/bin/fastjar'
# libtool: install: /usr/bin/install -c fastjar /tmp/fastjar/pkg/fastjar/usr/bin/fastjar
# /bin/sh ./libtool --mode=install /usr/bin/install -c 'grepjar' '/tmp/fastjar/pkg/fastjar/usr/bin/grepjar'
# libtool: install: /usr/bin/install -c grepjar /tmp/fastjar/pkg/fastjar/usr/bin/grepjar
# test -z "/usr/share/info" || /usr/bin/mkdir -p "/tmp/fastjar/pkg/fastjar/usr/share/info"
# /usr/bin/install -c -m 644 './fastjar.info' '/tmp/fastjar/pkg/fastjar/usr/share/info/fastjar.info'
# install-info --info-dir='/tmp/fastjar/pkg/fastjar/usr/share/info' '/tmp/fastjar/pkg/fastjar/usr/share/info/fastjar.info'
# test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/tmp/fastjar/pkg/fastjar/usr/share/man/man1"
# /usr/bin/install -c -m 644 'fastjar.1' '/tmp/fastjar/pkg/fastjar/usr/share/man/man1/fastjar.1'
# /usr/bin/install -c -m 644 'grepjar.1' '/tmp/fastjar/pkg/fastjar/usr/share/man/man1/grepjar.1'
# make[2]: Leaving directory '/tmp/fastjar/src/fastjar-0.98'
# make[1]: Leaving directory '/tmp/fastjar/src/fastjar-0.98'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "fastjar"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: fastjar 0.98-4 (Thu Apr 13 17:17:04 UTC 2017)

CMD: pacman --query --file fastjar-0.98-4-x86_64.pkg.tar.xz
# fastjar 0.98-4

Creating hybrid package for 'fastjar'

Trying to find vanilla package 'fastjar'...

CMD: pacman --query --file /mirror/fastjar-0.98-4.pkg.tar.xz
# fastjar 0.98-4

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/share/info/fastjar.info.gz
# /usr/share/man/man1/fastjar.1.gz
# /usr/share/man/man1/grepjar.1.gz
# /usr/bin/fastjar
# /usr/bin/grepjar

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/fastjar.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/fastjar.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/fastjar/src/fastjar-0.98/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 fastjar configure 0.98, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 5fe0aa14bc20
# 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:2413: checking for a BSD-compatible install
# configure:2481: result: /usr/bin/install -c
# configure:2492: checking whether build environment is sane
# configure:2535: result: yes
# configure:2560: checking for a thread-safe mkdir -p
# configure:2599: result: /usr/bin/mkdir -p
# configure:2612: checking for gawk
# configure:2628: found /usr/bin/gawk
# configure:2639: result: gawk
# configure:2650: checking whether make sets $(MAKE)
# configure:2672: result: yes
# configure:2752: checking for x86_64-unknown-linux-strip
# configure:2782: result: no
# configure:2792: checking for strip
# configure:2808: found /usr/bin/strip
# configure:2819: result: strip
# configure:2868: checking for x86_64-unknown-linux-gcc
# configure:2895: result: clang
# configure:3167: checking for C compiler version
# configure:3175: 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:3179: $? = 0
# configure:3186: 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
# Selected multilib: .;@m64
# configure:3190: $? = 0
# configure:3197: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3201: $? = 1
# configure:3224: checking for C compiler default output file name
# configure:3246: clang conftest.c >&5
# configure:3250: $? = 0
# configure:3288: result: a.out
# configure:3307: checking whether the C compiler works
# configure:3317: ./a.out
# configure:3321: $? = 0
# configure:3340: result: yes
# configure:3347: checking whether we are cross compiling
# configure:3349: result: no
# configure:3352: checking for suffix of executables
# configure:3359: clang -o conftest conftest.c >&5
# configure:3363: $? = 0
# configure:3389: result:
# configure:3395: checking for suffix of object files
# configure:3421: clang -c conftest.c >&5
# configure:3425: $? = 0
# configure:3450: result: o
# configure:3454: checking whether we are using the GNU C compiler
# configure:3483: clang -c conftest.c >&5
# configure:3490: $? = 0
# configure:3507: result: yes
# configure:3516: checking whether clang accepts -g
# configure:3546: clang -c -g conftest.c >&5
# configure:3553: $? = 0
# configure:3654: result: yes
# configure:3671: checking for clang option to accept ISO C89
# configure:3745: clang -c conftest.c >&5
# configure:3752: $? = 0
# configure:3775: result: none needed
# configure:3804: checking for style of include used by make
# configure:3832: result: GNU
# configure:3857: checking dependency style of clang
# configure:3948: result: gcc3
# configure:3965: checking for clang option to accept ISO C99
# configure:4124: clang -c conftest.c >&5
# configure:4131: $? = 0
# configure:4154: result: none needed
# configure:4292: checking for clang option to accept ISO Standard C
# configure:4301: result: none needed
# configure:4311: checking for x86_64-unknown-linux-ranlib
# configure:4341: result: no
# configure:4351: checking for ranlib
# configure:4367: found /usr/bin/ranlib
# configure:4378: result: ranlib
# configure:4406: checking build system type
# configure:4424: result: x86_64-unknown-linux-gnu
# configure:4446: checking host system type
# configure:4461: result: x86_64-unknown-linux-gnu
# configure:4489: checking how to run the C preprocessor
# configure:4529: clang -E conftest.c
# configure:4536: $? = 0
# configure:4567: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4574: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "fastjar"
# | #define PACKAGE_TARNAME "fastjar"
# | #define PACKAGE_VERSION "0.98"
# | #define PACKAGE_STRING "fastjar 0.98"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "fastjar"
# | #define VERSION "0.98"
# | /* end confdefs.h. */
# | #include
# configure:4607: result: clang -E
# configure:4636: clang -E conftest.c
# configure:4643: $? = 0
# configure:4674: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4681: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "fastjar"
# | #define PACKAGE_TARNAME "fastjar"
# | #define PACKAGE_VERSION "0.98"
# | #define PACKAGE_STRING "fastjar 0.98"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "fastjar"
# | #define VERSION "0.98"
# | /* end confdefs.h. */
# | #include
# configure:4721: checking for grep that handles long lines and -e
# configure:4781: result: /usr/bin/grep
# configure:4786: checking for egrep
# configure:4850: result: /usr/bin/grep -E
# configure:4855: checking for ANSI C header files
# configure:4885: clang -c conftest.c >&5
# configure:4892: $? = 0
# configure:4991: clang -o conftest conftest.c >&5
# configure:4995: $? = 0
# configure:5001: ./conftest
# configure:5005: $? = 0
# configure:5023: result: yes
# configure:5047: checking for sys/types.h
# configure:5068: clang -c conftest.c >&5
# configure:5075: $? = 0
# configure:5092: result: yes
# configure:5047: checking for sys/stat.h
# configure:5068: clang -c conftest.c >&5
# configure:5075: $? = 0
# configure:5092: result: yes
# configure:5047: checking for stdlib.h
# configure:5068: clang -c conftest.c >&5
# configure:5075: $? = 0
# configure:5092: result: yes
# configure:5047: checking for string.h
# configure:5068: clang -c conftest.c >&5
# configure:5075: $? = 0
# configure:5092: result: yes
# configure:5047: checking for memory.h
# configure:5068: clang -c conftest.c >&5
# configure:5075: $? = 0
# configure:5092: result: yes
# configure:5047: checking for strings.h
# configure:5068: clang -c conftest.c >&5
# configure:5075: $? = 0
# configure:5092: result: yes
# configure:5047: checking for inttypes.h
# configure:5068: clang -c conftest.c >&5
# configure:5075: $? = 0
# configure:5092: result: yes
# configure:5047: checking for stdint.h
# configure:5068: clang -c conftest.c >&5
# configure:5075: $? = 0
# configure:5092: result: yes
# configure:5047: checking for unistd.h
# configure:5068: clang -c conftest.c >&5
# configure:5075: $? = 0
# configure:5092: result: yes
# configure:5119: checking minix/config.h usability
# configure:5136: clang -c conftest.c >&5
# conftest.c:53:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:5143: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "fastjar"
# | #define PACKAGE_TARNAME "fastjar"
# | #define PACKAGE_VERSION "0.98"
# | #define PACKAGE_STRING "fastjar 0.98"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "fastjar"
# | #define VERSION "0.98"
# | #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
# | #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
# | #include
# configure:5157: result: no
# configure:5161: checking minix/config.h presence
# configure:5176: clang -E conftest.c
# conftest.c:20:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:5183: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "fastjar"
# | #define PACKAGE_TARNAME "fastjar"
# | #define PACKAGE_VERSION "0.98"
# | #define PACKAGE_STRING "fastjar 0.98"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "fastjar"
# | #define VERSION "0.98"
# | #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
# configure:5197: result: no
# configure:5225: checking for minix/config.h
# configure:5232: result: no
# configure:5273: checking whether it is safe to define __EXTENSIONS__
# configure:5301: clang -c conftest.c >&5
# configure:5308: $? = 0
# configure:5323: result: yes
# configure:5367: checking for a BSD-compatible install
# configure:5435: result: /usr/bin/install -c
# configure:5505: checking for a sed that does not truncate output
# configure:5571: result: /usr/bin/sed
# configure:5589: checking for fgrep
# configure:5653: result: /usr/bin/grep -F
# configure:5688: checking for ld used by clang
# configure:5755: result: /usr/bin/ld
# configure:5764: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5779: result: yes
# configure:5791: checking for BSD- or MS-compatible name lister (nm)
# configure:5840: result: /usr/bin/nm -B
# configure:5958: checking the name lister (/usr/bin/nm -B) interface
# configure:5965: clang -c conftest.c >&5
# configure:5968: /usr/bin/nm -B "conftest.o"
# configure:5971: output
# 0000000000000000 B some_variable
# configure:5978: result: BSD nm
# configure:5981: checking whether ln -s works
# configure:5985: result: yes
# configure:5993: checking the maximum length of command line arguments
# configure:6113: result: 1572864
# configure:6130: checking whether the shell understands some XSI constructs
# configure:6140: result: yes
# configure:6144: checking whether the shell understands "+="
# configure:6150: result: yes
# configure:6185: checking for /usr/bin/ld option to reload object files
# configure:6192: result: -r
# configure:6219: checking how to recognize dependent libraries
# configure:6409: result: pass_all
# configure:6429: checking for x86_64-unknown-linux-ar
# configure:6459: result: no
# configure:6469: checking for ar
# configure:6485: found /usr/bin/ar
# configure:6496: result: ar
# configure:6534: checking for x86_64-unknown-linux-strip
# configure:6561: result: strip
# configure:6633: checking for x86_64-unknown-linux-ranlib
# configure:6660: result: ranlib
# configure:6790: checking command to parse /usr/bin/nm -B output from clang object
# configure:6908: clang -c conftest.c >&5
# configure:6911: $? = 0
# configure:6915: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6918: $? = 0
# configure:6972: clang -o conftest conftest.c conftstm.o >&5
# configure:6975: $? = 0
# configure:7013: result: ok
# configure:7108: clang -c conftest.c >&5
# configure:7111: $? = 0
# configure:7878: checking for dlfcn.h
# configure:7899: clang -c conftest.c >&5
# configure:7906: $? = 0
# configure:7923: result: yes
# configure:8377: checking for objdir
# configure:8392: result: .libs
# configure:8688: checking if clang supports -fno-rtti -fno-exceptions
# configure:8706: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8710: $? = 0
# configure:8723: result: yes
# configure:8743: checking for clang option to produce PIC
# configure:9000: result: -fPIC -DPIC
# configure:9012: checking if clang PIC flag -fPIC -DPIC works
# configure:9030: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9034: $? = 0
# configure:9047: result: yes
# configure:9071: checking if clang static flag -static works
# configure:9099: result: yes
# configure:9114: checking if clang supports -c -o file.o
# configure:9135: clang -c -o out/conftest2.o conftest.c >&5
# configure:9139: $? = 0
# configure:9161: result: yes
# configure:9169: checking if clang supports -c -o file.o
# configure:9216: result: yes
# configure:9249: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10316: result: yes
# configure:10353: checking whether -lc should be explicitly linked in
# configure:10358: clang -c conftest.c >&5
# configure:10361: $? = 0
# configure:10376: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10379: $? = 0
# configure:10391: result: no
# configure:10555: checking dynamic linker characteristics
# configure:10998: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11005: $? = 0
# configure:11250: result: GNU/Linux ld.so
# configure:11352: checking how to hardcode library paths into programs
# configure:11377: result: immediate
# configure:12218: checking whether stripping libraries is possible
# configure:12223: result: yes
# configure:12258: checking if libtool supports shared libraries
# configure:12260: result: yes
# configure:12263: checking whether to build shared libraries
# configure:12284: result: yes
# configure:12287: checking whether to build static libraries
# configure:12291: result: no
# configure:12328: checking whether to enable maintainer-specific portions of Makefiles
# configure:12337: result: no
# configure:12351: checking CFLAGS for maximum warnings
# configure:12388: clang -c -pedantic -Wall conftest.c >&5
# configure:12395: $? = 0
# configure:12419: result: -Wall
# configure:12432: : CFLAGS="$CFLAGS $ac_cv_cflags_warn_all"
# configure:12435: $? = 0
# configure:12442: checking CFLAGS for gcc -pedantic
# configure:12479: clang -c -Wall -pedantic -Werror -pedantic conftest.c >&5
# configure:12486: $? = 0
# configure:12510: result: -pedantic
# configure:12522: : CFLAGS="$CFLAGS $ac_cv_cflags_gcc_option__pedantic"
# configure:12525: $? = 0
# configure:12532: checking CFLAGS for gcc -W
# configure:12569: clang -c -Wall -pedantic -pedantic -Werror -W conftest.c >&5
# configure:12576: $? = 0
# configure:12600: result: -W
# configure:12612: : CFLAGS="$CFLAGS $ac_cv_cflags_gcc_option__W"
# configure:12615: $? = 0
# configure:12622: checking CFLAGS for gcc -Wextra
# configure:12659: clang -c -Wall -pedantic -W -pedantic -Werror -Wextra conftest.c >&5
# configure:12666: $? = 0
# configure:12690: result: -Wextra
# configure:12702: : CFLAGS="$CFLAGS $ac_cv_cflags_gcc_option__Wextra"
# configure:12705: $? = 0
# configure:12712: checking CFLAGS for gcc -Wmissing-prototypes
# configure:12749: clang -c -Wall -pedantic -W -Wextra -pedantic -Werror -Wmissing-prototypes conftest.c >&5
# configure:12756: $? = 0
# configure:12780: result: -Wmissing-prototypes
# configure:12792: : CFLAGS="$CFLAGS $ac_cv_cflags_gcc_option__Wmissing_prototypes"
# configure:12795: $? = 0
# configure:12802: checking CFLAGS for gcc -Wstrict-prototypes
# configure:12839: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -pedantic -Werror -Wstrict-prototypes conftest.c >&5
# configure:12846: $? = 0
# configure:12870: result: -Wstrict-prototypes
# configure:12882: : CFLAGS="$CFLAGS $ac_cv_cflags_gcc_option__Wstrict_prototypes"
# configure:12885: $? = 0
# configure:12892: checking CFLAGS for gcc -Wwrite-strings
# configure:12929: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -pedantic -Werror -Wwrite-strings conftest.c >&5
# configure:12936: $? = 0
# configure:12960: result: -Wwrite-strings
# configure:12972: : CFLAGS="$CFLAGS $ac_cv_cflags_gcc_option__Wwrite_strings"
# configure:12975: $? = 0
# configure:12985: checking for flawfinder
# configure:13018: result: no
# configure:13025: checking for pscan
# configure:13058: result: no
# configure:13065: checking for rats
# configure:13098: result: no
# configure:13105: checking for splint
# configure:13138: result: no
# configure:13152: checking for dirent.h that defines DIR
# configure:13181: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:13188: $? = 0
# configure:13205: result: yes
# configure:13220: checking for library containing opendir
# configure:13261: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:13268: $? = 0
# configure:13299: result: none required
# configure:13397: checking for ANSI C header files
# configure:13565: result: yes
# configure:13594: checking fcntl.h usability
# configure:13611: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:13618: $? = 0
# configure:13632: result: yes
# configure:13636: checking fcntl.h presence
# configure:13651: clang -E conftest.c
# configure:13658: $? = 0
# configure:13672: result: yes
# configure:13700: checking for fcntl.h
# configure:13709: result: yes
# configure:13583: checking for unistd.h
# configure:13590: result: yes
# configure:13594: checking sys/param.h usability
# configure:13611: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:13618: $? = 0
# configure:13632: result: yes
# configure:13636: checking sys/param.h presence
# configure:13651: clang -E conftest.c
# configure:13658: $? = 0
# configure:13672: result: yes
# configure:13700: checking for sys/param.h
# configure:13709: result: yes
# configure:13583: checking for stdlib.h
# configure:13590: result: yes
# configure:13594: checking limits.h usability
# configure:13611: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:13618: $? = 0
# configure:13632: result: yes
# configure:13636: checking limits.h presence
# configure:13651: clang -E conftest.c
# configure:13658: $? = 0
# configure:13672: result: yes
# configure:13700: checking for limits.h
# configure:13709: result: yes
# configure:13594: checking errno.h usability
# configure:13611: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:13618: $? = 0
# configure:13632: result: yes
# configure:13636: checking errno.h presence
# configure:13651: clang -E conftest.c
# configure:13658: $? = 0
# configure:13672: result: yes
# configure:13700: checking for errno.h
# configure:13709: result: yes
# configure:13594: checking float.h usability
# configure:13611: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:13618: $? = 0
# configure:13632: result: yes
# configure:13636: checking float.h presence
# configure:13651: clang -E conftest.c
# configure:13658: $? = 0
# configure:13672: result: yes
# configure:13700: checking for float.h
# configure:13709: result: yes
# configure:13594: checking locale.h usability
# configure:13611: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:13618: $? = 0
# configure:13632: result: yes
# configure:13636: checking locale.h presence
# configure:13651: clang -E conftest.c
# configure:13658: $? = 0
# configure:13672: result: yes
# configure:13700: checking for locale.h
# configure:13709: result: yes
# configure:13583: checking for stdint.h
# configure:13590: result: yes
# configure:13594: checking wchar.h usability
# configure:13611: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:13618: $? = 0
# configure:13632: result: yes
# configure:13636: checking wchar.h presence
# configure:13651: clang -E conftest.c
# configure:13658: $? = 0
# configure:13672: result: yes
# configure:13700: checking for wchar.h
# configure:13709: result: yes
# configure:13594: checking stdio.h usability
# configure:13611: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:13618: $? = 0
# configure:13632: result: yes
# configure:13636: checking stdio.h presence
# configure:13651: clang -E conftest.c
# configure:13658: $? = 0
# configure:13672: result: yes
# configure:13700: checking for stdio.h
# configure:13709: result: yes
# configure:13583: checking for string.h
# configure:13590: result: yes
# configure:13594: checking wctype.h usability
# configure:13611: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:13618: $? = 0
# configure:13632: result: yes
# configure:13636: checking wctype.h presence
# configure:13651: clang -E conftest.c
# configure:13658: $? = 0
# configure:13672: result: yes
# configure:13700: checking for wctype.h
# configure:13709: result: yes
# configure:13756: checking for ftruncate
# configure:13812: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:13819: $? = 0
# configure:13841: result: yes
# configure:13756: checking for _chsize
# configure:13812: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# /tmp/conftest-190307.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `_chsize'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13819: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "fastjar"
# | #define PACKAGE_TARNAME "fastjar"
# | #define PACKAGE_VERSION "0.98"
# | #define PACKAGE_STRING "fastjar 0.98"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "fastjar"
# | #define VERSION "0.98"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_FTRUNCATE 1
# | /* end confdefs.h. */
# | /* Define _chsize to an innocuous variant, in case declares _chsize.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _chsize innocuous__chsize
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _chsize (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _chsize
# |
# | /* 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 _chsize ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub__chsize || defined __stub____chsize
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _chsize ();
# | ;
# | return 0;
# | }
# configure:13841: result: no
# configure:13756: checking for btowc
# configure:13812: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:13819: $? = 0
# configure:13841: result: yes
# configure:13756: checking for mbsinit
# configure:13812: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:13819: $? = 0
# configure:13841: result: yes
# configure:13756: checking for mbrtowc
# configure:13812: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:13819: $? = 0
# configure:13841: result: yes
# configure:13756: checking for isblank
# configure:13812: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:13819: $? = 0
# configure:13841: result: yes
# configure:13756: checking for iswctype
# configure:13812: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:13819: $? = 0
# configure:13841: result: yes
# configure:13756: checking for wcscoll
# configure:13812: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:13819: $? = 0
# configure:13841: result: yes
# configure:13756: checking for vasnprintf
# configure:13812: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# /tmp/conftest-3aa3a8.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `vasnprintf'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13819: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "fastjar"
# | #define PACKAGE_TARNAME "fastjar"
# | #define PACKAGE_VERSION "0.98"
# | #define PACKAGE_STRING "fastjar 0.98"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "fastjar"
# | #define VERSION "0.98"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_BTOWC 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_WCSCOLL 1
# | /* end confdefs.h. */
# | /* Define vasnprintf to an innocuous variant, in case declares vasnprintf.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define vasnprintf innocuous_vasnprintf
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char vasnprintf (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef vasnprintf
# |
# | /* 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 vasnprintf ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_vasnprintf || defined __stub___vasnprintf
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return vasnprintf ();
# | ;
# | return 0;
# | }
# configure:13841: result: no
# configure:13756: checking for wcrtomb
# configure:13812: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:13819: $? = 0
# configure:13841: result: yes
# configure:13756: checking for iswcntrl
# configure:13812: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:13819: $? = 0
# configure:13841: result: yes
# configure:13874: checking for off_t
# configure:13902: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:13909: $? = 0
# configure:13936: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# conftest.c:87:20: error: expected expression
# if (sizeof ((off_t)))
# ^
# 1 error generated.
# configure:13943: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "fastjar"
# | #define PACKAGE_TARNAME "fastjar"
# | #define PACKAGE_VERSION "0.98"
# | #define PACKAGE_STRING "fastjar 0.98"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "fastjar"
# | #define VERSION "0.98"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_BTOWC 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 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 ((off_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13966: result: yes
# configure:13978: checking whether struct tm is in sys/time.h or time.h
# configure:14008: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:14015: $? = 0
# configure:14030: result: time.h
# configure:14042: checking if mkdir takes one argument
# configure:14078: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:14085: $? = 0
# configure:14100: result: no
# configure:14113: checking for uint8_t
# configure:14144: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:14151: $? = 0
# configure:14172: result: yes
# configure:14190: checking for uint16_t
# configure:14221: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:14228: $? = 0
# configure:14249: result: yes
# configure:14263: checking for uint32_t
# configure:14294: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:14301: $? = 0
# configure:14322: result: yes
# configure:14341: checking whether byte ordering is bigendian
# configure:14366: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# conftest.c:52:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:52:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:14373: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "fastjar"
# | #define PACKAGE_TARNAME "fastjar"
# | #define PACKAGE_VERSION "0.98"
# | #define PACKAGE_STRING "fastjar 0.98"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "fastjar"
# | #define VERSION "0.98"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_BTOWC 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:14423: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:14430: $? = 0
# configure:14462: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# conftest.c:58:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:14469: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "fastjar"
# | #define PACKAGE_TARNAME "fastjar"
# | #define PACKAGE_VERSION "0.98"
# | #define PACKAGE_STRING "fastjar 0.98"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "fastjar"
# | #define VERSION "0.98"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_BTOWC 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:14721: result: no
# configure:14749: checking for deflate in -lz
# configure:14784: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c -lz >&5
# configure:14791: $? = 0
# configure:14812: result: yes
# configure:14837: checking for working alloca.h
# configure:14864: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:14871: $? = 0
# configure:14891: result: yes
# configure:14901: checking for alloca
# configure:14948: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:14955: $? = 0
# configure:14975: result: yes
# configure:15255: checking for nl_langinfo and CODESET
# configure:15281: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:15288: $? = 0
# configure:15309: result: yes
# configure:15322: checking for a traditional french locale
# configure:15395: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:15398: $? = 0
# configure:15436: result: none
# configure:15443: checking whether the preprocessor supports include_next
# configure:15486: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings -Iconftestd1b -Iconftestd2 conftest.c >&5
# In file included from conftest.c:1:
# conftestd1b/conftest.h:3:2: warning: #include_next is a language extension [-Wgnu-include-next]
# #include_next
# ^
# 1 warning generated.
# configure:15493: $? = 0
# configure:15542: result: yes
# configure:15568: checking for complete errno.h
# configure:15621: result: yes
# configure:16969: checking getopt.h usability
# configure:16986: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:16993: $? = 0
# configure:17007: result: yes
# configure:17011: checking getopt.h presence
# configure:17026: clang -E conftest.c
# configure:17033: $? = 0
# configure:17047: result: yes
# configure:17075: checking for getopt.h
# configure:17084: result: yes
# configure:17108: checking for getopt_long_only
# configure:17164: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:17171: $? = 0
# configure:17193: result: yes
# configure:17210: checking whether optreset is declared
# configure:17240: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# conftest.c:62:10: error: use of undeclared identifier 'optreset'
# (void) optreset;
# ^
# 1 error generated.
# configure:17247: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "fastjar"
# | #define PACKAGE_TARNAME "fastjar"
# | #define PACKAGE_VERSION "0.98"
# | #define PACKAGE_STRING "fastjar 0.98"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "fastjar"
# | #define VERSION "0.98"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_BTOWC 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | #ifndef optreset
# | (void) optreset;
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:17262: result: no
# configure:17271: checking for working GNU getopt function
# configure:17365: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# conftest.c:62:17: warning: assigning to 'char *' from 'const char [9]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# myargv[0] = "conftest";
# ^ ~~~~~~~~~~
# conftest.c:63:17: warning: assigning to 'char *' from 'const char [3]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# myargv[1] = "-+";
# ^ ~~~~
# 2 warnings generated.
# configure:17369: $? = 0
# configure:17375: ./conftest
# conftest: invalid option -- '+'
# configure:17379: $? = 0
# configure:17396: result: yes
# configure:17403: checking whether getenv is declared
# configure:17432: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:17439: $? = 0
# configure:17454: result: yes
# configure:17472: checking whether getc_unlocked is declared
# configure:17501: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:17508: $? = 0
# configure:17523: result: yes
# configure:17542: checking whether we are using the GNU C Library 2.1 or newer
# configure:17573: result: yes
# configure:17580: checking whether malloc, realloc, calloc are POSIX compliant
# configure:17610: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:17617: $? = 0
# configure:17633: result: yes
# configure:17676: checking for mbstate_t
# configure:17703: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:17710: $? = 0
# configure:17725: result: yes
# configure:17748: checking for a traditional japanese locale
# configure:17825: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:17828: $? = 0
# configure:17871: result: none
# configure:17878: checking for a french Unicode locale
# configure:17942: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:17945: $? = 0
# configure:17972: result: none
# configure:17980: checking for a transitional chinese locale
# configure:18058: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:18061: $? = 0
# configure:18088: result: none
# configure:18113: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# conftest.c:60:10: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:60:15: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:18120: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "fastjar"
# | #define PACKAGE_TARNAME "fastjar"
# | #define PACKAGE_VERSION "0.98"
# | #define PACKAGE_STRING "fastjar 0.98"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "fastjar"
# | #define VERSION "0.98"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_BTOWC 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:18169: checking for C/C++ restrict keyword
# configure:18204: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# conftest.c:60:6: warning: no previous prototype for function 'foo' [-Wmissing-prototypes]
# int foo (int_ptr __restrict ip) {
# ^
# 1 warning generated.
# configure:18211: $? = 0
# configure:18229: result: __restrict
# configure:18315: checking whether snprintf is declared
# configure:18344: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:18351: $? = 0
# configure:18366: result: yes
# configure:18384: checking for stdbool.h that conforms to C99
# configure:18477: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# conftest.c:88:14: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
# bool e = &s;
# ~ ^
# conftest.c:130:13: 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:130:18: 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:130:23: 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:130:28: 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:130:38: 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:130:43: 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:130:48: 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:130:53: 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:131:13: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:131:18: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:131:23: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# 12 warnings generated.
# configure:18484: $? = 0
# configure:18499: result: yes
# configure:18501: checking for _Bool
# configure:18529: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:18536: $? = 0
# configure:18563: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# conftest.c:97:20: error: expected expression
# if (sizeof ((_Bool)))
# ^
# 1 error generated.
# configure:18570: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "fastjar"
# | #define PACKAGE_TARNAME "fastjar"
# | #define PACKAGE_VERSION "0.98"
# | #define PACKAGE_STRING "fastjar 0.98"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "fastjar"
# | #define VERSION "0.98"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_BTOWC 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define restrict __restrict
# | #define HAVE_DECL_SNPRINTF 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:18593: result: yes
# configure:18612: checking for long long int
# configure:18659: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:18666: $? = 0
# configure:18713: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:18717: $? = 0
# configure:18723: ./conftest
# configure:18727: $? = 0
# configure:18754: result: yes
# configure:18765: checking for unsigned long long int
# configure:18796: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:18803: $? = 0
# configure:18823: result: yes
# configure:18897: checking whether strdup is declared
# configure:18926: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:18933: $? = 0
# configure:18948: result: yes
# configure:19075: checking for wchar_t
# configure:19102: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:19109: $? = 0
# configure:19124: result: yes
# configure:19135: checking for wint_t
# configure:19170: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:19177: $? = 0
# configure:19192: result: yes
# configure:19202: checking for size_t
# configure:19230: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:19237: $? = 0
# configure:19264: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# conftest.c:104:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:19271: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "fastjar"
# | #define PACKAGE_TARNAME "fastjar"
# | #define PACKAGE_VERSION "0.98"
# | #define PACKAGE_STRING "fastjar 0.98"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "fastjar"
# | #define VERSION "0.98"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_BTOWC 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define restrict __restrict
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_DECL_STRDUP 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 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:19294: result: yes
# configure:19307: checking for inttypes.h
# configure:19334: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:19341: $? = 0
# configure:19356: result: yes
# configure:19367: checking for stdint.h
# configure:19394: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:19401: $? = 0
# configure:19416: result: yes
# configure:19429: checking for intmax_t
# configure:19464: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:19471: $? = 0
# configure:19486: result: yes
# configure:19512: checking for inline
# configure:19538: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# conftest.c:73:21: warning: unused function 'static_foo' [-Wunused-function]
# static inline foo_t static_foo () {return 0; }
# ^
# 1 warning generated.
# configure:19545: $? = 0
# configure:19563: result: inline
# configure:19614: checking for alloca as a compiler built-in
# configure:19642: result: yes
# configure:19674: checking whether btowc(EOF) is correct
# configure:19756: result: guessing yes
# configure:19916: checking for stdlib.h
# configure:19923: result: yes
# configure:20057: checking for GNU libc compatible malloc
# configure:20091: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:20095: $? = 0
# configure:20101: ./conftest
# configure:20105: $? = 0
# configure:20122: result: yes
# configure:20211: checking whether mbrtowc handles incomplete characters
# configure:20298: result: guessing yes
# configure:20331: checking whether mbrtowc handles a NULL string argument
# configure:20420: result: guessing yes
# configure:20427: checking whether mbrtowc has a correct return value
# configure:20533: result: guessing yes
# configure:20539: checking whether mbrtowc returns 0 when parsing a NUL character
# configure:20625: result: guessing yes
# configure:20707: checking whether mbrtowc handles incomplete characters
# configure:20794: result: guessing yes
# configure:20873: checking for working re_compile_pattern
# configure:21024: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:21028: $? = 0
# configure:21034: ./conftest
# configure:21038: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "fastjar"
# | #define PACKAGE_TARNAME "fastjar"
# | #define PACKAGE_VERSION "0.98"
# | #define PACKAGE_STRING "fastjar 0.98"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "fastjar"
# | #define VERSION "0.98"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_BTOWC 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define restrict __restrict
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_DECL_STRDUP 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 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
# | #if HAVE_LOCALE_H
# | #include
# | #endif
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | static struct re_pattern_buffer regex;
# | unsigned char folded_chars[UCHAR_MAX + 1];
# | int i;
# | const char *s;
# | struct re_registers regs;
# |
# | #if HAVE_LOCALE_H
# | /* http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html
# | This test needs valgrind to catch the bug on Debian
# | GNU/Linux 3.1 x86, but it might catch the bug better
# | on other platforms and it shouldn't hurt to try the
# | test here. */
# | if (setlocale (LC_ALL, "en_US.UTF-8"))
# | {
# | static char const pat[] = "insert into";
# | static char const data[] =
# | "\xFF\0\x12\xA2\xAA\xC4\xB1,K\x12\xC4\xB1*\xACK";
# | re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE
# | | RE_ICASE);
# | memset (®ex, 0, sizeof regex);
# | s = re_compile_pattern (pat, sizeof pat - 1, ®ex);
# | if (s)
# | return 1;
# | if (re_search (®ex, data, sizeof data - 1,
# | 0, sizeof data - 1, ®s)
# | != -1)
# | return 1;
# | if (! setlocale (LC_ALL, "C"))
# | return 1;
# | }
# | #endif
# |
# | /* This test is from glibc bug 3957, reported by Andrew Mackey. */
# | re_set_syntax (RE_SYNTAX_EGREP | RE_HAT_LISTS_NOT_NEWLINE);
# | memset (®ex, 0, sizeof regex);
# | s = re_compile_pattern ("a[^x]b", 6, ®ex);
# | if (s)
# | return 1;
# |
# | /* This should fail, but succeeds for glibc-2.5. */
# | if (re_search (®ex, "a\nb", 3, 0, 3, ®s) != -1)
# | return 1;
# |
# | /* This regular expression is from Spencer ere test number 75
# | in grep-2.3. */
# | re_set_syntax (RE_SYNTAX_POSIX_EGREP);
# | memset (®ex, 0, sizeof regex);
# | for (i = 0; i <= UCHAR_MAX; i++)
# | folded_chars[i] = i;
# | regex.translate = folded_chars;
# | s = re_compile_pattern ("a[[:]:]]b\n", 11, ®ex);
# | /* This should fail with _Invalid character class name_ error. */
# | if (!s)
# | return 1;
# |
# | /* This should succeed, but does not for glibc-2.1.3. */
# | memset (®ex, 0, sizeof regex);
# | s = re_compile_pattern ("{1", 2, ®ex);
# |
# | if (s)
# | return 1;
# |
# | /* The following example is derived from a problem report
# | against gawk from Jorge Stolfi . */
# | memset (®ex, 0, sizeof regex);
# | s = re_compile_pattern ("[an\371]*n", 7, ®ex);
# | if (s)
# | return 1;
# |
# | /* This should match, but does not for glibc-2.2.1. */
# | if (re_match (®ex, "an", 2, 0, ®s) != 2)
# | return 1;
# |
# | memset (®ex, 0, sizeof regex);
# | s = re_compile_pattern ("x", 1, ®ex);
# | if (s)
# | return 1;
# |
# | /* glibc-2.2.93 does not work with a negative RANGE argument. */
# | if (re_search (®ex, "wxy", 3, 2, -2, ®s) != 1)
# | return 1;
# |
# | /* The version of regex.c in older versions of gnulib
# | ignored RE_ICASE. Detect that problem too. */
# | re_set_syntax (RE_SYNTAX_EMACS | RE_ICASE);
# | memset (®ex, 0, sizeof regex);
# | s = re_compile_pattern ("x", 1, ®ex);
# | if (s)
# | return 1;
# |
# | if (re_search (®ex, "WXY", 3, 0, 3, ®s) < 0)
# | return 1;
# |
# | /* Catch a bug reported by Vin Shelton in
# | http://lists.gnu.org/archive/html/bug-coreutils/2007-06/msg00089.html
# | */
# | re_set_syntax (RE_SYNTAX_POSIX_BASIC
# | & ~RE_CONTEXT_INVALID_DUP
# | & ~RE_NO_EMPTY_RANGES);
# | memset (®ex, 0, sizeof regex);
# | s = re_compile_pattern ("[[:alnum:]_-]\\+$", 16, ®ex);
# | if (s)
# | return 1;
# |
# | /* REG_STARTEND was added to glibc on 2004-01-15.
# | Reject older versions. */
# | if (! REG_STARTEND)
# | return 1;
# |
# | /* Reject hosts whose regoff_t values are too narrow.
# | These include glibc 2.3.5 on hosts with 64-bit ptrdiff_t
# | and 32-bit int. */
# | if (sizeof (regoff_t) < sizeof (ptrdiff_t)
# | || sizeof (regoff_t) < sizeof (ssize_t))
# | return 1;
# |
# | return 0;
# | ;
# | return 0;
# | }
# configure:21055: result: no
# configure:21179: checking libintl.h usability
# configure:21196: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:21203: $? = 0
# configure:21217: result: yes
# configure:21221: checking libintl.h presence
# configure:21236: clang -E conftest.c
# configure:21243: $? = 0
# configure:21257: result: yes
# configure:21285: checking for libintl.h
# configure:21294: result: yes
# configure:21319: checking whether isblank is declared
# configure:21349: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:21356: $? = 0
# configure:21371: result: yes
# configure:21398: checking for stdint.h
# configure:21405: result: yes
# configure:21539: checking for SIZE_MAX
# configure:22273: result: yes
# configure:22290: checking for snprintf
# configure:22346: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# conftest.c:118:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:118:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:22353: $? = 0
# configure:22375: result: yes
# configure:22390: checking whether snprintf respects a size of 1
# configure:22420: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:22424: $? = 0
# configure:22430: ./conftest
# configure:22434: $? = 0
# configure:22452: result: yes
# configure:22493: checking for ssize_t
# configure:22520: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:22527: $? = 0
# configure:22542: result: yes
# configure:22663: checking whether stdint.h conforms to C99
# configure:22842: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:22849: $? = 0
# configure:22864: result: yes
# configure:24291: checking for struct random_data
# configure:24320: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:24327: $? = 0
# configure:24355: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# conftest.c:101:33: error: expected expression
# if (sizeof ((struct random_data)))
# ^
# 1 error generated.
# configure:24362: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "fastjar"
# | #define PACKAGE_TARNAME "fastjar"
# | #define PACKAGE_VERSION "0.98"
# | #define PACKAGE_STRING "fastjar 0.98"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "fastjar"
# | #define VERSION "0.98"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_BTOWC 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define restrict __restrict
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_DECL_STRDUP 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define _REGEX_LARGE_OFFSETS 1
# | #define re_syntax_options rpl_re_syntax_options
# | #define re_set_syntax rpl_re_set_syntax
# | #define re_compile_pattern rpl_re_compile_pattern
# | #define re_compile_fastmap rpl_re_compile_fastmap
# | #define re_search rpl_re_search
# | #define re_search_2 rpl_re_search_2
# | #define re_match rpl_re_match
# | #define re_match_2 rpl_re_match_2
# | #define re_set_registers rpl_re_set_registers
# | #define re_comp rpl_re_comp
# | #define re_exec rpl_re_exec
# | #define regcomp rpl_regcomp
# | #define regexec rpl_regexec
# | #define regerror rpl_regerror
# | #define regfree rpl_regfree
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_DECL_ISBLANK 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SNPRINTF 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct random_data)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:24385: result: yes
# configure:24413: checking for strdup
# configure:24469: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# conftest.c:120:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:120:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:24476: $? = 0
# configure:24498: result: yes
# configure:24673: checking for ptrdiff_t
# configure:24701: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:24708: $? = 0
# configure:24735: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# conftest.c:134:24: error: expected expression
# if (sizeof ((ptrdiff_t)))
# ^
# 1 error generated.
# configure:24742: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "fastjar"
# | #define PACKAGE_TARNAME "fastjar"
# | #define PACKAGE_VERSION "0.98"
# | #define PACKAGE_STRING "fastjar 0.98"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "fastjar"
# | #define VERSION "0.98"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_BTOWC 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define restrict __restrict
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_DECL_STRDUP 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define _REGEX_LARGE_OFFSETS 1
# | #define re_syntax_options rpl_re_syntax_options
# | #define re_set_syntax rpl_re_set_syntax
# | #define re_compile_pattern rpl_re_compile_pattern
# | #define re_compile_fastmap rpl_re_compile_fastmap
# | #define re_search rpl_re_search
# | #define re_search_2 rpl_re_search_2
# | #define re_match rpl_re_match
# | #define re_match_2 rpl_re_match_2
# | #define re_set_registers rpl_re_set_registers
# | #define re_comp rpl_re_comp
# | #define re_exec rpl_re_exec
# | #define regcomp rpl_regcomp
# | #define regexec rpl_regexec
# | #define regerror rpl_regerror
# | #define regfree rpl_regfree
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_DECL_ISBLANK 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRUCT_RANDOM_DATA 1
# | #define HAVE_STRDUP 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 ((ptrdiff_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:24765: result: yes
# configure:24790: checking for snprintf
# configure:24875: result: yes
# configure:24790: checking for wcslen
# configure:24846: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:24853: $? = 0
# configure:24875: result: yes
# configure:24887: checking whether _snprintf is declared
# configure:24917: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# conftest.c:106:10: error: use of undeclared identifier '_snprintf'
# (void) _snprintf;
# ^
# 1 error generated.
# configure:24924: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "fastjar"
# | #define PACKAGE_TARNAME "fastjar"
# | #define PACKAGE_VERSION "0.98"
# | #define PACKAGE_STRING "fastjar 0.98"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "fastjar"
# | #define VERSION "0.98"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DIRENT_H 1
# | #define STDC_HEADERS 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_BTOWC 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_ISBLANK 1
# | #define HAVE_ISWCTYPE 1
# | #define HAVE_WCSCOLL 1
# | #define HAVE_WCRTOMB 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG_ONLY 1
# | #define HAVE_DECL_GETENV 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define restrict __restrict
# | #define HAVE_DECL_SNPRINTF 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_DECL_STRDUP 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_WINT_T 1
# | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# | #define HAVE_STDINT_H_WITH_UINTMAX 1
# | #define HAVE_INTMAX_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define GNULIB_MALLOC_GNU 1
# | #define HAVE_MALLOC_POSIX 1
# | #define _REGEX_LARGE_OFFSETS 1
# | #define re_syntax_options rpl_re_syntax_options
# | #define re_set_syntax rpl_re_set_syntax
# | #define re_compile_pattern rpl_re_compile_pattern
# | #define re_compile_fastmap rpl_re_compile_fastmap
# | #define re_search rpl_re_search
# | #define re_search_2 rpl_re_search_2
# | #define re_match rpl_re_match
# | #define re_match_2 rpl_re_match_2
# | #define re_set_registers rpl_re_set_registers
# | #define re_comp rpl_re_comp
# | #define re_exec rpl_re_exec
# | #define regcomp rpl_regcomp
# | #define regexec rpl_regexec
# | #define regerror rpl_regerror
# | #define regfree rpl_regfree
# | #define HAVE_LIBINTL_H 1
# | #define HAVE_DECL_ISBLANK 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_STRUCT_RANDOM_DATA 1
# | #define HAVE_STRDUP 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_WCSLEN 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | #ifndef _snprintf
# | (void) _snprintf;
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:24939: result: no
# configure:24965: checking whether is standalone
# configure:24980: clang -c -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:24987: $? = 0
# configure:25002: result: yes
# configure:25102: checking whether wcrtomb return value is correct
# configure:25199: result: guessing yes
# configure:25263: checking whether iswcntrl works
# configure:25336: clang -o conftest -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings conftest.c >&5
# configure:25340: $? = 0
# configure:25346: ./conftest
# configure:25350: $? = 0
# configure:25368: result: yes
# configure:25449: checking for stdint.h
# configure:25456: result: yes
# configure:25785: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by fastjar config.status 0.98, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 5fe0aa14bc20
#
# config.status:1418: creating lib/Makefile
# config.status:1418: creating Makefile
# config.status:1418: creating config.h
# config.status:1692: executing depfiles commands
# config.status:1692: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# ac_cv_c_restrict=__restrict
# ac_cv_c_uint16_t=yes
# ac_cv_c_uint32_t=yes
# ac_cv_c_uint8_t=yes
# ac_cv_cflags_gcc_option__W=-W
# ac_cv_cflags_gcc_option__Wextra=-Wextra
# ac_cv_cflags_gcc_option__Wmissing_prototypes=-Wmissing-prototypes
# ac_cv_cflags_gcc_option__Wstrict_prototypes=-Wstrict-prototypes
# ac_cv_cflags_gcc_option__Wwrite_strings=-Wwrite-strings
# ac_cv_cflags_gcc_option__pedantic=-pedantic
# ac_cv_cflags_warn_all=-Wall
# 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_func__chsize=no
# ac_cv_func_alloca_works=yes
# ac_cv_func_btowc=yes
# ac_cv_func_ftruncate=yes
# ac_cv_func_getopt_long_only=yes
# ac_cv_func_isblank=yes
# ac_cv_func_iswcntrl=yes
# ac_cv_func_iswctype=yes
# ac_cv_func_malloc_0_nonnull=yes
# ac_cv_func_mbrtowc=yes
# ac_cv_func_mbsinit=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_strdup=yes
# ac_cv_func_vasnprintf=no
# ac_cv_func_wcrtomb=yes
# ac_cv_func_wcscoll=yes
# ac_cv_func_wcslen=yes
# ac_cv_gnu_library_2_1=yes
# ac_cv_have_decl__snprintf=no
# ac_cv_have_decl_getc_unlocked=yes
# ac_cv_have_decl_getenv=yes
# ac_cv_have_decl_isblank=yes
# ac_cv_have_decl_optreset=no
# ac_cv_have_decl_snprintf=yes
# ac_cv_have_decl_strdup=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_float_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libintl_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdio_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_param_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_wchar_h=yes
# ac_cv_header_wctype_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_z_deflate=yes
# 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_RANLIB=ranlib
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_opendir='none required'
# ac_cv_struct_tm=time.h
# ac_cv_type__Bool=yes
# ac_cv_type_long_long_int=yes
# ac_cv_type_mbstate_t=yes
# ac_cv_type_off_t=yes
# ac_cv_type_ptrdiff_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_struct_random_data=yes
# ac_cv_type_unsigned_long_long_int=yes
# ac_cv_working_alloca_h=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_langinfo_codeset=yes
# gcc_cv_mkdir_takes_one_arg=no
# gl_cv_c_multiarch=no
# gl_cv_func_btowc_eof='guessing yes'
# gl_cv_func_gnu_getopt=yes
# gl_cv_func_iswcntrl_works=yes
# gl_cv_func_malloc_posix=yes
# gl_cv_func_mbrtowc_incomplete_state='guessing yes'
# gl_cv_func_mbrtowc_nul_retval='guessing yes'
# gl_cv_func_mbrtowc_null_arg='guessing yes'
# gl_cv_func_mbrtowc_retval='guessing yes'
# gl_cv_func_re_compile_pattern_working=no
# gl_cv_func_snprintf_size1=yes
# gl_cv_func_snprintf_usable=yes
# gl_cv_func_wcrtomb_retval='guessing yes'
# gl_cv_have_include_next=yes
# gl_cv_header_errno_h_complete=yes
# gl_cv_header_inttypes_h=yes
# gl_cv_header_stdint_h=yes
# gl_cv_header_wchar_h_standalone=yes
# gl_cv_header_working_stdint_h=yes
# gl_cv_next_stdint_h=''
# gl_cv_next_stdio_h=''
# gl_cv_next_stdlib_h=''
# gl_cv_next_string_h=''
# gl_cv_next_unistd_h=''
# gl_cv_next_wchar_h=''
# gl_cv_next_wctype_h=''
# gl_cv_rpl_alloca=yes
# gl_cv_size_max=yes
# gt_cv_c_intmax_t=yes
# gt_cv_c_wchar_t=yes
# gt_cv_c_wint_t=yes
# gt_cv_locale_fr=none
# gt_cv_locale_fr_utf8=none
# gt_cv_locale_ja=none
# gt_cv_locale_zh_CN=none
# gt_cv_ssize_t=yes
# 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_prog_compiler_c_o=yes
# 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_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# 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
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/fastjar/src/fastjar-0.98/missing --run aclocal-1.10'
# ALLOCA=''
# ALLOCA_H='alloca.h'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/fastjar/src/fastjar-0.98/missing --run tar'
# APPLE_UNIVERSAL_BUILD='0'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/fastjar/src/fastjar-0.98/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/fastjar/src/fastjar-0.98/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/fastjar/src/fastjar-0.98/missing --run automake-1.10'
# AWK='gawk'
# BITSIZEOF_PTRDIFF_T=''
# BITSIZEOF_SIG_ATOMIC_T=''
# BITSIZEOF_SIZE_T=''
# BITSIZEOF_WCHAR_T=''
# BITSIZEOF_WINT_T=''
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall -pedantic -W -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wwrite-strings'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EMULTIHOP_HIDDEN=''
# EMULTIHOP_VALUE=''
# ENOLINK_HIDDEN=''
# ENOLINK_VALUE=''
# EOVERFLOW_HIDDEN=''
# EOVERFLOW_VALUE=''
# ERRNO_H=''
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# FLAWFINDER=''
# FLOAT_H=''
# GETOPT_H=''
# GLIBC21='yes'
# GL_COND_LIBTOOL_FALSE='#'
# GL_COND_LIBTOOL_TRUE=''
# GNULIB_ATOLL='0'
# GNULIB_BTOWC='1'
# GNULIB_CALLOC_POSIX='0'
# GNULIB_CHOWN='0'
# GNULIB_CLOSE='0'
# GNULIB_DUP2='0'
# GNULIB_ENVIRON='0'
# GNULIB_EUIDACCESS='0'
# GNULIB_FCHDIR='0'
# GNULIB_FCLOSE='0'
# GNULIB_FFLUSH='0'
# GNULIB_FOPEN='0'
# GNULIB_FPRINTF='1'
# GNULIB_FPRINTF_POSIX='0'
# GNULIB_FPUTC='1'
# GNULIB_FPUTS='1'
# GNULIB_FREOPEN='0'
# GNULIB_FSEEK='0'
# GNULIB_FSEEKO='0'
# GNULIB_FSYNC='0'
# GNULIB_FTELL='0'
# GNULIB_FTELLO='0'
# GNULIB_FTRUNCATE='0'
# GNULIB_FWRITE='1'
# GNULIB_GETCWD='0'
# GNULIB_GETDELIM='0'
# GNULIB_GETDOMAINNAME='0'
# GNULIB_GETDTABLESIZE='0'
# GNULIB_GETHOSTNAME='0'
# GNULIB_GETLINE='0'
# GNULIB_GETLOADAVG='0'
# GNULIB_GETLOGIN_R='0'
# GNULIB_GETPAGESIZE='0'
# GNULIB_GETSUBOPT='0'
# GNULIB_GETUSERSHELL='0'
# GNULIB_LCHOWN='0'
# GNULIB_LSEEK='0'
# GNULIB_MALLOC_POSIX='1'
# GNULIB_MBRLEN='0'
# GNULIB_MBRTOWC='1'
# GNULIB_MBSCASECMP='0'
# GNULIB_MBSCASESTR='0'
# GNULIB_MBSCHR='0'
# GNULIB_MBSCSPN='0'
# GNULIB_MBSINIT='1'
# GNULIB_MBSLEN='0'
# GNULIB_MBSNCASECMP='0'
# GNULIB_MBSNLEN='0'
# GNULIB_MBSNRTOWCS='0'
# GNULIB_MBSPBRK='0'
# GNULIB_MBSPCASECMP='0'
# GNULIB_MBSRCHR='0'
# GNULIB_MBSRTOWCS='0'
# GNULIB_MBSSEP='0'
# GNULIB_MBSSPN='0'
# GNULIB_MBSSTR='0'
# GNULIB_MBSTOK_R='0'
# GNULIB_MEMMEM='0'
# GNULIB_MEMPCPY='0'
# GNULIB_MEMRCHR='0'
# GNULIB_MKDTEMP='0'
# GNULIB_MKSTEMP='0'
# GNULIB_OBSTACK_PRINTF='0'
# GNULIB_OBSTACK_PRINTF_POSIX='0'
# GNULIB_PERROR='0'
# GNULIB_PRINTF='1'
# GNULIB_PRINTF_POSIX='0'
# GNULIB_PUTC='1'
# GNULIB_PUTCHAR='1'
# GNULIB_PUTENV='0'
# GNULIB_PUTS='1'
# GNULIB_RANDOM_R='0'
# GNULIB_RAWMEMCHR='0'
# GNULIB_READLINK='0'
# GNULIB_REALLOC_POSIX='0'
# GNULIB_RPMATCH='0'
# GNULIB_SETENV='0'
# GNULIB_SLEEP='0'
# GNULIB_SNPRINTF='1'
# GNULIB_SPRINTF_POSIX='0'
# GNULIB_STDIO_H_SIGPIPE='0'
# GNULIB_STPCPY='0'
# GNULIB_STPNCPY='0'
# GNULIB_STRCASESTR='0'
# GNULIB_STRCHRNUL='0'
# GNULIB_STRDUP='1'
# GNULIB_STRERROR='0'
# GNULIB_STRNDUP='0'
# GNULIB_STRNLEN='0'
# GNULIB_STRPBRK='0'
# GNULIB_STRSEP='0'
# GNULIB_STRSIGNAL='0'
# GNULIB_STRSTR='0'
# GNULIB_STRTOD='0'
# GNULIB_STRTOK_R='0'
# GNULIB_STRTOLL='0'
# GNULIB_STRTOULL='0'
# GNULIB_STRVERSCMP='0'
# GNULIB_UNISTD_H_SIGPIPE='0'
# GNULIB_UNSETENV='0'
# GNULIB_VASPRINTF='0'
# GNULIB_VFPRINTF='1'
# GNULIB_VFPRINTF_POSIX='0'
# GNULIB_VPRINTF='1'
# GNULIB_VPRINTF_POSIX='0'
# GNULIB_VSNPRINTF='0'
# GNULIB_VSPRINTF_POSIX='0'
# GNULIB_WCRTOMB='1'
# GNULIB_WCSNRTOMBS='0'
# GNULIB_WCSRTOMBS='0'
# GNULIB_WCTOB='0'
# GNULIB_WCWIDTH='0'
# GNULIB_WRITE='0'
# GREP='/usr/bin/grep'
# HAVE_ATOLL='1'
# HAVE_BTOWC='1'
# HAVE_CALLOC_POSIX='1'
# HAVE_DECL_ENVIRON='1'
# HAVE_DECL_GETDELIM='1'
# HAVE_DECL_GETLINE='1'
# HAVE_DECL_GETLOADAVG='1'
# HAVE_DECL_GETLOGIN_R='1'
# HAVE_DECL_MEMMEM='1'
# HAVE_DECL_MEMRCHR='1'
# HAVE_DECL_OBSTACK_PRINTF='1'
# HAVE_DECL_SNPRINTF='1'
# HAVE_DECL_STRDUP='1'
# HAVE_DECL_STRERROR='1'
# HAVE_DECL_STRNDUP='1'
# HAVE_DECL_STRNLEN='1'
# HAVE_DECL_STRSIGNAL='1'
# HAVE_DECL_STRTOK_R='1'
# HAVE_DECL_VSNPRINTF='1'
# HAVE_DECL_WCTOB='1'
# HAVE_DECL_WCWIDTH='1'
# HAVE_DUP2='1'
# HAVE_EUIDACCESS='1'
# HAVE_FSEEKO='1'
# HAVE_FSYNC='1'
# HAVE_FTELLO='1'
# HAVE_FTRUNCATE='1'
# HAVE_GETDOMAINNAME='1'
# HAVE_GETDTABLESIZE='1'
# HAVE_GETHOSTNAME='1'
# HAVE_GETPAGESIZE='1'
# HAVE_GETSUBOPT='1'
# HAVE_GETUSERSHELL='1'
# HAVE_INTTYPES_H='1'
# HAVE_ISWCNTRL='1'
# HAVE_LONG_LONG_INT='1'
# HAVE_MALLOC_POSIX='1'
# HAVE_MBRLEN='1'
# HAVE_MBRTOWC='1'
# HAVE_MBSINIT='1'
# HAVE_MBSNRTOWCS='1'
# HAVE_MBSRTOWCS='1'
# HAVE_MEMPCPY='1'
# HAVE_MKDTEMP='1'
# HAVE_OS_H='0'
# HAVE_RANDOM_R='1'
# HAVE_RAWMEMCHR='1'
# HAVE_READLINK='1'
# HAVE_REALLOC_POSIX='1'
# HAVE_RPMATCH='1'
# HAVE_SETENV='1'
# HAVE_SIGNED_SIG_ATOMIC_T=''
# HAVE_SIGNED_WCHAR_T=''
# HAVE_SIGNED_WINT_T=''
# HAVE_SLEEP='1'
# HAVE_STDINT_H='1'
# HAVE_STPCPY='1'
# HAVE_STPNCPY='1'
# HAVE_STRCASESTR='1'
# HAVE_STRCHRNUL='1'
# HAVE_STRNDUP='1'
# HAVE_STRPBRK='1'
# HAVE_STRSEP='1'
# HAVE_STRTOD='1'
# HAVE_STRTOLL='1'
# HAVE_STRTOULL='1'
# HAVE_STRUCT_RANDOM_DATA='1'
# HAVE_STRVERSCMP='1'
# HAVE_SYS_BITYPES_H=''
# HAVE_SYS_INTTYPES_H=''
# HAVE_SYS_LOADAVG_H='0'
# HAVE_SYS_PARAM_H='0'
# HAVE_SYS_TYPES_H='1'
# HAVE_UNISTD_H='1'
# HAVE_UNSETENV='1'
# HAVE_UNSIGNED_LONG_LONG_INT='1'
# HAVE_VASPRINTF='1'
# HAVE_WCHAR_H='1'
# HAVE_WCRTOMB='1'
# HAVE_WCSNRTOMBS='1'
# HAVE_WCSRTOMBS='1'
# HAVE_WCTYPE_H='1'
# HAVE_WINT_T='1'
# HAVE__BOOL='1'
# INCLUDE_NEXT='include_next'
# INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
# 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=''
# LIBINTL=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBTOOL_DEPS='./ltmain.sh'
# LIPO=''
# LN_S='ln -s'
# LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(top_builddir)/lib"'
# LOCALE_FR='none'
# LOCALE_FR_UTF8='none'
# LOCALE_JA='none'
# LOCALE_ZH_CN='none'
# LTALLOCA=''
# LTLIBINTL=''
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/fastjar/src/fastjar-0.98/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# NEXT_ERRNO_H=''
# NEXT_FLOAT_H=''
# NEXT_STDINT_H=''
# NEXT_STDIO_H=''
# NEXT_STDLIB_H=''
# NEXT_STRING_H=''
# NEXT_UNISTD_H=''
# NEXT_WCHAR_H=''
# NEXT_WCTYPE_H=''
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='fastjar'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='fastjar'
# PACKAGE_STRING='fastjar 0.98'
# PACKAGE_TARNAME='fastjar'
# PACKAGE_VERSION='0.98'
# PATH_SEPARATOR=':'
# PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
# PSCAN=''
# PTRDIFF_T_SUFFIX=''
# RANLIB='ranlib'
# RATS=''
# REPLACE_BTOWC='0'
# REPLACE_CHOWN='0'
# REPLACE_CLOSE='0'
# REPLACE_FCHDIR='0'
# REPLACE_FCLOSE='0'
# REPLACE_FFLUSH='0'
# REPLACE_FOPEN='0'
# REPLACE_FPRINTF='0'
# REPLACE_FREOPEN='0'
# REPLACE_FSEEK='0'
# REPLACE_FSEEKO='0'
# REPLACE_FTELL='0'
# REPLACE_FTELLO='0'
# REPLACE_GETCWD='0'
# REPLACE_GETLINE='0'
# REPLACE_GETPAGESIZE='0'
# REPLACE_ISWCNTRL='0'
# REPLACE_LCHOWN='0'
# REPLACE_LSEEK='0'
# REPLACE_MBRLEN='0'
# REPLACE_MBRTOWC='0'
# REPLACE_MBSINIT='0'
# REPLACE_MBSNRTOWCS='0'
# REPLACE_MBSRTOWCS='0'
# REPLACE_MBSTATE_T='0'
# REPLACE_MEMMEM='0'
# REPLACE_MKSTEMP='0'
# REPLACE_OBSTACK_PRINTF='0'
# REPLACE_PERROR='0'
# REPLACE_PRINTF='0'
# REPLACE_PUTENV='0'
# REPLACE_SNPRINTF='0'
# REPLACE_SPRINTF='0'
# REPLACE_STDIO_WRITE_FUNCS='0'
# REPLACE_STRCASESTR='0'
# REPLACE_STRDUP='0'
# REPLACE_STRERROR='0'
# REPLACE_STRSIGNAL='0'
# REPLACE_STRSTR='0'
# REPLACE_STRTOD='0'
# REPLACE_VASPRINTF='0'
# REPLACE_VFPRINTF='0'
# REPLACE_VPRINTF='0'
# REPLACE_VSNPRINTF='0'
# REPLACE_VSPRINTF='0'
# REPLACE_WCRTOMB='0'
# REPLACE_WCSRTOMBS='0'
# REPLACE_WCTOB='0'
# REPLACE_WCWIDTH='0'
# REPLACE_WRITE='0'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SIG_ATOMIC_T_SUFFIX=''
# SIZE_T_SUFFIX=''
# SPLINT=''
# STDBOOL_H=''
# STDINT_H=''
# STRIP='strip'
# UNISTD_H_HAVE_WINSOCK2_H='0'
# VERSION='0.98'
# VOID_UNSETENV='0'
# WCHAR_H=''
# WCHAR_T_SUFFIX=''
# WCTYPE_H=''
# WINT_T_SUFFIX=''
# ZLIBS='-lz'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__fastdepCC_FALSE='#'
# am__fastdepCC_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}'
# gl_LIBOBJS=' asnprintf.o printf-args.o printf-parse.o regex.o vasnprintf.o'
# gl_LTLIBOBJS=' asnprintf.lo printf-args.lo printf-parse.lo regex.lo vasnprintf.lo'
# gltests_LIBOBJS=''
# gltests_LTLIBOBJS=''
# 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/fastjar/src/fastjar-0.98/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_ECHO='echo'
# 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. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "fastjar"
# #define PACKAGE_TARNAME "fastjar"
# #define PACKAGE_VERSION "0.98"
# #define PACKAGE_STRING "fastjar 0.98"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE "fastjar"
# #define VERSION "0.98"
# #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 __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_DIRENT_H 1
# #define STDC_HEADERS 1
# #define HAVE_FCNTL_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_FLOAT_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_WCHAR_H 1
# #define HAVE_STDIO_H 1
# #define HAVE_STRING_H 1
# #define HAVE_WCTYPE_H 1
# #define HAVE_FTRUNCATE 1
# #define HAVE_BTOWC 1
# #define HAVE_MBSINIT 1
# #define HAVE_MBRTOWC 1
# #define HAVE_ISBLANK 1
# #define HAVE_ISWCTYPE 1
# #define HAVE_WCSCOLL 1
# #define HAVE_WCRTOMB 1
# #define HAVE_ISWCNTRL 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_LANGINFO_CODESET 1
# #define HAVE_GETOPT_H 1
# #define HAVE_GETOPT_LONG_ONLY 1
# #define HAVE_DECL_GETENV 1
# #define HAVE_DECL_GETC_UNLOCKED 1
# #define HAVE_MBSTATE_T 1
# #define restrict __restrict
# #define HAVE_DECL_SNPRINTF 1
# #define HAVE__BOOL 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_LONG_LONG_INT 1
# #define HAVE_UNSIGNED_LONG_LONG_INT 1
# #define HAVE_DECL_STRDUP 1
# #define HAVE_WCHAR_T 1
# #define HAVE_WINT_T 1
# #define HAVE_INTTYPES_H_WITH_UINTMAX 1
# #define HAVE_STDINT_H_WITH_UINTMAX 1
# #define HAVE_INTMAX_T 1
# #define HAVE_ALLOCA 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 1
# #define GNULIB_MALLOC_GNU 1
# #define HAVE_MALLOC_POSIX 1
# #define _REGEX_LARGE_OFFSETS 1
# #define re_syntax_options rpl_re_syntax_options
# #define re_set_syntax rpl_re_set_syntax
# #define re_compile_pattern rpl_re_compile_pattern
# #define re_compile_fastmap rpl_re_compile_fastmap
# #define re_search rpl_re_search
# #define re_search_2 rpl_re_search_2
# #define re_match rpl_re_match
# #define re_match_2 rpl_re_match_2
# #define re_set_registers rpl_re_set_registers
# #define re_comp rpl_re_comp
# #define re_exec rpl_re_exec
# #define regcomp rpl_regcomp
# #define regexec rpl_regexec
# #define regerror rpl_regerror
# #define regfree rpl_regfree
# #define HAVE_LIBINTL_H 1
# #define HAVE_DECL_ISBLANK 1
# #define HAVE_STDINT_H 1
# #define HAVE_SNPRINTF 1
# #define HAVE_STRUCT_RANDOM_DATA 1
# #define HAVE_STRDUP 1
# #define HAVE_SNPRINTF 1
# #define HAVE_WCSLEN 1
# #define HAVE_DECL__SNPRINTF 0
# #define HAVE_STDINT_H 1
#
# configure: exit 0