Build of libytnef with vanilla toolchain

The build took 00h 00m 47s and was SUCCESSFUL.

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

SLOCLanguage
7,140 sh
2,275 ansic
386 makefile
9,801 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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libytnef 1.5-4 (Wed Aug 24 13:56:58 UTC 2016)
# ==> 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... no
# checking for gcc... gcc
# checking for C compiler default output... 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 gcc accepts -g... yes
# checking for gcc option to accept ANSI C... none needed
# checking for style of include used by make... GNU
# checking dependency style of gcc... 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... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for /usr/sbin/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... gcc -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 gcc option to produce PIC... -fPIC
# checking if gcc PIC flag -fPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.lo... yes
# checking if gcc supports -fno-rtti -fno-exceptions... yes
# checking whether the linker (/usr/sbin/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... yes
# 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 gcc -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
# gcc -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: In function 'TNEFHexBreakdown':
# ytnef.c:568:9: warning: 'return' with no value, in function returning non-void
# return;
# ^~~~~~
# ytnef.c:565:5: note: declared here
# int TNEFHexBreakdown STD_ARGLIST {
# ^~~~~~~~~~~~~~~~
# ytnef.c: In function 'TNEFDetailedPrint':
# ytnef.c:583:9: warning: 'return' with no value, in function returning non-void
# return;
# ^~~~~~
# ytnef.c:580:5: note: declared here
# int TNEFDetailedPrint STD_ARGLIST {
# ^~~~~~~~~~~~~~~~~
# ytnef.c: In function 'MAPIPrint':
# ytnef.c:1251:24: warning: implicit declaration of function 'IsCompressedRTF' [-Wimplicit-function-declaration]
# if(IsCompressedRTF(mapidata)==1) {
# ^~~~~~~~~~~~~~~
# ytnef.c:1263:33: warning: implicit declaration of function 'isprint' [-Wimplicit-function-declaration]
# if (isprint(mapidata->data[h]))
# ^~~~~~~
# /bin/sh ./libtool --mode=link gcc -o libytnef.la -rpath /usr/lib ytnef.lo
# mkdir .libs
# rm -fr .libs/libytnef.la .libs/libytnef.* .libs/libytnef.*
# (cd . && ln -s ytnef.lo ytnef.o)
# gcc -shared ytnef.lo -Wl,-soname -Wl,libytnef.so.0 -o .libs/libytnef.so.0.0.0
# (cd .libs && rm -f libytnef.so.0 && ln -s libytnef.so.0.0.0 libytnef.so.0)
# (cd .libs && rm -f libytnef.so && ln -s libytnef.so.0.0.0 libytnef.so)
# creating libytnef.la
# (cd .libs && rm -f libytnef.la && ln -s ../libytnef.la libytnef.la)
# make[1]: Leaving directory '/tmp/libytnef/src/libytnef-1.5'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# cd . && /bin/sh ./config.status config.h
# config.status: creating config.h
# config.status: config.h is unchanged
# make[1]: Entering directory '/tmp/libytnef/src/libytnef-1.5'
# /bin/sh ./mkinstalldirs /tmp/libytnef/pkg/libytnef/usr/include
# cd . && /bin/sh ./config.status config.h
# mkdir -p -- /tmp/libytnef/pkg/libytnef/usr/include
# /tmp/libytnef/src/libytnef-1.5/install-sh -c -m 644 ytnef.h /tmp/libytnef/pkg/libytnef/usr/include/ytnef.h
# /tmp/libytnef/src/libytnef-1.5/install-sh -c -m 644 mapi.h /tmp/libytnef/pkg/libytnef/usr/include/mapi.h
# /tmp/libytnef/src/libytnef-1.5/install-sh -c -m 644 mapidefs.h /tmp/libytnef/pkg/libytnef/usr/include/mapidefs.h
# /tmp/libytnef/src/libytnef-1.5/install-sh -c -m 644 mapitags.h /tmp/libytnef/pkg/libytnef/usr/include/mapitags.h
# /tmp/libytnef/src/libytnef-1.5/install-sh -c -m 644 tnef-types.h /tmp/libytnef/pkg/libytnef/usr/include/tnef-types.h
# config.status: creating config.h
# /tmp/libytnef/src/libytnef-1.5/install-sh -c -m 644 tnef-errors.h /tmp/libytnef/pkg/libytnef/usr/include/tnef-errors.h
# config.status: config.h is unchanged
# /bin/sh ./mkinstalldirs /tmp/libytnef/pkg/libytnef/usr/lib
# mkdir -p -- /tmp/libytnef/pkg/libytnef/usr/lib
# /bin/sh ./libtool --mode=install /usr/bin/install -c libytnef.la /tmp/libytnef/pkg/libytnef/usr/lib/libytnef.la
# /usr/bin/install -c .libs/libytnef.so.0.0.0 /tmp/libytnef/pkg/libytnef/usr/lib/libytnef.so.0.0.0
# (cd /tmp/libytnef/pkg/libytnef/usr/lib && rm -f libytnef.so.0 && ln -s libytnef.so.0.0.0 libytnef.so.0)
# (cd /tmp/libytnef/pkg/libytnef/usr/lib && rm -f libytnef.so && ln -s libytnef.so.0.0.0 libytnef.so)
# /usr/bin/install -c .libs/libytnef.lai /tmp/libytnef/pkg/libytnef/usr/lib/libytnef.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[1]: Leaving directory '/tmp/libytnef/src/libytnef-1.5'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libytnef"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libytnef 1.5-4 (Wed Aug 24 13:57:06 UTC 2016)

