Build of libguess with vanilla toolchain

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

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

SLOCLanguage
2,925 sh
2,302 ansic
409 lisp
78 makefile
5,714 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: libguess 1.2-1 (Wed Aug 24 13:46:55 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# 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 whether ln -s works... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether make sets $(MAKE)... yes
# checking for library containing strerror... none required
# checking for shared library system... GNU
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# 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 limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking stdarg.h usability... yes
# checking stdarg.h presence... yes
# checking for stdarg.h... yes
# checking for sys/types.h... (cached) yes
# checking for sys/stat.h... (cached) yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking for an ANSI C-conforming const... yes
# checking whether closedir returns void... no
# checking for memset... yes
# checking for setlocale... yes
# checking for strcasecmp... yes
# checking for strchr... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for strtol... yes
# checking for strtod... yes
# checking for printf... yes
# checking for sprintf... yes
# checking for snprintf... yes
# checking for vsnprintf... yes
# checking for gettimeofday... yes
# checking for strndup... yes
# checking for strlcpy... no
# checking for strlcat... no
# checking whether lstat correctly handles trailing slash... yes
# checking whether stat accepts an empty string... no
# configure: touching .deps files
# configure: creating ./config.status
# config.status: creating buildsys.mk
# config.status: creating extra.mk
# config.status: creating libguess.pc
# config.status: creating src/libguess/autoconf.h
#
# Configuration:
# No special features yet.
#
# Now type "make" to build, and "make install" to install.
# Thank you for using libguess.
#
# make[1]: warning: -jN forced in submake: disabling jobserver mode.
# Entering directory src.
# make[2]: warning: -jN forced in submake: disabling jobserver mode.
# make[3]: warning: -jN forced in submake: disabling jobserver mode.
# Entering directory libguess.
# make[4]: warning: -jN forced in submake: disabling jobserver mode.
# make[5]: warning: -jN forced in submake: disabling jobserver mode.
# make[5]: warning: -jN forced in submake: disabling jobserver mode.
# Generating dependencies...
# make[6]: warning: -jN forced in submake: disabling jobserver mode.
# Successfully generated dependencies.
# make[5]: warning: -jN forced in submake: disabling jobserver mode.
# Compiling guess.c...
# Compiling guess_impl.c...
# Successfully compiled guess.c.
# Compiling dfa.c...
# In file included from guess_impl.c:60:0:
# guess_tab.c:567:18: warning: 'guess_utf16_ar' defined but not used [-Wunused-variable]
# static guess_arc guess_utf16_ar[] = {
# ^~~~~~~~~~~~~~
# guess_tab.c:474:20: warning: 'guess_utf16_st' defined but not used [-Wunused-variable]
# static signed char guess_utf16_st[][256] = {
# ^~~~~~~~~~~~~~
# guess_tab.c:464:18: warning: 'guess_ucs2be_ar' defined but not used [-Wunused-variable]
# static guess_arc guess_ucs2be_ar[] = {
# ^~~~~~~~~~~~~~~
# guess_tab.c:389:20: warning: 'guess_ucs2be_st' defined but not used [-Wunused-variable]
# static signed char guess_ucs2be_st[][256] = {
# ^~~~~~~~~~~~~~~
# guess_tab.c:380:18: warning: 'guess_ucs2le_ar' defined but not used [-Wunused-variable]
# static guess_arc guess_ucs2le_ar[] = {
# ^~~~~~~~~~~~~~~
# guess_tab.c:305:20: warning: 'guess_ucs2le_st' defined but not used [-Wunused-variable]
# static signed char guess_ucs2le_st[][256] = {
# ^~~~~~~~~~~~~~~
# Successfully compiled dfa.c.
# Successfully compiled guess_impl.c.
# Linking libguess.so...
# Successfully linked libguess.so.
# Leaving directory libguess.
# Entering directory tests.
# make[4]: warning: -jN forced in submake: disabling jobserver mode.
# make[5]: warning: -jN forced in submake: disabling jobserver mode.
# make[5]: warning: -jN forced in submake: disabling jobserver mode.
# Generating dependencies...
# make[6]: warning: -jN forced in submake: disabling jobserver mode.
# Successfully generated dependencies.
# make[5]: warning: -jN forced in submake: disabling jobserver mode.
# Compiling harness.c...
# Successfully compiled harness.c.
# Linking guess_testharness...
# Successfully linked guess_testharness.
# Leaving directory tests.
# make[3]: warning: -jN forced in submake: disabling jobserver mode.
# Leaving directory src.
# make[1]: warning: -jN forced in submake: disabling jobserver mode.
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Installing libguess.pc...
# Successfully installed libguess.pc.
# Entering directory src.
# make[1]: warning: -jN forced in submake: disabling jobserver mode.
# Entering directory libguess.
# make[2]: warning: -jN forced in submake: disabling jobserver mode.
# Installing libguess.so...
# Successfully installed libguess.so.
# Installing libguess.h...
# Successfully installed libguess.h.
# Leaving directory libguess.
# Entering directory tests.
# make[2]: warning: -jN forced in submake: disabling jobserver mode.
# Leaving directory tests.
# Leaving directory src.
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libguess"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libguess 1.2-1 (Wed Aug 24 13:47:05 UTC 2016)

CMD: pacman --query --file libguess-1.2-1-x86_64.pkg.tar.xz
# libguess 1.2-1

Creating hybrid package for 'libguess'

Trying to find vanilla package 'libguess'...

CMD: pacman --query --file /mirror/libguess-1.2-1.pkg.tar.xz
# libguess 1.2-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/include/libguess/libguess.h
# /usr/lib/libguess.so
# /usr/lib/libguess.so.1
# /usr/lib/libguess.so.1.0.0
# /usr/lib/pkgconfig/libguess.pc
# /usr/share/licenses/libguess/COPYING
# /sysroot/usr/lib/libguess.so.1.0.0
# /sysroot/usr/lib/libguess.so.1
# /sysroot/usr/lib/libguess.so
# /sysroot/usr/lib/pkgconfig/libguess.pc
# /sysroot/usr/include/libguess/libguess.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 libguess.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

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

Attempting to access local repository, attempt 2

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

Attempting to access local repository, attempt 3

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libguess.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libguess.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/libguess/src/libguess-1.2/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 libguess configure 1.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 4277b2aa44c7
# 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:2168: checking build system type
# configure:2182: result: x86_64-unknown-linux-gnu
# configure:2202: checking host system type
# configure:2215: result: x86_64-unknown-linux-gnu
# configure:2235: checking target system type
# configure:2248: result: x86_64-unknown-linux-gnu
# configure:2284: checking for x86_64-unknown-linux-gcc
# configure:2314: result: no
# configure:2324: checking for gcc
# configure:2340: found /usr/sbin/gcc
# configure:2351: result: gcc
# configure:2580: checking for C compiler version
# configure:2589: 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:2600: $? = 0
# configure:2589: 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:2600: $? = 0
# configure:2589: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2600: $? = 1
# configure:2589: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:2600: $? = 1
# configure:2620: checking whether the C compiler works
# configure:2642: gcc conftest.c >&5
# configure:2646: $? = 0
# configure:2694: result: yes
# configure:2697: checking for C compiler default output file name
# configure:2699: result: a.out
# configure:2705: checking for suffix of executables
# configure:2712: gcc -o conftest conftest.c >&5
# configure:2716: $? = 0
# configure:2738: result:
# configure:2760: checking whether we are cross compiling
# configure:2768: gcc -o conftest conftest.c >&5
# configure:2772: $? = 0
# configure:2779: ./conftest
# configure:2783: $? = 0
# configure:2798: result: no
# configure:2803: checking for suffix of object files
# configure:2825: gcc -c conftest.c >&5
# configure:2829: $? = 0
# configure:2850: result: o
# configure:2854: checking whether we are using the GNU C compiler
# configure:2873: gcc -c conftest.c >&5
# configure:2873: $? = 0
# configure:2882: result: yes
# configure:2891: checking whether gcc accepts -g
# configure:2911: gcc -c -g conftest.c >&5
# configure:2911: $? = 0
# configure:2952: result: yes
# configure:2969: checking for gcc option to accept ISO C89
# configure:3032: gcc -c conftest.c >&5
# configure:3032: $? = 0
# configure:3045: result: none needed
# configure:3065: checking whether ln -s works
# configure:3069: result: yes
# configure:3090: checking for a BSD-compatible install
# configure:3158: result: /usr/bin/install -c
# configure:3169: checking whether make sets $(MAKE)
# configure:3191: result: yes
# configure:3201: checking for library containing strerror
# configure:3232: gcc -o conftest conftest.c >&5
# configure:3232: $? = 0
# configure:3249: result: none required
# configure:3267: checking for shared library system
# configure:3339: result: GNU
# configure:3377: checking for dirent.h that defines DIR
# configure:3396: gcc -c -pipe -Wall conftest.c >&5
# configure:3396: $? = 0
# configure:3404: result: yes
# configure:3417: checking for library containing opendir
# configure:3448: gcc -o conftest -pipe -Wall conftest.c >&5
# configure:3448: $? = 0
# configure:3465: result: none required
# configure:3537: checking how to run the C preprocessor
# configure:3568: gcc -E conftest.c
# configure:3568: $? = 0
# configure:3582: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3582: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libguess"
# | #define PACKAGE_TARNAME "libguess"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "libguess 1.2"
# | #define PACKAGE_BUGREPORT "bugs+libguess@atheme.org"
# | #define PACKAGE_URL ""
# | #define HAVE_DIRENT_H 1
# | /* end confdefs.h. */
# | #include
# configure:3607: result: gcc -E
# configure:3627: gcc -E conftest.c
# configure:3627: $? = 0
# configure:3641: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3641: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libguess"
# | #define PACKAGE_TARNAME "libguess"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "libguess 1.2"
# | #define PACKAGE_BUGREPORT "bugs+libguess@atheme.org"
# | #define PACKAGE_URL ""
# | #define HAVE_DIRENT_H 1
# | /* end confdefs.h. */
# | #include
# configure:3670: checking for grep that handles long lines and -e
# configure:3728: result: /usr/sbin/grep
# configure:3733: checking for egrep
# configure:3795: result: /usr/sbin/grep -E
# configure:3800: checking for ANSI C header files
# configure:3820: gcc -c -pipe -Wall conftest.c >&5
# configure:3820: $? = 0
# configure:3893: gcc -o conftest -pipe -Wall conftest.c >&5
# configure:3893: $? = 0
# configure:3893: ./conftest
# configure:3893: $? = 0
# configure:3904: result: yes
# configure:3917: checking for sys/types.h
# configure:3917: gcc -c -pipe -Wall conftest.c >&5
# configure:3917: $? = 0
# configure:3917: result: yes
# configure:3917: checking for sys/stat.h
# configure:3917: gcc -c -pipe -Wall conftest.c >&5
# configure:3917: $? = 0
# configure:3917: result: yes
# configure:3917: checking for stdlib.h
# configure:3917: gcc -c -pipe -Wall conftest.c >&5
# configure:3917: $? = 0
# configure:3917: result: yes
# configure:3917: checking for string.h
# configure:3917: gcc -c -pipe -Wall conftest.c >&5
# configure:3917: $? = 0
# configure:3917: result: yes
# configure:3917: checking for memory.h
# configure:3917: gcc -c -pipe -Wall conftest.c >&5
# configure:3917: $? = 0
# configure:3917: result: yes
# configure:3917: checking for strings.h
# configure:3917: gcc -c -pipe -Wall conftest.c >&5
# configure:3917: $? = 0
# configure:3917: result: yes
# configure:3917: checking for inttypes.h
# configure:3917: gcc -c -pipe -Wall conftest.c >&5
# configure:3917: $? = 0
# configure:3917: result: yes
# configure:3917: checking for stdint.h
# configure:3917: gcc -c -pipe -Wall conftest.c >&5
# configure:3917: $? = 0
# configure:3917: result: yes
# configure:3917: checking for unistd.h
# configure:3917: gcc -c -pipe -Wall conftest.c >&5
# configure:3917: $? = 0
# configure:3917: result: yes
# configure:3932: checking limits.h usability
# configure:3932: gcc -c -pipe -Wall conftest.c >&5
# configure:3932: $? = 0
# configure:3932: result: yes
# configure:3932: checking limits.h presence
# configure:3932: gcc -E conftest.c
# configure:3932: $? = 0
# configure:3932: result: yes
# configure:3932: checking for limits.h
# configure:3932: result: yes
# configure:3932: checking for stdlib.h
# configure:3932: result: yes
# configure:3932: checking for string.h
# configure:3932: result: yes
# configure:3932: checking for unistd.h
# configure:3932: result: yes
# configure:3932: checking locale.h usability
# configure:3932: gcc -c -pipe -Wall conftest.c >&5
# configure:3932: $? = 0
# configure:3932: result: yes
# configure:3932: checking locale.h presence
# configure:3932: gcc -E conftest.c
# configure:3932: $? = 0
# configure:3932: result: yes
# configure:3932: checking for locale.h
# configure:3932: result: yes
# configure:3932: checking stdarg.h usability
# configure:3932: gcc -c -pipe -Wall conftest.c >&5
# configure:3932: $? = 0
# configure:3932: result: yes
# configure:3932: checking stdarg.h presence
# configure:3932: gcc -E conftest.c
# configure:3932: $? = 0
# configure:3932: result: yes
# configure:3932: checking for stdarg.h
# configure:3932: result: yes
# configure:3932: checking for sys/types.h
# configure:3932: result: yes
# configure:3932: checking for sys/stat.h
# configure:3932: result: yes
# configure:3932: checking errno.h usability
# configure:3932: gcc -c -pipe -Wall conftest.c >&5
# configure:3932: $? = 0
# configure:3932: result: yes
# configure:3932: checking errno.h presence
# configure:3932: gcc -E conftest.c
# configure:3932: $? = 0
# configure:3932: result: yes
# configure:3932: checking for errno.h
# configure:3932: result: yes
# configure:3944: checking for an ANSI C-conforming const
# configure:4010: gcc -c -pipe -Wall conftest.c >&5
# configure:4010: $? = 0
# configure:4017: result: yes
# configure:4027: checking whether closedir returns void
# configure:4051: gcc -o conftest -pipe -Wall conftest.c >&5
# configure:4051: $? = 0
# configure:4051: ./conftest
# configure:4051: $? = 0
# configure:4061: result: no
# configure:4072: checking for memset
# configure:4072: gcc -o conftest -pipe -Wall conftest.c >&5
# conftest.c:52:6: warning: conflicting types for built-in function 'memset'
# char memset ();
# ^~~~~~
# configure:4072: $? = 0
# configure:4072: result: yes
# configure:4072: checking for setlocale
# configure:4072: gcc -o conftest -pipe -Wall conftest.c >&5
# configure:4072: $? = 0
# configure:4072: result: yes
# configure:4072: checking for strcasecmp
# configure:4072: gcc -o conftest -pipe -Wall conftest.c >&5
# conftest.c:54:6: warning: conflicting types for built-in function 'strcasecmp'
# char strcasecmp ();
# ^~~~~~~~~~
# configure:4072: $? = 0
# configure:4072: result: yes
# configure:4072: checking for strchr
# configure:4072: gcc -o conftest -pipe -Wall conftest.c >&5
# conftest.c:55:6: warning: conflicting types for built-in function 'strchr'
# char strchr ();
# ^~~~~~
# configure:4072: $? = 0
# configure:4072: result: yes
# configure:4072: checking for strdup
# configure:4072: gcc -o conftest -pipe -Wall conftest.c >&5
# conftest.c:56:6: warning: conflicting types for built-in function 'strdup'
# char strdup ();
# ^~~~~~
# configure:4072: $? = 0
# configure:4072: result: yes
# configure:4072: checking for strerror
# configure:4072: gcc -o conftest -pipe -Wall conftest.c >&5
# configure:4072: $? = 0
# configure:4072: result: yes
# configure:4072: checking for strtol
# configure:4072: gcc -o conftest -pipe -Wall conftest.c >&5
# configure:4072: $? = 0
# configure:4072: result: yes
# configure:4072: checking for strtod
# configure:4072: gcc -o conftest -pipe -Wall conftest.c >&5
# configure:4072: $? = 0
# configure:4072: result: yes
# configure:4084: checking for printf
# configure:4084: gcc -o conftest -pipe -Wall conftest.c >&5
# conftest.c:60:6: warning: conflicting types for built-in function 'printf'
# char printf ();
# ^~~~~~
# configure:4084: $? = 0
# configure:4084: result: yes
# configure:4084: checking for sprintf
# configure:4084: gcc -o conftest -pipe -Wall conftest.c >&5
# conftest.c:61:6: warning: conflicting types for built-in function 'sprintf'
# char sprintf ();
# ^~~~~~~
# configure:4084: $? = 0
# configure:4084: result: yes
# configure:4084: checking for snprintf
# configure:4084: gcc -o conftest -pipe -Wall conftest.c >&5
# conftest.c:62:6: warning: conflicting types for built-in function 'snprintf'
# char snprintf ();
# ^~~~~~~~
# configure:4084: $? = 0
# configure:4084: result: yes
# configure:4084: checking for vsnprintf
# configure:4084: gcc -o conftest -pipe -Wall conftest.c >&5
# conftest.c:63:6: warning: conflicting types for built-in function 'vsnprintf'
# char vsnprintf ();
# ^~~~~~~~~
# configure:4084: $? = 0
# configure:4084: result: yes
# configure:4084: checking for gettimeofday
# configure:4084: gcc -o conftest -pipe -Wall conftest.c >&5
# configure:4084: $? = 0
# configure:4084: result: yes
# configure:4084: checking for strndup
# configure:4084: gcc -o conftest -pipe -Wall conftest.c >&5
# conftest.c:65:6: warning: conflicting types for built-in function 'strndup'
# char strndup ();
# ^~~~~~~
# configure:4084: $? = 0
# configure:4084: result: yes
# configure:4084: checking for strlcpy
# configure:4084: gcc -o conftest -pipe -Wall conftest.c >&5
# /tmp/ccHR3jBb.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `strlcpy'
# collect2: error: ld returned 1 exit status
# configure:4084: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libguess"
# | #define PACKAGE_TARNAME "libguess"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "libguess 1.2"
# | #define PACKAGE_BUGREPORT "bugs+libguess@atheme.org"
# | #define PACKAGE_URL ""
# | #define HAVE_DIRENT_H 1
# | #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_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOD 1
# | #define HAVE_PRINTF 1
# | #define HAVE_SPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_STRNDUP 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* 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 strlcpy ();
# | /* 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_strlcpy || defined __stub___strlcpy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcpy ();
# | ;
# | return 0;
# | }
# configure:4084: result: no
# configure:4084: checking for strlcat
# configure:4084: gcc -o conftest -pipe -Wall conftest.c >&5
# /tmp/ccIZxJVf.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `strlcat'
# collect2: error: ld returned 1 exit status
# configure:4084: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libguess"
# | #define PACKAGE_TARNAME "libguess"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "libguess 1.2"
# | #define PACKAGE_BUGREPORT "bugs+libguess@atheme.org"
# | #define PACKAGE_URL ""
# | #define HAVE_DIRENT_H 1
# | #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_LIMITS_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_LOCALE_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETLOCALE 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_STRCHR 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOD 1
# | #define HAVE_PRINTF 1
# | #define HAVE_SPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_STRNDUP 1
# | /* end confdefs.h. */
# | /* Define strlcat to an innocuous variant, in case declares strlcat.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcat innocuous_strlcat
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcat (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcat
# |
# | /* 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 strlcat ();
# | /* 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_strlcat || defined __stub___strlcat
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return strlcat ();
# | ;
# | return 0;
# | }
# configure:4084: result: no
# configure:4093: checking whether lstat correctly handles trailing slash
# configure:4119: gcc -o conftest -pipe -Wall conftest.c >&5
# configure:4119: $? = 0
# configure:4119: ./conftest
# configure:4119: $? = 0
# configure:4136: result: yes
# configure:4155: checking whether stat accepts an empty string
# configure:4175: gcc -o conftest -pipe -Wall conftest.c >&5
# configure:4175: $? = 0
# configure:4175: ./conftest
# configure:4175: $? = 0
# configure:4185: result: no
# configure:4344: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libguess config.status 1.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 4277b2aa44c7
#
# config.status:858: creating buildsys.mk
# config.status:858: creating extra.mk
# config.status:858: creating libguess.pc
# config.status:858: creating src/libguess/autoconf.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# 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_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_closedir_void=no
# ac_cv_func_gettimeofday=yes
# ac_cv_func_lstat_dereferences_slashed_symlink=yes
# ac_cv_func_memset=yes
# ac_cv_func_printf=yes
# ac_cv_func_setlocale=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_sprintf=yes
# ac_cv_func_stat_empty_string_bug=no
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strlcat=no
# ac_cv_func_strlcpy=no
# ac_cv_func_strndup=yes
# ac_cv_func_strtod=yes
# ac_cv_func_strtol=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_locale_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdarg_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_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_opendir='none required'
# ac_cv_search_strerror='none required'
# ac_cv_target=x86_64-unknown-linux-gnu
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='gcc'
# CFLAGS=' -pipe -Wall'
# CLEAN_LIB=''
# CPP='gcc -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXAMPLES_BUILD=''
# EXEEXT=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_LIB='${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0 && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LDFLAGS_RPATH='-Wl,-rpath,${libdir}'
# LIBOBJS=''
# LIBS=' '
# LIB_CFLAGS='-fPIC'
# LIB_CPPFLAGS='-DPIC'
# LIB_LDFLAGS='-shared -fPIC -Wl,-soname=${LIB}.${LIB_MAJOR}'
# LIB_PREFIX='lib'
# LIB_SUFFIX='.so'
# LN_S='ln -s'
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE='libguess'
# PACKAGE_BUGREPORT='bugs+libguess@atheme.org'
# PACKAGE_NAME='libguess'
# PACKAGE_STRING='libguess 1.2'
# PACKAGE_TARNAME='libguess'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.2'
# PATH_SEPARATOR=':'
# PLUGIN_CFLAGS='-fPIC'
# PLUGIN_CPPFLAGS='-DPIC'
# PLUGIN_LDFLAGS='-shared -fPIC'
# PLUGIN_SUFFIX='.so'
# SET_MAKE=''
# SHELL='/bin/sh'
# UNINSTALL_LIB='rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0'
# ac_ct_CC='gcc'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# 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='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libguess"
# #define PACKAGE_TARNAME "libguess"
# #define PACKAGE_VERSION "1.2"
# #define PACKAGE_STRING "libguess 1.2"
# #define PACKAGE_BUGREPORT "bugs+libguess@atheme.org"
# #define PACKAGE_URL ""
# #define HAVE_DIRENT_H 1
# #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_LIMITS_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_STDARG_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_MEMSET 1
# #define HAVE_SETLOCALE 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRCHR 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRTOL 1
# #define HAVE_STRTOD 1
# #define HAVE_PRINTF 1
# #define HAVE_SPRINTF 1
# #define HAVE_SNPRINTF 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_STRNDUP 1
# #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#
# configure: exit 0