Build of gob2 with musl toolchain

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

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

SLOCLanguage
9,480 ansic
2,480 makefile
2,052 yacc
1,139 sh
641 lex
431 perl
16,223 total

The process tree of the build process is here.

List of Errors

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: gob2 2.0.20-1 (Wed Apr 5 01:31:27 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 for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... 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 clang option to accept ISO C89... none needed
# checking dependency style of clang... gcc3
# checking for library containing strerror... none required
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking dependency style of clang... (cached) gcc3
# 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 bison... bison -y
# checking for flex... flex
# checking lex output file root... lex.yy
# checking lex library... none needed
# checking whether yytext is a pointer... no
# checking how to run the C preprocessor... clang -E
# checking for rm... /usr/sbin/rm
# checking for mv... /usr/sbin/mv
# checking for tar... /usr/sbin/tar
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/sbin/pkg-config
# configure: WARNING: using cross tools not prefixed with host triplet
# checking pkg-config is at least version 0.9.0... yes
# checking for GLIB... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating gob2.spec
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating doc/Makefile
# config.status: creating examples/Makefile
# config.status: creating doc/gob2.1
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/gob2/src/gob2-2.0.20'
# Making all in src
# make[2]: Entering directory '/tmp/gob2/src/gob2-2.0.20/src'
# make all-recursive
# make[3]: Entering directory '/tmp/gob2/src/gob2-2.0.20/src'
# Making all in .
# make[4]: Entering directory '/tmp/gob2/src/gob2-2.0.20/src'
# clang -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/gob2\" -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -I../src -I.. -I../src -I/usr/include -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
# clang -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/gob2\" -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -I../src -I.. -I../src -I/usr/include -MT treefuncs.o -MD -MP -MF .deps/treefuncs.Tpo -c -o treefuncs.o treefuncs.c
# clang -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/gob2\" -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -I../src -I.. -I../src -I/usr/include -MT out.o -MD -MP -MF .deps/out.Tpo -c -o out.o out.c
# clang -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/gob2\" -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -I../src -I.. -I../src -I/usr/include -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
# In file included from main.c:25:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# In file included from /usr/include/bits/local_lim.h:38:
# /usr/include/linux/limits.h:6:9: warning: 'NGROUPS_MAX' macro redefined [-Wmacro-redefined]
# #define NGROUPS_MAX 65536 /* supplemental group IDs are available */
# ^
# /sysroot/include/limits.h:51:9: note: previous definition is here
# #define NGROUPS_MAX 32
# ^
# In file included from main.c:25:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:64:9: warning: 'PTHREAD_KEYS_MAX' macro redefined [-Wmacro-redefined]
# #define PTHREAD_KEYS_MAX 1024
# ^
# /sysroot/include/limits.h:63:9: note: previous definition is here
# #define PTHREAD_KEYS_MAX 128
# ^
# In file included from main.c:25:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:69:9: warning: 'PTHREAD_DESTRUCTOR_ITERATIONS' macro redefined [-Wmacro-redefined]
# #define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
# ^
# /sysroot/include/limits.h:65:9: note: previous definition is here
# #define PTHREAD_DESTRUCTOR_ITERATIONS 4
# ^
# In file included from main.c:25:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:81:9: warning: 'PTHREAD_STACK_MIN' macro redefined [-Wmacro-redefined]
# #define PTHREAD_STACK_MIN 16384
# ^
# /sysroot/include/limits.h:64:9: note: previous definition is here
# #define PTHREAD_STACK_MIN 2048
# ^
# In file included from main.c:25:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:84:9: warning: 'DELAYTIMER_MAX' macro redefined [-Wmacro-redefined]
# #define DELAYTIMER_MAX 2147483647
# ^
# /sysroot/include/limits.h:68:9: note: previous definition is here
# #define DELAYTIMER_MAX 0x7fffffff
# ^
# In file included from main.c:25:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:93:9: warning: 'HOST_NAME_MAX' macro redefined [-Wmacro-redefined]
# #define HOST_NAME_MAX 64
# ^
# /sysroot/include/limits.h:59:9: note: previous definition is here
# #define HOST_NAME_MAX 255
# ^
# In file included from main.c:25:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:99:9: warning: 'SEM_VALUE_MAX' macro redefined [-Wmacro-redefined]
# #define SEM_VALUE_MAX (2147483647)
# ^
# /sysroot/include/limits.h:66:9: note: previous definition is here
# #define SEM_VALUE_MAX 0x7fffffff
# ^
# In file included from main.c:25:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:147:
# /usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
# #define RE_DUP_MAX (0x7fff)
# ^
# /sysroot/include/limits.h:82:9: note: previous definition is here
# #define RE_DUP_MAX 255
# ^
# In file included from out.c:3:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# In file included from /usr/include/bits/local_lim.h:38:
# /usr/include/linux/limits.h:6:9: warning: 'NGROUPS_MAX' macro redefined [-Wmacro-redefined]
# #define NGROUPS_MAX 65536 /* supplemental group IDs are available */
# ^
# /sysroot/include/limits.h:51:9: note: previous definition is here
# #define NGROUPS_MAX 32
# ^
# In file included from out.c:3:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:64:9: warning: 'PTHREAD_KEYS_MAX' macro redefined [-Wmacro-redefined]
# #define PTHREAD_KEYS_MAX 1024
# ^
# /sysroot/include/limits.h:63:9: note: previous definition is here
# #define PTHREAD_KEYS_MAX 128
# ^
# In file included from out.c:3:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:69:9: warning: 'PTHREAD_DESTRUCTOR_ITERATIONS' macro redefined [-Wmacro-redefined]
# #define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
# ^
# /sysroot/include/limits.h:65:9: note: previous definition is here
# #define PTHREAD_DESTRUCTOR_ITERATIONS 4
# ^
# In file included from out.c:3:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:81:9: warning: 'PTHREAD_STACK_MIN' macro redefined [-Wmacro-redefined]
# #define PTHREAD_STACK_MIN 16384
# ^
# /sysroot/include/limits.h:64:9: note: previous definition is here
# #define PTHREAD_STACK_MIN 2048
# ^
# In file included from out.c:3:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:84:9: warning: 'DELAYTIMER_MAX' macro redefined [-Wmacro-redefined]
# #define DELAYTIMER_MAX 2147483647
# ^
# /sysroot/include/limits.h:68:9: note: previous definition is here
# #define DELAYTIMER_MAX 0x7fffffff
# ^
# In file included from out.c:3:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:93:9: warning: 'HOST_NAME_MAX' macro redefined [-Wmacro-redefined]
# #define HOST_NAME_MAX 64
# ^
# /sysroot/include/limits.h:59:9: note: previous definition is here
# #define HOST_NAME_MAX 255
# ^
# In file included from out.c:3:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:99:9: warning: 'SEM_VALUE_MAX' macro redefined [-Wmacro-redefined]
# #define SEM_VALUE_MAX (2147483647)
# ^
# /sysroot/include/limits.h:66:9: note: previous definition is here
# #define SEM_VALUE_MAX 0x7fffffff
# ^
# In file included from out.c:3:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:147:
# /usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
# #define RE_DUP_MAX (0x7fff)
# ^
# /sysroot/include/limits.h:82:9: note: previous definition is here
# #define RE_DUP_MAX 255
# ^
# In file included from treefuncs.c:4:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# In file included from /usr/include/bits/local_lim.h:38:
# /usr/include/linux/limits.h:6:9: warning: 'NGROUPS_MAX' macro redefined [-Wmacro-redefined]
# #define NGROUPS_MAX 65536 /* supplemental group IDs are available */
# ^
# /sysroot/include/limits.h:51:9: note: previous definition is here
# #define NGROUPS_MAX 32
# ^
# In file included from treefuncs.c:4:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:64:9: warning: 'PTHREAD_KEYS_MAX' macro redefined [-Wmacro-redefined]
# #define PTHREAD_KEYS_MAX 1024
# ^
# /sysroot/include/limits.h:63:9: note: previous definition is here
# #define PTHREAD_KEYS_MAX 128
# ^
# In file included from treefuncs.c:4:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:69:9: warning: 'PTHREAD_DESTRUCTOR_ITERATIONS' macro redefined [-Wmacro-redefined]
# #define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
# ^
# /sysroot/include/limits.h:65:9: note: previous definition is here
# #define PTHREAD_DESTRUCTOR_ITERATIONS 4
# ^
# In file included from treefuncs.c:4:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:81:9: warning: 'PTHREAD_STACK_MIN' macro redefined [-Wmacro-redefined]
# #define PTHREAD_STACK_MIN 16384
# ^
# /sysroot/include/limits.h:64:9: note: previous definition is here
# #define PTHREAD_STACK_MIN 2048
# ^
# In file included from treefuncs.c:4:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:84:9: warning: 'DELAYTIMER_MAX' macro redefined [-Wmacro-redefined]
# #define DELAYTIMER_MAX 2147483647
# ^
# /sysroot/include/limits.h:68:9: note: previous definition is here
# #define DELAYTIMER_MAX 0x7fffffff
# ^
# In file included from treefuncs.c:4:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:93:9: warning: 'HOST_NAME_MAX' macro redefined [-Wmacro-redefined]
# #define HOST_NAME_MAX 64
# ^
# /sysroot/include/limits.h:59:9: note: previous definition is here
# #define HOST_NAME_MAX 255
# ^
# In file included from treefuncs.c:4:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:99:9: warning: 'SEM_VALUE_MAX' macro redefined [-Wmacro-redefined]
# #define SEM_VALUE_MAX (2147483647)
# ^
# /sysroot/include/limits.h:66:9: note: previous definition is here
# #define SEM_VALUE_MAX 0x7fffffff
# ^
# In file included from treefuncs.c:4:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:147:
# /usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
# #define RE_DUP_MAX (0x7fff)
# ^
# /sysroot/include/limits.h:82:9: note: previous definition is here
# #define RE_DUP_MAX 255
# ^
# In file included from util.c:27:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# In file included from /usr/include/bits/local_lim.h:38:
# /usr/include/linux/limits.h:6:9: warning: 'NGROUPS_MAX' macro redefined [-Wmacro-redefined]
# #define NGROUPS_MAX 65536 /* supplemental group IDs are available */
# ^
# /sysroot/include/limits.h:51:9: note: previous definition is here
# #define NGROUPS_MAX 32
# ^
# In file included from util.c:27:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:64:9: warning: 'PTHREAD_KEYS_MAX' macro redefined [-Wmacro-redefined]
# #define PTHREAD_KEYS_MAX 1024
# ^
# /sysroot/include/limits.h:63:9: note: previous definition is here
# #define PTHREAD_KEYS_MAX 128
# ^
# In file included from util.c:27:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:69:9: warning: 'PTHREAD_DESTRUCTOR_ITERATIONS' macro redefined [-Wmacro-redefined]
# #define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
# ^
# /sysroot/include/limits.h:65:9: note: previous definition is here
# #define PTHREAD_DESTRUCTOR_ITERATIONS 4
# ^
# In file included from util.c:27:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:81:9: warning: 'PTHREAD_STACK_MIN' macro redefined [-Wmacro-redefined]
# #define PTHREAD_STACK_MIN 16384
# ^
# /sysroot/include/limits.h:64:9: note: previous definition is here
# #define PTHREAD_STACK_MIN 2048
# ^
# In file included from util.c:27:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:84:9: warning: 'DELAYTIMER_MAX' macro redefined [-Wmacro-redefined]
# #define DELAYTIMER_MAX 2147483647
# ^
# /sysroot/include/limits.h:68:9: note: previous definition is here
# #define DELAYTIMER_MAX 0x7fffffff
# ^
# In file included from util.c:27:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:93:9: warning: 'HOST_NAME_MAX' macro redefined [-Wmacro-redefined]
# #define HOST_NAME_MAX 64
# ^
# /sysroot/include/limits.h:59:9: note: previous definition is here
# #define HOST_NAME_MAX 255
# ^
# In file included from util.c:27:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:99:9: warning: 'SEM_VALUE_MAX' macro redefined [-Wmacro-redefined]
# #define SEM_VALUE_MAX (2147483647)
# ^
# /sysroot/include/limits.h:66:9: note: previous definition is here
# #define SEM_VALUE_MAX 0x7fffffff
# ^
# In file included from util.c:27:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:147:
# /usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
# #define RE_DUP_MAX (0x7fff)
# ^
# /sysroot/include/limits.h:82:9: note: previous definition is here
# #define RE_DUP_MAX 255
# ^
# In file included from out.c:3:
# In file included from /usr/include/glib-2.0/glib.h:107:
# In file included from /usr/include/glib-2.0/glib/deprecated/gthread.h:128:
# /usr/include/pthread.h:743:12: warning: declaration of built-in function '__sigsetjmp' requires inclusion of the header [-Wbuiltin-requires-header]
# extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
# ^
# In file included from main.c:25:
# In file included from /usr/include/glib-2.0/glib.h:107:
# In file included from /usr/include/glib-2.0/glib/deprecated/gthread.h:128:
# /usr/include/pthread.h:743:12: warning: declaration of built-in function '__sigsetjmp' requires inclusion of the header [-Wbuiltin-requires-header]
# extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
# ^
# 9 warnings generated.
# mv -f .deps/out.Tpo .deps/out.Po
# clang -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/gob2\" -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -I../src -I.. -I../src -I/usr/include -MT checks.o -MD -MP -MF .deps/checks.Tpo -c -o checks.o checks.c
# In file included from treefuncs.c:4:
# In file included from /usr/include/glib-2.0/glib.h:107:
# In file included from /usr/include/glib-2.0/glib/deprecated/gthread.h:128:
# /usr/include/pthread.h:743:12: warning: declaration of built-in function '__sigsetjmp' requires inclusion of the header [-Wbuiltin-requires-header]
# extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
# ^
# In file included from checks.c:27:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# In file included from /usr/include/bits/local_lim.h:38:
# /usr/include/linux/limits.h:6:9: warning: 'NGROUPS_MAX' macro redefined [-Wmacro-redefined]
# #define NGROUPS_MAX 65536 /* supplemental group IDs are available */
# ^
# /sysroot/include/limits.h:51:9: note: previous definition is here
# #define NGROUPS_MAX 32
# ^
# In file included from checks.c:27:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:64:9: warning: 'PTHREAD_KEYS_MAX' macro redefined [-Wmacro-redefined]
# #define PTHREAD_KEYS_MAX 1024
# ^
# /sysroot/include/limits.h:63:9: note: previous definition is here
# #define PTHREAD_KEYS_MAX 128
# ^
# In file included from checks.c:27:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:69:9: warning: 'PTHREAD_DESTRUCTOR_ITERATIONS' macro redefined [-Wmacro-redefined]
# #define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
# ^
# /sysroot/include/limits.h:65:9: note: previous definition is here
# #define PTHREAD_DESTRUCTOR_ITERATIONS 4
# ^
# In file included from checks.c:27:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:81:9: warning: 'PTHREAD_STACK_MIN' macro redefined [-Wmacro-redefined]
# #define PTHREAD_STACK_MIN 16384
# ^
# /sysroot/include/limits.h:64:9: note: previous definition is here
# #define PTHREAD_STACK_MIN 2048
# ^
# In file included from checks.c:27:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:84:9: warning: 'DELAYTIMER_MAX' macro redefined [-Wmacro-redefined]
# #define DELAYTIMER_MAX 2147483647
# ^
# /sysroot/include/limits.h:68:9: note: previous definition is here
# #define DELAYTIMER_MAX 0x7fffffff
# ^
# In file included from checks.c:27:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:93:9: warning: 'HOST_NAME_MAX' macro redefined [-Wmacro-redefined]
# #define HOST_NAME_MAX 64
# ^
# /sysroot/include/limits.h:59:9: note: previous definition is here
# #define HOST_NAME_MAX 255
# ^
# In file included from checks.c:27:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:99:9: warning: 'SEM_VALUE_MAX' macro redefined [-Wmacro-redefined]
# #define SEM_VALUE_MAX (2147483647)
# ^
# /sysroot/include/limits.h:66:9: note: previous definition is here
# #define SEM_VALUE_MAX 0x7fffffff
# ^
# In file included from checks.c:27:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:147:
# /usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
# #define RE_DUP_MAX (0x7fff)
# ^
# /sysroot/include/limits.h:82:9: note: previous definition is here
# #define RE_DUP_MAX 255
# ^
# In file included from util.c:27:
# In file included from /usr/include/glib-2.0/glib.h:107:
# In file included from /usr/include/glib-2.0/glib/deprecated/gthread.h:128:
# /usr/include/pthread.h:743:12: warning: declaration of built-in function '__sigsetjmp' requires inclusion of the header [-Wbuiltin-requires-header]
# extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
# ^
# 9 warnings generated.
# mv -f .deps/util.Tpo .deps/util.Po
# clang -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/gob2\" -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -I../src -I.. -I../src -I/usr/include -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c
# In file included from checks.c:27:
# In file included from /usr/include/glib-2.0/glib.h:107:
# In file included from /usr/include/glib-2.0/glib/deprecated/gthread.h:128:
# /usr/include/pthread.h:743:12: warning: declaration of built-in function '__sigsetjmp' requires inclusion of the header [-Wbuiltin-requires-header]
# extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
# ^
# checks.c:200:7: warning: 'g_strcasecmp' is deprecated [-Wdeprecated-declarations]
# g_strcasecmp (nid, id) != 0)
# ^
# /usr/include/glib-2.0/glib/gstrfuncs.h:200:23: note: 'g_strcasecmp' has been explicitly marked deprecated here
# gint g_strcasecmp (const gchar *s1,
# ^
# In file included from parse.y:26:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# In file included from /usr/include/bits/local_lim.h:38:
# /usr/include/linux/limits.h:6:9: warning: 'NGROUPS_MAX' macro redefined [-Wmacro-redefined]
# #define NGROUPS_MAX 65536 /* supplemental group IDs are available */
# ^
# /sysroot/include/limits.h:51:9: note: previous definition is here
# #define NGROUPS_MAX 32
# ^
# In file included from parse.y:26:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:64:9: warning: 'PTHREAD_KEYS_MAX' macro redefined [-Wmacro-redefined]
# #define PTHREAD_KEYS_MAX 1024
# ^
# /sysroot/include/limits.h:63:9: note: previous definition is here
# #define PTHREAD_KEYS_MAX 128
# ^
# In file included from parse.y:26:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:69:9: warning: 'PTHREAD_DESTRUCTOR_ITERATIONS' macro redefined [-Wmacro-redefined]
# #define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
# ^
# /sysroot/include/limits.h:65:9: note: previous definition is here
# #define PTHREAD_DESTRUCTOR_ITERATIONS 4
# ^
# In file included from parse.y:26:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:81:9: warning: 'PTHREAD_STACK_MIN' macro redefined [-Wmacro-redefined]
# #define PTHREAD_STACK_MIN 16384
# ^
# /sysroot/include/limits.h:64:9: note: previous definition is here
# #define PTHREAD_STACK_MIN 2048
# ^
# In file included from parse.y:26:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:84:9: warning: 'DELAYTIMER_MAX' macro redefined [-Wmacro-redefined]
# #define DELAYTIMER_MAX 2147483647
# ^
# /sysroot/include/limits.h:68:9: note: previous definition is here
# #define DELAYTIMER_MAX 0x7fffffff
# ^
# In file included from parse.y:26:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:93:9: warning: 'HOST_NAME_MAX' macro redefined [-Wmacro-redefined]
# #define HOST_NAME_MAX 64
# ^
# /sysroot/include/limits.h:59:9: note: previous definition is here
# #define HOST_NAME_MAX 255
# ^
# In file included from parse.y:26:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:99:9: warning: 'SEM_VALUE_MAX' macro redefined [-Wmacro-redefined]
# #define SEM_VALUE_MAX (2147483647)
# ^
# /sysroot/include/limits.h:66:9: note: previous definition is here
# #define SEM_VALUE_MAX 0x7fffffff
# ^
# In file included from parse.y:26:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:147:
# /usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
# #define RE_DUP_MAX (0x7fff)
# ^
# /sysroot/include/limits.h:82:9: note: previous definition is here
# #define RE_DUP_MAX 255
# ^
# 9 warnings generated.
# mv -f .deps/treefuncs.Tpo .deps/treefuncs.Po
# 10 warnings generated.
# clang -DHAVE_CONFIG_H -DPKGDATADIR=\"/usr/share/gob2\" -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -I../src -I.. -I../src -I/usr/include -MT lexer.o -MD -MP -MF .deps/lexer.Tpo -c -o lexer.o lexer.c
# mv -f .deps/checks.Tpo .deps/checks.Po
# In file included from parse.y:26:
# In file included from /usr/include/glib-2.0/glib.h:107:
# In file included from /usr/include/glib-2.0/glib/deprecated/gthread.h:128:
# /usr/include/pthread.h:743:12: warning: declaration of built-in function '__sigsetjmp' requires inclusion of the header [-Wbuiltin-requires-header]
# extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
# ^
# 9 warnings generated.
# mv -f .deps/main.Tpo .deps/main.Po
# In file included from lexer.l:29:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# In file included from /usr/include/bits/local_lim.h:38:
# /usr/include/linux/limits.h:6:9: warning: 'NGROUPS_MAX' macro redefined [-Wmacro-redefined]
# #define NGROUPS_MAX 65536 /* supplemental group IDs are available */
# ^
# /sysroot/include/limits.h:51:9: note: previous definition is here
# #define NGROUPS_MAX 32
# ^
# In file included from lexer.l:29:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:64:9: warning: 'PTHREAD_KEYS_MAX' macro redefined [-Wmacro-redefined]
# #define PTHREAD_KEYS_MAX 1024
# ^
# /sysroot/include/limits.h:63:9: note: previous definition is here
# #define PTHREAD_KEYS_MAX 128
# ^
# In file included from lexer.l:29:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:69:9: warning: 'PTHREAD_DESTRUCTOR_ITERATIONS' macro redefined [-Wmacro-redefined]
# #define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS
# ^
# /sysroot/include/limits.h:65:9: note: previous definition is here
# #define PTHREAD_DESTRUCTOR_ITERATIONS 4
# ^
# In file included from lexer.l:29:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:81:9: warning: 'PTHREAD_STACK_MIN' macro redefined [-Wmacro-redefined]
# #define PTHREAD_STACK_MIN 16384
# ^
# /sysroot/include/limits.h:64:9: note: previous definition is here
# #define PTHREAD_STACK_MIN 2048
# ^
# In file included from lexer.l:29:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:84:9: warning: 'DELAYTIMER_MAX' macro redefined [-Wmacro-redefined]
# #define DELAYTIMER_MAX 2147483647
# ^
# /sysroot/include/limits.h:68:9: note: previous definition is here
# #define DELAYTIMER_MAX 0x7fffffff
# ^
# In file included from lexer.l:29:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:93:9: warning: 'HOST_NAME_MAX' macro redefined [-Wmacro-redefined]
# #define HOST_NAME_MAX 64
# ^
# /sysroot/include/limits.h:59:9: note: previous definition is here
# #define HOST_NAME_MAX 255
# ^
# In file included from lexer.l:29:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:143:
# In file included from /usr/include/bits/posix1_lim.h:160:
# /usr/include/bits/local_lim.h:99:9: warning: 'SEM_VALUE_MAX' macro redefined [-Wmacro-redefined]
# #define SEM_VALUE_MAX (2147483647)
# ^
# /sysroot/include/limits.h:66:9: note: previous definition is here
# #define SEM_VALUE_MAX 0x7fffffff
# ^
# In file included from lexer.l:29:
# In file included from /usr/include/glib-2.0/glib.h:30:
# In file included from /usr/include/glib-2.0/glib/galloca.h:32:
# In file included from /usr/include/glib-2.0/glib/gtypes.h:32:
# In file included from /usr/lib/glib-2.0/include/glibconfig.h:11:
# In file included from /usr/include/limits.h:147:
# /usr/include/bits/posix2_lim.h:88:9: warning: 'RE_DUP_MAX' macro redefined [-Wmacro-redefined]
# #define RE_DUP_MAX (0x7fff)
# ^
# /sysroot/include/limits.h:82:9: note: previous definition is here
# #define RE_DUP_MAX 255
# ^
# parse.y:616:4: warning: 'g_strdown' is deprecated [-Wdeprecated-declarations]
# g_strdown (set_func);
# ^
# /usr/include/glib-2.0/glib/gstrfuncs.h:207:23: note: 'g_strdown' has been explicitly marked deprecated here
# gchar* g_strdown (gchar *string);
# ^
# parse.y:618:4: warning: 'g_strdown' is deprecated [-Wdeprecated-declarations]
# g_strdown (get_func);
# ^
# /usr/include/glib-2.0/glib/gstrfuncs.h:207:23: note: 'g_strdown' has been explicitly marked deprecated here
# gchar* g_strdown (gchar *string);
# ^
# In file included from lexer.l:29:
# In file included from /usr/include/glib-2.0/glib.h:107:
# In file included from /usr/include/glib-2.0/glib/deprecated/gthread.h:128:
# /usr/include/pthread.h:743:12: warning: declaration of built-in function '__sigsetjmp' requires inclusion of the header [-Wbuiltin-requires-header]
# extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;
# ^
# 9 warnings generated.
# mv -f .deps/lexer.Tpo .deps/lexer.Po
# 11 warnings generated.
# mv -f .deps/parse.Tpo .deps/parse.Po
# clang -o gob2 main.o treefuncs.o out.o util.o checks.o parse.o lexer.o -lm -lglib-2.0
# /sysroot/bin/ld: error: cannot find -lglib-2.0
# main.o:main.c:function parse_options: error: undefined reference to 'g_assertion_message_expr'
# main.o:main.c:function parse_options: error: undefined reference to 'g_strconcat'
# main.o:main.c:function parse_options: error: undefined reference to 'g_strconcat'
# main.o:main.c:function parse_options: error: undefined reference to 'g_free'
# main.o:main.c:function parse_options: error: undefined reference to 'g_strdup'
# main.o:main.c:function parse_options: error: undefined reference to 'g_strdup'
# main.o:main.c:function parse_options: error: undefined reference to 'g_strdup'
# main.o:main.c:function parse_options: error: undefined reference to 'g_assertion_message_expr'
# main.o:main.c:function parse_options: error: undefined reference to 'g_strdup'
# main.o:main.c:function parse_options: error: undefined reference to 'g_assertion_message_expr'
# main.o:main.c:function make_bases: error: undefined reference to 'g_build_filename'
# main.o:main.c:function make_inits: error: undefined reference to 'g_list_prepend'
# main.o:main.c:function make_inits: error: undefined reference to 'g_list_prepend'
# main.o:main.c:function find_dispose: error: undefined reference to 'g_list_length'
# main.o:main.c:function find_finalize: error: undefined reference to 'g_list_length'
# main.o:main.c:function open_files: error: undefined reference to 'g_strconcat'
# main.o:main.c:function open_files: error: undefined reference to 'g_strconcat'
# main.o:main.c:function generate_outfiles: error: undefined reference to 'g_assertion_message_expr'
# main.o:main.c:function compare_and_move: error: undefined reference to 'g_strerror'
# main.o:main.c:function compare_and_move: error: undefined reference to 'g_strerror'
# main.o:main.c:function compare_and_move: error: undefined reference to 'g_strerror'
# main.o:main.c:function compare_and_move: error: undefined reference to 'g_strerror'
# main.o:main.c:function compare_and_move: error: undefined reference to 'g_free'
# main.o:main.c:function make_func_arg: error: undefined reference to 'g_list_prepend'
# main.o:main.c:function print_header_prefixes: error: undefined reference to 'g_free'
# main.o:main.c:function print_includes: error: undefined reference to 'g_list_find_custom'
# main.o:main.c:function print_includes: error: undefined reference to 'g_list_find_custom'
# main.o:main.c:function print_includes: error: undefined reference to 'g_free'
# main.o:main.c:function print_includes: error: undefined reference to 'g_list_find_custom'
# main.o:main.c:function put_priv_method_prot: error: undefined reference to 'g_strdup_printf'
# main.o:main.c:function add_signal_prots: error: undefined reference to 'g_hash_table_new'
# main.o:main.c:function add_signal_prots: error: undefined reference to 'g_hash_table_lookup'
# main.o:main.c:function add_signal_prots: error: undefined reference to 'g_hash_table_insert'
# main.o:main.c:function add_signal_prots: error: undefined reference to 'g_strdup_printf'
# main.o:main.c:function add_signal_prots: error: undefined reference to 'g_hash_table_insert'
# main.o:main.c:function add_signal_prots: error: undefined reference to 'g_list_prepend'
# main.o:main.c:function add_signal_prots: error: undefined reference to 'g_list_length'
# main.o:main.c:function add_signal_prots: error: undefined reference to 'g_strdup_printf'
# main.o:main.c:function put_method: error: undefined reference to 'g_list_length'
# main.o:main.c:function put_method: error: undefined reference to 'g_strdup_printf'
# main.o:main.c:function add_overrides: error: undefined reference to 'g_str_hash'
# main.o:main.c:function add_overrides: error: undefined reference to 'g_str_equal'
# main.o:main.c:function add_overrides: error: undefined reference to 'g_hash_table_new'
# main.o:main.c:function add_overrides: error: undefined reference to 'g_hash_table_insert'
# main.o:main.c:function add_overrides: error: undefined reference to 'g_hash_table_lookup'
# main.o:main.c:function add_overrides: error: undefined reference to 'g_hash_table_insert'
# main.o:main.c:function add_overrides: error: undefined reference to 'g_hash_table_foreach'
# main.o:main.c:function add_overrides: error: undefined reference to 'g_hash_table_destroy'
# main.o:main.c:function add_signals: error: undefined reference to 'g_hash_table_lookup'
# main.o:main.c:function add_signals: error: undefined reference to 'g_hash_table_lookup'
# main.o:main.c:function make_run_signal_flags: error: undefined reference to 'g_string_new'
# main.o:main.c:function make_run_signal_flags: error: undefined reference to 'g_string_assign'
# main.o:main.c:function make_run_signal_flags: error: undefined reference to 'g_string_assign'
# main.o:main.c:function make_run_signal_flags: error: undefined reference to 'g_string_append'
# main.o:main.c:function make_run_signal_flags: error: undefined reference to 'g_string_append_printf'
# main.o:main.c:function make_run_signal_flags: error: undefined reference to 'g_string_free'
# main.o:main.c:function make_property: error: undefined reference to 'g_string_new'
# main.o:main.c:function make_property: error: undefined reference to 'g_string_append'
# main.o:main.c:function make_property: error: undefined reference to 'g_string_append'
# main.o:main.c:function make_property: error: undefined reference to 'g_string_append'
# main.o:main.c:function make_property: error: undefined reference to 'g_string_append_printf'
# main.o:main.c:function make_property: error: undefined reference to 'g_string_free'
# main.o:main.c:function make_argument: error: undefined reference to 'g_string_new'
# main.o:main.c:function make_argument: error: undefined reference to 'g_string_append_printf'
# main.o:main.c:function make_argument: error: undefined reference to 'g_string_free'
# main.o:main.c:function get_arg_names_for_macro: error: undefined reference to 'g_string_new'
# main.o:main.c:function get_arg_names_for_macro: error: undefined reference to 'g_string_append_printf'
# main.o:main.c:function get_arg_names_for_macro: error: undefined reference to 'g_string_free'
# treefuncs.o:treefuncs.c:function free_argument: error: undefined reference to 'g_return_if_fail_warning'
# treefuncs.o:treefuncs.c:function free_argument: error: undefined reference to 'g_return_if_fail_warning'
# treefuncs.o:treefuncs.c:function free_argument: error: undefined reference to 'g_list_foreach'
# treefuncs.o:treefuncs.c:function free_argument: error: undefined reference to 'g_list_free'
# treefuncs.o:treefuncs.c:function free_type: error: undefined reference to 'g_return_if_fail_warning'
# treefuncs.o:treefuncs.c:function free_type: error: undefined reference to 'g_return_if_fail_warning'
# treefuncs.o:treefuncs.c:function free_class: error: undefined reference to 'g_list_foreach'
# treefuncs.o:treefuncs.c:function free_class: error: undefined reference to 'g_list_free'
# treefuncs.o:treefuncs.c:function node_list_free: error: undefined reference to 'g_list_free'
# treefuncs.o:treefuncs.c:function free_error: error: undefined reference to 'g_list_foreach'
# treefuncs.o:treefuncs.c:function free_error: error: undefined reference to 'g_list_free'
# treefuncs.o:treefuncs.c:function free_flags: error: undefined reference to 'g_list_foreach'
# treefuncs.o:treefuncs.c:function copy_argument: error: undefined reference to 'g_malloc0_n'
# treefuncs.o:treefuncs.c:function copy_argument: error: undefined reference to 'g_list_copy'
# treefuncs.o:treefuncs.c:function copy_ccode: error: undefined reference to 'g_malloc0_n'
# treefuncs.o:treefuncs.c:function copy_check: error: undefined reference to 'g_malloc0_n'
# treefuncs.o:treefuncs.c:function copy_class: error: undefined reference to 'g_malloc0_n'
# treefuncs.o:treefuncs.c:function copy_class: error: undefined reference to 'g_list_copy'
# treefuncs.o:treefuncs.c:function copy_error: error: undefined reference to 'g_list_copy'
# treefuncs.o:treefuncs.c:function copy_flags: error: undefined reference to 'g_list_copy'
# treefuncs.o:treefuncs.c:function setv_argument: error: undefined reference to 'g_log'
# treefuncs.o:treefuncs.c:function setv_ccode: error: undefined reference to 'g_log'
# treefuncs.o:treefuncs.c:function setv_check: error: undefined reference to 'g_log'
# treefuncs.o:treefuncs.c:function setv_class: error: undefined reference to 'g_log'
# treefuncs.o:treefuncs.c:function ensure_quarks: error: undefined reference to 'g_str_hash'
# treefuncs.o:treefuncs.c:function ensure_quarks: error: undefined reference to 'g_str_equal'
# treefuncs.o:treefuncs.c:function ensure_quarks: error: undefined reference to 'g_hash_table_new'
# out.o:out.c:function out_printf: error: undefined reference to 'g_strdup_vprintf'
# util.o:util.c:function error_printf: error: undefined reference to 'g_strdup_vprintf'
# util.o:util.c:function make_pre_macro: error: undefined reference to 'g_strsplit'
# util.o:util.c:function make_pre_macro: error: undefined reference to 'g_strfreev'
# util.o:util.c:function gob_strup: error: undefined reference to 'g_ascii_toupper'
# util.o:util.c:function init_type_hash: error: undefined reference to 'g_str_hash'
# util.o:util.c:function init_type_hash: error: undefined reference to 'g_str_equal'
# util.o:util.c:function init_type_hash: error: undefined reference to 'g_hash_table_new'
# util.o:util.c:function g_string_append_c_inline: error: undefined reference to 'g_string_insert_c'
# util.o:util.c:function gob_strdown: error: undefined reference to 'g_ascii_tolower'
# checks.o:checks.c:function check_duplicate_named: error: undefined reference to 'g_strcasecmp'
# parse.o:parse.c:function yyparse: error: undefined reference to 'g_list_append'
# parse.o:parse.c:function yyparse: error: undefined reference to 'g_list_append'
# parse.o:parse.c:function yyparse: error: undefined reference to 'g_list_append'
# parse.o:parse.c:function yyparse: error: undefined reference to 'g_list_append'
# parse.o:parse.c:function pop_type: error: undefined reference to 'g_list_remove'
# parse.o:parse.c:function export_accessors: error: undefined reference to 'g_string_printf'
# parse.o:parse.c:function export_accessors: error: undefined reference to 'g_string_printf'
# parse.o:parse.c:function property_link_and_export: error: undefined reference to 'g_strdown'
# parse.o:parse.c:function property_link_and_export: error: undefined reference to 'g_strdown'
# parse.o:parse.c:function push_function: error: undefined reference to 'g_string_printf'
# lexer.o:lexer.c:function yylex: error: undefined reference to 'g_strchug'
# lexer.o:lexer.c:function yylex: error: undefined reference to 'g_strchomp'
# lexer.o:lexer.c:function clear_cbuf: error: undefined reference to 'g_string_assign'
# lexer.o:lexer.c:function add_gtk_doc_func: error: undefined reference to 'g_str_hash'
# lexer.o:lexer.c:function add_gtk_doc_func: error: undefined reference to 'g_str_equal'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# make[4]: *** [Makefile:446: gob2] Error 1
# make[4]: Leaving directory '/tmp/gob2/src/gob2-2.0.20/src'
# make[3]: *** [Makefile:489: all-recursive] Error 1
# make[3]: Leaving directory '/tmp/gob2/src/gob2-2.0.20/src'
# make[2]: *** [Makefile:361: all] Error 2
# make[2]: Leaving directory '/tmp/gob2/src/gob2-2.0.20/src'
# make[1]: *** [Makefile:412: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/gob2/src/gob2-2.0.20'
# make: *** [Makefile:329: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/gob2/src/gob2-2.0.20/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 gob2 configure 2.0.20, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 4757518ad736
# 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:2004: checking for a BSD-compatible install
# configure:2072: result: /usr/bin/install -c
# configure:2083: checking whether build environment is sane
# configure:2138: result: yes
# configure:2197: checking for x86_64-unknown-linux-strip
# configure:2227: result: no
# configure:2237: checking for strip
# configure:2253: found /sysroot/bin/strip
# configure:2264: result: strip
# configure:2289: checking for a thread-safe mkdir -p
# configure:2328: result: /usr/sbin/mkdir -p
# configure:2335: checking for gawk
# configure:2351: found /usr/sbin/gawk
# configure:2362: result: gawk
# configure:2373: checking whether make sets $(MAKE)
# configure:2395: result: yes
# configure:2424: checking whether make supports nested variables
# configure:2441: result: yes
# configure:2529: checking whether to enable maintainer-specific portions of Makefiles
# configure:2538: result: no
# configure:2585: checking for style of include used by make
# configure:2613: result: GNU
# configure:2644: checking for x86_64-unknown-linux-gcc
# configure:2671: result: clang
# configure:2940: checking for C compiler version
# configure:2949: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2960: $? = 0
# configure:2949: 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:2960: $? = 0
# configure:2949: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2960: $? = 1
# configure:2949: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2960: $? = 1
# configure:2980: checking whether the C compiler works
# configure:3002: clang conftest.c >&5
# configure:3006: $? = 0
# configure:3054: result: yes
# configure:3057: checking for C compiler default output file name
# configure:3059: result: a.out
# configure:3065: checking for suffix of executables
# configure:3072: clang -o conftest conftest.c >&5
# configure:3076: $? = 0
# configure:3098: result:
# configure:3120: checking whether we are cross compiling
# configure:3128: clang -o conftest conftest.c >&5
# configure:3132: $? = 0
# configure:3139: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3143: $? = 127
# configure:3158: result: yes
# configure:3163: checking for suffix of object files
# configure:3185: clang -c conftest.c >&5
# configure:3189: $? = 0
# configure:3210: result: o
# configure:3214: checking whether we are using the GNU C compiler
# configure:3233: clang -c conftest.c >&5
# configure:3233: $? = 0
# configure:3242: result: yes
# configure:3251: checking whether clang accepts -g
# configure:3271: clang -c -g conftest.c >&5
# configure:3271: $? = 0
# configure:3312: result: yes
# configure:3329: checking for clang option to accept ISO C89
# configure:3392: clang -c conftest.c >&5
# configure:3392: $? = 0
# configure:3405: result: none needed
# configure:3427: checking dependency style of clang
# configure:3538: result: gcc3
# configure:3554: checking for library containing strerror
# configure:3585: clang -o conftest conftest.c >&5
# conftest.c:18:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:18:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:3585: $? = 0
# configure:3602: result: none required
# configure:3618: checking for x86_64-unknown-linux-gcc
# configure:3645: result: clang
# configure:3914: checking for C compiler version
# configure:3923: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3934: $? = 0
# configure:3923: 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:3934: $? = 0
# configure:3923: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3934: $? = 1
# configure:3923: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3934: $? = 1
# configure:3938: checking whether we are using the GNU C compiler
# configure:3966: result: yes
# configure:3975: checking whether clang accepts -g
# configure:4036: result: yes
# configure:4053: checking for clang option to accept ISO C89
# configure:4129: result: none needed
# configure:4151: checking dependency style of clang
# configure:4262: result: gcc3
# configure:4282: checking how to run the C preprocessor
# configure:4313: clang -E conftest.c
# configure:4313: $? = 0
# configure:4327: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4327: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gob2"
# | #define PACKAGE_TARNAME "gob2"
# | #define PACKAGE_VERSION "2.0.20"
# | #define PACKAGE_STRING "gob2 2.0.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "gob2"
# | #define VERSION "2.0.20"
# | /* end confdefs.h. */
# | #include
# configure:4352: result: clang -E
# configure:4372: clang -E conftest.c
# configure:4372: $? = 0
# configure:4386: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4386: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gob2"
# | #define PACKAGE_TARNAME "gob2"
# | #define PACKAGE_VERSION "2.0.20"
# | #define PACKAGE_STRING "gob2 2.0.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "gob2"
# | #define VERSION "2.0.20"
# | /* end confdefs.h. */
# | #include
# configure:4415: checking for grep that handles long lines and -e
# configure:4473: result: /usr/sbin/grep
# configure:4478: checking for egrep
# configure:4540: result: /usr/sbin/grep -E
# configure:4545: checking for ANSI C header files
# configure:4565: clang -c conftest.c >&5
# configure:4565: $? = 0
# configure:4649: result: yes
# configure:4661: checking for bison
# configure:4677: found /usr/sbin/bison
# configure:4688: result: bison -y
# configure:4704: checking for flex
# configure:4720: found /usr/sbin/flex
# configure:4731: result: flex
# configure:4769: flex conftest.l
# configure:4773: $? = 1
# configure:4775: checking lex output file root
# configure:4789: result: lex.yy
# configure:4794: checking lex library
# configure:4808: clang -o conftest conftest.c >&5
# /sysroot/bin/../lib/crt1.o:/srcdir/musl/crt/crt1.c:function _start_c: error: undefined reference to 'main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4808: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gob2"
# | #define PACKAGE_TARNAME "gob2"
# | #define PACKAGE_VERSION "2.0.20"
# | #define PACKAGE_STRING "gob2 2.0.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "gob2"
# | #define VERSION "2.0.20"
# | #define STDC_HEADERS 1
# | /* end confdefs.h. */
# |
# configure:4808: clang -o conftest conftest.c -lfl >&5
# /sysroot/bin/ld: error: cannot find -lfl
# /sysroot/bin/../lib/crt1.o:/srcdir/musl/crt/crt1.c:function _start_c: error: undefined reference to 'main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4808: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gob2"
# | #define PACKAGE_TARNAME "gob2"
# | #define PACKAGE_VERSION "2.0.20"
# | #define PACKAGE_STRING "gob2 2.0.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "gob2"
# | #define VERSION "2.0.20"
# | #define STDC_HEADERS 1
# | /* end confdefs.h. */
# |
# configure:4808: clang -o conftest conftest.c -ll >&5
# /sysroot/bin/ld: error: cannot find -ll
# /sysroot/bin/../lib/crt1.o:/srcdir/musl/crt/crt1.c:function _start_c: error: undefined reference to 'main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4808: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gob2"
# | #define PACKAGE_TARNAME "gob2"
# | #define PACKAGE_VERSION "2.0.20"
# | #define PACKAGE_STRING "gob2 2.0.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "gob2"
# | #define VERSION "2.0.20"
# | #define STDC_HEADERS 1
# | /* end confdefs.h. */
# |
# configure:4818: result: none needed
# configure:4824: checking whether yytext is a pointer
# configure:4841: clang -o conftest conftest.c >&5
# /sysroot/bin/../lib/crt1.o:/srcdir/musl/crt/crt1.c:function _start_c: error: undefined reference to 'main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4841: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gob2"
# | #define PACKAGE_TARNAME "gob2"
# | #define PACKAGE_VERSION "2.0.20"
# | #define PACKAGE_STRING "gob2 2.0.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "gob2"
# | #define VERSION "2.0.20"
# | #define STDC_HEADERS 1
# | /* end confdefs.h. */
# |
# | #define YYTEXT_POINTER 1
# |
# configure:4849: result: no
# configure:4868: checking how to run the C preprocessor
# configure:4938: result: clang -E
# configure:4958: clang -E conftest.c
# configure:4958: $? = 0
# configure:4972: clang -E conftest.c
# conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4972: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gob2"
# | #define PACKAGE_TARNAME "gob2"
# | #define PACKAGE_VERSION "2.0.20"
# | #define PACKAGE_STRING "gob2 2.0.20"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "gob2"
# | #define VERSION "2.0.20"
# | #define STDC_HEADERS 1
# | /* end confdefs.h. */
# | #include
# configure:5002: checking for rm
# configure:5020: found /usr/sbin/rm
# configure:5033: result: /usr/sbin/rm
# configure:5043: checking for mv
# configure:5061: found /usr/sbin/mv
# configure:5074: result: /usr/sbin/mv
# configure:5084: checking for tar
# configure:5102: found /usr/sbin/tar
# configure:5115: result: /usr/sbin/tar
# configure:5134: checking for x86_64-unknown-linux-pkg-config
# configure:5167: result: no
# configure:5177: checking for pkg-config
# configure:5195: found /usr/sbin/pkg-config
# configure:5207: result: /usr/sbin/pkg-config
# configure:5219: WARNING: using cross tools not prefixed with host triplet
# configure:5232: checking pkg-config is at least version 0.9.0
# configure:5235: result: yes
# configure:5245: checking for GLIB
# configure:5252: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED"
# configure:5255: $? = 0
# configure:5269: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED"
# configure:5272: $? = 0
# configure:5330: result: yes
# configure:5454: checking that generated files are newer than configure
# configure:5460: result: done
# configure:5495: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by gob2 config.status 2.0.20, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 4757518ad736
#
# config.status:867: creating gob2.spec
# config.status:867: creating Makefile
# config.status:867: creating src/Makefile
# config.status:867: creating doc/Makefile
# config.status:867: creating examples/Makefile
# config.status:867: creating doc/gob2.1
# config.status:867: creating config.h
# config.status:1096: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_GLIB_CFLAGS_set=
# ac_cv_env_GLIB_CFLAGS_value=
# ac_cv_env_GLIB_LIBS_set=
# ac_cv_env_GLIB_LIBS_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_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_YACC_set=
# ac_cv_env_YACC_value=
# ac_cv_env_YFLAGS_set=
# ac_cv_env_YFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_header_stdc=yes
# ac_cv_lib_lex='none needed'
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_MV=/usr/sbin/mv
# ac_cv_path_RM=/usr/sbin/rm
# ac_cv_path_TAR=/usr/sbin/tar
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
# 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_LEX=flex
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_lex_root=lex.yy
# ac_cv_prog_lex_yytext_pointer=no
# ac_cv_prog_make_make_set=yes
# ac_cv_search_strerror='none required'
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# pkg_cv_GLIB_LIBS=-lglib-2.0
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/gob2/src/gob2-2.0.20/missing aclocal-1.13'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/gob2/src/gob2-2.0.20/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/gob2/src/gob2-2.0.20/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/gob2/src/gob2-2.0.20/missing automake-1.13'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# GLIB_LIBS='-lglib-2.0'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/gob2/src/gob2-2.0.20/missing makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# MV='/usr/sbin/mv'
# NOINSTGOB_FALSE=''
# NOINSTGOB_TRUE='#'
# OBJEXT='o'
# PACKAGE='gob2'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='gob2'
# PACKAGE_STRING='gob2 2.0.20'
# PACKAGE_TARNAME='gob2'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.0.20'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/sbin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RM='/usr/sbin/rm'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# SUBDIRS='src examples doc'
# TAR='/usr/sbin/tar'
# VERSION='2.0.20'
# YACC='bison -y'
# YFLAGS=''
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build_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/gob2/src/gob2-2.0.20/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 "gob2"
# #define PACKAGE_TARNAME "gob2"
# #define PACKAGE_VERSION "2.0.20"
# #define PACKAGE_STRING "gob2 2.0.20"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "gob2"
# #define VERSION "2.0.20"
# #define STDC_HEADERS 1
#
# configure: exit 0