CMD: pacman --query --file libytnef-1.5-4-x86_64.pkg.tar.xz
# libytnef 1.5-4

Creating hybrid package for 'libytnef'

Trying to find vanilla package 'libytnef'...

CMD: pacman --query --file /mirror/libytnef-1.5-4.pkg.tar.xz
# libytnef 1.5-4

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/include/ytnef.h
# /usr/include/mapi.h
# /usr/include/mapidefs.h
# /usr/include/mapitags.h
# /usr/include/tnef-types.h
# /usr/include/tnef-errors.h
# /usr/lib/libytnef.so.0
# /usr/lib/libytnef.so
# /usr/lib/libytnef.so.0.0.0
# /sysroot/usr/lib/libytnef.so.0.0.0
# /sysroot/usr/lib/libytnef.so.0
# /sysroot/usr/lib/libytnef.so
# /sysroot/usr/lib/libytnef.la
# /sysroot/usr/include/ytnef.h
# /sysroot/usr/include/mapi.h
# /sysroot/usr/include/mapidefs.h
# /sysroot/usr/include/mapitags.h
# /sysroot/usr/include/tnef-types.h
# /sysroot/usr/include/tnef-errors.h

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libytnef.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libytnef.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/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 = 788b409dbf06
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /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: /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 /usr/sbin/strip
# configure:1813: result: strip
# configure:1850: checking for x86_64-unknown-linux-gcc
# configure:1879: result: no
# configure:1888: checking for gcc
# configure:1904: found /usr/sbin/gcc
# configure:1914: result: gcc
# configure:2158: checking for C compiler version
# configure:2161: gcc --version &5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:2164: $? = 0
# configure:2166: gcc -v &5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2169: $? = 0
# configure:2171: gcc -V &5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2174: $? = 1
# configure:2198: checking for C compiler default output
# configure:2201: gcc conftest.c >&5
# configure:2204: $? = 0
# configure:2250: result: a.out
# configure:2255: checking whether the C compiler works
# configure:2261: ./a.out
# configure:2264: $? = 0
# configure:2281: result: yes
# configure:2288: checking whether we are cross compiling
# configure:2290: result: no
# configure:2293: checking for suffix of executables
# configure:2295: gcc -o conftest conftest.c >&5
# configure:2298: $? = 0
# configure:2323: result:
# configure:2329: checking for suffix of object files
# configure:2351: gcc -c conftest.c >&5
# configure:2354: $? = 0
# configure:2376: result: o
# configure:2380: checking whether we are using the GNU C compiler
# configure:2405: gcc -c conftest.c >&5
# configure:2408: $? = 0
# configure:2411: test -s conftest.o
# configure:2414: $? = 0
# configure:2427: result: yes
# configure:2433: checking whether gcc accepts -g
# configure:2455: gcc -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 gcc option to accept ANSI C
# configure:2553: gcc -c conftest.c >&5
# configure:2556: $? = 0
# configure:2559: test -s conftest.o
# configure:2562: $? = 0
# configure:2580: result: none needed
# configure:2598: gcc -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^~~~~
# conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
# 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 gcc
# 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: /usr/sbin/ld
# configure:3066: checking if the linker (/usr/sbin/ld) is GNU ld
# GNU ld (GNU Binutils) 2.26.1
# configure:3078: result: yes
# configure:3083: checking for /usr/sbin/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: gcc -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: gcc -o conftest conftest.c conftstm.o >&5
# configure:3482: $? = 0
# configure:3526: result: ok
# configure:3535: checking how to run the C preprocessor
# configure:3571: gcc -E conftest.c
# configure:3577: $? = 0
# configure:3609: gcc -E conftest.c
# configure:3610:28: fatal error: ac_nonexistent.h: No such file or directory
# (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
# ^
# compilation terminated.
# 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: gcc -E
# configure:3678: gcc -E conftest.c
# configure:3684: $? = 0
# configure:3716: gcc -E conftest.c
# configure:3717:28: fatal error: ac_nonexistent.h: No such file or directory
# (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
# ^
# compilation terminated.
# 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: gcc -c conftest.c >&5
# configure:3809: $? = 0
# configure:3812: test -s conftest.o
# configure:3815: $? = 0
# configure:3907: gcc -o conftest conftest.c >&5
# configure: In function 'main':
# configure:3902:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(2);
# ^~~~
# configure:3902:7: warning: incompatible implicit declaration of built-in function 'exit'
# configure:3902:7: note: include '' or provide a declaration of 'exit'
# configure:3903:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit (0);
# ^~~~
# configure:3903:3: note: include '' or provide a declaration of 'exit'
# configure:3910: $? = 0
# configure:3912: ./conftest
# configure:3915: $? = 0
# configure:3930: result: yes
# configure:3954: checking for sys/types.h
# configure:3971: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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 /usr/sbin/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 gcc option to produce PIC
# configure:4824: result: -fPIC
# configure:4828: checking if gcc PIC flag -fPIC works
# configure:4852: gcc -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 gcc static flag -static works
# configure:4940: gcc -o conftest -static conftest.c >&5
# configure:4943: $? = 0
# configure:4946: test -s conftest
# configure:4949: $? = 0
# configure:4965: result: yes
# configure:4977: checking if gcc supports -c -o file.o
# configure:4997: gcc -c -o out/conftest2.o conftest.c >&5
# configure:5021: result: yes
# configure:5026: checking if gcc supports -c -o file.lo
# configure:5054: gcc -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 gcc supports -fno-rtti -fno-exceptions
# configure:5139: gcc -c -fno-rtti -fno-exceptions -c conftest.c conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:5142: $? = 0
# configure:5145: test -s conftest.o
# configure:5148: $? = 0
# configure:5165: result: yes
# configure:5176: checking whether the linker (/usr/sbin/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: gcc -c conftest.c >&5
# configure:7022: $? = 0
# configure:7036: gcc -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: gcc -c conftest.c >&5
# configure:7962: $? = 0
# configure:7965: test -s conftest.o
# configure:7968: $? = 0
# configure:7993: gcc -c conftest.c >&5
# configure: In function 'main':
# configure:8002:2: error: unknown type name 'not'
# echo "$as_me:$LINENO: \$? = $ac_status" >&5
# ^~~
# configure:8002:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# echo "$as_me:$LINENO: \$? = $ac_status" >&5
# ^~~~~~
# 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:8309: gcc -o conftest conftest.c >&5
# configure:8312: $? = 0
# configure:8314: ./conftest
# configure:8317: $? = 0
# configure:8331: result: yes
# configure:8358: checking for memset
# configure:8408: gcc -o conftest conftest.c >&5
# configure:8405:6: warning: conflicting types for built-in function 'memset'
# }
# ^
# 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 788b409dbf06
#
# config.status:661: creating Makefile
# config.status:765: creating config.h
# config.status:990: 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 788b409dbf06
#
# config.status:662: creating Makefile
# config.status:662: creating libytnef.spec
# config.status:766: creating config.h
# config.status:885: config.h is unchanged
# config.status:991: 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=
# ac_cv_env_CC_value=
# 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=yes
# 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_CPP='gcc -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_CC=gcc
# 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=/usr/sbin/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=-static
# lt_cv_prog_cc_static_works=yes
# 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='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='gcc -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=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTLIBOBJS=''
# 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='gcc'
# 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 1
# #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"
#
# 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 788b409dbf06
#
# config.status:766: creating config.h
# config.status:885: 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 788b409dbf06
#
# config.status:766: creating config.h
# config.status:885: 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 788b409dbf06
#
# config.status:766: creating config.h
# config.status:885: 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 788b409dbf06
#
# config.status:766: creating config.h
# config.status:885: config.h is unchanged