Build of uncrustify with musl toolchain

The build took 00h 01m 11s and was NOT successful.

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

SLOCLanguage
39,332 cpp
18,680 ansic
3,371 sh
2,310 makefile
1,115 objc
830 cs
574 python
321 java
63 perl
66,596 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...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/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: uncrustify 0.63-1 (Wed Apr 5 00:24:54 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking whether the C++ compiler works... yes
# checking for C++ compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# 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 style of include used by make... GNU
# checking dependency style of clang++... none
# checking for x86_64-unknown-linux-gcc... clang
# 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 whether clang understands -c and -o together... yes
# checking dependency style of clang... none
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/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 for inttypes.h... (cached) yes
# checking for stdint.h... (cached) yes
# checking utime.h usability... yes
# checking utime.h presence... yes
# checking for utime.h... yes
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for working memcmp... no
# checking for memset... yes
# checking for strcasecmp... yes
# checking for strchr... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for strtol... yes
# checking for strtoul... yes
# checking whether our compiler supports __func__... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating man/Makefile
# config.status: creating man/uncrustify.1
# config.status: creating src/uncrustify_version.h
# config.status: creating src/config.h
# config.status: executing depfiles commands
# Making all in src
# make[1]: Entering directory '/tmp/uncrustify/src/uncrustify-0.63/src'
# make all-am
# make[2]: Entering directory '/tmp/uncrustify/src/uncrustify-0.63/src'
# CXX uncrustify-chunk_list.o
# CXX uncrustify-uncrustify.o
# CXX uncrustify-align.o
# CXX uncrustify-indent.o
# uncrustify.cpp:1152:26: error: use of undeclared identifier 'time'
# fm.utb.actime = time(NULL);
# ^
# 1 error generated.
# make[2]: *** [Makefile:419: uncrustify-uncrustify.o] Error 1
# make[2]: *** Waiting for unfinished jobs....
# make[2]: Leaving directory '/tmp/uncrustify/src/uncrustify-0.63/src'
# make[1]: *** [Makefile:309: all] Error 2
# make[1]: Leaving directory '/tmp/uncrustify/src/uncrustify-0.63/src'
# make: *** [Makefile:583: all-recursive] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/uncrustify/src/uncrustify-0.63/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 uncrustify configure 0.63, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 45120b2e9526
# 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: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2293: checking for a BSD-compatible install
# configure:2361: result: /usr/bin/install -c
# configure:2372: checking whether build environment is sane
# configure:2427: result: yes
# configure:2486: checking for x86_64-unknown-linux-strip
# configure:2516: result: no
# configure:2526: checking for strip
# configure:2542: found /sysroot/bin/strip
# configure:2553: result: strip
# configure:2578: checking for a thread-safe mkdir -p
# configure:2617: result: /usr/sbin/mkdir -p
# configure:2624: checking for gawk
# configure:2640: found /usr/sbin/gawk
# configure:2651: result: gawk
# configure:2662: checking whether make sets $(MAKE)
# configure:2684: result: yes
# configure:2713: checking whether make supports nested variables
# configure:2730: result: yes
# configure:2857: checking whether to enable maintainer-specific portions of Makefiles
# configure:2866: result: no
# configure:2996: checking for C++ compiler version
# configure:3005: clang++ --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3016: $? = 0
# configure:3005: clang++ -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3016: $? = 0
# configure:3005: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3016: $? = 1
# configure:3005: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3016: $? = 1
# configure:3036: checking whether the C++ compiler works
# configure:3058: clang++ conftest.cpp >&5
# configure:3062: $? = 0
# configure:3110: result: yes
# configure:3113: checking for C++ compiler default output file name
# configure:3115: result: a.out
# configure:3121: checking for suffix of executables
# configure:3128: clang++ -o conftest conftest.cpp >&5
# configure:3132: $? = 0
# configure:3154: result:
# configure:3176: checking whether we are cross compiling
# configure:3184: clang++ -o conftest conftest.cpp >&5
# configure:3188: $? = 0
# configure:3195: ./conftest
# ./conftest: error while loading shared libraries: libc++.so.1: cannot open shared object file: No such file or directory
# configure:3199: $? = 127
# configure:3214: result: yes
# configure:3219: checking for suffix of object files
# configure:3241: clang++ -c conftest.cpp >&5
# configure:3245: $? = 0
# configure:3266: result: o
# configure:3270: checking whether we are using the GNU C++ compiler
# configure:3289: clang++ -c conftest.cpp >&5
# configure:3289: $? = 0
# configure:3298: result: yes
# configure:3307: checking whether clang++ accepts -g
# configure:3327: clang++ -c -g conftest.cpp >&5
# configure:3327: $? = 0
# configure:3368: result: yes
# configure:3402: checking for style of include used by make
# configure:3430: result: GNU
# configure:3456: checking dependency style of clang++
# configure:3567: result: none
# configure:3590: checking for x86_64-unknown-linux-gcc
# configure:3617: result: clang
# configure:3886: checking for C compiler version
# configure:3895: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3906: $? = 0
# configure:3895: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3906: $? = 0
# configure:3895: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3906: $? = 1
# configure:3895: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3906: $? = 1
# configure:3910: checking whether we are using the GNU C compiler
# configure:3929: clang -c conftest.c >&5
# configure:3929: $? = 0
# configure:3938: result: yes
# configure:3947: checking whether clang accepts -g
# configure:3967: clang -c -g conftest.c >&5
# configure:3967: $? = 0
# configure:4008: result: yes
# configure:4025: checking for clang option to accept ISO C89
# configure:4088: clang -c conftest.c >&5
# configure:4088: $? = 0
# configure:4101: result: none needed
# configure:4126: checking whether clang understands -c and -o together
# configure:4148: clang -c conftest.c -o conftest2.o
# configure:4151: $? = 0
# configure:4148: clang -c conftest.c -o conftest2.o
# configure:4151: $? = 0
# configure:4163: result: yes
# configure:4182: checking dependency style of clang
# configure:4293: result: none
# configure:4318: checking how to run the C preprocessor
# configure:4349: clang -E conftest.c
# configure:4349: $? = 0
# configure:4363: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4363: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "uncrustify"
# | #define PACKAGE_TARNAME "uncrustify"
# | #define PACKAGE_VERSION "0.63"
# | #define PACKAGE_STRING "uncrustify 0.63"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL "http://uncrustify.sourceforge.net/"
# | #define PACKAGE "uncrustify"
# | #define VERSION "0.63"
# | /* end confdefs.h. */
# | #include
# configure:4388: result: clang -E
# configure:4408: clang -E conftest.c
# configure:4408: $? = 0
# configure:4422: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4422: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "uncrustify"
# | #define PACKAGE_TARNAME "uncrustify"
# | #define PACKAGE_VERSION "0.63"
# | #define PACKAGE_STRING "uncrustify 0.63"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL "http://uncrustify.sourceforge.net/"
# | #define PACKAGE "uncrustify"
# | #define VERSION "0.63"
# | /* end confdefs.h. */
# | #include
# configure:4451: checking for grep that handles long lines and -e
# configure:4509: result: /usr/sbin/grep
# configure:4514: checking for egrep
# configure:4576: result: /usr/sbin/grep -E
# configure:4581: checking for ANSI C header files
# configure:4601: clang -c conftest.c >&5
# configure:4601: $? = 0
# configure:4685: result: yes
# configure:4698: checking for sys/types.h
# configure:4698: clang -c conftest.c >&5
# configure:4698: $? = 0
# configure:4698: result: yes
# configure:4698: checking for sys/stat.h
# configure:4698: clang -c conftest.c >&5
# configure:4698: $? = 0
# configure:4698: result: yes
# configure:4698: checking for stdlib.h
# configure:4698: clang -c conftest.c >&5
# configure:4698: $? = 0
# configure:4698: result: yes
# configure:4698: checking for string.h
# configure:4698: clang -c conftest.c >&5
# configure:4698: $? = 0
# configure:4698: result: yes
# configure:4698: checking for memory.h
# configure:4698: clang -c conftest.c >&5
# configure:4698: $? = 0
# configure:4698: result: yes
# configure:4698: checking for strings.h
# configure:4698: clang -c conftest.c >&5
# configure:4698: $? = 0
# configure:4698: result: yes
# configure:4698: checking for inttypes.h
# configure:4698: clang -c conftest.c >&5
# configure:4698: $? = 0
# configure:4698: result: yes
# configure:4698: checking for stdint.h
# configure:4698: clang -c conftest.c >&5
# configure:4698: $? = 0
# configure:4698: result: yes
# configure:4698: checking for unistd.h
# configure:4698: clang -c conftest.c >&5
# configure:4698: $? = 0
# configure:4698: result: yes
# configure:4713: checking for inttypes.h
# configure:4713: result: yes
# configure:4713: checking for stdint.h
# configure:4713: result: yes
# configure:4726: checking utime.h usability
# configure:4726: clang -c conftest.c >&5
# configure:4726: $? = 0
# configure:4726: result: yes
# configure:4726: checking utime.h presence
# configure:4726: clang -E conftest.c
# configure:4726: $? = 0
# configure:4726: result: yes
# configure:4726: checking for utime.h
# configure:4726: result: yes
# configure:4738: checking for stdbool.h that conforms to C99
# configure:4805: clang -c conftest.c >&5
# conftest.c:73:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
# bool e = &s;
# ~ ^
# conftest.c:77:23: 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:77:28: 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:77:33: 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:77:38: 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:77:48: 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:77:53: 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:77:58: 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:77:63: 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:78:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:78:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:78:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# 12 warnings generated.
# configure:4805: $? = 0
# configure:4812: result: yes
# configure:4814: checking for _Bool
# configure:4814: clang -c conftest.c >&5
# configure:4814: $? = 0
# configure:4814: clang -c conftest.c >&5
# conftest.c:60:20: error: expected expression
# if (sizeof ((_Bool)))
# ^
# 1 error generated.
# configure:4814: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "uncrustify"
# | #define PACKAGE_TARNAME "uncrustify"
# | #define PACKAGE_VERSION "0.63"
# | #define PACKAGE_STRING "uncrustify 0.63"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL "http://uncrustify.sourceforge.net/"
# | #define PACKAGE "uncrustify"
# | #define VERSION "0.63"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UTIME_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((_Bool)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4814: result: yes
# configure:4831: checking for an ANSI C-conforming const
# configure:4897: clang -c conftest.c >&5
# configure:4897: $? = 0
# configure:4904: result: yes
# configure:4912: checking for inline
# configure:4928: clang -c conftest.c >&5
# configure:4928: $? = 0
# configure:4936: result: inline
# configure:4956: checking for working memcmp
# configure:5009: result: no
# configure:5021: checking for memset
# configure:5021: clang -o conftest conftest.c >&5
# conftest.c:49:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:49:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:5021: $? = 0
# configure:5021: result: yes
# configure:5021: checking for strcasecmp
# configure:5021: clang -o conftest conftest.c >&5
# conftest.c:50:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
# char strcasecmp ();
# ^
# conftest.c:50:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
# 1 warning generated.
# configure:5021: $? = 0
# configure:5021: result: yes
# configure:5021: checking for strchr
# configure:5021: clang -o conftest conftest.c >&5
# conftest.c:51:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:51:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:5021: $? = 0
# configure:5021: result: yes
# configure:5021: checking for strdup
# configure:5021: clang -o conftest conftest.c >&5
# conftest.c:52:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:52:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:5021: $? = 0
# configure:5021: result: yes
# configure:5021: checking for strerror
# configure:5021: clang -o conftest conftest.c >&5
# conftest.c:53:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:53:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:5021: $? = 0
# configure:5021: result: yes
# configure:5021: checking for strtol
# configure:5021: clang -o conftest conftest.c >&5
# configure:5021: $? = 0
# configure:5021: result: yes
# configure:5021: checking for strtoul
# configure:5021: clang -o conftest conftest.c >&5
# configure:5021: $? = 0
# configure:5021: result: yes
# configure:5031: checking whether our compiler supports __func__
# configure:5044: clang -c conftest.c >&5
# configure:5044: $? = 0
# configure:5045: result: yes
# configure:5191: checking that generated files are newer than configure
# configure:5197: result: done
# configure:5228: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by uncrustify config.status 0.63, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 45120b2e9526
#
# config.status:878: creating Makefile
# config.status:878: creating src/Makefile
# config.status:878: creating man/Makefile
# config.status:878: creating man/uncrustify.1
# config.status:878: creating src/uncrustify_version.h
# config.status:878: creating src/config.h
# config.status:1107: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_memcmp_working=no
# ac_cv_func_memset=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strtol=yes
# ac_cv_func_strtoul=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_utime_h=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_type__Bool=yes
# am_cv_CC_dependencies_compiler_type=none
# am_cv_CXX_dependencies_compiler_type=none
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/uncrustify/src/uncrustify-0.63/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/uncrustify/src/uncrustify-0.63/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/uncrustify/src/uncrustify-0.63/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/uncrustify/src/uncrustify-0.63/missing automake-1.15'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=none'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXDEPMODE='depmode=none'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=' ${LIBOBJDIR}memcmp$U.o'
# LIBS=''
# LTLIBOBJS=' ${LIBOBJDIR}memcmp$U.lo'
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/uncrustify/src/uncrustify-0.63/missing makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# OBJEXT='o'
# PACKAGE='uncrustify'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='uncrustify'
# PACKAGE_STRING='uncrustify 0.63'
# PACKAGE_TARNAME='uncrustify'
# PACKAGE_URL='http://uncrustify.sourceforge.net/'
# PACKAGE_VERSION='0.63'
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.63'
# ac_ct_CC=''
# ac_ct_CXX=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE=''
# am__fastdepCC_TRUE='#'
# am__fastdepCXX_FALSE=''
# am__fastdepCXX_TRUE='#'
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/uncrustify/src/uncrustify-0.63/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "uncrustify"
# #define PACKAGE_TARNAME "uncrustify"
# #define PACKAGE_VERSION "0.63"
# #define PACKAGE_STRING "uncrustify 0.63"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL "http://uncrustify.sourceforge.net/"
# #define PACKAGE "uncrustify"
# #define VERSION "0.63"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UTIME_H 1
# #define HAVE__BOOL 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_MEMSET 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRCHR 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRTOL 1
# #define HAVE_STRTOUL 1
#
# configure: exit 0