Build of xml2 with vanilla toolchain

The build took 00h 01m 13s and was SUCCESSFUL.

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

SLOCLanguage
787 sh
624 ansic
500 makefile
1,911 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: xml2 0.5-1 (Wed Aug 24 13:50:13 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 whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/sbin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for XML... yes
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for 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 stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for an ANSI C-conforming const... yes
# checking for size_t... yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible realloc... yes
# checking for vprintf... yes
# checking for _doprnt... no
# checking for memchr... yes
# checking for memmove... yes
# checking for memset... yes
# checking for strchr... yes
# checking for strcspn... yes
# checking for strdup... yes
# checking for strrchr... yes
# checking for strstr... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-am
# make[1]: Entering directory '/tmp/xml2/src/xml2-0.5'
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/libxml2 -MT xml2.o -MD -MP -MF ".deps/xml2.Tpo" -c -o xml2.o xml2.c; \
# then mv -f ".deps/xml2.Tpo" ".deps/xml2.Po"; else rm -f ".deps/xml2.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/libxml2 -MT 2xml.o -MD -MP -MF ".deps/2xml.Tpo" -c -o 2xml.o 2xml.c; \
# then mv -f ".deps/2xml.Tpo" ".deps/2xml.Po"; else rm -f ".deps/2xml.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/libxml2 -MT csv2.o -MD -MP -MF ".deps/csv2.Tpo" -c -o csv2.o csv2.c; \
# then mv -f ".deps/csv2.Tpo" ".deps/csv2.Po"; else rm -f ".deps/csv2.Tpo"; exit 1; fi
# if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/libxml2 -MT 2csv.o -MD -MP -MF ".deps/2csv.Tpo" -c -o 2csv.o 2csv.c; \
# then mv -f ".deps/2csv.Tpo" ".deps/2csv.Po"; else rm -f ".deps/2csv.Tpo"; exit 1; fi
# gcc -I/usr/include/libxml2 -o xml2 xml2.o -lxml2
# gcc -I/usr/include/libxml2 -o 2xml 2xml.o -lxml2
# gcc -I/usr/include/libxml2 -o csv2 csv2.o
# gcc -I/usr/include/libxml2 -o 2csv 2csv.o
# make[1]: Leaving directory '/tmp/xml2/src/xml2-0.5'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make[1]: Entering directory '/tmp/xml2/src/xml2-0.5'
# test -z "/usr/bin" || mkdir -p -- "/tmp/xml2/pkg/xml2/usr/bin"
# make[1]: Nothing to be done for 'install-data-am'.
# /usr/bin/install -c 'xml2' '/tmp/xml2/pkg/xml2/usr/bin/xml2'
# /usr/bin/install -c '2xml' '/tmp/xml2/pkg/xml2/usr/bin/2xml'
# /usr/bin/install -c 'csv2' '/tmp/xml2/pkg/xml2/usr/bin/csv2'
# /usr/bin/install -c '2csv' '/tmp/xml2/pkg/xml2/usr/bin/2csv'
# make install-exec-hook
# make[2]: Entering directory '/tmp/xml2/src/xml2-0.5'
# ln -sf /tmp/xml2/pkg/xml2/usr/bin/xml2 /tmp/xml2/pkg/xml2/usr/bin/html2
# ln -sf /tmp/xml2/pkg/xml2/usr/bin/2xml /tmp/xml2/pkg/xml2/usr/bin/2html
# make[2]: Leaving directory '/tmp/xml2/src/xml2-0.5'
# make[1]: Leaving directory '/tmp/xml2/src/xml2-0.5'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "xml2"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: xml2 0.5-1 (Wed Aug 24 13:50:21 UTC 2016)

CMD: pacman --query --file xml2-0.5-1-x86_64.pkg.tar.xz
# xml2 0.5-1

Creating hybrid package for 'xml2'

Trying to find vanilla package 'xml2'...

CMD: pacman --query --file /mirror/tinyxml2-3.0.0-1.pkg.tar.xz
# tinyxml2 3.0.0-1

CMD: pacman --query --file /mirror/libxml2-2.9.4+0+gbdec218-2.pkg.tar.xz
# libxml2 2.9.4+0+gbdec218-2

CMD: pacman --query --file /mirror/xml2-0.5-1.pkg.tar.xz
# xml2 0.5-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/2html
# /usr/bin/2csv
# /usr/bin/2xml
# /usr/bin/html2
# /usr/bin/xml2
# /usr/bin/csv2

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr .MTREE

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/xml2.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 437

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/xml2.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 3835

Attempting to access local repository, attempt 3

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/xml2.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/xml2.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/xml2/src/xml2-0.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 xml2 configure 0.5, which was
# generated by GNU Autoconf 2.67. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 06b21ae94da9
# 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
# /usr/bin/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:2218: checking for a BSD-compatible install
# configure:2286: result: /usr/bin/install -c
# configure:2297: checking whether build environment is sane
# configure:2334: result: yes
# configure:2396: checking for gawk
# configure:2412: found /usr/sbin/gawk
# configure:2423: result: gawk
# configure:2434: checking whether make sets $(MAKE)
# configure:2456: result: yes
# configure:2530: checking for x86_64-unknown-linux-strip
# configure:2560: result: no
# configure:2570: checking for strip
# configure:2586: found /usr/sbin/strip
# configure:2597: result: strip
# configure:2647: checking for x86_64-unknown-linux-gcc
# configure:2677: result: no
# configure:2687: checking for gcc
# configure:2703: found /usr/sbin/gcc
# configure:2714: result: gcc
# configure:2943: checking for C compiler version
# configure:2952: 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:2963: $? = 0
# configure:2952: 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:2963: $? = 0
# configure:2952: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2963: $? = 1
# configure:2952: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:2963: $? = 1
# configure:2983: checking whether the C compiler works
# configure:3005: gcc conftest.c >&5
# configure:3009: $? = 0
# configure:3057: result: yes
# configure:3060: checking for C compiler default output file name
# configure:3062: result: a.out
# configure:3068: checking for suffix of executables
# configure:3075: gcc -o conftest conftest.c >&5
# configure:3079: $? = 0
# configure:3101: result:
# configure:3123: checking whether we are cross compiling
# configure:3131: gcc -o conftest conftest.c >&5
# configure:3135: $? = 0
# configure:3142: ./conftest
# configure:3146: $? = 0
# configure:3161: result: no
# configure:3166: checking for suffix of object files
# configure:3188: gcc -c conftest.c >&5
# configure:3192: $? = 0
# configure:3213: result: o
# configure:3217: checking whether we are using the GNU C compiler
# configure:3236: gcc -c conftest.c >&5
# configure:3236: $? = 0
# configure:3245: result: yes
# configure:3254: checking whether gcc accepts -g
# configure:3274: gcc -c -g conftest.c >&5
# configure:3274: $? = 0
# configure:3315: result: yes
# configure:3332: checking for gcc option to accept ISO C89
# configure:3396: gcc -c conftest.c >&5
# configure:3396: $? = 0
# configure:3409: result: none needed
# configure:3440: checking for style of include used by make
# configure:3468: result: GNU
# configure:3496: checking dependency style of gcc
# configure:3586: result: gcc3
# configure:3615: checking for x86_64-unknown-linux-pkg-config
# configure:3648: result: no
# configure:3658: checking for pkg-config
# configure:3676: found /usr/sbin/pkg-config
# configure:3688: result: /usr/sbin/pkg-config
# configure:3713: checking pkg-config is at least version 0.9.0
# configure:3716: result: yes
# configure:3726: checking for XML
# configure:3733: $PKG_CONFIG --exists --print-errors "libxml-2.0"
# configure:3736: $? = 0
# configure:3749: $PKG_CONFIG --exists --print-errors "libxml-2.0"
# configure:3752: $? = 0
# configure:3809: result: yes
# configure:3823: checking how to run the C preprocessor
# configure:3854: gcc -E conftest.c
# configure:3854: $? = 0
# configure:3868: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3868: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "xml2"
# | #define PACKAGE_TARNAME "xml2"
# | #define PACKAGE_VERSION "0.5"
# | #define PACKAGE_STRING "xml2 0.5"
# | #define PACKAGE_BUGREPORT "egnor@ofb.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "xml2"
# | #define VERSION "0.5"
# | /* end confdefs.h. */
# | #include
# configure:3893: result: gcc -E
# configure:3913: gcc -E conftest.c
# configure:3913: $? = 0
# configure:3927: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3927: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "xml2"
# | #define PACKAGE_TARNAME "xml2"
# | #define PACKAGE_VERSION "0.5"
# | #define PACKAGE_STRING "xml2 0.5"
# | #define PACKAGE_BUGREPORT "egnor@ofb.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "xml2"
# | #define VERSION "0.5"
# | /* end confdefs.h. */
# | #include
# configure:3956: checking for grep that handles long lines and -e
# configure:4014: result: /usr/sbin/grep
# configure:4019: checking for egrep
# configure:4081: result: /usr/sbin/grep -E
# configure:4086: checking for ANSI C header files
# configure:4106: gcc -c conftest.c >&5
# configure:4106: $? = 0
# configure:4179: gcc -o conftest conftest.c >&5
# configure:4179: $? = 0
# configure:4179: ./conftest
# configure:4179: $? = 0
# configure:4190: result: yes
# configure:4203: checking for sys/types.h
# configure:4203: gcc -c conftest.c >&5
# configure:4203: $? = 0
# configure:4203: result: yes
# configure:4203: checking for sys/stat.h
# configure:4203: gcc -c conftest.c >&5
# configure:4203: $? = 0
# configure:4203: result: yes
# configure:4203: checking for stdlib.h
# configure:4203: gcc -c conftest.c >&5
# configure:4203: $? = 0
# configure:4203: result: yes
# configure:4203: checking for string.h
# configure:4203: gcc -c conftest.c >&5
# configure:4203: $? = 0
# configure:4203: result: yes
# configure:4203: checking for memory.h
# configure:4203: gcc -c conftest.c >&5
# configure:4203: $? = 0
# configure:4203: result: yes
# configure:4203: checking for strings.h
# configure:4203: gcc -c conftest.c >&5
# configure:4203: $? = 0
# configure:4203: result: yes
# configure:4203: checking for inttypes.h
# configure:4203: gcc -c conftest.c >&5
# configure:4203: $? = 0
# configure:4203: result: yes
# configure:4203: checking for stdint.h
# configure:4203: gcc -c conftest.c >&5
# configure:4203: $? = 0
# configure:4203: result: yes
# configure:4203: checking for unistd.h
# configure:4203: gcc -c conftest.c >&5
# configure:4203: $? = 0
# configure:4203: result: yes
# configure:4218: checking for stdlib.h
# configure:4218: result: yes
# configure:4218: checking for string.h
# configure:4218: result: yes
# configure:4218: checking for unistd.h
# configure:4218: result: yes
# configure:4230: checking for an ANSI C-conforming const
# configure:4295: gcc -c conftest.c >&5
# configure:4295: $? = 0
# configure:4302: result: yes
# configure:4310: checking for size_t
# configure:4310: gcc -c conftest.c >&5
# configure:4310: $? = 0
# configure:4310: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:60:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:4310: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "xml2"
# | #define PACKAGE_TARNAME "xml2"
# | #define PACKAGE_VERSION "0.5"
# | #define PACKAGE_STRING "xml2 0.5"
# | #define PACKAGE_BUGREPORT "egnor@ofb.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "xml2"
# | #define VERSION "0.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_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_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
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4310: result: yes
# configure:4325: checking for stdlib.h
# configure:4325: result: yes
# configure:4335: checking for GNU libc compatible malloc
# configure:4359: gcc -o conftest conftest.c >&5
# configure:4359: $? = 0
# configure:4359: ./conftest
# configure:4359: $? = 0
# configure:4369: result: yes
# configure:4392: checking for stdlib.h
# configure:4392: result: yes
# configure:4402: checking for GNU libc compatible realloc
# configure:4426: gcc -o conftest conftest.c >&5
# configure:4426: $? = 0
# configure:4426: ./conftest
# configure:4426: $? = 0
# configure:4436: result: yes
# configure:4459: checking for vprintf
# configure:4459: gcc -o conftest conftest.c >&5
# conftest.c:51:6: warning: conflicting types for built-in function 'vprintf'
# char vprintf ();
# ^~~~~~~
# configure:4459: $? = 0
# configure:4459: result: yes
# configure:4465: checking for _doprnt
# configure:4465: gcc -o conftest conftest.c >&5
# /tmp/cc0ts3FH.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `_doprnt'
# collect2: error: ld returned 1 exit status
# configure:4465: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "xml2"
# | #define PACKAGE_TARNAME "xml2"
# | #define PACKAGE_VERSION "0.5"
# | #define PACKAGE_STRING "xml2 0.5"
# | #define PACKAGE_BUGREPORT "egnor@ofb.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "xml2"
# | #define VERSION "0.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_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_REALLOC 1
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | /* Define _doprnt to an innocuous variant, in case declares _doprnt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _doprnt innocuous__doprnt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _doprnt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _doprnt
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char _doprnt ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub__doprnt || defined __stub____doprnt
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _doprnt ();
# | ;
# | return 0;
# | }
# configure:4465: result: no
# configure:4479: checking for memchr
# configure:4479: gcc -o conftest conftest.c >&5
# conftest.c:52:6: warning: conflicting types for built-in function 'memchr'
# char memchr ();
# ^~~~~~
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for memmove
# configure:4479: gcc -o conftest conftest.c >&5
# conftest.c:53:6: warning: conflicting types for built-in function 'memmove'
# char memmove ();
# ^~~~~~~
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for memset
# configure:4479: gcc -o conftest conftest.c >&5
# conftest.c:54:6: warning: conflicting types for built-in function 'memset'
# char memset ();
# ^~~~~~
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for strchr
# configure:4479: gcc -o conftest conftest.c >&5
# conftest.c:55:6: warning: conflicting types for built-in function 'strchr'
# char strchr ();
# ^~~~~~
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for strcspn
# configure:4479: gcc -o conftest conftest.c >&5
# conftest.c:56:6: warning: conflicting types for built-in function 'strcspn'
# char strcspn ();
# ^~~~~~~
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for strdup
# configure:4479: gcc -o conftest conftest.c >&5
# conftest.c:57:6: warning: conflicting types for built-in function 'strdup'
# char strdup ();
# ^~~~~~
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for strrchr
# configure:4479: gcc -o conftest conftest.c >&5
# conftest.c:58:6: warning: conflicting types for built-in function 'strrchr'
# char strrchr ();
# ^~~~~~~
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4479: checking for strstr
# configure:4479: gcc -o conftest conftest.c >&5
# conftest.c:59:6: warning: conflicting types for built-in function 'strstr'
# char strstr ();
# ^~~~~~
# configure:4479: $? = 0
# configure:4479: result: yes
# configure:4602: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by xml2 config.status 0.5, which was
# generated by GNU Autoconf 2.67. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 06b21ae94da9
#
# config.status:872: creating Makefile
# config.status:872: creating config.h
# config.status:1093: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=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_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_XML_CFLAGS_set=
# ac_cv_env_XML_CFLAGS_value=
# ac_cv_env_XML_LIBS_set=
# ac_cv_env_XML_LIBS_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__doprnt=no
# ac_cv_func_malloc_0_nonnull=yes
# ac_cv_func_memchr=yes
# ac_cv_func_memmove=yes
# ac_cv_func_memset=yes
# ac_cv_func_realloc_0_nonnull=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strcspn=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strrchr=yes
# ac_cv_func_strstr=yes
# ac_cv_func_vprintf=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_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# pkg_cv_XML_CFLAGS=-I/usr/include/libxml2
# pkg_cv_XML_LIBS=-lxml2
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/xml2/src/xml2-0.5/missing --run aclocal-1.9'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/xml2/src/xml2-0.5/missing --run tar'
# AUTOCONF='${SHELL} /tmp/xml2/src/xml2-0.5/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/xml2/src/xml2-0.5/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/xml2/src/xml2-0.5/missing --run automake-1.9'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/xml2/src/xml2-0.5/missing --run makeinfo'
# OBJEXT='o'
# PACKAGE='xml2'
# PACKAGE_BUGREPORT='egnor@ofb.net'
# PACKAGE_NAME='xml2'
# PACKAGE_STRING='xml2 0.5'
# PACKAGE_TARNAME='xml2'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.5'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/sbin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.5'
# XML_CFLAGS='-I/usr/include/libxml2'
# XML_LIBS='-lxml2'
# ac_ct_CC='gcc'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='/tmp/xml2/src/xml2-0.5/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='mkdir -p --'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "xml2"
# #define PACKAGE_TARNAME "xml2"
# #define PACKAGE_VERSION "0.5"
# #define PACKAGE_STRING "xml2 0.5"
# #define PACKAGE_BUGREPORT "egnor@ofb.net"
# #define PACKAGE_URL ""
# #define PACKAGE "xml2"
# #define VERSION "0.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_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 1
# #define HAVE_STDLIB_H 1
# #define HAVE_REALLOC 1
# #define HAVE_VPRINTF 1
# #define HAVE_MEMCHR 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMSET 1
# #define HAVE_STRCHR 1
# #define HAVE_STRCSPN 1
# #define HAVE_STRDUP 1
# #define HAVE_STRRCHR 1
# #define HAVE_STRSTR 1
#
# configure: exit 0