Build of freetalk with vanilla toolchain

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

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

SLOCLanguage
6,792 ansic
3,528 makefile
1,470 sh
1,234 lisp
13,024 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: freetalk 4.1-2 (Wed Aug 24 14:30:57 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (2) jansson-2.7-1 loudmouth-1.5.3-1
#
# Total Installed Size: 0.56 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing loudmouth...
# installing jansson...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# /tmp/freetalk/PKGBUILD: line 18: [: configure: binary operator expected
#
# ... Freetalk autogen ...
#
# Running aclocal...
# Running autoheader...
# Running autoconf...
# Running automake...
# Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
# configure.ac:41: installing './compile'
# configure.ac:7: installing './install-sh'
# configure.ac:7: installing './missing'
# doc/Makefile.am:3: installing 'doc/mdate-sh'
# doc/Makefile.am:3: installing 'doc/texinfo.tex'
# src/Makefile.am: installing './depcomp'
# Running autogen.sh in argp-standalone ...
# Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
# configure.ac:19: installing './compile'
# configure.ac:10: installing './install-sh'
# configure.ac:10: installing './missing'
# Makefile.am: installing './depcomp'
#
# Please proceed with configuring, compiling, and installing.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether make supports nested variables... (cached) yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for x86_64-unknown-linux-g++... no
# checking for x86_64-unknown-linux-c++... no
# checking for x86_64-unknown-linux-gpp... no
# checking for x86_64-unknown-linux-aCC... no
# checking for x86_64-unknown-linux-CC... no
# checking for x86_64-unknown-linux-cxx... no
# checking for x86_64-unknown-linux-cc++... no
# checking for x86_64-unknown-linux-cl.exe... no
# checking for x86_64-unknown-linux-FCC... no
# checking for x86_64-unknown-linux-KCC... no
# checking for x86_64-unknown-linux-RCC... no
# checking for x86_64-unknown-linux-xlC_r... no
# checking for x86_64-unknown-linux-xlC... no
# checking for g++... g++
# 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 g++ accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of g++... gcc3
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# 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 gcc understands -c and -o together... yes
# checking dependency style of gcc... gcc3
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/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 argp.h usability... yes
# checking argp.h presence... yes
# checking for argp.h... yes
# checking for readline in -lreadline -lcurses... yes
# checking for readline in -lreadline -ltermcap... no
# checking for readline in -lreadline -lncurses... yes
# checking for library containing tgetent... -lncurses
# checking for readline in -lreadline... yes
# checking for pkg-config... yes
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for GUILE... yes
# checking for GLIB... yes
# checking for LOUDMOUTH... yes
# checking libintl.h usability... yes
# checking libintl.h presence... yes
# checking for libintl.h... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating extensions/Makefile
# config.status: creating extensions/init.scm
# config.status: creating extensions/first-time-run.sh
# config.status: creating doc/Makefile
# config.status: creating examples/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# === configuring in contrib/argp-standalone (/tmp/freetalk/src/freetalk-4.1/contrib/argp-standalone)
# configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' '--disable-rpath' 'host_alias=x86_64-unknown-linux' 'CXXFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CFLAGS=' --cache-file=/dev/null --srcdir=.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether make supports nested variables... (cached) yes
# checking for style of include used by make... 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 gcc understands -c and -o together... yes
# checking dependency style of gcc... gcc3
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/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 minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking for x86_64-unknown-linux-gcc... gcc
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether gcc accepts -g... (cached) yes
# checking for gcc option to accept ISO C89... (cached) none needed
# checking whether gcc understands -c and -o together... (cached) yes
# checking dependency style of gcc... (cached) gcc3
# checking whether make sets $(MAKE)... (cached) yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-gcc... (cached) gcc
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether gcc accepts -g... (cached) yes
# checking for gcc option to accept ISO C89... (cached) none needed
# checking whether gcc understands -c and -o together... (cached) yes
# checking dependency style of gcc... (cached) gcc3
# checking for ANSI C header files... (cached) yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking for unistd.h... (cached) yes
# checking sysexits.h usability... yes
# checking sysexits.h presence... yes
# checking for sysexits.h... yes
# checking stdarg.h usability... yes
# checking stdarg.h presence... yes
# checking for stdarg.h... yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for size_t... yes
# checking for __attribute__... no
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for vprintf... yes
# checking for _doprnt... no
# checking for strerror... yes
# checking for sleep... yes
# checking for getpid... yes
# checking for snprintf... yes
# checking for mempcpy... yes
# checking for strndup... yes
# checking for strchrnul... yes
# checking for strcasecmp... yes
# checking for vsnprintf... yes
# checking for putc_unlocked('x', stdout)... yes
# checking for flockfile... yes
# checking for fputs_unlocked... yes
# checking for fwrite_unlocked... yes
# checking for strdup... yes
# checking for asprintf... yes
# checking whether program_invocation_name is declared... yes
# checking whether program_invocation_short_name is declared... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/freetalk/src/freetalk-4.1'
# Making all in src
# make[2]: Entering directory '/tmp/freetalk/src/freetalk-4.1/src'
# CC freetalk.o
# CC util.o
# CC commands.o
# CC callbacks.o
# CC roster.o
# CC interpreter.o
# CC extensions.o
# CC primitives.o
# CC presence.o
# CC more.o
# CCLD freetalk
# make[2]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/src'
# Making all in extensions
# make[2]: Entering directory '/tmp/freetalk/src/freetalk-4.1/extensions'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/extensions'
# Making all in doc
# make[2]: Entering directory '/tmp/freetalk/src/freetalk-4.1/doc'
# Updating ./version.texi
# MAKEINFO freetalk.info
# make[2]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/doc'
# Making all in examples
# make[2]: Entering directory '/tmp/freetalk/src/freetalk-4.1/examples'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/examples'
# make[2]: Entering directory '/tmp/freetalk/src/freetalk-4.1'
# make[2]: Leaving directory '/tmp/freetalk/src/freetalk-4.1'
# make[1]: Leaving directory '/tmp/freetalk/src/freetalk-4.1'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/freetalk/src/freetalk-4.1/src'
# make[2]: Entering directory '/tmp/freetalk/src/freetalk-4.1/src'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/bin/mkdir -p '/tmp/freetalk/pkg/freetalk/usr/bin'
# /usr/bin/install -c freetalk '/tmp/freetalk/pkg/freetalk/usr/bin'
# make[2]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/src'
# make[1]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/src'
# Making install in extensions
# make[1]: Entering directory '/tmp/freetalk/src/freetalk-4.1/extensions'
# make[2]: Entering directory '/tmp/freetalk/src/freetalk-4.1/extensions'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/freetalk/pkg/freetalk/usr/share/freetalk/extensions'
# /usr/bin/install -c -m 644 init.scm loudscream.scm login.scm dyn-commands.scm beep.scm color.scm dict-buddy.scm shell.scm pipe.scm state.scm connection.scm roster.scm mr-oxford.scm utils.scm history.scm url.scm proud-of-freetalk.scm broadcast.scm hacker-romance.scm smart-prompt.scm first-time-run.sh '/tmp/freetalk/pkg/freetalk/usr/share/freetalk/extensions'
# make[2]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/extensions'
# make[1]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/extensions'
# Making install in doc
# make[1]: Entering directory '/tmp/freetalk/src/freetalk-4.1/doc'
# make[2]: Entering directory '/tmp/freetalk/src/freetalk-4.1/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/freetalk/pkg/freetalk/usr/share/man/man1'
# /usr/bin/mkdir -p '/tmp/freetalk/pkg/freetalk/usr/share/info'
# /usr/bin/install -c -m 644 ./freetalk.info '/tmp/freetalk/pkg/freetalk/usr/share/info'
# /usr/bin/install -c -m 644 freetalk.1 '/tmp/freetalk/pkg/freetalk/usr/share/man/man1'
# install-info --info-dir='/tmp/freetalk/pkg/freetalk/usr/share/info' '/tmp/freetalk/pkg/freetalk/usr/share/info/freetalk.info'
# make[2]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/doc'
# make[1]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/doc'
# Making install in examples
# make[1]: Entering directory '/tmp/freetalk/src/freetalk-4.1/examples'
# make[2]: Entering directory '/tmp/freetalk/src/freetalk-4.1/examples'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/freetalk/pkg/freetalk/usr/share/doc/freetalk/examples'
# /usr/bin/install -c -m 644 freetalk.scm daemon.ft hello-world.ft mimic.ft '/tmp/freetalk/pkg/freetalk/usr/share/doc/freetalk/examples'
# make[2]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/examples'
# make[1]: Leaving directory '/tmp/freetalk/src/freetalk-4.1/examples'
# make[1]: Entering directory '/tmp/freetalk/src/freetalk-4.1'
# make[2]: Entering directory '/tmp/freetalk/src/freetalk-4.1'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/freetalk/src/freetalk-4.1'
# make[1]: Leaving directory '/tmp/freetalk/src/freetalk-4.1'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "freetalk"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: freetalk 4.1-2 (Wed Aug 24 14:31:19 UTC 2016)

CMD: pacman --query --file freetalk-4.1-2-x86_64.pkg.tar.xz
# freetalk 4.1-2

Creating hybrid package for 'freetalk'

Trying to find vanilla package 'freetalk'...

CMD: pacman --query --file /mirror/freetalk-4.1-2.pkg.tar.xz
# freetalk 4.1-2

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/bin/freetalk
# /usr/share/man/man1/freetalk.1.gz
# /usr/share/freetalk/extensions/login.scm
# /usr/share/freetalk/extensions/state.scm
# /usr/share/freetalk/extensions/broadcast.scm
# /usr/share/freetalk/extensions/color.scm
# /usr/share/freetalk/extensions/smart-prompt.scm
# /usr/share/freetalk/extensions/init.scm
# /usr/share/freetalk/extensions/url.scm
# /usr/share/freetalk/extensions/shell.scm
# /usr/share/freetalk/extensions/mr-oxford.scm
# /usr/share/freetalk/extensions/dict-buddy.scm
# /usr/share/freetalk/extensions/history.scm
# /usr/share/freetalk/extensions/utils.scm
# /usr/share/freetalk/extensions/pipe.scm
# /usr/share/freetalk/extensions/first-time-run.sh
# /usr/share/freetalk/extensions/loudscream.scm
# /usr/share/freetalk/extensions/beep.scm
# /usr/share/freetalk/extensions/dyn-commands.scm
# /usr/share/freetalk/extensions/roster.scm
# /usr/share/freetalk/extensions/proud-of-freetalk.scm
# /usr/share/freetalk/extensions/hacker-romance.scm
# /usr/share/freetalk/extensions/connection.scm
# /usr/share/doc/freetalk/examples/hello-world.ft
# /usr/share/doc/freetalk/examples/mimic.ft
# /usr/share/doc/freetalk/examples/freetalk.scm
# /usr/share/doc/freetalk/examples/daemon.ft
# /usr/share/info/freetalk.info.gz

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/freetalk.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/freetalk.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/freetalk/src/freetalk-4.1/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 freetalk configure 4.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-rpath
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = b0dcedd597c7
# 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/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2209: checking for a BSD-compatible install
# configure:2277: result: /usr/bin/install -c
# configure:2288: checking whether build environment is sane
# configure:2343: result: yes
# configure:2402: checking for x86_64-unknown-linux-strip
# configure:2432: result: no
# configure:2442: checking for strip
# configure:2458: found /usr/bin/strip
# configure:2469: result: strip
# configure:2494: checking for a thread-safe mkdir -p
# configure:2533: result: /usr/bin/mkdir -p
# configure:2540: checking for gawk
# configure:2556: found /usr/bin/gawk
# configure:2567: result: gawk
# configure:2578: checking whether make sets $(MAKE)
# configure:2600: result: yes
# configure:2629: checking whether make supports nested variables
# configure:2646: result: yes
# configure:2786: checking whether make supports nested variables
# configure:2803: result: yes
# configure:2833: checking whether make sets $(MAKE)
# configure:2855: result: yes
# configure:2878: checking for x86_64-unknown-linux-g++
# configure:2908: result: no
# configure:2878: checking for x86_64-unknown-linux-c++
# configure:2908: result: no
# configure:2878: checking for x86_64-unknown-linux-gpp
# configure:2908: result: no
# configure:2878: checking for x86_64-unknown-linux-aCC
# configure:2908: result: no
# configure:2878: checking for x86_64-unknown-linux-CC
# configure:2908: result: no
# configure:2878: checking for x86_64-unknown-linux-cxx
# configure:2908: result: no
# configure:2878: checking for x86_64-unknown-linux-cc++
# configure:2908: result: no
# configure:2878: checking for x86_64-unknown-linux-cl.exe
# configure:2908: result: no
# configure:2878: checking for x86_64-unknown-linux-FCC
# configure:2908: result: no
# configure:2878: checking for x86_64-unknown-linux-KCC
# configure:2908: result: no
# configure:2878: checking for x86_64-unknown-linux-RCC
# configure:2908: result: no
# configure:2878: checking for x86_64-unknown-linux-xlC_r
# configure:2908: result: no
# configure:2878: checking for x86_64-unknown-linux-xlC
# configure:2908: result: no
# configure:2922: checking for g++
# configure:2938: found /usr/bin/g++
# configure:2949: result: g++
# configure:2976: checking for C++ compiler version
# configure:2985: g++ --version >&5
# g++ (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:2996: $? = 0
# configure:2985: g++ -v >&5
# Using built-in specs.
# COLLECT_GCC=g++
# 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:2996: $? = 0
# configure:2985: g++ -V >&5
# g++: error: unrecognized command line option '-V'
# g++: fatal error: no input files
# compilation terminated.
# configure:2996: $? = 1
# configure:2985: g++ -qversion >&5
# g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
# g++: fatal error: no input files
# compilation terminated.
# configure:2996: $? = 1
# configure:3016: checking whether the C++ compiler works
# configure:3038: g++ conftest.cpp >&5
# configure:3042: $? = 0
# configure:3090: result: yes
# configure:3093: checking for C++ compiler default output file name
# configure:3095: result: a.out
# configure:3101: checking for suffix of executables
# configure:3108: g++ -o conftest conftest.cpp >&5
# configure:3112: $? = 0
# configure:3134: result:
# configure:3156: checking whether we are cross compiling
# configure:3164: g++ -o conftest conftest.cpp >&5
# configure:3168: $? = 0
# configure:3175: ./conftest
# configure:3179: $? = 0
# configure:3194: result: no
# configure:3199: checking for suffix of object files
# configure:3221: g++ -c conftest.cpp >&5
# configure:3225: $? = 0
# configure:3246: result: o
# configure:3250: checking whether we are using the GNU C++ compiler
# configure:3269: g++ -c conftest.cpp >&5
# configure:3269: $? = 0
# configure:3278: result: yes
# configure:3287: checking whether g++ accepts -g
# configure:3307: g++ -c -g conftest.cpp >&5
# configure:3307: $? = 0
# configure:3348: result: yes
# configure:3382: checking for style of include used by make
# configure:3410: result: GNU
# configure:3436: checking dependency style of g++
# configure:3547: result: gcc3
# configure:3573: checking for x86_64-unknown-linux-gcc
# configure:3603: result: no
# configure:3613: checking for gcc
# configure:3629: found /usr/bin/gcc
# configure:3640: result: gcc
# configure:3869: checking for C compiler version
# configure:3878: 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:3889: $? = 0
# configure:3878: 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:3889: $? = 0
# configure:3878: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3889: $? = 1
# configure:3878: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3889: $? = 1
# configure:3893: checking whether we are using the GNU C compiler
# configure:3912: gcc -c conftest.c >&5
# configure:3912: $? = 0
# configure:3921: result: yes
# configure:3930: checking whether gcc accepts -g
# configure:3950: gcc -c -g conftest.c >&5
# configure:3950: $? = 0
# configure:3991: result: yes
# configure:4008: checking for gcc option to accept ISO C89
# configure:4071: gcc -c conftest.c >&5
# configure:4071: $? = 0
# configure:4084: result: none needed
# configure:4109: checking whether gcc understands -c and -o together
# configure:4131: gcc -c conftest.c -o conftest2.o
# configure:4134: $? = 0
# configure:4131: gcc -c conftest.c -o conftest2.o
# configure:4134: $? = 0
# configure:4146: result: yes
# configure:4165: checking dependency style of gcc
# configure:4276: result: gcc3
# configure:4297: checking how to run the C preprocessor
# configure:4328: gcc -E conftest.c
# configure:4328: $? = 0
# configure:4342: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4342: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "freetalk"
# | #define PACKAGE_TARNAME "freetalk"
# | #define PACKAGE_VERSION "4.1"
# | #define PACKAGE_STRING "freetalk 4.1"
# | #define PACKAGE_BUGREPORT "https://github.com/GNUFreetalk/freetalk/issues"
# | #define PACKAGE_URL ""
# | #define PACKAGE "freetalk"
# | #define VERSION "4.1"
# | /* end confdefs.h. */
# | #include
# configure:4367: result: gcc -E
# configure:4387: gcc -E conftest.c
# configure:4387: $? = 0
# configure:4401: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4401: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "freetalk"
# | #define PACKAGE_TARNAME "freetalk"
# | #define PACKAGE_VERSION "4.1"
# | #define PACKAGE_STRING "freetalk 4.1"
# | #define PACKAGE_BUGREPORT "https://github.com/GNUFreetalk/freetalk/issues"
# | #define PACKAGE_URL ""
# | #define PACKAGE "freetalk"
# | #define VERSION "4.1"
# | /* end confdefs.h. */
# | #include
# configure:4430: checking for grep that handles long lines and -e
# configure:4488: result: /usr/bin/grep
# configure:4493: checking for egrep
# configure:4555: result: /usr/bin/grep -E
# configure:4560: checking for ANSI C header files
# configure:4580: gcc -c conftest.c >&5
# configure:4580: $? = 0
# configure:4653: gcc -o conftest conftest.c >&5
# configure:4653: $? = 0
# configure:4653: ./conftest
# configure:4653: $? = 0
# configure:4664: result: yes
# configure:4677: checking for sys/types.h
# configure:4677: gcc -c conftest.c >&5
# configure:4677: $? = 0
# configure:4677: result: yes
# configure:4677: checking for sys/stat.h
# configure:4677: gcc -c conftest.c >&5
# configure:4677: $? = 0
# configure:4677: result: yes
# configure:4677: checking for stdlib.h
# configure:4677: gcc -c conftest.c >&5
# configure:4677: $? = 0
# configure:4677: result: yes
# configure:4677: checking for string.h
# configure:4677: gcc -c conftest.c >&5
# configure:4677: $? = 0
# configure:4677: result: yes
# configure:4677: checking for memory.h
# configure:4677: gcc -c conftest.c >&5
# configure:4677: $? = 0
# configure:4677: result: yes
# configure:4677: checking for strings.h
# configure:4677: gcc -c conftest.c >&5
# configure:4677: $? = 0
# configure:4677: result: yes
# configure:4677: checking for inttypes.h
# configure:4677: gcc -c conftest.c >&5
# configure:4677: $? = 0
# configure:4677: result: yes
# configure:4677: checking for stdint.h
# configure:4677: gcc -c conftest.c >&5
# configure:4677: $? = 0
# configure:4677: result: yes
# configure:4677: checking for unistd.h
# configure:4677: gcc -c conftest.c >&5
# configure:4677: $? = 0
# configure:4677: result: yes
# configure:4689: checking argp.h usability
# configure:4689: gcc -c conftest.c >&5
# configure:4689: $? = 0
# configure:4689: result: yes
# configure:4689: checking argp.h presence
# configure:4689: gcc -E conftest.c
# configure:4689: $? = 0
# configure:4689: result: yes
# configure:4689: checking for argp.h
# configure:4689: result: yes
# configure:4717: checking for readline in -lreadline -lcurses
# configure:4742: gcc -o conftest conftest.c -lreadline -lcurses >&5
# configure:4742: $? = 0
# configure:4752: result: yes
# configure:4759: checking for readline in -lreadline -ltermcap
# configure:4784: gcc -o conftest conftest.c -lreadline -ltermcap >&5
# /usr/bin/ld: cannot find -ltermcap
# collect2: error: ld returned 1 exit status
# configure:4784: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "freetalk"
# | #define PACKAGE_TARNAME "freetalk"
# | #define PACKAGE_VERSION "4.1"
# | #define PACKAGE_STRING "freetalk 4.1"
# | #define PACKAGE_BUGREPORT "https://github.com/GNUFreetalk/freetalk/issues"
# | #define PACKAGE_URL ""
# | #define PACKAGE "freetalk"
# | #define VERSION "4.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_ARGP 1
# | /* end confdefs.h. */
# |
# | /* 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 readline ();
# | int
# | main ()
# | {
# | return readline ();
# | ;
# | return 0;
# | }
# configure:4794: result: no
# configure:4801: checking for readline in -lreadline -lncurses
# configure:4826: gcc -o conftest conftest.c -lreadline -lncurses >&5
# configure:4826: $? = 0
# configure:4836: result: yes
# configure:4848: checking for library containing tgetent
# configure:4879: gcc -o conftest conftest.c >&5
# /tmp/cc6CO5Bf.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `tgetent'
# collect2: error: ld returned 1 exit status
# configure:4879: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "freetalk"
# | #define PACKAGE_TARNAME "freetalk"
# | #define PACKAGE_VERSION "4.1"
# | #define PACKAGE_STRING "freetalk 4.1"
# | #define PACKAGE_BUGREPORT "https://github.com/GNUFreetalk/freetalk/issues"
# | #define PACKAGE_URL ""
# | #define PACKAGE "freetalk"
# | #define VERSION "4.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_ARGP 1
# | /* end confdefs.h. */
# |
# | /* 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 tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:4879: gcc -o conftest conftest.c -lncurses >&5
# configure:4879: $? = 0
# configure:4896: result: -lncurses
# configure:4904: checking for readline in -lreadline
# configure:4929: gcc -o conftest conftest.c -lreadline -lncurses >&5
# configure:4929: $? = 0
# configure:4938: result: yes
# configure:4953: checking for pkg-config
# configure:4969: found /usr/bin/pkg-config
# configure:4981: result: yes
# configure:5004: checking for x86_64-unknown-linux-pkg-config
# configure:5037: result: no
# configure:5047: checking for pkg-config
# configure:5065: found /usr/bin/pkg-config
# configure:5077: result: /usr/bin/pkg-config
# configure:5102: checking pkg-config is at least version 0.9.0
# configure:5105: result: yes
# configure:5115: checking for GUILE
# configure:5122: $PKG_CONFIG --exists --print-errors "guile-2.0"
# configure:5125: $? = 0
# configure:5139: $PKG_CONFIG --exists --print-errors "guile-2.0"
# configure:5142: $? = 0
# configure:5180: result: yes
# configure:5189: checking for GLIB
# configure:5196: $PKG_CONFIG --exists --print-errors "glib-2.0"
# configure:5199: $? = 0
# configure:5213: $PKG_CONFIG --exists --print-errors "glib-2.0"
# configure:5216: $? = 0
# configure:5254: result: yes
# configure:5263: checking for LOUDMOUTH
# configure:5270: $PKG_CONFIG --exists --print-errors "loudmouth-1.0"
# configure:5273: $? = 0
# configure:5287: $PKG_CONFIG --exists --print-errors "loudmouth-1.0"
# configure:5290: $? = 0
# configure:5328: result: yes
# configure:5338: checking libintl.h usability
# configure:5338: gcc -c conftest.c >&5
# configure:5338: $? = 0
# configure:5338: result: yes
# configure:5338: checking libintl.h presence
# configure:5338: gcc -E conftest.c
# configure:5338: $? = 0
# configure:5338: result: yes
# configure:5338: checking for libintl.h
# configure:5338: result: yes
# configure:5458: checking that generated files are newer than configure
# configure:5464: result: done
# configure:5491: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by freetalk config.status 4.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on b0dcedd597c7
#
# config.status:883: creating Makefile
# config.status:883: creating src/Makefile
# config.status:883: creating extensions/Makefile
# config.status:883: creating extensions/init.scm
# config.status:883: creating extensions/first-time-run.sh
# config.status:883: creating doc/Makefile
# config.status:883: creating examples/Makefile
# config.status:883: creating config.h
# config.status:1112: executing depfiles commands
# configure:6879: === configuring in contrib/argp-standalone (/tmp/freetalk/src/freetalk-4.1/contrib/argp-standalone)
# configure:6942: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' '--disable-rpath' 'host_alias=x86_64-unknown-linux' 'CXXFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CFLAGS=' --cache-file=/dev/null --srcdir=.
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# 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_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=
# ac_cv_env_CXX_value=
# ac_cv_env_GLIB_CFLAGS_set=
# ac_cv_env_GLIB_CFLAGS_value=
# ac_cv_env_GLIB_LIBS_set=
# ac_cv_env_GLIB_LIBS_value=
# ac_cv_env_GUILE_CFLAGS_set=
# ac_cv_env_GUILE_CFLAGS_value=
# ac_cv_env_GUILE_LIBS_set=
# ac_cv_env_GUILE_LIBS_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_LOUDMOUTH_CFLAGS_set=
# ac_cv_env_LOUDMOUTH_CFLAGS_value=
# ac_cv_env_LOUDMOUTH_LIBS_set=
# ac_cv_env_LOUDMOUTH_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_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_header_argp_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libintl_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_lib_readline__lcurses___readline=yes
# ac_cv_lib_readline__lncurses___readline=yes
# ac_cv_lib_readline__ltermcap___readline=no
# ac_cv_lib_readline_readline=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_PKGCONFIG=yes
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_CXX=g++
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_tgetent=-lncurses
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# pkg_cv_GLIB_LIBS=-lglib-2.0
# pkg_cv_GUILE_CFLAGS='-pthread -I/usr/include/guile/2.0'
# pkg_cv_GUILE_LIBS='-lguile-2.0 -lgc'
# pkg_cv_LOUDMOUTH_CFLAGS='-I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# pkg_cv_LOUDMOUTH_LIBS='-lloudmouth-1 -lglib-2.0'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/freetalk/src/freetalk-4.1/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# ARGP_STANDALONE_CFLAGS=''
# ARGP_STANDALONE_DIR=''
# ARGP_STANDALONE_LDADD=''
# AUTOCONF='${SHELL} /tmp/freetalk/src/freetalk-4.1/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/freetalk/src/freetalk-4.1/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/freetalk/src/freetalk-4.1/missing automake-1.15'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CONTRIBDIR='$(top_srcdir)/contrib'
# CPP='gcc -E'
# CPPFLAGS=''
# CXX='g++'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# GLIB_LIBS='-lglib-2.0'
# GREP='/usr/bin/grep'
# GUILE_CFLAGS='-pthread -I/usr/include/guile/2.0'
# GUILE_LIBS='-lguile-2.0 -lgc'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lreadline -lncurses '
# LOUDMOUTH_CFLAGS='-I/usr/include/loudmouth-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# LOUDMOUTH_LIBS='-lloudmouth-1 -lglib-2.0'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/freetalk/src/freetalk-4.1/missing makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# OBJEXT='o'
# PACKAGE='freetalk'
# PACKAGE_BUGREPORT='https://github.com/GNUFreetalk/freetalk/issues'
# PACKAGE_NAME='freetalk'
# PACKAGE_STRING='freetalk 4.1'
# PACKAGE_TARNAME='freetalk'
# PACKAGE_URL=''
# PACKAGE_VERSION='4.1'
# PATH_SEPARATOR=':'
# PKGCONFIG='yes'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RLLIBS='-lreadline -lncurses'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='4.1'
# ac_ct_CC='gcc'
# ac_ct_CXX='g++'
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} 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='${SHELL} /tmp/freetalk/src/freetalk-4.1/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'
# subdirs=' contrib/argp-standalone'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "freetalk"
# #define PACKAGE_TARNAME "freetalk"
# #define PACKAGE_VERSION "4.1"
# #define PACKAGE_STRING "freetalk 4.1"
# #define PACKAGE_BUGREPORT "https://github.com/GNUFreetalk/freetalk/issues"
# #define PACKAGE_URL ""
# #define PACKAGE "freetalk"
# #define VERSION "4.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_ARGP 1
# #define HAVE_LIBREADLINE 1
# #define HAVE_LIBINTL_H 1
#
# configure: exit 0

