Build of lrcalc with musl toolchain

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

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

SLOCLanguage
11,110 sh
3,118 ansic
1,359 makefile
15,587 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: lrcalc 1.2-2 (Tue Apr 4 23:47:26 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 x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# 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... yes
# 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 style of include used by make... GNU
# checking dependency style of clang++... gcc3
# checking for gawk... (cached) gawk
# checking for x86_64-unknown-linux-gcc... clang
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by clang... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
# checking the name lister (/sysroot/bin/nm -B) interface... BSD nm
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /sysroot/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# configure: WARNING: using cross tools not prefixed with host triplet
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /sysroot/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... no
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking how to run the C++ preprocessor... clang++ -E
# checking for ld used by clang++... /sysroot/bin/ld -m elf_x86_64
# checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC -DPIC
# checking if clang++ PIC flag -fPIC -DPIC works... yes
# checking if clang++ static flag -static works... no
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... (cached) GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for size_t... yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... no
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible realloc... no
# checking for memset... yes
# checking for strtol... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/lrcalc/src/lrcalc-1.2'
# Making all in src
# make[2]: Entering directory '/tmp/lrcalc/src/lrcalc-1.2/src'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo alloc.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -MT hashtab.lo -MD -MP -MF .deps/hashtab.Tpo -c -o hashtab.lo hashtab.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -MT list.lo -MD -MP -MF .deps/list.Tpo -c -o list.lo list.c
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -MT set.lo -MD -MP -MF .deps/set.Tpo -c -o set.lo set.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -MT list.lo -MD -MP -MF .deps/list.Tpo -c list.c -fPIC -DPIC -o .libs/list.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -MT hashtab.lo -MD -MP -MF .deps/hashtab.Tpo -c hashtab.c -fPIC -DPIC -o .libs/hashtab.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -fPIC -DPIC -o .libs/alloc.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -MT set.lo -MD -MP -MF .deps/set.Tpo -c set.c -fPIC -DPIC -o .libs/set.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -MT list.lo -MD -MP -MF .deps/list.Tpo -c list.c -o list.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -o alloc.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -MT set.lo -MD -MP -MF .deps/set.Tpo -c set.c -o set.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -MT hashtab.lo -MD -MP -MF .deps/hashtab.Tpo -c hashtab.c -o hashtab.o >/dev/null 2>&1
# mv -f .deps/alloc.Tpo .deps/alloc.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -MT vectarg.lo -MD -MP -MF .deps/vectarg.Tpo -c -o vectarg.lo vectarg.c
# mv -f .deps/list.Tpo .deps/list.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -MT vector.lo -MD -MP -MF .deps/vector.Tpo -c -o vector.lo vector.c
# mv -f .deps/set.Tpo .deps/set.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -MT lincomb.lo -MD -MP -MF .deps/lincomb.Tpo -c -o lincomb.lo lincomb.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -MT vector.lo -MD -MP -MF .deps/vector.Tpo -c vector.c -fPIC -DPIC -o .libs/vector.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -MT vectarg.lo -MD -MP -MF .deps/vectarg.Tpo -c vectarg.c -fPIC -DPIC -o .libs/vectarg.o
# mv -f .deps/hashtab.Tpo .deps/hashtab.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -MT maple.lo -MD -MP -MF .deps/maple.Tpo -c -o maple.lo maple.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -MT lincomb.lo -MD -MP -MF .deps/lincomb.Tpo -c lincomb.c -fPIC -DPIC -o .libs/lincomb.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -MT vectarg.lo -MD -MP -MF .deps/vectarg.Tpo -c vectarg.c -o vectarg.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -MT maple.lo -MD -MP -MF .deps/maple.Tpo -c maple.c -fPIC -DPIC -o .libs/maple.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -MT vector.lo -MD -MP -MF .deps/vector.Tpo -c vector.c -o vector.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -MT lincomb.lo -MD -MP -MF .deps/lincomb.Tpo -c lincomb.c -o lincomb.o >/dev/null 2>&1
# mv -f .deps/vectarg.Tpo .deps/vectarg.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -MT symfcn.lo -MD -MP -MF .deps/symfcn.Tpo -c -o symfcn.lo symfcn.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -MT maple.lo -MD -MP -MF .deps/maple.Tpo -c maple.c -o maple.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -MT symfcn.lo -MD -MP -MF .deps/symfcn.Tpo -c symfcn.c -fPIC -DPIC -o .libs/symfcn.o
# mv -f .deps/lincomb.Tpo .deps/lincomb.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -MT schublib.lo -MD -MP -MF .deps/schublib.Tpo -c -o schublib.lo schublib.c
# mv -f .deps/maple.Tpo .deps/maple.Plo
# clang -DHAVE_CONFIG_H -I. -I.. -MT lrcalc.o -MD -MP -MF .deps/lrcalc.Tpo -c -o lrcalc.o lrcalc.c
# mv -f .deps/vector.Tpo .deps/vector.Plo
# clang -DHAVE_CONFIG_H -I. -I.. -MT schubmult.o -MD -MP -MF .deps/schubmult.Tpo -c -o schubmult.o schubmult.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -MT schublib.lo -MD -MP -MF .deps/schublib.Tpo -c schublib.c -fPIC -DPIC -o .libs/schublib.o
# mv -f .deps/schubmult.Tpo .deps/schubmult.Po
# mv -f .deps/lrcalc.Tpo .deps/lrcalc.Po
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -MT symfcn.lo -MD -MP -MF .deps/symfcn.Tpo -c symfcn.c -o symfcn.o >/dev/null 2>&1
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -MT schublib.lo -MD -MP -MF .deps/schublib.Tpo -c schublib.c -o schublib.o >/dev/null 2>&1
# mv -f .deps/symfcn.Tpo .deps/symfcn.Plo
# mv -f .deps/schublib.Tpo .deps/schublib.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -version-info 1:1:0 -o liblrcalc.la -rpath /usr/lib alloc.lo hashtab.lo list.lo set.lo vectarg.lo vector.lo lincomb.lo maple.lo symfcn.lo schublib.lo
# libtool: link: clang -shared -fPIC -DPIC .libs/alloc.o .libs/hashtab.o .libs/list.o .libs/set.o .libs/vectarg.o .libs/vector.o .libs/lincomb.o .libs/maple.o .libs/symfcn.o .libs/schublib.o -Wl,-soname -Wl,liblrcalc.so.1 -o .libs/liblrcalc.so.1.0.1
# libtool: link: (cd ".libs" && rm -f "liblrcalc.so.1" && ln -s "liblrcalc.so.1.0.1" "liblrcalc.so.1")
# libtool: link: (cd ".libs" && rm -f "liblrcalc.so" && ln -s "liblrcalc.so.1.0.1" "liblrcalc.so")
# libtool: link: ar cru .libs/liblrcalc.a alloc.o hashtab.o list.o set.o vectarg.o vector.o lincomb.o maple.o symfcn.o schublib.o
# /r: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/liblrcalc.a
# libtool: link: ( cd ".libs" && rm -f "liblrcalc.la" && ln -s "../liblrcalc.la" "liblrcalc.la" )
# /bin/sh ../libtool --tag=CC --mode=link clang -o lrcalc lrcalc.o liblrcalc.la
# /bin/sh ../libtool --tag=CC --mode=link clang -o schubmult schubmult.o liblrcalc.la
# libtool: link: clang -o .libs/schubmult schubmult.o ./.libs/liblrcalc.so
# libtool: link: clang -o .libs/lrcalc lrcalc.o ./.libs/liblrcalc.so
# make[2]: Leaving directory '/tmp/lrcalc/src/lrcalc-1.2/src'
# make[2]: Entering directory '/tmp/lrcalc/src/lrcalc-1.2'
# cp lrcalc.maple.src lrcalc.maple
# echo "LRCALC_BIN_PATH := \"/usr/bin/lrcalc\":" >> lrcalc.maple
# make[2]: Leaving directory '/tmp/lrcalc/src/lrcalc-1.2'
# make[1]: Leaving directory '/tmp/lrcalc/src/lrcalc-1.2'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/lrcalc/src/lrcalc-1.2/src'
# make[2]: Entering directory '/tmp/lrcalc/src/lrcalc-1.2/src'
# test -z "/usr/lib" || /usr/sbin/mkdir -p "/tmp/lrcalc/pkg/lrcalc/usr/lib"
# test -z "/usr/include/lrcalc" || /usr/sbin/mkdir -p "/tmp/lrcalc/pkg/lrcalc/usr/include/lrcalc"
# /bin/sh ../libtool --mode=install /usr/bin/install -c liblrcalc.la '/tmp/lrcalc/pkg/lrcalc/usr/lib'
# /usr/bin/install -c -m 644 alloc.h claim.h hashtab.h lincomb.h list.h maple.h schublib.h set.h symfcn.h vectarg.h vector.h '/tmp/lrcalc/pkg/lrcalc/usr/include/lrcalc'
# libtool: install: /usr/bin/install -c .libs/liblrcalc.so.1.0.1 /tmp/lrcalc/pkg/lrcalc/usr/lib/liblrcalc.so.1.0.1
# libtool: install: (cd /tmp/lrcalc/pkg/lrcalc/usr/lib && { ln -s -f liblrcalc.so.1.0.1 liblrcalc.so.1 || { rm -f liblrcalc.so.1 && ln -s liblrcalc.so.1.0.1 liblrcalc.so.1; }; })
# libtool: install: (cd /tmp/lrcalc/pkg/lrcalc/usr/lib && { ln -s -f liblrcalc.so.1.0.1 liblrcalc.so || { rm -f liblrcalc.so && ln -s liblrcalc.so.1.0.1 liblrcalc.so; }; })
# libtool: install: /usr/bin/install -c .libs/liblrcalc.lai /tmp/lrcalc/pkg/lrcalc/usr/lib/liblrcalc.la
# libtool: install: /usr/bin/install -c .libs/liblrcalc.a /tmp/lrcalc/pkg/lrcalc/usr/lib/liblrcalc.a
# libtool: install: chmod 644 /tmp/lrcalc/pkg/lrcalc/usr/lib/liblrcalc.a
# libtool: install: ranlib /tmp/lrcalc/pkg/lrcalc/usr/lib/liblrcalc.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# test -z "/usr/bin" || /usr/sbin/mkdir -p "/tmp/lrcalc/pkg/lrcalc/usr/bin"
# /bin/sh ../libtool --mode=install /usr/bin/install -c lrcalc schubmult '/tmp/lrcalc/pkg/lrcalc/usr/bin'
# libtool: install: warning: `liblrcalc.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/lrcalc /tmp/lrcalc/pkg/lrcalc/usr/bin/lrcalc
# libtool: install: warning: `liblrcalc.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/schubmult /tmp/lrcalc/pkg/lrcalc/usr/bin/schubmult
# make[2]: Leaving directory '/tmp/lrcalc/src/lrcalc-1.2/src'
# make[1]: Leaving directory '/tmp/lrcalc/src/lrcalc-1.2/src'
# make[1]: Entering directory '/tmp/lrcalc/src/lrcalc-1.2'
# make[2]: Entering directory '/tmp/lrcalc/src/lrcalc-1.2'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/lrcalc" || /usr/sbin/mkdir -p "/tmp/lrcalc/pkg/lrcalc/usr/share/lrcalc"
# /usr/bin/install -c -m 644 lrcalc.maple README '/tmp/lrcalc/pkg/lrcalc/usr/share/lrcalc'
# make[2]: Leaving directory '/tmp/lrcalc/src/lrcalc-1.2'
# make[1]: Leaving directory '/tmp/lrcalc/src/lrcalc-1.2'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "lrcalc"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: lrcalc 1.2-2 (Tue Apr 4 23:47:39 UTC 2017)

CMD: pacman --query --file lrcalc-1.2-2-x86_64.pkg.tar.xz
# lrcalc 1.2-2

Creating hybrid package for 'lrcalc'

Trying to find vanilla package 'lrcalc'...

CMD: pacman --query --file /mirror/lrcalc-1.2-2.pkg.tar.xz
# lrcalc 1.2-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/liblrcalc.so.1
# /usr/lib/liblrcalc.so
# /usr/lib/liblrcalc.so.1.0.1
# /usr/include/lrcalc/alloc.h
# /usr/include/lrcalc/claim.h
# /usr/include/lrcalc/hashtab.h
# /usr/include/lrcalc/lincomb.h
# /usr/include/lrcalc/list.h
# /usr/include/lrcalc/maple.h
# /usr/include/lrcalc/schublib.h
# /usr/include/lrcalc/set.h
# /usr/include/lrcalc/symfcn.h
# /usr/include/lrcalc/vectarg.h
# /usr/include/lrcalc/vector.h
# /usr/bin/lrcalc
# /usr/bin/schubmult
# /usr/share/lrcalc/lrcalc.maple
# /usr/share/lrcalc/README
# /sysroot/usr/lib/liblrcalc.so.1.0.1
# /sysroot/usr/lib/liblrcalc.so.1
# /sysroot/usr/lib/liblrcalc.so
# /sysroot/usr/lib/liblrcalc.la
# /sysroot/usr/lib/liblrcalc.a
# /sysroot/usr/include/lrcalc/alloc.h
# /sysroot/usr/include/lrcalc/claim.h
# /sysroot/usr/include/lrcalc/hashtab.h
# /sysroot/usr/include/lrcalc/lincomb.h
# /sysroot/usr/include/lrcalc/list.h
# /sysroot/usr/include/lrcalc/maple.h
# /sysroot/usr/include/lrcalc/schublib.h
# /sysroot/usr/include/lrcalc/set.h
# /sysroot/usr/include/lrcalc/symfcn.h
# /sysroot/usr/include/lrcalc/vectarg.h
# /sysroot/usr/include/lrcalc/vector.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/lrcalc.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/lrcalc.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/lrcalc/src/lrcalc-1.2/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by lrcalc configure 1.2, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 689de8b9b0f7
# 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
# /usr/bin/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:2423: checking for a BSD-compatible install
# configure:2491: result: /usr/bin/install -c
# configure:2502: checking whether build environment is sane
# configure:2552: result: yes
# configure:2601: checking for x86_64-unknown-linux-strip
# configure:2631: result: no
# configure:2641: checking for strip
# configure:2657: found /sysroot/bin/strip
# configure:2668: result: strip
# configure:2693: checking for a thread-safe mkdir -p
# configure:2732: result: /usr/sbin/mkdir -p
# configure:2745: checking for gawk
# configure:2761: found /usr/sbin/gawk
# configure:2772: result: gawk
# configure:2783: checking whether make sets $(MAKE)
# configure:2805: result: yes
# configure:2886: checking whether to enable maintainer-specific portions of Makefiles
# configure:2895: result: no
# configure:3022: checking for C++ compiler version
# configure:3031: clang++ --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3042: $? = 0
# configure:3031: 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:3042: $? = 0
# configure:3031: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3042: $? = 1
# configure:3031: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3042: $? = 1
# configure:3062: checking whether the C++ compiler works
# configure:3084: clang++ conftest.cpp >&5
# configure:3088: $? = 0
# configure:3136: result: yes
# configure:3139: checking for C++ compiler default output file name
# configure:3141: result: a.out
# configure:3147: checking for suffix of executables
# configure:3154: clang++ -o conftest conftest.cpp >&5
# configure:3158: $? = 0
# configure:3180: result:
# configure:3202: checking whether we are cross compiling
# configure:3210: clang++ -o conftest conftest.cpp >&5
# configure:3214: $? = 0
# configure:3221: ./conftest
# ./conftest: error while loading shared libraries: libc++.so.1: cannot open shared object file: No such file or directory
# configure:3225: $? = 127
# configure:3240: result: yes
# configure:3245: checking for suffix of object files
# configure:3267: clang++ -c conftest.cpp >&5
# configure:3271: $? = 0
# configure:3292: result: o
# configure:3296: checking whether we are using the GNU C++ compiler
# configure:3315: clang++ -c conftest.cpp >&5
# configure:3315: $? = 0
# configure:3324: result: yes
# configure:3333: checking whether clang++ accepts -g
# configure:3353: clang++ -c -g conftest.cpp >&5
# configure:3353: $? = 0
# configure:3394: result: yes
# configure:3428: checking for style of include used by make
# configure:3456: result: GNU
# configure:3482: checking dependency style of clang++
# configure:3593: result: gcc3
# configure:3612: checking for gawk
# configure:3639: result: gawk
# configure:3658: checking for x86_64-unknown-linux-gcc
# configure:3685: result: clang
# configure:3954: checking for C compiler version
# configure:3963: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3974: $? = 0
# configure:3963: 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:3974: $? = 0
# configure:3963: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3974: $? = 1
# configure:3963: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3974: $? = 1
# configure:3978: checking whether we are using the GNU C compiler
# configure:3997: clang -c conftest.c >&5
# configure:3997: $? = 0
# configure:4006: result: yes
# configure:4015: checking whether clang accepts -g
# configure:4035: clang -c -g conftest.c >&5
# configure:4035: $? = 0
# configure:4076: result: yes
# configure:4093: checking for clang option to accept ISO C89
# configure:4157: clang -c conftest.c >&5
# configure:4157: $? = 0
# configure:4170: result: none needed
# configure:4192: checking dependency style of clang
# configure:4303: result: gcc3
# configure:4323: checking how to run the C preprocessor
# configure:4354: clang -E conftest.c
# configure:4354: $? = 0
# configure:4368: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4368: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lrcalc"
# | #define PACKAGE_TARNAME "lrcalc"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "lrcalc 1.2"
# | #define PACKAGE_BUGREPORT "asbuch at math rutgers edu"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lrcalc"
# | #define VERSION "1.2"
# | /* end confdefs.h. */
# | #include
# configure:4393: result: clang -E
# configure:4413: clang -E conftest.c
# configure:4413: $? = 0
# configure:4427: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4427: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lrcalc"
# | #define PACKAGE_TARNAME "lrcalc"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "lrcalc 1.2"
# | #define PACKAGE_BUGREPORT "asbuch at math rutgers edu"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lrcalc"
# | #define VERSION "1.2"
# | /* end confdefs.h. */
# | #include
# configure:4456: checking whether ln -s works
# configure:4460: result: yes
# configure:4467: checking whether make sets $(MAKE)
# configure:4489: result: yes
# configure:4528: checking build system type
# configure:4542: result: x86_64-unknown-linux-gnu
# configure:4562: checking host system type
# configure:4575: result: x86_64-unknown-linux-gnu
# configure:4616: checking how to print strings
# configure:4643: result: printf
# configure:4664: checking for a sed that does not truncate output
# configure:4728: result: /usr/sbin/sed
# configure:4746: checking for grep that handles long lines and -e
# configure:4804: result: /usr/sbin/grep
# configure:4809: checking for egrep
# configure:4871: result: /usr/sbin/grep -E
# configure:4876: checking for fgrep
# configure:4938: result: /usr/sbin/grep -F
# configure:4973: checking for ld used by clang
# configure:5040: result: /sysroot/bin/ld
# configure:5047: checking if the linker (/sysroot/bin/ld) is GNU ld
# configure:5062: result: yes
# configure:5074: checking for BSD- or MS-compatible name lister (nm)
# configure:5123: result: /sysroot/bin/nm -B
# configure:5253: checking the name lister (/sysroot/bin/nm -B) interface
# configure:5260: clang -c conftest.c >&5
# configure:5263: /sysroot/bin/nm -B "conftest.o"
# configure:5266: output
# 0000000000000000 B some_variable
# configure:5273: result: BSD nm
# configure:5277: checking the maximum length of command line arguments
# configure:5407: result: 1572864
# configure:5424: checking whether the shell understands some XSI constructs
# configure:5434: result: yes
# configure:5438: checking whether the shell understands "+="
# configure:5444: result: yes
# configure:5479: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5519: result: func_convert_file_noop
# configure:5526: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5546: result: func_convert_file_noop
# configure:5553: checking for /sysroot/bin/ld option to reload object files
# configure:5560: result: -r
# configure:5594: checking for x86_64-unknown-linux-objdump
# configure:5624: result: no
# configure:5634: checking for objdump
# configure:5650: found /sysroot/bin/objdump
# configure:5661: result: objdump
# configure:5673: WARNING: using cross tools not prefixed with host triplet
# configure:5690: checking how to recognize dependent libraries
# configure:5892: result: pass_all
# configure:5937: checking for x86_64-unknown-linux-dlltool
# configure:5967: result: no
# configure:5977: checking for dlltool
# configure:6007: result: no
# configure:6034: checking how to associate runtime and link libraries
# configure:6061: result: printf %s\n
# configure:6078: checking for x86_64-unknown-linux-ar
# configure:6108: result: no
# configure:6122: checking for ar
# configure:6138: found /sysroot/bin/ar
# configure:6149: result: ar
# configure:6186: checking for archiver @FILE support
# configure:6203: clang -c conftest.c >&5
# configure:6203: $? = 0
# configure:6206: ar cru libconftest.a @conftest.lst >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# configure:6209: $? = 0
# configure:6214: ar cru libconftest.a @conftest.lst >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# /r: conftest.o: No such file or directory
# configure:6217: $? = 1
# configure:6229: result: @
# configure:6247: checking for x86_64-unknown-linux-strip
# configure:6274: result: strip
# configure:6346: checking for x86_64-unknown-linux-ranlib
# configure:6376: result: no
# configure:6386: checking for ranlib
# configure:6402: found /sysroot/bin/ranlib
# configure:6413: result: ranlib
# configure:6515: checking command to parse /sysroot/bin/nm -B output from clang object
# configure:6635: clang -c conftest.c >&5
# configure:6638: $? = 0
# configure:6642: /sysroot/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6645: $? = 0
# configure:6711: clang -o conftest conftest.c conftstm.o >&5
# configure:6714: $? = 0
# configure:6752: result: ok
# configure:6789: checking for sysroot
# configure:6819: result: no
# configure:6896: clang -c conftest.c >&5
# configure:6899: $? = 0
# configure:7035: checking for x86_64-unknown-linux-mt
# configure:7065: result: no
# configure:7075: checking for mt
# configure:7105: result: no
# configure:7125: checking if : is a manifest tool
# configure:7131: : '-?'
# configure:7139: result: no
# configure:7777: checking for ANSI C header files
# configure:7797: clang -c conftest.c >&5
# configure:7797: $? = 0
# configure:7881: result: yes
# configure:7894: checking for sys/types.h
# configure:7894: clang -c conftest.c >&5
# configure:7894: $? = 0
# configure:7894: result: yes
# configure:7894: checking for sys/stat.h
# configure:7894: clang -c conftest.c >&5
# configure:7894: $? = 0
# configure:7894: result: yes
# configure:7894: checking for stdlib.h
# configure:7894: clang -c conftest.c >&5
# configure:7894: $? = 0
# configure:7894: result: yes
# configure:7894: checking for string.h
# configure:7894: clang -c conftest.c >&5
# configure:7894: $? = 0
# configure:7894: result: yes
# configure:7894: checking for memory.h
# configure:7894: clang -c conftest.c >&5
# configure:7894: $? = 0
# configure:7894: result: yes
# configure:7894: checking for strings.h
# configure:7894: clang -c conftest.c >&5
# configure:7894: $? = 0
# configure:7894: result: yes
# configure:7894: checking for inttypes.h
# configure:7894: clang -c conftest.c >&5
# configure:7894: $? = 0
# configure:7894: result: yes
# configure:7894: checking for stdint.h
# configure:7894: clang -c conftest.c >&5
# configure:7894: $? = 0
# configure:7894: result: yes
# configure:7894: checking for unistd.h
# configure:7894: clang -c conftest.c >&5
# configure:7894: $? = 0
# configure:7894: result: yes
# configure:7908: checking for dlfcn.h
# configure:7908: clang -c conftest.c >&5
# configure:7908: $? = 0
# configure:7908: result: yes
# configure:8423: checking for objdir
# configure:8438: result: .libs
# configure:8709: checking if clang supports -fno-rtti -fno-exceptions
# configure:8727: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8731: $? = 0
# configure:8744: result: yes
# configure:9071: checking for clang option to produce PIC
# configure:9078: result: -fPIC -DPIC
# configure:9086: checking if clang PIC flag -fPIC -DPIC works
# configure:9104: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9108: $? = 0
# configure:9121: result: yes
# configure:9150: checking if clang static flag -static works
# configure:9178: result: no
# configure:9193: checking if clang supports -c -o file.o
# configure:9214: clang -c -o out/conftest2.o conftest.c >&5
# configure:9218: $? = 0
# configure:9240: result: yes
# configure:9248: checking if clang supports -c -o file.o
# configure:9295: result: yes
# configure:9328: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:10485: result: yes
# configure:10522: checking whether -lc should be explicitly linked in
# configure:10530: clang -c conftest.c >&5
# configure:10533: $? = 0
# configure:10548: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:10551: $? = 0
# configure:10565: result: no
# configure:10725: checking dynamic linker characteristics
# configure:11236: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11236: $? = 0
# configure:11470: result: GNU/Linux ld.so
# configure:11577: checking how to hardcode library paths into programs
# configure:11602: result: immediate
# configure:12142: checking whether stripping libraries is possible
# configure:12147: result: yes
# configure:12182: checking if libtool supports shared libraries
# configure:12184: result: yes
# configure:12187: checking whether to build shared libraries
# configure:12208: result: yes
# configure:12211: checking whether to build static libraries
# configure:12215: result: yes
# configure:12238: checking how to run the C++ preprocessor
# configure:12265: clang++ -E conftest.cpp
# configure:12265: $? = 0
# configure:12279: clang++ -E conftest.cpp
# conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12279: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lrcalc"
# | #define PACKAGE_TARNAME "lrcalc"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "lrcalc 1.2"
# | #define PACKAGE_BUGREPORT "asbuch at math rutgers edu"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lrcalc"
# | #define VERSION "1.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12304: result: clang++ -E
# configure:12324: clang++ -E conftest.cpp
# configure:12324: $? = 0
# configure:12338: clang++ -E conftest.cpp
# conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12338: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lrcalc"
# | #define PACKAGE_TARNAME "lrcalc"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "lrcalc 1.2"
# | #define PACKAGE_BUGREPORT "asbuch at math rutgers edu"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lrcalc"
# | #define VERSION "1.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12507: checking for ld used by clang++
# configure:12574: result: /sysroot/bin/ld -m elf_x86_64
# configure:12581: checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld
# configure:12596: result: yes
# configure:12651: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:13656: result: yes
# configure:13692: clang++ -c conftest.cpp >&5
# configure:13695: $? = 0
# configure:14215: checking for clang++ option to produce PIC
# configure:14222: result: -fPIC -DPIC
# configure:14230: checking if clang++ PIC flag -fPIC -DPIC works
# configure:14248: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14252: $? = 0
# configure:14265: result: yes
# configure:14288: checking if clang++ static flag -static works
# configure:14316: result: no
# configure:14328: checking if clang++ supports -c -o file.o
# configure:14349: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:14353: $? = 0
# configure:14375: result: yes
# configure:14380: checking if clang++ supports -c -o file.o
# configure:14427: result: yes
# configure:14457: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:14496: result: yes
# configure:14637: checking dynamic linker characteristics
# configure:15316: result: GNU/Linux ld.so
# configure:15369: checking how to hardcode library paths into programs
# configure:15394: result: immediate
# configure:15471: checking for stdlib.h
# configure:15471: result: yes
# configure:15471: checking for string.h
# configure:15471: result: yes
# configure:15471: checking for unistd.h
# configure:15471: result: yes
# configure:15483: checking for size_t
# configure:15483: clang -c conftest.c >&5
# configure:15483: $? = 0
# configure:15483: clang -c conftest.c >&5
# conftest.c:62:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:15483: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lrcalc"
# | #define PACKAGE_TARNAME "lrcalc"
# | #define PACKAGE_VERSION "1.2"
# | #define PACKAGE_STRING "lrcalc 1.2"
# | #define PACKAGE_BUGREPORT "asbuch at math rutgers edu"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lrcalc"
# | #define VERSION "1.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:15483: result: yes
# configure:15498: checking for stdlib.h
# configure:15498: result: yes
# configure:15508: checking for GNU libc compatible malloc
# configure:15542: result: no
# configure:15565: checking for stdlib.h
# configure:15565: result: yes
# configure:15575: checking for GNU libc compatible realloc
# configure:15609: result: no
# configure:15633: checking for memset
# configure:15633: clang -o conftest conftest.c >&5
# conftest.c:55:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:55:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:15633: $? = 0
# configure:15633: result: yes
# configure:15633: checking for strtol
# configure:15633: clang -o conftest conftest.c >&5
# configure:15633: $? = 0
# configure:15633: result: yes
# configure:15783: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by lrcalc config.status 1.2, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 689de8b9b0f7
#
# config.status:1169: creating Makefile
# config.status:1169: creating src/Makefile
# config.status:1169: creating config.h
# config.status:1398: executing depfiles commands
# config.status:1398: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# 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=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_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# 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_malloc_0_nonnull=no
# ac_cv_func_memset=yes
# ac_cv_func_realloc_0_nonnull=no
# ac_cv_func_strtol=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# 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_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/sysroot/bin/ld
# lt_cv_path_LDCXX='/sysroot/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/sysroot/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=no
# lt_cv_prog_compiler_static_works_CXX=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/lrcalc/src/lrcalc-1.2/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/lrcalc/src/lrcalc-1.2/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/lrcalc/src/lrcalc-1.2/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/lrcalc/src/lrcalc-1.2/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/sysroot/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBLRCALC_LDFLAGS=''
# LIBOBJS=' ${LIBOBJDIR}malloc$U.o ${LIBOBJDIR}realloc$U.o'
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=' ${LIBOBJDIR}malloc$U.lo ${LIBOBJDIR}realloc$U.lo'
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/lrcalc/src/lrcalc-1.2/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/sysroot/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='lrcalc'
# PACKAGE_BUGREPORT='asbuch at math rutgers edu'
# PACKAGE_NAME='lrcalc'
# PACKAGE_STRING='lrcalc 1.2'
# PACKAGE_TARNAME='lrcalc'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.2'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.2'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# 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='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/lrcalc/src/lrcalc-1.2/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/sbin/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 "lrcalc"
# #define PACKAGE_TARNAME "lrcalc"
# #define PACKAGE_VERSION "1.2"
# #define PACKAGE_STRING "lrcalc 1.2"
# #define PACKAGE_BUGREPORT "asbuch at math rutgers edu"
# #define PACKAGE_URL ""
# #define PACKAGE "lrcalc"
# #define VERSION "1.2"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 0
# #define malloc rpl_malloc
# #define HAVE_STDLIB_H 1
# #define HAVE_REALLOC 0
# #define realloc rpl_realloc
# #define HAVE_MEMSET 1
# #define HAVE_STRTOL 1
#
# configure: exit 0