Build of libidl2 with clang_glibc toolchain

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

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

SLOCLanguage
10,346 sh
4,377 ansic
2,054 makefile
1,805 yacc
441 lex
19,023 total

The process tree of the build process is here.

Due to the failure of this package to build, we did not attempt to build several packages that depend on this one. Those packages are:

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: libidl2 0.8.14-4 (Thu Apr 13 18:58:25 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for 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 for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking 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 if C preprocessor likes IDL... yes
# checking if C preprocessor can read from stdin... yes
# checking for flex... flex
# checking lex output file root... lex.yy
# checking lex library... none needed
# checking whether yytext is a pointer... no
# checking for bison... bison -y
# checking for bison... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for Win32... no
# 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 LIBIDL... yes
# checking for ANSI C header files... (cached) yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for unistd.h... (cached) yes
# checking wchar.h usability... yes
# checking wchar.h presence... yes
# checking for wchar.h... yes
# checking wcstr.h usability... no
# checking wcstr.h presence... no
# checking for wcstr.h... no
# checking for popen... yes
# checking for symlink... yes
# checking for access... yes
# checking size of long long... 8
# checking for format to printf and scanf a guint64... %llu
# checking what warning flags to pass to the C compiler... -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating Makefile.msc
# config.status: creating libIDL-zip
# config.status: creating include/Makefile
# config.status: creating include/libIDL/Makefile
# config.status: creating include/libIDL/IDL.h
# config.status: creating libIDL-config-2
# config.status: creating libIDL.m4
# config.status: creating libIDL.spec
# config.status: creating libIDL-2.0.pc
# config.status: creating libIDL-2.0-uninstalled.pc
# config.status: executing depfiles commands
# config.status: executing libtool commands
#
# libIDL 0.8.14 configuration complete
#
# C Preprocessor: "clang -E"
# Standard input supported.
#
# GEN stamp-parser
# /bin/sh: line 1: 2391 Segmentation fault (core dumped) bison -y -d -v ./parser.y 2> /dev/null
# make: *** [Makefile:1279: stamp-parser] Error 139
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/libidl2/src/libIDL-0.8.14/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 libIDL configure 0.8.14, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 809f02e8720e
# 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:2121: checking for a BSD-compatible install
# configure:2189: result: /usr/bin/install -c
# configure:2200: checking whether build environment is sane
# configure:2260: result: yes
# configure:2309: checking for x86_64-unknown-linux-strip
# configure:2339: result: no
# configure:2349: checking for strip
# configure:2365: found /usr/bin/strip
# configure:2376: result: strip
# configure:2401: checking for a thread-safe mkdir -p
# configure:2440: result: /usr/bin/mkdir -p
# configure:2453: checking for gawk
# configure:2469: found /usr/bin/gawk
# configure:2480: result: gawk
# configure:2491: checking whether make sets $(MAKE)
# configure:2513: result: yes
# configure:2639: checking for style of include used by make
# configure:2667: result: GNU
# configure:2697: checking for x86_64-unknown-linux-gcc
# configure:2724: result: clang
# configure:2996: checking for C compiler version
# configure:3004: 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:3008: $? = 0
# configure:3015: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3019: $? = 0
# configure:3026: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3030: $? = 1
# configure:3053: checking for C compiler default output file name
# configure:3075: clang conftest.c >&5
# configure:3079: $? = 0
# configure:3117: result: a.out
# configure:3136: checking whether the C compiler works
# configure:3146: ./a.out
# configure:3150: $? = 0
# configure:3169: result: yes
# configure:3176: checking whether we are cross compiling
# configure:3178: result: no
# configure:3181: checking for suffix of executables
# configure:3188: clang -o conftest conftest.c >&5
# configure:3192: $? = 0
# configure:3218: result:
# configure:3224: checking for suffix of object files
# configure:3250: clang -c conftest.c >&5
# configure:3254: $? = 0
# configure:3279: result: o
# configure:3283: checking whether we are using the GNU C compiler
# configure:3312: clang -c conftest.c >&5
# configure:3319: $? = 0
# configure:3336: result: yes
# configure:3345: checking whether clang accepts -g
# configure:3375: clang -c -g conftest.c >&5
# configure:3382: $? = 0
# configure:3483: result: yes
# configure:3500: checking for clang option to accept ISO C89
# configure:3574: clang -c conftest.c >&5
# configure:3581: $? = 0
# configure:3604: result: none needed
# configure:3624: checking dependency style of clang
# configure:3734: result: gcc3
# configure:3750: checking for library containing strerror
# configure:3791: clang -o conftest conftest.c >&5
# conftest.c:16:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:16:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:3798: $? = 0
# configure:3829: result: none required
# configure:3846: checking for x86_64-unknown-linux-gcc
# configure:3873: result: clang
# configure:4145: checking for C compiler version
# configure:4153: 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:4157: $? = 0
# configure:4164: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:4168: $? = 0
# configure:4175: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4179: $? = 1
# configure:4182: checking whether we are using the GNU C compiler
# configure:4235: result: yes
# configure:4244: checking whether clang accepts -g
# configure:4382: result: yes
# configure:4399: checking for clang option to accept ISO C89
# configure:4503: result: none needed
# configure:4523: checking dependency style of clang
# configure:4633: result: gcc3
# configure:4653: checking how to run the C preprocessor
# configure:4693: clang -E conftest.c
# configure:4700: $? = 0
# configure:4731: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4738: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libIDL"
# | #define PACKAGE_TARNAME "libIDL"
# | #define PACKAGE_VERSION "0.8.14"
# | #define PACKAGE_STRING "libIDL 0.8.14"
# | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=libIDL"
# | #define LIBIDL_VERSION "0.8.14"
# | /* end confdefs.h. */
# | #include
# configure:4771: result: clang -E
# configure:4800: clang -E conftest.c
# configure:4807: $? = 0
# configure:4838: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4845: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libIDL"
# | #define PACKAGE_TARNAME "libIDL"
# | #define PACKAGE_VERSION "0.8.14"
# | #define PACKAGE_STRING "libIDL 0.8.14"
# | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=libIDL"
# | #define LIBIDL_VERSION "0.8.14"
# | /* end confdefs.h. */
# | #include
# configure:4885: checking if C preprocessor likes IDL
# configure:4911: clang -E conftest.c
# configure:4918: $? = 0
# configure:4933: result: yes
# configure:4939: checking if C preprocessor can read from stdin
# configure:4951: result: yes
# configure:4969: checking for flex
# configure:4985: found /usr/bin/flex
# configure:4996: result: flex
# configure:5033: flex conftest.l
# configure:5037: $? = 1
# configure:5039: checking lex output file root
# configure:5055: result: lex.yy
# configure:5060: checking lex library
# configure:5079: 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:5086: $? = 1
# configure: failed program was:
# |
# configure:5079: 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:5086: $? = 1
# configure: failed program was:
# |
# configure:5079: 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:5086: $? = 1
# configure: failed program was:
# |
# configure:5110: result: none needed
# configure:5116: checking whether yytext is a pointer
# configure:5137: 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:5144: $? = 1
# configure: failed program was:
# | #define YYTEXT_POINTER 1
# |
# configure:5166: result: no
# configure:5193: checking for bison
# configure:5209: found /usr/bin/bison
# configure:5220: result: bison -y
# configure:5234: checking for bison
# configure:5250: found /usr/bin/bison
# configure:5262: result: yes
# configure:5282: checking build system type
# configure:5300: result: x86_64-unknown-linux-gnu
# configure:5322: checking host system type
# configure:5337: result: x86_64-unknown-linux-gnu
# configure:5687: checking for a sed that does not truncate output
# configure:5753: result: /usr/bin/sed
# configure:5771: checking for grep that handles long lines and -e
# configure:5831: result: /usr/bin/grep
# configure:5836: checking for egrep
# configure:5900: result: /usr/bin/grep -E
# configure:5905: checking for fgrep
# configure:5969: result: /usr/bin/grep -F
# configure:6004: checking for ld used by clang
# configure:6071: result: /usr/bin/ld
# configure:6080: checking if the linker (/usr/bin/ld) is GNU ld
# configure:6095: result: yes
# configure:6107: checking for BSD- or MS-compatible name lister (nm)
# configure:6156: result: /usr/bin/nm -B
# configure:6274: checking the name lister (/usr/bin/nm -B) interface
# configure:6281: clang -c conftest.c >&5
# configure:6284: /usr/bin/nm -B "conftest.o"
# configure:6287: output
# 0000000000000000 B some_variable
# configure:6294: result: BSD nm
# configure:6297: checking whether ln -s works
# configure:6301: result: yes
# configure:6309: checking the maximum length of command line arguments
# configure:6429: result: 1572864
# configure:6446: checking whether the shell understands some XSI constructs
# configure:6456: result: yes
# configure:6460: checking whether the shell understands "+="
# configure:6466: result: yes
# configure:6501: checking for /usr/bin/ld option to reload object files
# configure:6508: result: -r
# configure:6537: checking for x86_64-unknown-linux-objdump
# configure:6564: result: objdump
# configure:6633: checking how to recognize dependent libraries
# configure:6829: result: pass_all
# configure:6849: checking for x86_64-unknown-linux-ar
# configure:6879: result: no
# configure:6889: checking for ar
# configure:6905: found /usr/bin/ar
# configure:6916: result: ar
# configure:6954: checking for x86_64-unknown-linux-strip
# configure:6981: result: strip
# configure:7053: checking for x86_64-unknown-linux-ranlib
# configure:7083: result: no
# configure:7093: checking for ranlib
# configure:7109: found /usr/bin/ranlib
# configure:7120: result: ranlib
# configure:7210: checking command to parse /usr/bin/nm -B output from clang object
# configure:7328: clang -c conftest.c >&5
# configure:7331: $? = 0
# configure:7335: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:7338: $? = 0
# configure:7392: clang -o conftest conftest.c conftstm.o >&5
# configure:7395: $? = 0
# configure:7433: result: ok
# configure:7528: clang -c conftest.c >&5
# configure:7531: $? = 0
# configure:8294: checking for ANSI C header files
# configure:8324: clang -c conftest.c >&5
# configure:8331: $? = 0
# configure:8430: clang -o conftest conftest.c >&5
# configure:8434: $? = 0
# configure:8440: ./conftest
# configure:8444: $? = 0
# configure:8462: result: yes
# configure:8486: checking for sys/types.h
# configure:8507: clang -c conftest.c >&5
# configure:8514: $? = 0
# configure:8531: result: yes
# configure:8486: checking for sys/stat.h
# configure:8507: clang -c conftest.c >&5
# configure:8514: $? = 0
# configure:8531: result: yes
# configure:8486: checking for stdlib.h
# configure:8507: clang -c conftest.c >&5
# configure:8514: $? = 0
# configure:8531: result: yes
# configure:8486: checking for string.h
# configure:8507: clang -c conftest.c >&5
# configure:8514: $? = 0
# configure:8531: result: yes
# configure:8486: checking for memory.h
# configure:8507: clang -c conftest.c >&5
# configure:8514: $? = 0
# configure:8531: result: yes
# configure:8486: checking for strings.h
# configure:8507: clang -c conftest.c >&5
# configure:8514: $? = 0
# configure:8531: result: yes
# configure:8486: checking for inttypes.h
# configure:8507: clang -c conftest.c >&5
# configure:8514: $? = 0
# configure:8531: result: yes
# configure:8486: checking for stdint.h
# configure:8507: clang -c conftest.c >&5
# configure:8514: $? = 0
# configure:8531: result: yes
# configure:8486: checking for unistd.h
# configure:8507: clang -c conftest.c >&5
# configure:8514: $? = 0
# configure:8531: result: yes
# configure:8549: checking for dlfcn.h
# configure:8570: clang -c conftest.c >&5
# configure:8577: $? = 0
# configure:8594: result: yes
# configure:8778: checking for objdir
# configure:8793: result: .libs
# configure:9085: checking if clang supports -fno-rtti -fno-exceptions
# configure:9103: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:9107: $? = 0
# configure:9120: result: yes
# configure:9140: checking for clang option to produce PIC
# configure:9412: result: -fPIC -DPIC
# configure:9424: checking if clang PIC flag -fPIC -DPIC works
# configure:9442: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9446: $? = 0
# configure:9459: result: yes
# configure:9483: checking if clang static flag -static works
# configure:9511: result: yes
# configure:9526: checking if clang supports -c -o file.o
# configure:9547: clang -c -o out/conftest2.o conftest.c >&5
# configure:9551: $? = 0
# configure:9573: result: yes
# configure:9581: checking if clang supports -c -o file.o
# configure:9628: result: yes
# configure:9661: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10735: result: yes
# configure:10772: checking whether -lc should be explicitly linked in
# configure:10777: clang -c conftest.c >&5
# configure:10780: $? = 0
# configure:10795: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10798: $? = 0
# configure:10810: result: no
# configure:10974: checking dynamic linker characteristics
# configure:11417: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11424: $? = 0
# configure:11657: result: GNU/Linux ld.so
# configure:11759: checking how to hardcode library paths into programs
# configure:11784: result: immediate
# configure:12617: checking whether stripping libraries is possible
# configure:12622: result: yes
# configure:12657: checking if libtool supports shared libraries
# configure:12659: result: yes
# configure:12662: checking whether to build shared libraries
# configure:12683: result: yes
# configure:12686: checking whether to build static libraries
# configure:12690: result: yes
# configure:12726: checking whether to enable maintainer-specific portions of Makefiles
# configure:12735: result: no
# configure:12749: checking for Win32
# configure:12760: result: no
# configure:12777: checking for x86_64-unknown-linux-pkg-config
# configure:12810: result: no
# configure:12820: checking for pkg-config
# configure:12838: found /usr/bin/pkg-config
# configure:12850: result: /usr/bin/pkg-config
# configure:12875: checking pkg-config is at least version 0.9.0
# configure:12878: result: yes
# configure:12889: checking for LIBIDL
# configure:12896: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.4.0"
# configure:12899: $? = 0
# configure:12912: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.4.0"
# configure:12915: $? = 0
# configure:12992: result: yes
# configure:12997: checking for ANSI C header files
# configure:13165: result: yes
# configure:13191: checking stddef.h usability
# configure:13208: clang -c conftest.c >&5
# configure:13215: $? = 0
# configure:13229: result: yes
# configure:13233: checking stddef.h presence
# configure:13248: clang -E conftest.c
# configure:13255: $? = 0
# configure:13269: result: yes
# configure:13302: checking for stddef.h
# configure:13311: result: yes
# configure:13331: checking for unistd.h
# configure:13338: result: yes
# configure:13493: checking wchar.h usability
# configure:13510: clang -c conftest.c >&5
# configure:13517: $? = 0
# configure:13531: result: yes
# configure:13535: checking wchar.h presence
# configure:13550: clang -E conftest.c
# configure:13557: $? = 0
# configure:13571: result: yes
# configure:13604: checking for wchar.h
# configure:13613: result: yes
# configure:13644: checking wcstr.h usability
# configure:13661: clang -c conftest.c >&5
# conftest.c:60:10: fatal error: 'wcstr.h' file not found
# #include
# ^
# 1 error generated.
# configure:13668: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libIDL"
# | #define PACKAGE_TARNAME "libIDL"
# | #define PACKAGE_VERSION "0.8.14"
# | #define PACKAGE_STRING "libIDL 0.8.14"
# | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=libIDL"
# | #define LIBIDL_VERSION "0.8.14"
# | #define HAVE_CPP_PIPE_STDIN 1
# | #define CPP_PROGRAM "clang -E"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:13682: result: no
# configure:13686: checking wcstr.h presence
# configure:13701: clang -E conftest.c
# conftest.c:27:10: fatal error: 'wcstr.h' file not found
# #include
# ^
# 1 error generated.
# configure:13708: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libIDL"
# | #define PACKAGE_TARNAME "libIDL"
# | #define PACKAGE_VERSION "0.8.14"
# | #define PACKAGE_STRING "libIDL 0.8.14"
# | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=libIDL"
# | #define LIBIDL_VERSION "0.8.14"
# | #define HAVE_CPP_PIPE_STDIN 1
# | #define CPP_PROGRAM "clang -E"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCHAR_H 1
# | /* end confdefs.h. */
# | #include
# configure:13722: result: no
# configure:13755: checking for wcstr.h
# configure:13764: result: no
# configure:13793: checking for popen
# configure:13849: clang -o conftest conftest.c >&5
# configure:13856: $? = 0
# configure:13878: result: yes
# configure:13793: checking for symlink
# configure:13849: clang -o conftest conftest.c >&5
# configure:13856: $? = 0
# configure:13878: result: yes
# configure:13793: checking for access
# configure:13849: clang -o conftest conftest.c >&5
# configure:13856: $? = 0
# configure:13878: result: yes
# configure:13895: checking size of long long
# configure:14200: clang -o conftest conftest.c >&5
# configure:14204: $? = 0
# configure:14210: ./conftest
# configure:14214: $? = 0
# configure:14240: result: 8
# configure:14251: checking for format to printf and scanf a guint64
# configure:14291: clang -o conftest conftest.c >&5
# configure:14295: $? = 0
# configure:14301: ./conftest
# configure:14305: $? = 0
# configure:14324: result: %llu
# configure:14347: checking what warning flags to pass to the C compiler
# configure:14349: result: -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
# configure:14537: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libIDL config.status 0.8.14, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 809f02e8720e
#
# config.status:946: creating Makefile
# config.status:946: creating Makefile.msc
# config.status:946: creating libIDL-zip
# config.status:946: creating include/Makefile
# config.status:946: creating include/libIDL/Makefile
# config.status:946: creating include/libIDL/IDL.h
# config.status:946: creating libIDL-config-2
# config.status:946: creating libIDL.m4
# config.status:946: creating libIDL.spec
# config.status:946: creating libIDL-2.0.pc
# config.status:946: creating libIDL-2.0-uninstalled.pc
# config.status:1157: executing depfiles commands
# config.status:1157: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_cpp_accept_idl=yes
# ac_cv_cpp_pipe_stdin=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_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBIDL_CFLAGS_set=
# ac_cv_env_LIBIDL_CFLAGS_value=
# ac_cv_env_LIBIDL_LIBS_set=
# ac_cv_env_LIBIDL_LIBS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_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_func_access=yes
# ac_cv_func_popen=yes
# ac_cv_func_symlink=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_wchar_h=yes
# ac_cv_header_wcstr_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_lex='none needed'
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_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_HAVE_YACC=yes
# ac_cv_prog_LEX=flex
# ac_cv_prog_OBJDUMP=objdump
# ac_cv_prog_STRIP=strip
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_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'
# ac_cv_sizeof_long_long=8
# am_cv_CC_dependencies_compiler_type=gcc3
# libIDL_cv_long_long_format=ll
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# pkg_cv_LIBIDL_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# pkg_cv_LIBIDL_LIBS=-lglib-2.0
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libidl2/src/libIDL-0.8.14/missing --run aclocal-1.11'
# ACLOCAL_AMFLAGS='${ACLOCAL_FLAGS}'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/libidl2/src/libIDL-0.8.14/missing --run tar'
# AM_BACKSLASH='\'
# AM_DEFAULT_VERBOSITY='0'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/libidl2/src/libIDL-0.8.14/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/libidl2/src/libIDL-0.8.14/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/libidl2/src/libIDL-0.8.14/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DPACKAGE_NAME=\"libIDL\" -DPACKAGE_TARNAME=\"libIDL\" -DPACKAGE_VERSION=\"0.8.14\" -DPACKAGE_STRING=\"libIDL\ 0.8.14\" -DPACKAGE_BUGREPORT=\"http://bugzilla.gnome.org/enter_bug.cgi\?product=libIDL\" -DLIBIDL_VERSION=\"0.8.14\" -DHAVE_CPP_PIPE_STDIN=1 -DCPP_PROGRAM=\"clang\ -E\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STDDEF_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE_POPEN=1 -DHAVE_SYMLINK=1 -DHAVE_ACCESS=1 -DSIZEOF_LONG_LONG=8'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# HAVE_WCHAR_H='1'
# HAVE_WCSTR_H='0'
# HAVE_YACC='yes'
# IDL_LL='"ll"'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LFLAGS='-8'
# LIBIDL_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# LIBIDL_LIBS='-lglib-2.0'
# LIBIDL_MAJOR_VERSION='0'
# LIBIDL_MICRO_VERSION='14'
# LIBIDL_MINOR_VERSION='8'
# LIBIDL_VERSION='0.8.14'
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_VERSION='0:0:0'
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/libidl2/src/libIDL-0.8.14/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OS_WIN32_FALSE=''
# OS_WIN32_TRUE='#'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libIDL'
# PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=libIDL'
# PACKAGE_NAME='libIDL'
# PACKAGE_STRING='libIDL 0.8.14'
# PACKAGE_TARNAME='libIDL'
# PACKAGE_VERSION='0.8.14'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.8.14'
# WARN_CFLAGS='-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations'
# YACC='bison -y'
# YFLAGS=''
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/libidl2/src/libIDL-0.8.14/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_ECHO='echo'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "libIDL"
# #define PACKAGE_TARNAME "libIDL"
# #define PACKAGE_VERSION "0.8.14"
# #define PACKAGE_STRING "libIDL 0.8.14"
# #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=libIDL"
# #define LIBIDL_VERSION "0.8.14"
# #define HAVE_CPP_PIPE_STDIN 1
# #define CPP_PROGRAM "clang -E"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define STDC_HEADERS 1
# #define HAVE_STDDEF_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_WCHAR_H 1
# #define HAVE_POPEN 1
# #define HAVE_SYMLINK 1
# #define HAVE_ACCESS 1
# #define SIZEOF_LONG_LONG 8
#
# configure: exit 0