CMD: config logfiles '/tmp/freetalk/src/freetalk-4.1/contrib/argp-standalone/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 argp configure standalone-1.3, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --disable-option-checking --prefix=/usr --host=x86_64-unknown-linux --disable-rpath host_alias=x86_64-unknown-linux CXXFLAGS= LDFLAGS= CPPFLAGS= CFLAGS= --cache-file=/dev/null --srcdir=.
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = b0dcedd597c7
# 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/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2287: checking for a BSD-compatible install
# configure:2355: result: /usr/bin/install -c
# configure:2366: checking whether build environment is sane
# configure:2421: result: yes
# configure:2480: checking for x86_64-unknown-linux-strip
# configure:2510: result: no
# configure:2520: checking for strip
# configure:2536: found /usr/bin/strip
# configure:2547: result: strip
# configure:2572: checking for a thread-safe mkdir -p
# configure:2611: result: /usr/bin/mkdir -p
# configure:2618: checking for gawk
# configure:2634: found /usr/bin/gawk
# configure:2645: result: gawk
# configure:2656: checking whether make sets $(MAKE)
# configure:2678: result: yes
# configure:2707: checking whether make supports nested variables
# configure:2724: result: yes
# configure:2864: checking whether make supports nested variables
# configure:2881: result: yes
# configure:2909: checking for style of include used by make
# configure:2937: result: GNU
# configure:2968: checking for x86_64-unknown-linux-gcc
# configure:2998: result: no
# configure:3008: checking for gcc
# configure:3024: found /usr/bin/gcc
# configure:3035: result: gcc
# configure:3264: checking for C compiler version
# configure:3273: 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:3284: $? = 0
# configure:3273: 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:3284: $? = 0
# configure:3273: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3284: $? = 1
# configure:3273: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3284: $? = 1
# configure:3304: checking whether the C compiler works
# configure:3326: gcc conftest.c >&5
# configure:3330: $? = 0
# configure:3378: result: yes
# configure:3381: checking for C compiler default output file name
# configure:3383: result: a.out
# configure:3389: checking for suffix of executables
# configure:3396: gcc -o conftest conftest.c >&5
# configure:3400: $? = 0
# configure:3422: result:
# configure:3444: checking whether we are cross compiling
# configure:3452: gcc -o conftest conftest.c >&5
# configure:3456: $? = 0
# configure:3463: ./conftest
# configure:3467: $? = 0
# configure:3482: result: no
# configure:3487: checking for suffix of object files
# configure:3509: gcc -c conftest.c >&5
# configure:3513: $? = 0
# configure:3534: result: o
# configure:3538: checking whether we are using the GNU C compiler
# configure:3557: gcc -c conftest.c >&5
# configure:3557: $? = 0
# configure:3566: result: yes
# configure:3575: checking whether gcc accepts -g
# configure:3595: gcc -c -g conftest.c >&5
# configure:3595: $? = 0
# configure:3636: result: yes
# configure:3653: checking for gcc option to accept ISO C89
# configure:3716: gcc -c conftest.c >&5
# configure:3716: $? = 0
# configure:3729: result: none needed
# configure:3754: checking whether gcc understands -c and -o together
# configure:3776: gcc -c conftest.c -o conftest2.o
# configure:3779: $? = 0
# configure:3776: gcc -c conftest.c -o conftest2.o
# configure:3779: $? = 0
# configure:3791: result: yes
# configure:3810: checking dependency style of gcc
# configure:3921: result: gcc3
# configure:3942: checking how to run the C preprocessor
# configure:3973: gcc -E conftest.c
# configure:3973: $? = 0
# configure:3987: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3987: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "argp"
# | #define PACKAGE_TARNAME "argp"
# | #define PACKAGE_VERSION "standalone-1.3"
# | #define PACKAGE_STRING "argp standalone-1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "argp"
# | #define VERSION "standalone-1.3"
# | /* end confdefs.h. */
# | #include
# configure:4012: result: gcc -E
# configure:4032: gcc -E conftest.c
# configure:4032: $? = 0
# configure:4046: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4046: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "argp"
# | #define PACKAGE_TARNAME "argp"
# | #define PACKAGE_VERSION "standalone-1.3"
# | #define PACKAGE_STRING "argp standalone-1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "argp"
# | #define VERSION "standalone-1.3"
# | /* end confdefs.h. */
# | #include
# configure:4075: checking for grep that handles long lines and -e
# configure:4133: result: /usr/bin/grep
# configure:4138: checking for egrep
# configure:4200: result: /usr/bin/grep -E
# configure:4205: checking for ANSI C header files
# configure:4225: gcc -c conftest.c >&5
# configure:4225: $? = 0
# configure:4298: gcc -o conftest conftest.c >&5
# configure:4298: $? = 0
# configure:4298: ./conftest
# configure:4298: $? = 0
# configure:4309: result: yes
# configure:4322: checking for sys/types.h
# configure:4322: gcc -c conftest.c >&5
# configure:4322: $? = 0
# configure:4322: result: yes
# configure:4322: checking for sys/stat.h
# configure:4322: gcc -c conftest.c >&5
# configure:4322: $? = 0
# configure:4322: result: yes
# configure:4322: checking for stdlib.h
# configure:4322: gcc -c conftest.c >&5
# configure:4322: $? = 0
# configure:4322: result: yes
# configure:4322: checking for string.h
# configure:4322: gcc -c conftest.c >&5
# configure:4322: $? = 0
# configure:4322: result: yes
# configure:4322: checking for memory.h
# configure:4322: gcc -c conftest.c >&5
# configure:4322: $? = 0
# configure:4322: result: yes
# configure:4322: checking for strings.h
# configure:4322: gcc -c conftest.c >&5
# configure:4322: $? = 0
# configure:4322: result: yes
# configure:4322: checking for inttypes.h
# configure:4322: gcc -c conftest.c >&5
# configure:4322: $? = 0
# configure:4322: result: yes
# configure:4322: checking for stdint.h
# configure:4322: gcc -c conftest.c >&5
# configure:4322: $? = 0
# configure:4322: result: yes
# configure:4322: checking for unistd.h
# configure:4322: gcc -c conftest.c >&5
# configure:4322: $? = 0
# configure:4322: result: yes
# configure:4335: checking minix/config.h usability
# configure:4335: gcc -c conftest.c >&5
# conftest.c:54:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4335: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "argp"
# | #define PACKAGE_TARNAME "argp"
# | #define PACKAGE_VERSION "standalone-1.3"
# | #define PACKAGE_STRING "argp standalone-1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "argp"
# | #define VERSION "standalone-1.3"
# | #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
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4335: result: no
# configure:4335: checking minix/config.h presence
# configure:4335: gcc -E conftest.c
# conftest.c:21:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4335: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "argp"
# | #define PACKAGE_TARNAME "argp"
# | #define PACKAGE_VERSION "standalone-1.3"
# | #define PACKAGE_STRING "argp standalone-1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "argp"
# | #define VERSION "standalone-1.3"
# | #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
# | /* end confdefs.h. */
# | #include
# configure:4335: result: no
# configure:4335: checking for minix/config.h
# configure:4335: result: no
# configure:4356: checking whether it is safe to define __EXTENSIONS__
# configure:4374: gcc -c conftest.c >&5
# configure:4374: $? = 0
# configure:4381: result: yes
# configure:4406: checking for x86_64-unknown-linux-gcc
# configure:4433: result: gcc
# configure:4702: checking for C compiler version
# configure:4711: 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:4722: $? = 0
# configure:4711: 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:4722: $? = 0
# configure:4711: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:4722: $? = 1
# configure:4711: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:4722: $? = 1
# configure:4726: checking whether we are using the GNU C compiler
# configure:4754: result: yes
# configure:4763: checking whether gcc accepts -g
# configure:4824: result: yes
# configure:4841: checking for gcc option to accept ISO C89
# configure:4917: result: none needed
# configure:4942: checking whether gcc understands -c and -o together
# configure:4979: result: yes
# configure:4998: checking dependency style of gcc
# configure:5109: result: gcc3
# configure:5124: checking whether make sets $(MAKE)
# configure:5146: result: yes
# configure:5158: checking for x86_64-unknown-linux-ranlib
# configure:5188: result: no
# configure:5198: checking for ranlib
# configure:5214: found /usr/bin/ranlib
# configure:5225: result: ranlib
# configure:5255: checking for x86_64-unknown-linux-gcc
# configure:5282: result: gcc
# configure:5551: checking for C compiler version
# configure:5560: 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:5571: $? = 0
# configure:5560: 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:5571: $? = 0
# configure:5560: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:5571: $? = 1
# configure:5560: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:5571: $? = 1
# configure:5575: checking whether we are using the GNU C compiler
# configure:5603: result: yes
# configure:5612: checking whether gcc accepts -g
# configure:5673: result: yes
# configure:5690: checking for gcc option to accept ISO C89
# configure:5766: result: none needed
# configure:5791: checking whether gcc understands -c and -o together
# configure:5828: result: yes
# configure:5847: checking dependency style of gcc
# configure:5958: result: gcc3
# configure:5981: checking for ANSI C header files
# configure:6085: result: yes
# configure:6096: checking limits.h usability
# configure:6096: gcc -c conftest.c >&5
# configure:6096: $? = 0
# configure:6096: result: yes
# configure:6096: checking limits.h presence
# configure:6096: gcc -E conftest.c
# configure:6096: $? = 0
# configure:6096: result: yes
# configure:6096: checking for limits.h
# configure:6096: result: yes
# configure:6096: checking malloc.h usability
# configure:6096: gcc -c conftest.c >&5
# configure:6096: $? = 0
# configure:6096: result: yes
# configure:6096: checking malloc.h presence
# configure:6096: gcc -E conftest.c
# configure:6096: $? = 0
# configure:6096: result: yes
# configure:6096: checking for malloc.h
# configure:6096: result: yes
# configure:6096: checking for unistd.h
# configure:6096: result: yes
# configure:6096: checking sysexits.h usability
# configure:6096: gcc -c conftest.c >&5
# configure:6096: $? = 0
# configure:6096: result: yes
# configure:6096: checking sysexits.h presence
# configure:6096: gcc -E conftest.c
# configure:6096: $? = 0
# configure:6096: result: yes
# configure:6096: checking for sysexits.h
# configure:6096: result: yes
# configure:6096: checking stdarg.h usability
# configure:6096: gcc -c conftest.c >&5
# configure:6096: $? = 0
# configure:6096: result: yes
# configure:6096: checking stdarg.h presence
# configure:6096: gcc -E conftest.c
# configure:6096: $? = 0
# configure:6096: result: yes
# configure:6096: checking for stdarg.h
# configure:6096: result: yes
# configure:6108: checking for an ANSI C-conforming const
# configure:6174: gcc -c conftest.c >&5
# configure:6174: $? = 0
# configure:6181: result: yes
# configure:6189: checking for inline
# configure:6205: gcc -c conftest.c >&5
# configure:6205: $? = 0
# configure:6213: result: inline
# configure:6231: checking for size_t
# configure:6231: gcc -c conftest.c >&5
# configure:6231: $? = 0
# configure:6231: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:68:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:6231: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "argp"
# | #define PACKAGE_TARNAME "argp"
# | #define PACKAGE_VERSION "standalone-1.3"
# | #define PACKAGE_STRING "argp standalone-1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "argp"
# | #define VERSION "standalone-1.3"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_STDARG_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:6231: result: yes
# configure:6243: checking for __attribute__
# configure:6269: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:39:13: error: invalid storage class for function 'foo'
# static void foo(void) __attribute__ ((noreturn));
# ^~~
# conftest.c:42:1: error: invalid storage class for function 'foo'
# foo(void)
# ^~~
# configure:6269: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "argp"
# | #define PACKAGE_TARNAME "argp"
# | #define PACKAGE_VERSION "standalone-1.3"
# | #define PACKAGE_STRING "argp standalone-1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "argp"
# | #define VERSION "standalone-1.3"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_STDARG_H 1
# | /* end confdefs.h. */
# |
# | #include
# |
# | int
# | main ()
# | {
# |
# | static void foo(void) __attribute__ ((noreturn));
# |
# | static void __attribute__ ((noreturn))
# | foo(void)
# | {
# | exit(1);
# | }
# |
# | ;
# | return 0;
# | }
# configure:6276: result: no
# configure:6290: checking for working alloca.h
# configure:6307: gcc -o conftest conftest.c >&5
# configure:6307: $? = 0
# configure:6315: result: yes
# configure:6323: checking for alloca
# configure:6360: gcc -o conftest conftest.c >&5
# configure:6360: $? = 0
# configure:6368: result: yes
# configure:6476: checking for vprintf
# configure:6476: gcc -o conftest conftest.c >&5
# conftest.c:57:6: warning: conflicting types for built-in function 'vprintf'
# char vprintf ();
# ^~~~~~~
# configure:6476: $? = 0
# configure:6476: result: yes
# configure:6482: checking for _doprnt
# configure:6482: gcc -o conftest conftest.c >&5
# /tmp/ccSBU24z.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `_doprnt'
# collect2: error: ld returned 1 exit status
# configure:6482: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "argp"
# | #define PACKAGE_TARNAME "argp"
# | #define PACKAGE_VERSION "standalone-1.3"
# | #define PACKAGE_STRING "argp standalone-1.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "argp"
# | #define VERSION "standalone-1.3"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define STDC_HEADERS 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYSEXITS_H 1
# | #define HAVE_STDARG_H 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 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:6482: result: no
# configure:6496: checking for strerror
# configure:6496: gcc -o conftest conftest.c >&5
# configure:6496: $? = 0
# configure:6496: result: yes
# configure:6496: checking for sleep
# configure:6496: gcc -o conftest conftest.c >&5
# configure:6496: $? = 0
# configure:6496: result: yes
# configure:6496: checking for getpid
# configure:6496: gcc -o conftest conftest.c >&5
# configure:6496: $? = 0
# configure:6496: result: yes
# configure:6496: checking for snprintf
# configure:6496: gcc -o conftest conftest.c >&5
# conftest.c:61:6: warning: conflicting types for built-in function 'snprintf'
# char snprintf ();
# ^~~~~~~~
# configure:6496: $? = 0
# configure:6496: result: yes
# configure:6506: checking for mempcpy
# configure:6506: gcc -o conftest conftest.c >&5
# conftest.c:62:6: warning: conflicting types for built-in function 'mempcpy'
# char mempcpy ();
# ^~~~~~~
# configure:6506: $? = 0
# configure:6506: result: yes
# configure:6519: checking for strndup
# configure:6519: gcc -o conftest conftest.c >&5
# conftest.c:63:6: warning: conflicting types for built-in function 'strndup'
# char strndup ();
# ^~~~~~~
# configure:6519: $? = 0
# configure:6519: result: yes
# configure:6532: checking for strchrnul
# configure:6532: gcc -o conftest conftest.c >&5
# configure:6532: $? = 0
# configure:6532: result: yes
# configure:6545: checking for strcasecmp
# configure:6545: gcc -o conftest conftest.c >&5
# conftest.c:65:6: warning: conflicting types for built-in function 'strcasecmp'
# char strcasecmp ();
# ^~~~~~~~~~
# configure:6545: $? = 0
# configure:6545: result: yes
# configure:6558: checking for vsnprintf
# configure:6558: gcc -o conftest conftest.c >&5
# conftest.c:66:6: warning: conflicting types for built-in function 'vsnprintf'
# char vsnprintf ();
# ^~~~~~~~~
# configure:6558: $? = 0
# configure:6558: result: yes
# configure:6580: checking for putc_unlocked('x', stdout)
# configure:6596: gcc -o conftest conftest.c >&5
# configure:6596: $? = 0
# configure:6604: result: yes
# configure:6620: checking for flockfile
# configure:6620: gcc -o conftest conftest.c >&5
# configure:6620: $? = 0
# configure:6620: result: yes
# configure:6632: checking for fputs_unlocked
# configure:6632: gcc -o conftest conftest.c >&5
# conftest.c:69:6: warning: conflicting types for built-in function 'fputs_unlocked'
# char fputs_unlocked ();
# ^~~~~~~~~~~~~~
# configure:6632: $? = 0
# configure:6632: result: yes
# configure:6632: checking for fwrite_unlocked
# configure:6632: gcc -o conftest conftest.c >&5
# conftest.c:70:6: warning: conflicting types for built-in function 'fwrite_unlocked'
# char fwrite_unlocked ();
# ^~~~~~~~~~~~~~~
# configure:6632: $? = 0
# configure:6632: result: yes
# configure:6646: checking for strdup
# configure:6646: gcc -o conftest conftest.c >&5
# conftest.c:71:6: warning: conflicting types for built-in function 'strdup'
# char strdup ();
# ^~~~~~
# configure:6646: $? = 0
# configure:6646: result: yes
# configure:6646: checking for asprintf
# configure:6646: gcc -o conftest conftest.c >&5
# configure:6646: $? = 0
# configure:6646: result: yes
# configure:6656: checking whether program_invocation_name is declared
# configure:6656: gcc -c conftest.c >&5
# configure:6656: $? = 0
# configure:6656: result: yes
# configure:6667: checking whether program_invocation_short_name is declared
# configure:6667: gcc -c conftest.c >&5
# configure:6667: $? = 0
# configure:6667: result: yes
# configure:6809: checking that generated files are newer than configure
# configure:6815: result: done
# configure:6846: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by argp config.status standalone-1.3, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on b0dcedd597c7
#
# config.status:886: creating Makefile
# config.status:886: creating config.h
# config.status:1115: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# 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__doprnt=no
# ac_cv_func_alloca_works=yes
# ac_cv_func_asprintf=yes
# ac_cv_func_call_putc_unlocked=yes
# ac_cv_func_flockfile=yes
# ac_cv_func_fputs_unlocked=yes
# ac_cv_func_fwrite_unlocked=yes
# ac_cv_func_getpid=yes
# ac_cv_func_mempcpy=yes
# ac_cv_func_sleep=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchrnul=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strndup=yes
# ac_cv_func_vprintf=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_have_decl_program_invocation_name=yes
# ac_cv_have_decl_program_invocation_short_name=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# 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_sysexits_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=gcc
# ac_cv_prog_CPP='gcc -E'
# 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_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_type_size_t=yes
# ac_cv_working_alloca_h=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# lsh_cv_c_attribute=no
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/freetalk/src/freetalk-4.1/contrib/argp-standalone/missing aclocal-1.15'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/freetalk/src/freetalk-4.1/contrib/argp-standalone/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/freetalk/src/freetalk-4.1/contrib/argp-standalone/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/freetalk/src/freetalk-4.1/contrib/argp-standalone/missing automake-1.15'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Waggregate-return -Wpointer-arith -Wbad-function-cast -Wnested-externs -std=gnu89'
# CPP='gcc -E'
# CPPFLAGS=' -I.'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/freetalk/src/freetalk-4.1/contrib/argp-standalone/missing makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# OBJEXT='o'
# PACKAGE='argp'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='argp'
# PACKAGE_STRING='argp standalone-1.3'
# PACKAGE_TARNAME='argp'
# PACKAGE_URL=''
# PACKAGE_VERSION='standalone-1.3'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='standalone-1.3'
# ac_ct_CC='gcc'
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} 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='${SHELL} /tmp/freetalk/src/freetalk-4.1/contrib/argp-standalone/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 "argp"
# #define PACKAGE_TARNAME "argp"
# #define PACKAGE_VERSION "standalone-1.3"
# #define PACKAGE_STRING "argp standalone-1.3"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "argp"
# #define VERSION "standalone-1.3"
# #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 __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define STDC_HEADERS 1
# #define HAVE_LIMITS_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYSEXITS_H 1
# #define HAVE_STDARG_H 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_VPRINTF 1
# #define HAVE_STRERROR 1
# #define HAVE_SLEEP 1
# #define HAVE_GETPID 1
# #define HAVE_SNPRINTF 1
# #define HAVE_MEMPCPY 1
# #define HAVE_STRNDUP 1
# #define HAVE_STRCHRNUL 1
# #define HAVE_STRCASECMP 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_PUTC_UNLOCKED 1
# #define HAVE_FLOCKFILE 1
# #define HAVE_FPUTS_UNLOCKED 1
# #define HAVE_FWRITE_UNLOCKED 1
# #define HAVE_STRDUP 1
# #define HAVE_ASPRINTF 1
# #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
# #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
#
# configure: exit 0