Build of gob2 with clang_glibc toolchain

The build took 00h 01m 05s and was 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.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: gob2 2.0.20-1 (Thu Apr 13 18:55:04 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/bin/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... no
# 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/bin/grep
# checking for egrep... /usr/bin/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/bin/rm
# checking for mv... /usr/bin/mv
# checking for tar... /usr/bin/tar
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# 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
# mv -f .deps/main.Tpo .deps/main.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 treefuncs.o -MD -MP -MF .deps/treefuncs.Tpo -c -o treefuncs.o treefuncs.c
# mv -f .deps/treefuncs.Tpo .deps/treefuncs.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 out.o -MD -MP -MF .deps/out.Tpo -c -o out.o out.c
# 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 util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
# 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 checks.o -MD -MP -MF .deps/checks.Tpo -c -o checks.o checks.c
# 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,
# ^
# 1 warning generated.
# mv -f .deps/checks.Tpo .deps/checks.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
# 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);
# ^
# 2 warnings generated.
# mv -f .deps/parse.Tpo .deps/parse.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 lexer.o -MD -MP -MF .deps/lexer.Tpo -c -o lexer.o lexer.c
# mv -f .deps/lexer.Tpo .deps/lexer.Po
# clang -o gob2 main.o treefuncs.o out.o util.o checks.o parse.o lexer.o -lm -lglib-2.0
# make[4]: Leaving directory '/tmp/gob2/src/gob2-2.0.20/src'
# make[3]: Leaving directory '/tmp/gob2/src/gob2-2.0.20/src'
# make[2]: Leaving directory '/tmp/gob2/src/gob2-2.0.20/src'
# Making all in examples
# make[2]: Entering directory '/tmp/gob2/src/gob2-2.0.20/examples'
# Making all in .
# make[3]: Entering directory '/tmp/gob2/src/gob2-2.0.20/examples'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/gob2/src/gob2-2.0.20/examples'
# make[2]: Leaving directory '/tmp/gob2/src/gob2-2.0.20/examples'
# Making all in doc
# make[2]: Entering directory '/tmp/gob2/src/gob2-2.0.20/doc'
# Making all in .
# make[3]: Entering directory '/tmp/gob2/src/gob2-2.0.20/doc'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/gob2/src/gob2-2.0.20/doc'
# make[2]: Leaving directory '/tmp/gob2/src/gob2-2.0.20/doc'
# make[2]: Entering directory '/tmp/gob2/src/gob2-2.0.20'
# make[2]: Leaving directory '/tmp/gob2/src/gob2-2.0.20'
# make[1]: Leaving directory '/tmp/gob2/src/gob2-2.0.20'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/gob2/src/gob2-2.0.20/src'
# make install-recursive
# make[2]: Entering directory '/tmp/gob2/src/gob2-2.0.20/src'
# Making install in .
# make[3]: Entering directory '/tmp/gob2/src/gob2-2.0.20/src'
# make[4]: Entering directory '/tmp/gob2/src/gob2-2.0.20/src'
# /usr/bin/mkdir -p '/tmp/gob2/pkg/gob2/usr/bin'
# /usr/bin/install -c gob2 '/tmp/gob2/pkg/gob2/usr/bin'
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/gob2/src/gob2-2.0.20/src'
# make[3]: Leaving directory '/tmp/gob2/src/gob2-2.0.20/src'
# make[2]: Leaving directory '/tmp/gob2/src/gob2-2.0.20/src'
# make[1]: Leaving directory '/tmp/gob2/src/gob2-2.0.20/src'
# Making install in examples
# make[1]: Entering directory '/tmp/gob2/src/gob2-2.0.20/examples'
# Making install in .
# make[2]: Entering directory '/tmp/gob2/src/gob2-2.0.20/examples'
# make[3]: Entering directory '/tmp/gob2/src/gob2-2.0.20/examples'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/gob2/src/gob2-2.0.20/examples'
# make[2]: Leaving directory '/tmp/gob2/src/gob2-2.0.20/examples'
# make[1]: Leaving directory '/tmp/gob2/src/gob2-2.0.20/examples'
# Making install in doc
# make[1]: Entering directory '/tmp/gob2/src/gob2-2.0.20/doc'
# Making install in .
# make[2]: Entering directory '/tmp/gob2/src/gob2-2.0.20/doc'
# make[3]: Entering directory '/tmp/gob2/src/gob2-2.0.20/doc'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/gob2/pkg/gob2/usr/share/man/man1'
# /usr/bin/install -c -m 644 gob2.1 '/tmp/gob2/pkg/gob2/usr/share/man/man1'
# make[3]: Leaving directory '/tmp/gob2/src/gob2-2.0.20/doc'
# make[2]: Leaving directory '/tmp/gob2/src/gob2-2.0.20/doc'
# make[1]: Leaving directory '/tmp/gob2/src/gob2-2.0.20/doc'
# make[1]: Entering directory '/tmp/gob2/src/gob2-2.0.20'
# make[2]: Entering directory '/tmp/gob2/src/gob2-2.0.20'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/gob2/pkg/gob2/usr/share/aclocal'
# /usr/bin/install -c -m 644 gob2.m4 '/tmp/gob2/pkg/gob2/usr/share/aclocal'
# make[2]: Leaving directory '/tmp/gob2/src/gob2-2.0.20'
# make[1]: Leaving directory '/tmp/gob2/src/gob2-2.0.20'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "gob2"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: gob2 2.0.20-1 (Thu Apr 13 18:55:07 UTC 2017)

CMD: pacman --query --file gob2-2.0.20-1-x86_64.pkg.tar.xz
# gob2 2.0.20-1

Creating hybrid package for 'gob2'

Trying to find vanilla package 'gob2'...

CMD: pacman --query --file /mirror/gob2-2.0.20-1.pkg.tar.xz
# gob2 2.0.20-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/gob2
# /usr/share/man/man1/gob2.1.gz
# /usr/share/aclocal/gob2.m4

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr .MTREE

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/gob2.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/gob2.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/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 = 6ccccbf8d5ae
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure: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 /usr/bin/strip
# configure:2264: result: strip
# configure:2289: checking for a thread-safe mkdir -p
# configure:2328: result: /usr/bin/mkdir -p
# configure:2335: checking for gawk
# configure:2351: found /usr/bin/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.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2960: $? = 0
# configure:2949: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure: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
# configure:3143: $? = 0
# configure:3158: result: no
# 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.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3934: $? = 0
# configure:3923: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure: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/bin/grep
# configure:4478: checking for egrep
# configure:4540: result: /usr/bin/grep -E
# configure:4545: checking for ANSI C header files
# configure:4565: clang -c conftest.c >&5
# configure:4565: $? = 0
# configure:4638: clang -o conftest conftest.c >&5
# configure:4638: $? = 0
# configure:4638: ./conftest
# configure:4638: $? = 0
# configure:4649: result: yes
# configure:4661: checking for bison
# configure:4677: found /usr/bin/bison
# configure:4688: result: bison -y
# configure:4704: checking for flex
# configure:4720: found /usr/bin/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
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): 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
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libfl.so: undefined reference to `yylex'
# 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
# /usr/bin/ld: cannot find -ll
# 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
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): 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/bin/rm
# configure:5033: result: /usr/bin/rm
# configure:5043: checking for mv
# configure:5061: found /usr/bin/mv
# configure:5074: result: /usr/bin/mv
# configure:5084: checking for tar
# configure:5102: found /usr/bin/tar
# configure:5115: result: /usr/bin/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/bin/pkg-config
# configure:5207: result: /usr/bin/pkg-config
# 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 6ccccbf8d5ae
#
# 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/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_MV=/usr/bin/mv
# ac_cv_path_RM=/usr/bin/rm
# ac_cv_path_TAR=/usr/bin/tar
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_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/bin/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/bin/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/bin/mkdir -p'
# MV='/usr/bin/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/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RM='/usr/bin/rm'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# SUBDIRS='src examples doc'
# TAR='/usr/bin/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