Build of bc with musl toolchain

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

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

SLOCLanguage
9,718 ansic
2,053 makefile
1,095 yacc
799 sh
346 lex
14,011 total

The process tree of the build process is here.

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: bc 1.06.95-2 (Wed Apr 5 00:30:29 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... yes
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ANSI C... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for egrep... grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking for flex... flex
# checking for yywrap in -lfl... no
# checking for yywrap in -ll... no
# checking lex output file root... lex.yy
# checking whether yytext is a pointer... no
# checking for bison... bison -y
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking whether make sets $(MAKE)... (cached) yes
# checking stdarg.h usability... yes
# checking stdarg.h presence... yes
# checking for stdarg.h... yes
# checking stddef.h usability... yes
# checking stddef.h presence... yes
# checking for stddef.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking for unistd.h... (cached) yes
# checking lib.h usability... no
# checking lib.h presence... no
# checking for lib.h... no
# checking for an ANSI C-conforming const... yes
# checking for size_t... yes
# checking for ptrdiff_t... yes
# checking for vprintf... yes
# checking for _doprnt... no
# checking for isgraph... yes
# checking for setvbuf... yes
# checking for fstat... yes
# checking for strtol... yes
# checking for tparm in -lncurses... no
# checking for tgetent in -ltermcap... no
# checking for readline in -lreadline... no
# configure: WARNING: readline works only with flex.
# Adding GCC specific compile flags.
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating bc/Makefile
# config.status: creating dc/Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/texi-ver.incl
# config.status: creating lib/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/bc/src/bc-1.06.95'
# Making all in lib
# make[2]: Entering directory '/tmp/bc/src/bc-1.06.95/lib'
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../h -Wall -funsigned-char -Wall -funsigned-char -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" -c -o getopt.o getopt.c; \
# then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../h -Wall -funsigned-char -Wall -funsigned-char -MT getopt1.o -MD -MP -MF ".deps/getopt1.Tpo" -c -o getopt1.o getopt1.c; \
# then mv -f ".deps/getopt1.Tpo" ".deps/getopt1.Po"; else rm -f ".deps/getopt1.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../h -Wall -funsigned-char -Wall -funsigned-char -MT vfprintf.o -MD -MP -MF ".deps/vfprintf.Tpo" -c -o vfprintf.o vfprintf.c; \
# then mv -f ".deps/vfprintf.Tpo" ".deps/vfprintf.Po"; else rm -f ".deps/vfprintf.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -I./../h -Wall -funsigned-char -Wall -funsigned-char -MT number.o -MD -MP -MF ".deps/number.Tpo" -c -o number.o number.c; \
# then mv -f ".deps/number.Tpo" ".deps/number.Po"; else rm -f ".deps/number.Tpo"; exit 1; fi
# rm -f libbc.a
# ar cru libbc.a getopt.o getopt1.o vfprintf.o number.o
# /r: `u' modifier ignored since `D' is the default (see `U')
# ranlib libbc.a
# make[2]: Leaving directory '/tmp/bc/src/bc-1.06.95/lib'
# Making all in bc
# make[2]: Entering directory '/tmp/bc/src/bc-1.06.95/bc'
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h -Wall -funsigned-char -Wall -funsigned-char -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \
# then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h -Wall -funsigned-char -Wall -funsigned-char -MT bc.o -MD -MP -MF ".deps/bc.Tpo" -c -o bc.o bc.c; \
# then mv -f ".deps/bc.Tpo" ".deps/bc.Po"; else rm -f ".deps/bc.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h -Wall -funsigned-char -Wall -funsigned-char -MT scan.o -MD -MP -MF ".deps/scan.Tpo" -c -o scan.o scan.c; \
# then mv -f ".deps/scan.Tpo" ".deps/scan.Po"; else rm -f ".deps/scan.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h -Wall -funsigned-char -Wall -funsigned-char -MT execute.o -MD -MP -MF ".deps/execute.Tpo" -c -o execute.o execute.c; \
# then mv -f ".deps/execute.Tpo" ".deps/execute.Po"; else rm -f ".deps/execute.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h -Wall -funsigned-char -Wall -funsigned-char -MT load.o -MD -MP -MF ".deps/load.Tpo" -c -o load.o load.c; \
# then mv -f ".deps/load.Tpo" ".deps/load.Po"; else rm -f ".deps/load.Tpo"; exit 1; fi
# main.c:200:29: warning: passing 'const char *[30]' to parameter of type 'char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers]
# parse_args (env_argc, env_argv);
# ^~~~~~~~
# scan.c:1800:17: warning: unused function 'yyunput' [-Wunused-function]
# static void yyunput (int c, register char * yy_bp )
# ^
# 1 warning generated.
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h -Wall -funsigned-char -Wall -funsigned-char -MT storage.o -MD -MP -MF ".deps/storage.Tpo" -c -o storage.o storage.c; \
# then mv -f ".deps/storage.Tpo" ".deps/storage.Po"; else rm -f ".deps/storage.Tpo"; exit 1; fi
# 1 warning generated.
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h -Wall -funsigned-char -Wall -funsigned-char -MT util.o -MD -MP -MF ".deps/util.Tpo" -c -o util.o util.c; \
# then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f ".deps/util.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h -Wall -funsigned-char -Wall -funsigned-char -MT global.o -MD -MP -MF ".deps/global.Tpo" -c -o global.o global.c; \
# then mv -f ".deps/global.Tpo" ".deps/global.Po"; else rm -f ".deps/global.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I. -I./../h -Wall -funsigned-char -Wall -funsigned-char -MT warranty.o -MD -MP -MF ".deps/warranty.Tpo" -c -o warranty.o warranty.c; \
# then mv -f ".deps/warranty.Tpo" ".deps/warranty.Po"; else rm -f ".deps/warranty.Tpo"; exit 1; fi
# clang -Wall -funsigned-char -Wall -funsigned-char -o bc main.o bc.o scan.o execute.o load.o storage.o util.o global.o warranty.o ../lib/libbc.a
# make[2]: Leaving directory '/tmp/bc/src/bc-1.06.95/bc'
# Making all in dc
# make[2]: Entering directory '/tmp/bc/src/bc-1.06.95/dc'
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../h -Wall -funsigned-char -Wall -funsigned-char -MT dc.o -MD -MP -MF ".deps/dc.Tpo" -c -o dc.o dc.c; \
# then mv -f ".deps/dc.Tpo" ".deps/dc.Po"; else rm -f ".deps/dc.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../h -Wall -funsigned-char -Wall -funsigned-char -MT misc.o -MD -MP -MF ".deps/misc.Tpo" -c -o misc.o misc.c; \
# then mv -f ".deps/misc.Tpo" ".deps/misc.Po"; else rm -f ".deps/misc.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../h -Wall -funsigned-char -Wall -funsigned-char -MT eval.o -MD -MP -MF ".deps/eval.Tpo" -c -o eval.o eval.c; \
# then mv -f ".deps/eval.Tpo" ".deps/eval.Po"; else rm -f ".deps/eval.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../h -Wall -funsigned-char -Wall -funsigned-char -MT stack.o -MD -MP -MF ".deps/stack.Tpo" -c -o stack.o stack.c; \
# then mv -f ".deps/stack.Tpo" ".deps/stack.Po"; else rm -f ".deps/stack.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../h -Wall -funsigned-char -Wall -funsigned-char -MT array.o -MD -MP -MF ".deps/array.Tpo" -c -o array.o array.c; \
# then mv -f ".deps/array.Tpo" ".deps/array.Po"; else rm -f ".deps/array.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../h -Wall -funsigned-char -Wall -funsigned-char -MT numeric.o -MD -MP -MF ".deps/numeric.Tpo" -c -o numeric.o numeric.c; \
# then mv -f ".deps/numeric.Tpo" ".deps/numeric.Po"; else rm -f ".deps/numeric.Tpo"; exit 1; fi
# if clang -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I./../h -Wall -funsigned-char -Wall -funsigned-char -MT string.o -MD -MP -MF ".deps/string.Tpo" -c -o string.o string.c; \
# then mv -f ".deps/string.Tpo" ".deps/string.Po"; else rm -f ".deps/string.Tpo"; exit 1; fi
# clang -Wall -funsigned-char -Wall -funsigned-char -o dc dc.o misc.o eval.o stack.o array.o numeric.o string.o ../lib/libbc.a
# make[2]: Leaving directory '/tmp/bc/src/bc-1.06.95/dc'
# Making all in doc
# make[2]: Entering directory '/tmp/bc/src/bc-1.06.95/doc'
# restore=: && backupdir=".am$$" && \
# am__cwd=`pwd` && cd . && \
# rm -rf $backupdir && mkdir $backupdir && \
# if (makeinfo --no-split --version) >/dev/null 2>&1; then \
# for f in bc.info bc.info-[0-9] bc.info-[0-9][0-9] bc.i[0-9] bc.i[0-9][0-9]; do \
# if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
# done; \
# else :; fi && \
# cd "$am__cwd"; \
# if makeinfo --no-split -I . \
# -o bc.info bc.texi; \
# then \
# rc=0; \
# cd .; \
# else \
# rc=$?; \
# cd . && \
# $restore $backupdir/* `echo "./bc.info" | sed 's|[^/]*$||'`; \
# fi; \
# rm -rf $backupdir; exit $rc
# restore=: && backupdir=".am$$" && \
# am__cwd=`pwd` && cd . && \
# rm -rf $backupdir && mkdir $backupdir && \
# if (makeinfo --no-split --version) >/dev/null 2>&1; then \
# for f in dc.info dc.info-[0-9] dc.info-[0-9][0-9] dc.i[0-9] dc.i[0-9][0-9]; do \
# if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
# done; \
# else :; fi && \
# cd "$am__cwd"; \
# if makeinfo --no-split -I . \
# -o dc.info dc.texi; \
# then \
# rc=0; \
# cd .; \
# else \
# rc=$?; \
# cd . && \
# $restore $backupdir/* `echo "./dc.info" | sed 's|[^/]*$||'`; \
# fi; \
# rm -rf $backupdir; exit $rc
# make[2]: Leaving directory '/tmp/bc/src/bc-1.06.95/doc'
# make[2]: Entering directory '/tmp/bc/src/bc-1.06.95'
# make[2]: Leaving directory '/tmp/bc/src/bc-1.06.95'
# make[1]: Leaving directory '/tmp/bc/src/bc-1.06.95'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in lib
# make[1]: Entering directory '/tmp/bc/src/bc-1.06.95/lib'
# make[2]: Entering directory '/tmp/bc/src/bc-1.06.95/lib'
# 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/bc/src/bc-1.06.95/lib'
# make[1]: Leaving directory '/tmp/bc/src/bc-1.06.95/lib'
# Making install in bc
# make[1]: Entering directory '/tmp/bc/src/bc-1.06.95/bc'
# make[2]: Entering directory '/tmp/bc/src/bc-1.06.95/bc'
# test -z "/usr/bin" || mkdir -p -- "/tmp/bc/pkg/bc/usr/bin"
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/bin/install -c 'bc' '/tmp/bc/pkg/bc/usr/bin/bc'
# make[2]: Leaving directory '/tmp/bc/src/bc-1.06.95/bc'
# make[1]: Leaving directory '/tmp/bc/src/bc-1.06.95/bc'
# Making install in dc
# make[1]: Entering directory '/tmp/bc/src/bc-1.06.95/dc'
# make[2]: Entering directory '/tmp/bc/src/bc-1.06.95/dc'
# test -z "/usr/bin" || mkdir -p -- "/tmp/bc/pkg/bc/usr/bin"
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/bin/install -c 'dc' '/tmp/bc/pkg/bc/usr/bin/dc'
# make[2]: Leaving directory '/tmp/bc/src/bc-1.06.95/dc'
# make[1]: Leaving directory '/tmp/bc/src/bc-1.06.95/dc'
# Making install in doc
# make[1]: Entering directory '/tmp/bc/src/bc-1.06.95/doc'
# make[2]: Entering directory '/tmp/bc/src/bc-1.06.95/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/info" || mkdir -p -- "/tmp/bc/pkg/bc/usr/share/info"
# test -z "/usr/share/man/man1" || mkdir -p -- "/tmp/bc/pkg/bc/usr/share/man/man1"
# /usr/bin/install -c -m 644 './bc.1' '/tmp/bc/pkg/bc/usr/share/man/man1/bc.1'
# /usr/bin/install -c -m 644 './bc.info' '/tmp/bc/pkg/bc/usr/share/info/bc.info'
# /usr/bin/install -c -m 644 './dc.info' '/tmp/bc/pkg/bc/usr/share/info/dc.info'
# /usr/bin/install -c -m 644 './dc.1' '/tmp/bc/pkg/bc/usr/share/man/man1/dc.1'
# install-info --info-dir='/tmp/bc/pkg/bc/usr/share/info' '/tmp/bc/pkg/bc/usr/share/info/bc.info'
# install-info --info-dir='/tmp/bc/pkg/bc/usr/share/info' '/tmp/bc/pkg/bc/usr/share/info/dc.info'
# make[2]: Leaving directory '/tmp/bc/src/bc-1.06.95/doc'
# make[1]: Leaving directory '/tmp/bc/src/bc-1.06.95/doc'
# make[1]: Entering directory '/tmp/bc/src/bc-1.06.95'
# make[2]: Entering directory '/tmp/bc/src/bc-1.06.95'
# 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/bc/src/bc-1.06.95'
# make[1]: Leaving directory '/tmp/bc/src/bc-1.06.95'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "bc"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: bc 1.06.95-2 (Wed Apr 5 00:30:44 UTC 2017)

CMD: pacman --query --file bc-1.06.95-2-x86_64.pkg.tar.xz
# bc 1.06.95-2

Creating hybrid package for 'bc'

Trying to find vanilla package 'bc'...

CMD: pacman --query --file /mirror/gambas3-gb-db-odbc-3.8.4-3.pkg.tar.xz
# gambas3-gb-db-odbc 3.8.4-3

CMD: pacman --query --file /mirror/python-pysmbc-1.0.15.5-1.pkg.tar.xz
# python-pysmbc 1.0.15.5-1

CMD: pacman --query --file /mirror/libchewing-0.5.1-1.pkg.tar.xz
# libchewing 0.5.1-1

CMD: pacman --query --file /mirror/libcrossguid-20150803.8f399e8-1.pkg.tar.xz
# libcrossguid 20150803.8f399e8-1

CMD: pacman --query --file /mirror/libcanberra-0.30-6.pkg.tar.xz
# libcanberra 0.30-6

CMD: pacman --query --file /mirror/lxappearance-obconf-gtk3-0.2.3-1.pkg.tar.xz
# lxappearance-obconf-gtk3 0.2.3-1

CMD: pacman --query --file /mirror/libcap-2.25-1.pkg.tar.xz
# libcap 2.25-1

CMD: pacman --query --file /mirror/sbc-1.3-1.pkg.tar.xz
# sbc 1.3-1

CMD: pacman --query --file /mirror/bcprov-1.54-1.pkg.tar.xz
# bcprov 1.54-1

CMD: pacman --query --file /mirror/libfbclient-2.5.5.26952-2.pkg.tar.xz
# libfbclient 2.5.5.26952-2

CMD: pacman --query --file /mirror/fswebcam-20140113-1.pkg.tar.xz
# fswebcam 20140113-1

CMD: pacman --query --file /mirror/libxkbcommon-x11-0.6.1-1.pkg.tar.xz
# libxkbcommon-x11 0.6.1-1

CMD: pacman --query --file /mirror/libcryptui-3.12.2-1.pkg.tar.xz
# libcryptui 3.12.2-1

CMD: pacman --query --file /mirror/libcmis-0.5.1-2.pkg.tar.xz
# libcmis 0.5.1-2

CMD: pacman --query --file /mirror/unixodbc-2.3.4-1.pkg.tar.xz
# unixodbc 2.3.4-1

CMD: pacman --query --file /mirror/python2-backports-abc-0.4-1.pkg.tar.xz
# python2-backports-abc 0.4-1

CMD: pacman --query --file /mirror/libclc-0.2.0+290+b518692-1.pkg.tar.xz
# libclc 0.2.0+290+b518692-1

CMD: pacman --query --file /mirror/bc-1.06.95-2.pkg.tar.xz
# bc 1.06.95-2

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/bin/bc
# /usr/bin/dc
# /usr/share/info/bc.info.gz
# /usr/share/info/dc.info.gz
# /usr/share/man/man1/bc.1.gz
# /usr/share/man/man1/dc.1.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 bc.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/bc.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/bc.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/bc/src/bc-1.06.95/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 bc configure 1.06.95, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-readline
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = c3e1dee9d773
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1357: checking for a BSD-compatible install
# configure:1412: result: /usr/bin/install -c
# configure:1423: checking whether build environment is sane
# configure:1466: result: yes
# configure:1531: checking for gawk
# configure:1547: found /usr/sbin/gawk
# configure:1557: result: gawk
# configure:1567: checking whether make sets $(MAKE)
# configure:1587: result: yes
# configure:1663: checking for x86_64-unknown-linux-strip
# configure:1692: result: no
# configure:1701: checking for strip
# configure:1717: found /sysroot/bin/strip
# configure:1728: result: strip
# configure:1784: checking for x86_64-unknown-linux-gcc
# configure:1810: result: clang
# configure:2092: checking for C compiler version
# configure:2095: clang --version &5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2098: $? = 0
# configure:2100: clang -v &5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2103: $? = 0
# configure:2105: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2108: $? = 1
# configure:2131: checking for C compiler default output file name
# configure:2134: clang conftest.c >&5
# configure:2137: $? = 0
# configure:2183: result: a.out
# configure:2188: checking whether the C compiler works
# configure:2194: ./a.out
# ./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:2197: $? = 127
# configure:2214: result: yes
# configure:2221: checking whether we are cross compiling
# configure:2223: result: yes
# configure:2226: checking for suffix of executables
# configure:2228: clang -o conftest conftest.c >&5
# configure:2231: $? = 0
# configure:2256: result:
# configure:2262: checking for suffix of object files
# configure:2283: clang -c conftest.c >&5
# configure:2286: $? = 0
# configure:2308: result: o
# configure:2312: checking whether we are using the GNU C compiler
# configure:2336: clang -c conftest.c >&5
# configure:2342: $? = 0
# configure:2346: test -z
# || test ! -s conftest.err
# configure:2349: $? = 0
# configure:2352: test -s conftest.o
# configure:2355: $? = 0
# configure:2368: result: yes
# configure:2374: checking whether clang accepts -g
# configure:2395: clang -c -g conftest.c >&5
# configure:2401: $? = 0
# configure:2405: test -z
# || test ! -s conftest.err
# configure:2408: $? = 0
# configure:2411: test -s conftest.o
# configure:2414: $? = 0
# configure:2425: result: yes
# configure:2442: checking for clang option to accept ANSI C
# configure:2512: clang -c conftest.c >&5
# configure:2518: $? = 0
# configure:2522: test -z
# || test ! -s conftest.err
# configure:2525: $? = 0
# configure:2528: test -s conftest.o
# configure:2531: $? = 0
# configure:2549: result: none needed
# configure:2567: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:2573: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:2717: checking for style of include used by make
# configure:2745: result: GNU
# configure:2773: checking dependency style of clang
# configure:2863: result: gcc3
# configure:2886: checking how to run the C preprocessor
# configure:2921: clang -E conftest.c
# configure:2927: $? = 0
# configure:2959: clang -E conftest.c
# conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:2965: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "bc"
# | #define PACKAGE_TARNAME "bc"
# | #define PACKAGE_VERSION "1.06.95"
# | #define PACKAGE_STRING "bc 1.06.95"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "bc"
# | #define VERSION "1.06.95"
# | #define DC_VERSION "1.3.95"
# | #define BC_COPYRIGHT "Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc."
# | #define DC_COPYRIGHT "Copyright 1994, 1997, 1998, 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc."
# | /* end confdefs.h. */
# | #include
# configure:3004: result: clang -E
# configure:3028: clang -E conftest.c
# configure:3034: $? = 0
# configure:3066: clang -E conftest.c
# conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3072: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "bc"
# | #define PACKAGE_TARNAME "bc"
# | #define PACKAGE_VERSION "1.06.95"
# | #define PACKAGE_STRING "bc 1.06.95"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "bc"
# | #define VERSION "1.06.95"
# | #define DC_VERSION "1.3.95"
# | #define BC_COPYRIGHT "Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc."
# | #define DC_COPYRIGHT "Copyright 1994, 1997, 1998, 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc."
# | /* end confdefs.h. */
# | #include
# configure:3116: checking for egrep
# configure:3126: result: grep -E
# configure:3131: checking for ANSI C header files
# configure:3156: clang -c conftest.c >&5
# configure:3162: $? = 0
# configure:3166: test -z
# || test ! -s conftest.err
# configure:3169: $? = 0
# configure:3172: test -s conftest.o
# configure:3175: $? = 0
# configure:3287: result: yes
# configure:3311: checking for sys/types.h
# configure:3327: clang -c conftest.c >&5
# configure:3333: $? = 0
# configure:3337: test -z
# || test ! -s conftest.err
# configure:3340: $? = 0
# configure:3343: test -s conftest.o
# configure:3346: $? = 0
# configure:3357: result: yes
# configure:3311: checking for sys/stat.h
# configure:3327: clang -c conftest.c >&5
# configure:3333: $? = 0
# configure:3337: test -z
# || test ! -s conftest.err
# configure:3340: $? = 0
# configure:3343: test -s conftest.o
# configure:3346: $? = 0
# configure:3357: result: yes
# configure:3311: checking for stdlib.h
# configure:3327: clang -c conftest.c >&5
# configure:3333: $? = 0
# configure:3337: test -z
# || test ! -s conftest.err
# configure:3340: $? = 0
# configure:3343: test -s conftest.o
# configure:3346: $? = 0
# configure:3357: result: yes
# configure:3311: checking for string.h
# configure:3327: clang -c conftest.c >&5
# configure:3333: $? = 0
# configure:3337: test -z
# || test ! -s conftest.err
# configure:3340: $? = 0
# configure:3343: test -s conftest.o
# configure:3346: $? = 0
# configure:3357: result: yes
# configure:3311: checking for memory.h
# configure:3327: clang -c conftest.c >&5
# configure:3333: $? = 0
# configure:3337: test -z
# || test ! -s conftest.err
# configure:3340: $? = 0
# configure:3343: test -s conftest.o
# configure:3346: $? = 0
# configure:3357: result: yes
# configure:3311: checking for strings.h
# configure:3327: clang -c conftest.c >&5
# configure:3333: $? = 0
# configure:3337: test -z
# || test ! -s conftest.err
# configure:3340: $? = 0
# configure:3343: test -s conftest.o
# configure:3346: $? = 0
# configure:3357: result: yes
# configure:3311: checking for inttypes.h
# configure:3327: clang -c conftest.c >&5
# configure:3333: $? = 0
# configure:3337: test -z
# || test ! -s conftest.err
# configure:3340: $? = 0
# configure:3343: test -s conftest.o
# configure:3346: $? = 0
# configure:3357: result: yes
# configure:3311: checking for stdint.h
# configure:3327: clang -c conftest.c >&5
# configure:3333: $? = 0
# configure:3337: test -z
# || test ! -s conftest.err
# configure:3340: $? = 0
# configure:3343: test -s conftest.o
# configure:3346: $? = 0
# configure:3357: result: yes
# configure:3311: checking for unistd.h
# configure:3327: clang -c conftest.c >&5
# configure:3333: $? = 0
# configure:3337: test -z
# || test ! -s conftest.err
# configure:3340: $? = 0
# configure:3343: test -s conftest.o
# configure:3346: $? = 0
# configure:3357: result: yes
# configure:3379: checking minix/config.h usability
# configure:3391: clang -c conftest.c >&5
# conftest.c:58:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:3397: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "bc"
# | #define PACKAGE_TARNAME "bc"
# | #define PACKAGE_VERSION "1.06.95"
# | #define PACKAGE_STRING "bc 1.06.95"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "bc"
# | #define VERSION "1.06.95"
# | #define DC_VERSION "1.3.95"
# | #define BC_COPYRIGHT "Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc."
# | #define DC_COPYRIGHT "Copyright 1994, 1997, 1998, 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc."
# | #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
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:3420: result: no
# configure:3424: checking minix/config.h presence
# configure:3434: clang -E conftest.c
# conftest.c:24:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:3440: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "bc"
# | #define PACKAGE_TARNAME "bc"
# | #define PACKAGE_VERSION "1.06.95"
# | #define PACKAGE_STRING "bc 1.06.95"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "bc"
# | #define VERSION "1.06.95"
# | #define DC_VERSION "1.3.95"
# | #define BC_COPYRIGHT "Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc."
# | #define DC_COPYRIGHT "Copyright 1994, 1997, 1998, 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc."
# | #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:3460: result: no
# configure:3495: checking for minix/config.h
# configure:3502: result: no
# configure:3536: checking for flex
# configure:3552: found /usr/sbin/flex
# configure:3562: result: flex
# configure:3575: checking for yywrap in -lfl
# configure:3605: clang -o conftest conftest.c -lfl >&5
# /sysroot/bin/ld: error: cannot find -lfl
# /tmp/conftest-531748.o:conftest.c:function main: error: undefined reference to 'yywrap'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3611: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "bc"
# | #define PACKAGE_TARNAME "bc"
# | #define PACKAGE_VERSION "1.06.95"
# | #define PACKAGE_STRING "bc 1.06.95"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "bc"
# | #define VERSION "1.06.95"
# | #define DC_VERSION "1.3.95"
# | #define BC_COPYRIGHT "Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc."
# | #define DC_COPYRIGHT "Copyright 1994, 1997, 1998, 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc."
# | #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. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char yywrap ();
# | int
# | main ()
# | {
# | yywrap ();
# | ;
# | return 0;
# | }
# configure:3637: result: no
# configure:3642: checking for yywrap in -ll
# configure:3672: clang -o conftest conftest.c -ll >&5
# /sysroot/bin/ld: error: cannot find -ll
# /tmp/conftest-07b354.o:conftest.c:function main: error: undefined reference to 'yywrap'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3678: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "bc"
# | #define PACKAGE_TARNAME "bc"
# | #define PACKAGE_VERSION "1.06.95"
# | #define PACKAGE_STRING "bc 1.06.95"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "bc"
# | #define VERSION "1.06.95"
# | #define DC_VERSION "1.3.95"
# | #define BC_COPYRIGHT "Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc."
# | #define DC_COPYRIGHT "Copyright 1994, 1997, 1998, 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc."
# | #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. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char yywrap ();
# | int
# | main ()
# | {
# | yywrap ();
# | ;
# | return 0;
# | }
# configure:3704: result: no
# configure:3715: checking lex output file root
# configure:3726: flex conftest.l
# configure:3729: $? = 1
# configure:3741: result: lex.yy
# configure:3746: checking whether yytext is a pointer
# configure:3762: clang -o conftest conftest.c >&5
# /sysroot/bin/../lib/crt1.o:/srcdir/musl/crt/crt1.c:function _start_c: error: undefined reference to 'main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3768: $? = 1
# configure: failed program was:
# | extern char *yytext;
# configure:3795: result: no
# configure:3813: checking for bison
# configure:3829: found /usr/sbin/bison
# configure:3839: result: bison -y
# configure:3863: checking for a BSD-compatible install
# configure:3918: result: /usr/bin/install -c
# configure:3932: checking for x86_64-unknown-linux-ranlib
# configure:3961: result: no
# configure:3970: checking for ranlib
# configure:3986: found /sysroot/bin/ranlib
# configure:3997: result: ranlib
# configure:4009: checking whether make sets $(MAKE)
# configure:4029: result: yes
# configure:4060: checking stdarg.h usability
# configure:4072: clang -c conftest.c >&5
# configure:4078: $? = 0
# configure:4082: test -z
# || test ! -s conftest.err
# configure:4085: $? = 0
# configure:4088: test -s conftest.o
# configure:4091: $? = 0
# configure:4101: result: yes
# configure:4105: checking stdarg.h presence
# configure:4115: clang -E conftest.c
# configure:4121: $? = 0
# configure:4141: result: yes
# configure:4176: checking for stdarg.h
# configure:4183: result: yes
# configure:4060: checking stddef.h usability
# configure:4072: clang -c conftest.c >&5
# configure:4078: $? = 0
# configure:4082: test -z
# || test ! -s conftest.err
# configure:4085: $? = 0
# configure:4088: test -s conftest.o
# configure:4091: $? = 0
# configure:4101: result: yes
# configure:4105: checking stddef.h presence
# configure:4115: clang -E conftest.c
# configure:4121: $? = 0
# configure:4141: result: yes
# configure:4176: checking for stddef.h
# configure:4183: result: yes
# configure:4051: checking for stdlib.h
# configure:4056: result: yes
# configure:4051: checking for string.h
# configure:4056: result: yes
# configure:4060: checking errno.h usability
# configure:4072: clang -c conftest.c >&5
# configure:4078: $? = 0
# configure:4082: test -z
# || test ! -s conftest.err
# configure:4085: $? = 0
# configure:4088: test -s conftest.o
# configure:4091: $? = 0
# configure:4101: result: yes
# configure:4105: checking errno.h presence
# configure:4115: clang -E conftest.c
# configure:4121: $? = 0
# configure:4141: result: yes
# configure:4176: checking for errno.h
# configure:4183: result: yes
# configure:4060: checking limits.h usability
# configure:4072: clang -c conftest.c >&5
# configure:4078: $? = 0
# configure:4082: test -z
# || test ! -s conftest.err
# configure:4085: $? = 0
# configure:4088: test -s conftest.o
# configure:4091: $? = 0
# configure:4101: result: yes
# configure:4105: checking limits.h presence
# configure:4115: clang -E conftest.c
# configure:4121: $? = 0
# configure:4141: result: yes
# configure:4176: checking for limits.h
# configure:4183: result: yes
# configure:4051: checking for unistd.h
# configure:4056: result: yes
# configure:4060: checking lib.h usability
# configure:4072: clang -c conftest.c >&5
# conftest.c:65:10: fatal error: 'lib.h' file not found
# #include
# ^
# 1 error generated.
# configure:4078: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "bc"
# | #define PACKAGE_TARNAME "bc"
# | #define PACKAGE_VERSION "1.06.95"
# | #define PACKAGE_STRING "bc 1.06.95"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "bc"
# | #define VERSION "1.06.95"
# | #define DC_VERSION "1.3.95"
# | #define BC_COPYRIGHT "Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc."
# | #define DC_COPYRIGHT "Copyright 1994, 1997, 1998, 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc."
# | #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_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4101: result: no
# configure:4105: checking lib.h presence
# configure:4115: clang -E conftest.c
# conftest.c:31:10: fatal error: 'lib.h' file not found
# #include
# ^
# 1 error generated.
# configure:4121: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "bc"
# | #define PACKAGE_TARNAME "bc"
# | #define PACKAGE_VERSION "1.06.95"
# | #define PACKAGE_STRING "bc 1.06.95"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "bc"
# | #define VERSION "1.06.95"
# | #define DC_VERSION "1.3.95"
# | #define BC_COPYRIGHT "Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc."
# | #define DC_COPYRIGHT "Copyright 1994, 1997, 1998, 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc."
# | #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_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:4141: result: no
# configure:4176: checking for lib.h
# configure:4183: result: no
# configure:4196: checking for an ANSI C-conforming const
# configure:4263: clang -c conftest.c >&5
# configure:4269: $? = 0
# configure:4273: test -z
# || test ! -s conftest.err
# configure:4276: $? = 0
# configure:4279: test -s conftest.o
# configure:4282: $? = 0
# configure:4293: result: yes
# configure:4303: checking for size_t
# configure:4327: clang -c conftest.c >&5
# configure:4333: $? = 0
# configure:4337: test -z
# || test ! -s conftest.err
# configure:4340: $? = 0
# configure:4343: test -s conftest.o
# configure:4346: $? = 0
# configure:4357: result: yes
# configure:4369: checking for ptrdiff_t
# configure:4393: clang -c conftest.c >&5
# configure:4399: $? = 0
# configure:4403: test -z
# || test ! -s conftest.err
# configure:4406: $? = 0
# configure:4409: test -s conftest.o
# configure:4412: $? = 0
# configure:4423: result: yes
# configure:4440: checking for vprintf
# configure:4497: clang -o conftest conftest.c >&5
# conftest.c:55:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
# char vprintf ();
# ^
# conftest.c:55:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:4503: $? = 0
# configure:4507: test -z
# || test ! -s conftest.err
# configure:4510: $? = 0
# configure:4513: test -s conftest
# configure:4516: $? = 0
# configure:4528: result: yes
# configure:4535: checking for _doprnt
# configure:4592: clang -o conftest conftest.c >&5
# /tmp/conftest-a61a86.o:conftest.c:function main: error: undefined reference to '_doprnt'
# /tmp/conftest-a61a86.o:conftest.c:f: error: undefined reference to '_doprnt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4598: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "bc"
# | #define PACKAGE_TARNAME "bc"
# | #define PACKAGE_VERSION "1.06.95"
# | #define PACKAGE_STRING "bc 1.06.95"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "bc"
# | #define VERSION "1.06.95"
# | #define DC_VERSION "1.3.95"
# | #define BC_COPYRIGHT "Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc."
# | #define DC_COPYRIGHT "Copyright 1994, 1997, 1998, 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc."
# | #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_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 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 gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | 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
# | #else
# | char (*f) () = _doprnt;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != _doprnt;
# | ;
# | return 0;
# | }
# configure:4623: result: no
# configure:4644: checking for isgraph
# configure:4701: clang -o conftest conftest.c >&5
# configure:4707: $? = 0
# configure:4711: test -z
# || test ! -s conftest.err
# configure:4714: $? = 0
# configure:4717: test -s conftest
# configure:4720: $? = 0
# configure:4732: result: yes
# configure:4644: checking for setvbuf
# configure:4701: clang -o conftest conftest.c >&5
# configure:4707: $? = 0
# configure:4711: test -z
# || test ! -s conftest.err
# configure:4714: $? = 0
# configure:4717: test -s conftest
# configure:4720: $? = 0
# configure:4732: result: yes
# configure:4644: checking for fstat
# configure:4701: clang -o conftest conftest.c >&5
# configure:4707: $? = 0
# configure:4711: test -z
# || test ! -s conftest.err
# configure:4714: $? = 0
# configure:4717: test -s conftest
# configure:4720: $? = 0
# configure:4732: result: yes
# configure:4644: checking for strtol
# configure:4701: clang -o conftest conftest.c >&5
# configure:4707: $? = 0
# configure:4711: test -z
# || test ! -s conftest.err
# configure:4714: $? = 0
# configure:4717: test -s conftest
# configure:4720: $? = 0
# configure:4732: result: yes
# configure:5061: checking for tparm in -lncurses
# configure:5091: clang -o conftest conftest.c -lncurses >&5
# /sysroot/bin/ld: error: cannot find -lncurses
# /tmp/conftest-8ddb3d.o:conftest.c:function main: error: undefined reference to 'tparm'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5097: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "bc"
# | #define PACKAGE_TARNAME "bc"
# | #define PACKAGE_VERSION "1.06.95"
# | #define PACKAGE_STRING "bc 1.06.95"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "bc"
# | #define VERSION "1.06.95"
# | #define DC_VERSION "1.3.95"
# | #define BC_COPYRIGHT "Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc."
# | #define DC_COPYRIGHT "Copyright 1994, 1997, 1998, 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc."
# | #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_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ISGRAPH 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_FSTAT 1
# | #define HAVE_STRTOL 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char tparm ();
# | int
# | main ()
# | {
# | tparm ();
# | ;
# | return 0;
# | }
# configure:5123: result: no
# configure:5128: checking for tgetent in -ltermcap
# configure:5158: clang -o conftest conftest.c -ltermcap >&5
# /sysroot/bin/ld: error: cannot find -ltermcap
# /tmp/conftest-5e16cf.o:conftest.c:function main: error: undefined reference to 'tgetent'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5164: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "bc"
# | #define PACKAGE_TARNAME "bc"
# | #define PACKAGE_VERSION "1.06.95"
# | #define PACKAGE_STRING "bc 1.06.95"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "bc"
# | #define VERSION "1.06.95"
# | #define DC_VERSION "1.3.95"
# | #define BC_COPYRIGHT "Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc."
# | #define DC_COPYRIGHT "Copyright 1994, 1997, 1998, 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc."
# | #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_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ISGRAPH 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_FSTAT 1
# | #define HAVE_STRTOL 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char tgetent ();
# | int
# | main ()
# | {
# | tgetent ();
# | ;
# | return 0;
# | }
# configure:5190: result: no
# configure:5199: checking for readline in -lreadline
# configure:5229: clang -o conftest conftest.c -lreadline >&5
# /sysroot/bin/ld: error: cannot find -lreadline
# /tmp/conftest-01b4b0.o:conftest.c:function main: error: undefined reference to 'readline'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5235: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "bc"
# | #define PACKAGE_TARNAME "bc"
# | #define PACKAGE_VERSION "1.06.95"
# | #define PACKAGE_STRING "bc 1.06.95"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "bc"
# | #define VERSION "1.06.95"
# | #define DC_VERSION "1.3.95"
# | #define BC_COPYRIGHT "Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc."
# | #define DC_COPYRIGHT "Copyright 1994, 1997, 1998, 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc."
# | #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_STDARG_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_VPRINTF 1
# | #define HAVE_ISGRAPH 1
# | #define HAVE_SETVBUF 1
# | #define HAVE_FSTAT 1
# | #define HAVE_STRTOL 1
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char readline ();
# | int
# | main ()
# | {
# | readline ();
# | ;
# | return 0;
# | }
# configure:5261: result: no
# configure:5431: WARNING: readline works only with flex.
# configure:5560: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by bc config.status 1.06.95, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on c3e1dee9d773
#
# config.status:703: creating Makefile
# config.status:703: creating bc/Makefile
# config.status:703: creating dc/Makefile
# config.status:703: creating doc/Makefile
# config.status:703: creating doc/texi-ver.incl
# config.status:703: creating lib/Makefile
# config.status:807: creating config.h
# config.status:1123: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_exeext=
# ac_cv_func__doprnt=no
# ac_cv_func_fstat=yes
# ac_cv_func_isgraph=yes
# ac_cv_func_setvbuf=yes
# ac_cv_func_strtol=yes
# ac_cv_func_vprintf=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_lib_h=no
# ac_cv_header_limits_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_stddef_h=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_fl_yywrap=no
# ac_cv_lib_l_yywrap=no
# ac_cv_lib_ncurses_tparm=no
# ac_cv_lib_readline_readline=no
# ac_cv_lib_termcap_tgetent=no
# ac_cv_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_LEX=flex
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_lex_root=lex.yy
# ac_cv_prog_lex_yytext_pointer=no
# ac_cv_prog_make_make_set=yes
# ac_cv_type_ptrdiff_t=yes
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/bc/src/bc-1.06.95/missing --run aclocal-1.9'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/bc/src/bc-1.06.95/missing --run tar'
# AUTOCONF='${SHELL} /tmp/bc/src/bc-1.06.95/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/bc/src/bc-1.06.95/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/bc/src/bc-1.06.95/missing --run automake-1.9'
# AWK='gawk'
# BC_VERSION='1.06.95'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall -funsigned-char'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DC_VERSION='1.3.95'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# LDFLAGS=''
# LEX='flex -I -8'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/bc/src/bc-1.06.95/missing --run makeinfo'
# OBJEXT='o'
# PACKAGE='bc'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='bc'
# PACKAGE_STRING='bc 1.06.95'
# PACKAGE_TARNAME='bc'
# PACKAGE_VERSION='1.06.95'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# READLINELIB=''
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.06.95'
# YACC='bison -y'
# ac_ct_CC=''
# ac_ct_RANLIB='ranlib'
# ac_ct_STRIP='strip'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${prefix}/share'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# includedir='${prefix}/include'
# infodir='/usr/share/info'
# install_sh='/tmp/bc/src/bc-1.06.95/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# mkdir_p='mkdir -p --'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define BC_COPYRIGHT "Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc."
# #define DC_COPYRIGHT "Copyright 1994, 1997, 1998, 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc."
# #define DC_VERSION "1.3.95"
# #define HAVE_ERRNO_H 1
# #define HAVE_FSTAT 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_ISGRAPH 1
# #define HAVE_LIMITS_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_SETVBUF 1
# #define HAVE_STDARG_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRTOL 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_VPRINTF 1
# #define PACKAGE "bc"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_NAME "bc"
# #define PACKAGE_STRING "bc 1.06.95"
# #define PACKAGE_TARNAME "bc"
# #define PACKAGE_VERSION "1.06.95"
# #define STDC_HEADERS 1
# #define VERSION "1.06.95"
#
# configure: exit 0