Build of libytnef with musl toolchain

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

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

SLOCLanguage
7,140 sh
2,276 ansic
386 makefile
9,802 total

The process tree of the build process is here.

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libytnef 1.5-4 (Wed Apr 5 01:34:43 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 gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... yes
# 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 ANSI C... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for ld used by GCC... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for /sysroot/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... nm
# checking whether ln -s works... yes
# checking how to recognise dependant libraries... file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
# checking command to parse nm output... ok
# checking how to run the C preprocessor... clang -E
# checking for egrep... grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking for x86_64-unknown-linux-file... no
# checking for file... /usr/bin/file
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... strip
# checking for objdir... .libs
# checking for clang option to produce PIC... -fPIC
# checking if clang PIC flag -fPIC works... yes
# checking if clang static flag -static works... no
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.lo... yes
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking whether the linker (/sysroot/bin/ld) supports shared libraries... yes
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# checking whether -lc should be explicitly linked in... no
# creating libtool
# checking for ANSI C header files... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking whether byte ordering is bigendian... no
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... no
# checking for memset... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating libytnef.spec
# config.status: creating config.h
# config.status: config.h is unchanged
# config.status: executing depfiles commands
# cd . && /bin/sh ./config.status config.h
# config.status: creating config.h
# config.status: config.h is unchanged
# make all-am
# make[1]: Entering directory '/tmp/libytnef/src/libytnef-1.5'
# source='ytnef.c' object='ytnef.lo' libtool=yes \
# depfile='.deps/ytnef.Plo' tmpdepfile='.deps/ytnef.TPlo' \
# depmode=gcc3 /bin/sh ./depcomp \
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -c -o ytnef.lo `test -f 'ytnef.c' || echo './'`ytnef.c
# cd . && /bin/sh ./config.status config.h
# config.status: creating config.h
# clang -DHAVE_CONFIG_H -I. -I. -I. -c ytnef.c -MT ytnef.lo -MD -MP -MF .deps/ytnef.TPlo -fPIC -DPIC -o ytnef.lo
# config.status: config.h is unchanged
# ytnef.c:158:18: warning: implicit declaration of function 'rpl_malloc' is invalid in C99 [-Wimplicit-function-declaration]
# char *utf8 = malloc(3 * len/2 + 1);
# ^
# ./config.h:70:16: note: expanded from macro 'malloc'
# #define malloc rpl_malloc
# ^
# ytnef.c:158:11: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion]
# char *utf8 = malloc(3 * len/2 + 1);
# ^ ~~~~~~~~~~~~~~~~~~~~~
# ytnef.c:161:28: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# unsigned int c = SwapWord(buf+i);
# ^~~~~
# ytnef.c:103:21: note: passing argument to parameter 'p' here
# WORD SwapWord(BYTE *p)
# ^
# ytnef.c:280:1: warning: control reaches end of non-void function [-Wreturn-type]
# }
# ^
# ytnef.c:416:37: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# vl->data = to_utf8(vl->size, d);
# ^
# ytnef.c:154:30: note: passing argument to parameter 'buf' here
# char* to_utf8(int len, char* buf)
# ^
# ytnef.c:469:58: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
# printf("Read %i bytes, Expected %i bytes\n", (d-data), size);
# ~~ ^~~~~~~~
# %li
# ytnef.c:470:42: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
# printf("%i bytes missing\n", size - (d-data));
# ~~ ^~~~~~~~~~~~~~~
# %li
# ytnef.c:475:58: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
# printf("Read %i bytes, Expected %i bytes\n", (d-data), size);
# ~~ ^~~~~~~~
# %li
# ytnef.c:476:40: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
# printf("%i bytes extra\n", (d-data)-size);
# ~~ ^~~~~~~~~~~~~
# %li
# ytnef.c:502:1: warning: control reaches end of non-void function [-Wreturn-type]
# }
# ^
# ytnef.c:555:38: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
# printf("%hu:%02hu:%02hu pm", (Date.wHour-12),
# ~~~ ^~~~~~~~~~~~~~~
# %d
# ytnef.c:568:9: error: non-void function 'TNEFHexBreakdown' should return a value [-Wreturn-type]
# return;
# ^
# ytnef.c:583:9: error: non-void function 'TNEFDetailedPrint' should return a value [-Wreturn-type]
# return;
# ^
# ytnef.c:664:28: warning: data argument not used by format string [-Wformat-extra-args]
# DEBUG1(TNEF->Debug, 2, "Key = %i", *key);
# ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
# ytnef.c:17:51: note: expanded from macro 'DEBUG1'
# printf("DEBUG(%i/%i):", curlvl, lvl, msg); \
# ~~~~~~~~~~~~~~~ ^
# ytnef.c:687:28: warning: data argument not used by format string [-Wformat-extra-args]
# DEBUG1(TNEF->Debug, 2, "Type = %i", *type);
# ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# ytnef.c:17:51: note: expanded from macro 'DEBUG1'
# printf("DEBUG(%i/%i):", curlvl, lvl, msg); \
# ~~~~~~~~~~~~~~~ ^
# ytnef.c:698:28: warning: data argument not used by format string [-Wformat-extra-args]
# DEBUG1(TNEF->Debug, 2, "Size = %i", *size);
# ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# ytnef.c:17:51: note: expanded from macro 'DEBUG1'
# printf("DEBUG(%i/%i):", curlvl, lvl, msg); \
# ~~~~~~~~~~~~~~~ ^
# ytnef.c:844:29: warning: data argument not used by format string [-Wformat-extra-args]
# DEBUG1(finfo->Debug, 3, "Opening %s", finfo->filename);
# ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ytnef.c:17:51: note: expanded from macro 'DEBUG1'
# printf("DEBUG(%i/%i):", curlvl, lvl, msg); \
# ~~~~~~~~~~~~~~~ ^
# ytnef.c:856:29: warning: data argument not used by format string [-Wformat-extra-args]
# DEBUG2(finfo->Debug, 3, "Reading %i blocks of %i size", count, size);
# ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ytnef.c:23:51: note: expanded from macro 'DEBUG2'
# printf("DEBUG(%i/%i):", curlvl, lvl, msg); \
# ~~~~~~~~~~~~~~~ ^
# ytnef.c:868:29: warning: data argument not used by format string [-Wformat-extra-args]
# DEBUG1(finfo->Debug, 3, "Closing file %s", finfo->filename);
# ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ytnef.c:17:51: note: expanded from macro 'DEBUG1'
# printf("DEBUG(%i/%i):", curlvl, lvl, msg); \
# ~~~~~~~~~~~~~~~ ^
# ytnef.c:914:29: warning: data argument not used by format string [-Wformat-extra-args]
# DEBUG1(minfo->Debug, 3, "Copying %i bytes", length);
# ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
# ytnef.c:17:51: note: expanded from macro 'DEBUG1'
# printf("DEBUG(%i/%i):", curlvl, lvl, msg); \
# ~~~~~~~~~~~~~~~ ^
# ytnef.c:995:32: warning: data argument not used by format string [-Wformat-extra-args]
# DEBUG2(TNEF->Debug, 2, "Header says type=%i, size=%i", type, size);
# ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ytnef.c:23:51: note: expanded from macro 'DEBUG2'
# printf("DEBUG(%i/%i):", curlvl, lvl, msg); \
# ~~~~~~~~~~~~~~~ ^
# ytnef.c:1034:48: warning: data argument not used by format string [-Wformat-extra-args]
# DEBUG2(TNEF->Debug, 1, "No handler for %s: %i bytes",
# ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ytnef.c:23:51: note: expanded from macro 'DEBUG2'
# printf("DEBUG(%i/%i):", curlvl, lvl, msg); \
# ~~~~~~~~~~~~~~~ ^
# ytnef.c:1229:38: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# MAPISysTimetoDTR(mapidata->data, &thedate);
# ^~~~~~~~~~~~~~
# ytnef.c:1079:28: note: passing argument to parameter 'data' here
# int MAPISysTimetoDTR(BYTE *data, dtr *thedate)
# ^
# ytnef.c:1235:48: warning: format specifies type 'long' but the argument has type 'char' [-Wformat]
# printf(" Value: %li\n", *(mapidata->data));
# ~~~ ^~~~~~~~~~~~~~~~~
# %hhi
# ytnef.c:1238:48: warning: format specifies type 'short' but the argument has type 'char' [-Wformat]
# printf(" Value: %hi\n", *(mapidata->data));
# ~~~ ^~~~~~~~~~~~~~~~~
# %hhi
# ytnef.c:1251:24: warning: implicit declaration of function 'IsCompressedRTF' is invalid in C99 [-Wimplicit-function-declaration]
# if(IsCompressedRTF(mapidata)==1) {
# ^
# ytnef.c:1255:41: warning: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if((vlTemp.data = DecompressRTF(mapidata, &(vlTemp.size))) != NULL) {
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ytnef.c:1263:33: warning: implicit declaration of function 'isprint' is invalid in C99 [-Wimplicit-function-declaration]
# if (isprint(mapidata->data[h]))
# ^
# ytnef.c:1299:9: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# src = p->data;
# ^ ~~~~~~~
# ytnef.c:1333:9: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# src = p->data;
# ^ ~~~~~~~
# 28 warnings and 2 errors generated.
# make[1]: *** [Makefile:228: ytnef.lo] Error 1
# make[1]: Leaving directory '/tmp/libytnef/src/libytnef-1.5'
# make: *** [Makefile:134: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/libytnef/src/libytnef-1.5/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 libytnef configure 1.5, which was
# generated by GNU Autoconf 2.57. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-static
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 19d384b17677
# 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
# 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:1491: checking for a BSD-compatible install
# configure:1545: result: /usr/bin/install -c
# configure:1556: checking whether build environment is sane
# configure:1599: result: yes
# configure:1632: checking for gawk
# configure:1648: found /usr/sbin/gawk
# configure:1658: result: gawk
# configure:1668: checking whether make sets $(MAKE)
# configure:1688: result: yes
# configure:1748: checking for x86_64-unknown-linux-strip
# configure:1777: result: no
# configure:1786: checking for strip
# configure:1802: found /sysroot/bin/strip
# configure:1813: result: strip
# configure:1850: checking for x86_64-unknown-linux-gcc
# configure:1876: result: clang
# configure:2158: checking for C compiler version
# configure:2161: clang --version &5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2164: $? = 0
# configure:2166: 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:2169: $? = 0
# configure:2171: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2174: $? = 1
# configure:2198: checking for C compiler default output
# configure:2201: clang conftest.c >&5
# configure:2204: $? = 0
# configure:2250: result: a.out
# configure:2255: checking whether the C compiler works
# configure:2261: ./a.out
# ./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:2264: $? = 127
# configure:2281: result: yes
# configure:2288: checking whether we are cross compiling
# configure:2290: result: yes
# configure:2293: checking for suffix of executables
# configure:2295: clang -o conftest conftest.c >&5
# configure:2298: $? = 0
# configure:2323: result:
# configure:2329: checking for suffix of object files
# configure:2351: clang -c conftest.c >&5
# configure:2354: $? = 0
# configure:2376: result: o
# configure:2380: checking whether we are using the GNU C compiler
# configure:2405: clang -c conftest.c >&5
# configure:2408: $? = 0
# configure:2411: test -s conftest.o
# configure:2414: $? = 0
# configure:2427: result: yes
# configure:2433: checking whether clang accepts -g
# configure:2455: clang -c -g conftest.c >&5
# configure:2458: $? = 0
# configure:2461: test -s conftest.o
# configure:2464: $? = 0
# configure:2475: result: yes
# configure:2492: checking for clang option to accept ANSI C
# configure:2553: clang -c conftest.c >&5
# configure:2556: $? = 0
# configure:2559: test -s conftest.o
# configure:2562: $? = 0
# configure:2580: result: none needed
# configure:2598: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:2601: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:2729: checking for style of include used by make
# configure:2757: result: GNU
# configure:2785: checking dependency style of clang
# configure:2847: result: gcc3
# configure:2924: checking build system type
# configure:2942: result: x86_64-unknown-linux-gnu
# configure:2950: checking host system type
# configure:2964: result: x86_64-unknown-linux-gnu
# configure:2994: checking for ld used by GCC
# configure:3057: result: /sysroot/bin/ld
# configure:3066: checking if the linker (/sysroot/bin/ld) is GNU ld
# GNU gold (GNU Binutils 2.26.20160125) 1.11
# configure:3078: result: yes
# configure:3083: checking for /sysroot/bin/ld option to reload object files
# configure:3090: result: -r
# configure:3095: checking for BSD-compatible nm
# configure:3131: result: nm
# configure:3134: checking whether ln -s works
# configure:3138: result: yes
# configure:3145: checking how to recognise dependant libraries
# configure:3323: result: file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
# configure:3336: checking command to parse nm output
# configure:3417: clang -c conftest.c >&5
# configure:3420: $? = 0
# configure:3424: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
# configure:3427: $? = 0
# configure:3479: clang -o conftest conftest.c conftstm.o >&5
# conftest.c:6:1: warning: variable named 'main' with external linkage has undefined behavior [-Wmain]
# extern char main;
# ^
# 1 warning generated.
# configure:3482: $? = 0
# configure:3526: result: ok
# configure:3535: checking how to run the C preprocessor
# configure:3571: clang -E conftest.c
# configure:3577: $? = 0
# configure:3609: clang -E conftest.c
# configure:3610:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3615: $? = 1
# configure: failed program was:
# | #line 3600 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "libytnef"
# | #define PACKAGE_TARNAME "libytnef"
# | #define PACKAGE_VERSION "1.5"
# | #define PACKAGE_STRING "libytnef 1.5"
# | #define PACKAGE_BUGREPORT "yerase@yeraze.com"
# | #define PACKAGE "libytnef"
# | #define VERSION "1.5"
# | /* end confdefs.h. */
# | #include
# configure:3653: result: clang -E
# configure:3678: clang -E conftest.c
# configure:3684: $? = 0
# configure:3716: clang -E conftest.c
# configure:3717:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3722: $? = 1
# configure: failed program was:
# | #line 3707 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "libytnef"
# | #define PACKAGE_TARNAME "libytnef"
# | #define PACKAGE_VERSION "1.5"
# | #define PACKAGE_STRING "libytnef 1.5"
# | #define PACKAGE_BUGREPORT "yerase@yeraze.com"
# | #define PACKAGE "libytnef"
# | #define VERSION "1.5"
# | /* end confdefs.h. */
# | #include
# configure:3765: checking for egrep
# configure:3775: result: grep -E
# configure:3780: checking for ANSI C header files
# configure:3806: clang -c conftest.c >&5
# configure:3809: $? = 0
# configure:3812: test -s conftest.o
# configure:3815: $? = 0
# configure:3930: result: yes
# configure:3954: checking for sys/types.h
# configure:3971: clang -c conftest.c >&5
# configure:3974: $? = 0
# configure:3977: test -s conftest.o
# configure:3980: $? = 0
# configure:3991: result: yes
# configure:3954: checking for sys/stat.h
# configure:3971: clang -c conftest.c >&5
# configure:3974: $? = 0
# configure:3977: test -s conftest.o
# configure:3980: $? = 0
# configure:3991: result: yes
# configure:3954: checking for stdlib.h
# configure:3971: clang -c conftest.c >&5
# configure:3974: $? = 0
# configure:3977: test -s conftest.o
# configure:3980: $? = 0
# configure:3991: result: yes
# configure:3954: checking for string.h
# configure:3971: clang -c conftest.c >&5
# configure:3974: $? = 0
# configure:3977: test -s conftest.o
# configure:3980: $? = 0
# configure:3991: result: yes
# configure:3954: checking for memory.h
# configure:3971: clang -c conftest.c >&5
# configure:3974: $? = 0
# configure:3977: test -s conftest.o
# configure:3980: $? = 0
# configure:3991: result: yes
# configure:3954: checking for strings.h
# configure:3971: clang -c conftest.c >&5
# configure:3974: $? = 0
# configure:3977: test -s conftest.o
# configure:3980: $? = 0
# configure:3991: result: yes
# configure:3954: checking for inttypes.h
# configure:3971: clang -c conftest.c >&5
# configure:3974: $? = 0
# configure:3977: test -s conftest.o
# configure:3980: $? = 0
# configure:3991: result: yes
# configure:3954: checking for stdint.h
# configure:3971: clang -c conftest.c >&5
# configure:3974: $? = 0
# configure:3977: test -s conftest.o
# configure:3980: $? = 0
# configure:3991: result: yes
# configure:3954: checking for unistd.h
# configure:3971: clang -c conftest.c >&5
# configure:3974: $? = 0
# configure:3977: test -s conftest.o
# configure:3980: $? = 0
# configure:3991: result: yes
# configure:4017: checking dlfcn.h usability
# configure:4030: clang -c conftest.c >&5
# configure:4033: $? = 0
# configure:4036: test -s conftest.o
# configure:4039: $? = 0
# configure:4049: result: yes
# configure:4053: checking dlfcn.h presence
# configure:4064: clang -E conftest.c
# configure:4070: $? = 0
# configure:4089: result: yes
# configure:4125: checking for dlfcn.h
# configure:4132: result: yes
# configure:4153: checking for x86_64-unknown-linux-file
# configure:4211: result: no
# configure:4217: checking for file
# configure:4272: result: /usr/bin/file
# configure:4291: checking for x86_64-unknown-linux-ranlib
# configure:4320: result: no
# configure:4329: checking for ranlib
# configure:4345: found /sysroot/bin/ranlib
# configure:4356: result: ranlib
# configure:4371: checking for x86_64-unknown-linux-strip
# configure:4397: result: strip
# configure:4646: checking for objdir
# configure:4657: result: .libs
# configure:4674: checking for clang option to produce PIC
# configure:4824: result: -fPIC
# configure:4828: checking if clang PIC flag -fPIC works
# configure:4852: clang -c -fPIC -DPIC conftest.c >&5
# configure:4855: $? = 0
# configure:4858: test -s conftest.o
# configure:4861: $? = 0
# configure:4899: result: yes
# configure:4915: checking if clang static flag -static works
# configure:4940: clang -o conftest -static conftest.c >&5
# //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginT.o(.text+0x1): error: undefined reference to '__TMC_END__'
# //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginT.o(.text+0x41): error: undefined reference to '__TMC_END__'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4943: $? = 1
# configure: failed program was:
# | #line 4923 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "libytnef"
# | #define PACKAGE_TARNAME "libytnef"
# | #define PACKAGE_VERSION "1.5"
# | #define PACKAGE_STRING "libytnef 1.5"
# | #define PACKAGE_BUGREPORT "yerase@yeraze.com"
# | #define PACKAGE "libytnef"
# | #define VERSION "1.5"
# | #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
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:4965: result: no
# configure:4977: checking if clang supports -c -o file.o
# configure:4997: clang -c -o out/conftest2.o conftest.c >&5
# configure:5021: result: yes
# configure:5026: checking if clang supports -c -o file.lo
# configure:5054: clang -c -c -o conftest.lo conftest.c >&5
# configure:5057: $? = 0
# configure:5060: test -s conftest.lo
# configure:5063: $? = 0
# configure:5085: result: yes
# configure:5116: checking if clang supports -fno-rtti -fno-exceptions
# configure:5139: clang -c -fno-rtti -fno-exceptions -c conftest.c conftest.c >&5
# configure:5142: $? = 0
# configure:5145: test -s conftest.o
# configure:5148: $? = 0
# configure:5165: result: yes
# configure:5176: checking whether the linker (/sysroot/bin/ld) supports shared libraries
# configure:5856: result: yes
# configure:5861: checking how to hardcode library paths into programs
# configure:5885: result: immediate
# configure:5890: checking whether stripping libraries is possible
# configure:5895: result: yes
# configure:5906: checking dynamic linker characteristics
# configure:6299: result: GNU/Linux ld.so
# configure:6304: checking if libtool supports shared libraries
# configure:6306: result: yes
# configure:6309: checking whether to build shared libraries
# configure:6330: result: yes
# configure:6333: checking whether to build static libraries
# configure:6337: result: no
# configure:7011: checking whether -lc should be explicitly linked in
# configure:7019: clang -c conftest.c >&5
# configure:7022: $? = 0
# configure:7036: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:7039: $? = 0
# configure:7052: result: no
# configure:7626: checking for ANSI C header files
# configure:7776: result: yes
# configure:7792: checking for stdlib.h
# configure:7797: result: yes
# configure:7792: checking for string.h
# configure:7797: result: yes
# configure:7931: checking whether byte ordering is bigendian
# configure:7959: clang -c conftest.c >&5
# configure:7962: $? = 0
# configure:7965: test -s conftest.o
# configure:7968: $? = 0
# configure:7993: clang -c conftest.c >&5
# configure:8002:2: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:7996: $? = 1
# configure: failed program was:
# | #line 7971 "configure"
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "libytnef"
# | #define PACKAGE_TARNAME "libytnef"
# | #define PACKAGE_VERSION "1.5"
# | #define PACKAGE_STRING "libytnef 1.5"
# | #define PACKAGE_BUGREPORT "yerase@yeraze.com"
# | #define PACKAGE "libytnef"
# | #define VERSION "1.5"
# | #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 STDC_HEADERS 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:8116: result: no
# configure:8142: checking for stdlib.h
# configure:8147: result: yes
# configure:8279: checking for GNU libc compatible malloc
# configure:8331: result: no
# configure:8358: checking for memset
# configure:8408: clang -o conftest conftest.c >&5
# configure:8406:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# configure:8406:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:8411: $? = 0
# configure:8414: test -s conftest
# configure:8417: $? = 0
# configure:8428: result: yes
# configure:8543: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libytnef config.status 1.5, which was
# generated by GNU Autoconf 2.57. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 19d384b17677
#
# config.status:661: creating Makefile
# config.status:765: creating config.h
# config.status:992: executing depfiles commands
# configure:9834: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libytnef config.status 1.5, which was
# generated by GNU Autoconf 2.57. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 19d384b17677
#
# config.status:662: creating Makefile
# config.status:662: creating libytnef.spec
# config.status:766: creating config.h
# config.status:887: config.h is unchanged
# config.status:993: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# 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_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_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_exeext=
# ac_cv_func_malloc_0_nonnull=no
# ac_cv_func_memset=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_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_host=x86_64-unknown-linux-gnu
# ac_cv_host_alias=x86_64-unknown-linux
# ac_cv_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_make_make_set=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# lt_cv_archive_cmds_need_lc=no
# lt_cv_compiler_c_o=yes
# lt_cv_compiler_o_lo=yes
# lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file='/lib/libc.so /lib/libc.so.6 /lib/libc-2.23.so'
# lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
# lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_ld_reload_flag=-r
# lt_cv_path_LD=/sysroot/bin/ld
# lt_cv_path_MAGIC_CMD=/usr/bin/file
# lt_cv_path_NM=nm
# lt_cv_prog_cc_can_build_shared=yes
# lt_cv_prog_cc_no_builtin=
# lt_cv_prog_cc_pic=' -fPIC'
# lt_cv_prog_cc_pic_works=yes
# lt_cv_prog_cc_shlib=
# lt_cv_prog_cc_static=
# lt_cv_prog_cc_static_works=no
# lt_cv_prog_cc_wl=-Wl,
# lt_cv_prog_gnu_ld=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libytnef/src/libytnef-1.5/missing --run aclocal-1.6'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/libytnef/src/libytnef-1.5/missing --run tar'
# AUTOCONF='${SHELL} /tmp/libytnef/src/libytnef-1.5/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/libytnef/src/libytnef-1.5/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/libytnef/src/libytnef-1.5/missing --run automake-1.6'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=' malloc$U.o'
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTLIBOBJS=' malloc$U.lo'
# MAKEINFO='${SHELL} /tmp/libytnef/src/libytnef-1.5/missing --run makeinfo'
# OBJEXT='o'
# PACKAGE='libytnef'
# PACKAGE_BUGREPORT='yerase@yeraze.com'
# PACKAGE_NAME='libytnef'
# PACKAGE_STRING='libytnef 1.5'
# PACKAGE_TARNAME='libytnef'
# PACKAGE_VERSION='1.5'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.5'
# ac_ct_CC=''
# ac_ct_RANLIB='ranlib'
# ac_ct_STRIP='strip'
# am__include='include'
# am__quote=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${prefix}/share'
# 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'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# install_sh='/tmp/libytnef/src/libytnef-1.5/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='${prefix}/man'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define HAVE_DLFCN_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_MALLOC 0
# #define HAVE_MEMORY_H 1
# #define HAVE_MEMSET 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define PACKAGE "libytnef"
# #define PACKAGE_BUGREPORT "yerase@yeraze.com"
# #define PACKAGE_NAME "libytnef"
# #define PACKAGE_STRING "libytnef 1.5"
# #define PACKAGE_TARNAME "libytnef"
# #define PACKAGE_VERSION "1.5"
# #define STDC_HEADERS 1
# #define STDC_HEADERS 1
# #define VERSION "1.5"
# #define malloc rpl_malloc
#
# configure: exit 0
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libytnef config.status 1.5, which was
# generated by GNU Autoconf 2.57. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status config.h
#
# on 19d384b17677
#
# config.status:766: creating config.h
# config.status:887: config.h is unchanged
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libytnef config.status 1.5, which was
# generated by GNU Autoconf 2.57. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status config.h
#
# on 19d384b17677
#
# config.status:766: creating config.h
# config.status:887: config.h is unchanged