Build of nickle with clang_glibc toolchain

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

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

SLOCLanguage
31,460 ansic
3,117 makefile
1,864 yacc
973 sh
858 lex
38,272 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...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/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: nickle 2.70-4 (Thu Apr 13 16:28:28 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/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether ln -s works... yes
# checking for flex... flex
# checking lex output file root... lex.yy
# checking lex library... none needed
# checking whether yytext is a pointer... no
# checking for byacc... no
# checking for yacc... yacc
# checking for gawk... (cached) gawk
# checking for date... date
# checking for log... no
# checking for log in -lm... yes
# checking for gethostbyname... yes
# checking for socket... yes
# checking for dlopen in -ldl... yes
# checking to see if compiler understands -Wl,-E... yes
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking for strings.h... (cached) yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for unistd.h... (cached) yes
# checking sys/resource.h usability... yes
# checking sys/resource.h presence... yes
# checking for sys/resource.h... yes
# checking stropts.h usability... yes
# checking stropts.h presence... yes
# checking for stropts.h... yes
# checking dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking for inline... inline
# checking for stdint.h... (cached) yes
# checking for uint64_t... yes
# checking return type of signal handlers... void
# checking for vprintf... yes
# checking for _doprnt... no
# checking for unsetenv... yes
# checking for setenv... yes
# checking for putenv... yes
# checking for gettimeofday... yes
# checking for hstrerror... yes
# checking for select... yes
# checking for sigaction... yes
# checking for sigrelse... yes
# checking for sigignore... yes
# checking for setrlimit... yes
# checking for getrlimit... yes
# checking for dlopen... yes
# checking for dlsym... yes
# checking for dlerror... yes
# checking for dlclose... yes
# checking whether getpgrp requires zero arguments... yes
# checking for tparm in -lncurses... yes
# checking for readline in -lreadline... yes
# checking readline/readline.h usability... yes
# checking readline/readline.h presence... yes
# checking for readline/readline.h... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating test/Makefile
# config.status: creating bench/Makefile
# config.status: creating examples/Makefile
# config.status: creating examples/smlng/Makefile
# config.status: creating examples/turtle/Makefile
# config.status: creating date-sh
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/nickle/src/nickle-2.70'
# Making all in bench
# make[2]: Entering directory '/tmp/nickle/src/nickle-2.70/bench'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/nickle/src/nickle-2.70/bench'
# Making all in test
# make[2]: Entering directory '/tmp/nickle/src/nickle-2.70/test'
# clang -DHAVE_CONFIG_H -I. -I.. -MT math-tables.o -MD -MP -MF .deps/math-tables.Tpo -c -o math-tables.o math-tables.c
# mv -f .deps/math-tables.Tpo .deps/math-tables.Po
# clang -o math-tables math-tables.o -ldl -lm -lreadline -lncurses
# make[2]: Leaving directory '/tmp/nickle/src/nickle-2.70/test'
# Making all in examples
# make[2]: Entering directory '/tmp/nickle/src/nickle-2.70/examples'
# Making all in smlng
# make[3]: Entering directory '/tmp/nickle/src/nickle-2.70/examples/smlng'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/nickle/src/nickle-2.70/examples/smlng'
# Making all in turtle
# make[3]: Entering directory '/tmp/nickle/src/nickle-2.70/examples/turtle'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/nickle/src/nickle-2.70/examples/turtle'
# make[3]: Entering directory '/tmp/nickle/src/nickle-2.70/examples'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/nickle/src/nickle-2.70/examples'
# make[2]: Leaving directory '/tmp/nickle/src/nickle-2.70/examples'
# make[2]: Entering directory '/tmp/nickle/src/nickle-2.70'
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT alarm.o -MD -MP -MF .deps/alarm.Tpo -c -o alarm.o alarm.c
# mv -f .deps/alarm.Tpo .deps/alarm.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT array.o -MD -MP -MF .deps/array.Tpo -c -o array.o array.c
# mv -f .deps/array.Tpo .deps/array.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT atom.o -MD -MP -MF .deps/atom.Tpo -c -o atom.o atom.c
# mv -f .deps/atom.Tpo .deps/atom.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT box.o -MD -MP -MF .deps/box.Tpo -c -o box.o box.c
# mv -f .deps/box.Tpo .deps/box.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT compile.o -MD -MP -MF .deps/compile.Tpo -c -o compile.o compile.c
# compile.c:4483:20: warning: adding 'unsigned long' to a string does not append to the string [-Wstring-plus-int]
# " " + strlen(OpNames[inst->base.opCode]),
# ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# compile.c:4483:20: note: use array indexing to silence this warning
# " " + strlen(OpNames[inst->base.opCode]),
# ^
# & [ ]
# 1 warning generated.
# mv -f .deps/compile.Tpo .deps/compile.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.c
# mv -f .deps/debug.Tpo .deps/debug.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT divide.o -MD -MP -MF .deps/divide.Tpo -c -o divide.o divide.c
# mv -f .deps/divide.Tpo .deps/divide.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT edit.o -MD -MP -MF .deps/edit.Tpo -c -o edit.o edit.c
# mv -f .deps/edit.Tpo .deps/edit.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT error.o -MD -MP -MF .deps/error.Tpo -c -o error.o error.c
# mv -f .deps/error.Tpo .deps/error.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT execute.o -MD -MP -MF .deps/execute.Tpo -c -o execute.o execute.c
# execute.c:105:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# NewInt(-1), Arg(0));
# ^~~~~~~~~~
# ./value.h:307:44: note: expanded from macro 'NewInt'
# #define NewInt(i) ((Value) IntToPtr ((((i) << 1) | 1)))
# ~~~~~~~~~~~~~~~~^~~~~~~~~~~
# ./value.h:75:43: note: expanded from macro 'IntToPtr'
# #define IntToPtr(i) ((void *) (intptr_t) (i))
# ^
# 1 warning generated.
# mv -f .deps/execute.Tpo .deps/execute.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT expr.o -MD -MP -MF .deps/expr.Tpo -c -o expr.o expr.c
# mv -f .deps/expr.Tpo .deps/expr.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT file.o -MD -MP -MF .deps/file.Tpo -c -o file.o file.c
# mv -f .deps/file.Tpo .deps/file.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT float.o -MD -MP -MF .deps/float.Tpo -c -o float.o float.c
# float.c:532:14: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# RETURN (NewInt (-1));
# ^~~~~~~~~~~
# ./value.h:307:44: note: expanded from macro 'NewInt'
# #define NewInt(i) ((Value) IntToPtr ((((i) << 1) | 1)))
# ~~~~~~~~~~~~~~~~^~~~~~~~~~~
# ./value.h:75:43: note: expanded from macro 'IntToPtr'
# #define IntToPtr(i) ((void *) (intptr_t) (i))
# ^
# ./mem.h:125:72: note: expanded from macro 'RETURN'
# #define RETURN(r) return (STACK_RETURN (MemStack, __stackPointer, (r)))
# ^
# ./stack.h:101:53: note: expanded from macro 'STACK_RETURN'
# #define STACK_RETURN(s,sp,o) StackReturnInline(s,sp,o)
# ^
# 1 warning generated.
# mv -f .deps/float.Tpo .deps/float.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT foreign.o -MD -MP -MF .deps/foreign.Tpo -c -o foreign.o foreign.c
# mv -f .deps/foreign.Tpo .deps/foreign.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT frame.o -MD -MP -MF .deps/frame.Tpo -c -o frame.o frame.c
# mv -f .deps/frame.Tpo .deps/frame.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT func.o -MD -MP -MF .deps/func.Tpo -c -o func.o func.c
# mv -f .deps/func.Tpo .deps/func.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT gcd.o -MD -MP -MF .deps/gcd.Tpo -c -o gcd.o gcd.c
# mv -f .deps/gcd.Tpo .deps/gcd.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o hash.c
# mv -f .deps/hash.Tpo .deps/hash.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT int.o -MD -MP -MF .deps/int.Tpo -c -o int.o int.c
# mv -f .deps/int.Tpo .deps/int.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT integer.o -MD -MP -MF .deps/integer.Tpo -c -o integer.o integer.c
# mv -f .deps/integer.Tpo .deps/integer.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT io.o -MD -MP -MF .deps/io.Tpo -c -o io.o io.c
# mv -f .deps/io.Tpo .deps/io.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
# mv -f .deps/main.Tpo .deps/main.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT mem.o -MD -MP -MF .deps/mem.Tpo -c -o mem.o mem.c
# mv -f .deps/mem.Tpo .deps/mem.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT natural.o -MD -MP -MF .deps/natural.Tpo -c -o natural.o natural.c
# mv -f .deps/natural.Tpo .deps/natural.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT pretty.o -MD -MP -MF .deps/pretty.Tpo -c -o pretty.o pretty.c
# mv -f .deps/pretty.Tpo .deps/pretty.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT profile.o -MD -MP -MF .deps/profile.Tpo -c -o profile.o profile.c
# profile.c:63:17: warning: comparison of constant 100 with expression of type 'Bool' is always true [-Wtautological-constant-out-of-range-compare]
# if (obj->error < 100) {
# ~~~~~~~~~~ ^ ~~~
# profile.c:74:17: warning: comparison of constant 100 with expression of type 'Bool' is always false [-Wtautological-constant-out-of-range-compare]
# if (obj->error >= 100)
# ~~~~~~~~~~ ^ ~~~
# profile.c:84:17: warning: comparison of constant 100 with expression of type 'Bool' is always false [-Wtautological-constant-out-of-range-compare]
# if (obj->error >= 100)
# ~~~~~~~~~~ ^ ~~~
# 3 warnings generated.
# mv -f .deps/profile.Tpo .deps/profile.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT rational.o -MD -MP -MF .deps/rational.Tpo -c -o rational.o rational.c
# mv -f .deps/rational.Tpo .deps/rational.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT ref.o -MD -MP -MF .deps/ref.Tpo -c -o ref.o ref.c
# mv -f .deps/ref.Tpo .deps/ref.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT refer.o -MD -MP -MF .deps/refer.Tpo -c -o refer.o refer.c
# mv -f .deps/refer.Tpo .deps/refer.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT sched.o -MD -MP -MF .deps/sched.Tpo -c -o sched.o sched.c
# mv -f .deps/sched.Tpo .deps/sched.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT scope.o -MD -MP -MF .deps/scope.Tpo -c -o scope.o scope.c
# mv -f .deps/scope.Tpo .deps/scope.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT stack.o -MD -MP -MF .deps/stack.Tpo -c -o stack.o stack.c
# mv -f .deps/stack.Tpo .deps/stack.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT string.o -MD -MP -MF .deps/string.Tpo -c -o string.o string.c
# mv -f .deps/string.Tpo .deps/string.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT struct.o -MD -MP -MF .deps/struct.Tpo -c -o struct.o struct.c
# mv -f .deps/struct.Tpo .deps/struct.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT symbol.o -MD -MP -MF .deps/symbol.Tpo -c -o symbol.o symbol.c
# mv -f .deps/symbol.Tpo .deps/symbol.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT sync.o -MD -MP -MF .deps/sync.Tpo -c -o sync.o sync.c
# mv -f .deps/sync.Tpo .deps/sync.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT type.o -MD -MP -MF .deps/type.Tpo -c -o type.o type.c
# mv -f .deps/type.Tpo .deps/type.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT union.o -MD -MP -MF .deps/union.Tpo -c -o union.o union.c
# mv -f .deps/union.Tpo .deps/union.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
# mv -f .deps/util.Tpo .deps/util.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT value.o -MD -MP -MF .deps/value.Tpo -c -o value.o value.c
# mv -f .deps/value.Tpo .deps/value.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT builtin-command.o -MD -MP -MF .deps/builtin-command.Tpo -c -o builtin-command.o builtin-command.c
# mv -f .deps/builtin-command.Tpo .deps/builtin-command.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT builtin-debug.o -MD -MP -MF .deps/builtin-debug.Tpo -c -o builtin-debug.o builtin-debug.c
# mv -f .deps/builtin-debug.Tpo .deps/builtin-debug.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT builtin-environ.o -MD -MP -MF .deps/builtin-environ.Tpo -c -o builtin-environ.o builtin-environ.c
# mv -f .deps/builtin-environ.Tpo .deps/builtin-environ.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT builtin-file.o -MD -MP -MF .deps/builtin-file.Tpo -c -o builtin-file.o builtin-file.c
# mv -f .deps/builtin-file.Tpo .deps/builtin-file.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT builtin-math.o -MD -MP -MF .deps/builtin-math.Tpo -c -o builtin-math.o builtin-math.c
# mv -f .deps/builtin-math.Tpo .deps/builtin-math.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT builtin-semaphore.o -MD -MP -MF .deps/builtin-semaphore.Tpo -c -o builtin-semaphore.o builtin-semaphore.c
# mv -f .deps/builtin-semaphore.Tpo .deps/builtin-semaphore.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT builtin-sockets.o -MD -MP -MF .deps/builtin-sockets.Tpo -c -o builtin-sockets.o builtin-sockets.c
# mv -f .deps/builtin-sockets.Tpo .deps/builtin-sockets.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT builtin-string.o -MD -MP -MF .deps/builtin-string.Tpo -c -o builtin-string.o builtin-string.c
# builtin-string.c:124:10: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# RETURN (NewInt(-1));
# ^~~~~~~~~~
# ./value.h:307:44: note: expanded from macro 'NewInt'
# #define NewInt(i) ((Value) IntToPtr ((((i) << 1) | 1)))
# ~~~~~~~~~~~~~~~~^~~~~~~~~~~
# ./value.h:75:43: note: expanded from macro 'IntToPtr'
# #define IntToPtr(i) ((void *) (intptr_t) (i))
# ^
# ./mem.h:125:72: note: expanded from macro 'RETURN'
# #define RETURN(r) return (STACK_RETURN (MemStack, __stackPointer, (r)))
# ^
# ./stack.h:101:53: note: expanded from macro 'STACK_RETURN'
# #define STACK_RETURN(s,sp,o) StackReturnInline(s,sp,o)
# ^
# 1 warning generated.
# mv -f .deps/builtin-string.Tpo .deps/builtin-string.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT builtin-thread.o -MD -MP -MF .deps/builtin-thread.Tpo -c -o builtin-thread.o builtin-thread.c
# mv -f .deps/builtin-thread.Tpo .deps/builtin-thread.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT builtin-toplevel.o -MD -MP -MF .deps/builtin-toplevel.Tpo -c -o builtin-toplevel.o builtin-toplevel.c
# builtin-toplevel.c:569:7: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# av = NewInt(-1);
# ^~~~~~~~~~
# ./value.h:307:44: note: expanded from macro 'NewInt'
# #define NewInt(i) ((Value) IntToPtr ((((i) << 1) | 1)))
# ~~~~~~~~~~~~~~~~^~~~~~~~~~~
# ./value.h:75:43: note: expanded from macro 'IntToPtr'
# #define IntToPtr(i) ((void *) (intptr_t) (i))
# ^
# 1 warning generated.
# mv -f .deps/builtin-toplevel.Tpo .deps/builtin-toplevel.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT builtin-pid.o -MD -MP -MF .deps/builtin-pid.Tpo -c -o builtin-pid.o builtin-pid.c
# mv -f .deps/builtin-pid.Tpo .deps/builtin-pid.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT builtin.o -MD -MP -MF .deps/builtin.Tpo -c -o builtin.o builtin.c
# mv -f .deps/builtin.Tpo .deps/builtin.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT builtin-foreign.o -MD -MP -MF .deps/builtin-foreign.Tpo -c -o builtin-foreign.o builtin-foreign.c
# builtin-foreign.c:30:19: warning: expression which evaluates to zero treated as a null pointer constant of type 'Value' (aka 'union _value *') [-Wnon-literal-null-conversion]
# Value ret = False;
# ^~~~~
# 1 warning generated.
# mv -f .deps/builtin-foreign.Tpo .deps/builtin-foreign.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT gram.o -MD -MP -MF .deps/gram.Tpo -c -o gram.o gram.c
# gram.y:1914:9: warning: implicit conversion from enumeration type 'Bool' to different enumeration type 'CanonTypeResult' (aka 'enum _CanonTypeResult') [-Wenum-conversion]
# return False;
# ~~~~~~ ^~~~~
# gram.c:2:19: warning: unused variable 'yysccsid' [-Wunused-const-variable]
# static const char yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93";
# ^
# 2 warnings generated.
# mv -f .deps/gram.Tpo .deps/gram.Po
# clang -DHAVE_CONFIG_H -I. -DBUILD=\""2017/04/13"\" -DBUILD_VERSION=\""2.70"\" -DLOCAL_BUILD -DNICKLELIBDIR=\"/usr/share/nickle\" -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -MT lex.o -MD -MP -MF .deps/lex.Tpo -c -o lex.o lex.c
# lex.l:328:17: warning: array index 13 is past the end of the array (which contains 12 elements) [-Warray-bounds]
# { yylval.type = typePrim[rep_func]; return FUNCTION; }
# ^ ~~~~~~~~
# ./value.h:483:1: note: array 'typePrim' declared here
# extern Type *typePrim[rep_void + 1];
# ^
# lex.c:2679:17: warning: unused function 'yyunput' [-Wunused-function]
# static void yyunput (int c, register char * yy_bp )
# ^
# 2 warnings generated.
# mv -f .deps/lex.Tpo .deps/lex.Po
# clang -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -fwrapv -Wl,-E -o nickle alarm.o array.o atom.o box.o compile.o debug.o divide.o edit.o error.o execute.o expr.o file.o float.o foreign.o frame.o func.o gcd.o hash.o int.o integer.o io.o main.o mem.o natural.o pretty.o profile.o rational.o ref.o refer.o sched.o scope.o stack.o string.o struct.o symbol.o sync.o type.o union.o util.o value.o builtin-command.o builtin-debug.o builtin-environ.o builtin-file.o builtin-math.o builtin-semaphore.o builtin-sockets.o builtin-string.o builtin-thread.o builtin-toplevel.o builtin-pid.o builtin.o builtin-foreign.o gram.o lex.o -ldl -lm -lreadline -lncurses
# sed -e 's,@''VERSION@,2.70,' \
# -e 's,@''BUILD_DATE@,2017/04/13,' \
# -e 's,@''pkgdatadir@,/usr/share/nickle,' ./nickle.1.in > nickle.1
# make[2]: Leaving directory '/tmp/nickle/src/nickle-2.70'
# make[1]: Leaving directory '/tmp/nickle/src/nickle-2.70'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in bench
# make[1]: Entering directory '/tmp/nickle/src/nickle-2.70/bench'
# make[2]: Entering directory '/tmp/nickle/src/nickle-2.70/bench'
# 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/nickle/src/nickle-2.70/bench'
# make[1]: Leaving directory '/tmp/nickle/src/nickle-2.70/bench'
# Making install in test
# make[1]: Entering directory '/tmp/nickle/src/nickle-2.70/test'
# make[2]: Entering directory '/tmp/nickle/src/nickle-2.70/test'
# 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/nickle/src/nickle-2.70/test'
# make[1]: Leaving directory '/tmp/nickle/src/nickle-2.70/test'
# Making install in examples
# make[1]: Entering directory '/tmp/nickle/src/nickle-2.70/examples'
# Making install in smlng
# make[2]: Entering directory '/tmp/nickle/src/nickle-2.70/examples/smlng'
# make[3]: Entering directory '/tmp/nickle/src/nickle-2.70/examples/smlng'
# make[3]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/nickle/examples/smlng" || /usr/bin/mkdir -p "/tmp/nickle/pkg/nickle/usr/share/nickle/examples/smlng"
# /usr/bin/install -c -m 644 context.5c generate.5c parse.5c test.5c COPYING '/tmp/nickle/pkg/nickle/usr/share/nickle/examples/smlng'
# make[3]: Leaving directory '/tmp/nickle/src/nickle-2.70/examples/smlng'
# make[2]: Leaving directory '/tmp/nickle/src/nickle-2.70/examples/smlng'
# Making install in turtle
# make[2]: Entering directory '/tmp/nickle/src/nickle-2.70/examples/turtle'
# make[3]: Entering directory '/tmp/nickle/src/nickle-2.70/examples/turtle'
# make[3]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/nickle/examples/turtle" || /usr/bin/mkdir -p "/tmp/nickle/pkg/nickle/usr/share/nickle/examples/turtle"
# /usr/bin/install -c -m 644 snowflake.5c turtle.5c snowflake.tex COPYING '/tmp/nickle/pkg/nickle/usr/share/nickle/examples/turtle'
# make[3]: Leaving directory '/tmp/nickle/src/nickle-2.70/examples/turtle'
# make[2]: Leaving directory '/tmp/nickle/src/nickle-2.70/examples/turtle'
# make[2]: Entering directory '/tmp/nickle/src/nickle-2.70/examples'
# make[3]: Entering directory '/tmp/nickle/src/nickle-2.70/examples'
# make[3]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/share/nickle/examples" || /usr/bin/mkdir -p "/tmp/nickle/pkg/nickle/usr/share/nickle/examples"
# /usr/bin/install -c -m 644 comb.5c cribbage.5c erat.5c fourfours.5c initializer.5c is-prime.5c kaiser.5c menace2.5c miller-rabin.5c mutextest.5c numbers.5c polynomial.5c prime.5c qbrating.5c randtest.5c restart.5c roman.5c rsa-demo.5c rsa.5c skiplist.5c skiplisttest.5c sort.5c COPYING '/tmp/nickle/pkg/nickle/usr/share/nickle/examples'
# make[3]: Leaving directory '/tmp/nickle/src/nickle-2.70/examples'
# make[2]: Leaving directory '/tmp/nickle/src/nickle-2.70/examples'
# make[1]: Leaving directory '/tmp/nickle/src/nickle-2.70/examples'
# make[1]: Entering directory '/tmp/nickle/src/nickle-2.70'
# make[2]: Entering directory '/tmp/nickle/src/nickle-2.70'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/nickle/pkg/nickle/usr/bin"
# /usr/bin/install -c nickle '/tmp/nickle/pkg/nickle/usr/bin'
# test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/tmp/nickle/pkg/nickle/usr/share/man/man1"
# /usr/bin/install -c -m 644 nickle.1 '/tmp/nickle/pkg/nickle/usr/share/man/man1'
# test -z "/usr/include/nickle" || /usr/bin/mkdir -p "/tmp/nickle/pkg/nickle/usr/include/nickle"
# /usr/bin/install -c -m 644 builtin.h config.h mem.h nickle.h ref.h value.h builtin-namespaces.h gram.h memp.h opcode.h stack.h '/tmp/nickle/pkg/nickle/usr/include/nickle'
# test -z "/usr/share/nickle" || /usr/bin/mkdir -p "/tmp/nickle/pkg/nickle/usr/share/nickle"
# /usr/bin/install -c -m 644 builtin.5c math.5c scanf.5c mutex.5c arc4.5c prng.5c command.5c abort.5c printf.5c history.5c ctype.5c string.5c socket.5c file.5c parse-args.5c svg.5c process.5c prime_sieve.5c factorial.5c COPYING '/tmp/nickle/pkg/nickle/usr/share/nickle'
# make[2]: Leaving directory '/tmp/nickle/src/nickle-2.70'
# make[1]: Leaving directory '/tmp/nickle/src/nickle-2.70'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "nickle"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: nickle 2.70-4 (Thu Apr 13 16:28:47 UTC 2017)

CMD: pacman --query --file nickle-2.70-4-x86_64.pkg.tar.xz
# nickle 2.70-4

Creating hybrid package for 'nickle'

Trying to find vanilla package 'nickle'...

CMD: pacman --query --file /mirror/nickle-2.70-4.pkg.tar.xz
# nickle 2.70-4

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/share/nickle/builtin.5c
# /usr/share/nickle/math.5c
# /usr/share/nickle/scanf.5c
# /usr/share/nickle/mutex.5c
# /usr/share/nickle/arc4.5c
# /usr/share/nickle/prng.5c
# /usr/share/nickle/command.5c
# /usr/share/nickle/abort.5c
# /usr/share/nickle/printf.5c
# /usr/share/nickle/history.5c
# /usr/share/nickle/ctype.5c
# /usr/share/nickle/string.5c
# /usr/share/nickle/socket.5c
# /usr/share/nickle/file.5c
# /usr/share/nickle/parse-args.5c
# /usr/share/nickle/svg.5c
# /usr/share/nickle/process.5c
# /usr/share/nickle/prime_sieve.5c
# /usr/share/nickle/factorial.5c
# /usr/share/nickle/COPYING
# /usr/share/nickle/examples/comb.5c
# /usr/share/nickle/examples/cribbage.5c
# /usr/share/nickle/examples/erat.5c
# /usr/share/nickle/examples/fourfours.5c
# /usr/share/nickle/examples/initializer.5c
# /usr/share/nickle/examples/is-prime.5c
# /usr/share/nickle/examples/kaiser.5c
# /usr/share/nickle/examples/menace2.5c
# /usr/share/nickle/examples/miller-rabin.5c
# /usr/share/nickle/examples/mutextest.5c
# /usr/share/nickle/examples/numbers.5c
# /usr/share/nickle/examples/polynomial.5c
# /usr/share/nickle/examples/prime.5c
# /usr/share/nickle/examples/qbrating.5c
# /usr/share/nickle/examples/randtest.5c
# /usr/share/nickle/examples/restart.5c
# /usr/share/nickle/examples/roman.5c
# /usr/share/nickle/examples/rsa-demo.5c
# /usr/share/nickle/examples/rsa.5c
# /usr/share/nickle/examples/skiplist.5c
# /usr/share/nickle/examples/skiplisttest.5c
# /usr/share/nickle/examples/sort.5c
# /usr/share/nickle/examples/COPYING
# /usr/share/nickle/examples/smlng/context.5c
# /usr/share/nickle/examples/smlng/generate.5c
# /usr/share/nickle/examples/smlng/parse.5c
# /usr/share/nickle/examples/smlng/test.5c
# /usr/share/nickle/examples/smlng/COPYING
# /usr/share/nickle/examples/turtle/snowflake.5c
# /usr/share/nickle/examples/turtle/turtle.5c
# /usr/share/nickle/examples/turtle/snowflake.tex
# /usr/share/nickle/examples/turtle/COPYING
# /usr/share/man/man1/nickle.1.gz
# /usr/share/licenses/nickle/COPYING
# /usr/include/nickle/builtin.h
# /usr/include/nickle/config.h
# /usr/include/nickle/mem.h
# /usr/include/nickle/nickle.h
# /usr/include/nickle/ref.h
# /usr/include/nickle/value.h
# /usr/include/nickle/builtin-namespaces.h
# /usr/include/nickle/gram.h
# /usr/include/nickle/memp.h
# /usr/include/nickle/opcode.h
# /usr/include/nickle/stack.h
# /usr/bin/nickle
# /sysroot/usr/include/nickle/builtin.h
# /sysroot/usr/include/nickle/config.h
# /sysroot/usr/include/nickle/mem.h
# /sysroot/usr/include/nickle/nickle.h
# /sysroot/usr/include/nickle/ref.h
# /sysroot/usr/include/nickle/value.h
# /sysroot/usr/include/nickle/builtin-namespaces.h
# /sysroot/usr/include/nickle/gram.h
# /sysroot/usr/include/nickle/memp.h
# /sysroot/usr/include/nickle/opcode.h
# /sysroot/usr/include/nickle/stack.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/nickle.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/nickle.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/nickle/src/nickle-2.70/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 nickle configure 2.70, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = d9b9bcf4d62e
# 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: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2349: checking for a BSD-compatible install
# configure:2417: result: /usr/bin/install -c
# configure:2428: checking whether build environment is sane
# configure:2478: result: yes
# configure:2527: checking for x86_64-unknown-linux-strip
# configure:2557: result: no
# configure:2567: checking for strip
# configure:2583: found /usr/bin/strip
# configure:2594: result: strip
# configure:2619: checking for a thread-safe mkdir -p
# configure:2658: result: /usr/bin/mkdir -p
# configure:2671: checking for gawk
# configure:2687: found /usr/bin/gawk
# configure:2698: result: gawk
# configure:2709: checking whether make sets $(MAKE)
# configure:2731: result: yes
# configure:2813: checking whether to enable maintainer-specific portions of Makefiles
# configure:2822: result: no
# configure:2844: checking for x86_64-unknown-linux-gcc
# configure:2871: result: clang
# configure:3140: checking for C compiler version
# configure:3149: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3160: $? = 0
# configure:3149: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3160: $? = 0
# configure:3149: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3160: $? = 1
# configure:3149: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3160: $? = 1
# configure:3180: checking whether the C compiler works
# configure:3202: clang conftest.c >&5
# configure:3206: $? = 0
# configure:3255: result: yes
# configure:3258: checking for C compiler default output file name
# configure:3260: result: a.out
# configure:3266: checking for suffix of executables
# configure:3273: clang -o conftest conftest.c >&5
# configure:3277: $? = 0
# configure:3299: result:
# configure:3321: checking whether we are cross compiling
# configure:3329: clang -o conftest conftest.c >&5
# configure:3333: $? = 0
# configure:3340: ./conftest
# configure:3344: $? = 0
# configure:3359: result: no
# configure:3364: checking for suffix of object files
# configure:3386: clang -c conftest.c >&5
# configure:3390: $? = 0
# configure:3411: result: o
# configure:3415: checking whether we are using the GNU C compiler
# configure:3434: clang -c conftest.c >&5
# configure:3434: $? = 0
# configure:3443: result: yes
# configure:3452: checking whether clang accepts -g
# configure:3472: clang -c -g conftest.c >&5
# configure:3472: $? = 0
# configure:3513: result: yes
# configure:3530: checking for clang option to accept ISO C89
# configure:3594: clang -c conftest.c >&5
# configure:3594: $? = 0
# configure:3607: result: none needed
# configure:3638: checking for style of include used by make
# configure:3666: result: GNU
# configure:3691: checking dependency style of clang
# configure:3801: result: gcc3
# configure:3817: checking whether ln -s works
# configure:3821: result: yes
# configure:3833: checking for flex
# configure:3849: found /usr/bin/flex
# configure:3860: result: flex
# configure:3897: flex conftest.l
# configure:3901: $? = 1
# configure:3903: checking lex output file root
# configure:3917: result: lex.yy
# configure:3922: checking lex library
# configure:3936: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3936: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nickle"
# | #define PACKAGE_TARNAME "nickle"
# | #define PACKAGE_VERSION "2.70"
# | #define PACKAGE_STRING "nickle 2.70"
# | #define PACKAGE_BUGREPORT "http://nickle.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "nickle"
# | #define VERSION "2.70"
# | /* end confdefs.h. */
# |
# configure:3936: clang -o conftest conftest.c -lfl >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libfl.so: undefined reference to `yylex'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3936: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nickle"
# | #define PACKAGE_TARNAME "nickle"
# | #define PACKAGE_VERSION "2.70"
# | #define PACKAGE_STRING "nickle 2.70"
# | #define PACKAGE_BUGREPORT "http://nickle.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "nickle"
# | #define VERSION "2.70"
# | /* end confdefs.h. */
# |
# configure:3936: clang -o conftest conftest.c -ll >&5
# /usr/bin/ld: cannot find -ll
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3936: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nickle"
# | #define PACKAGE_TARNAME "nickle"
# | #define PACKAGE_VERSION "2.70"
# | #define PACKAGE_STRING "nickle 2.70"
# | #define PACKAGE_BUGREPORT "http://nickle.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "nickle"
# | #define VERSION "2.70"
# | /* end confdefs.h. */
# |
# configure:3946: result: none needed
# configure:3952: checking whether yytext is a pointer
# configure:3968: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3968: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nickle"
# | #define PACKAGE_TARNAME "nickle"
# | #define PACKAGE_VERSION "2.70"
# | #define PACKAGE_STRING "nickle 2.70"
# | #define PACKAGE_BUGREPORT "http://nickle.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "nickle"
# | #define VERSION "2.70"
# | /* end confdefs.h. */
# | #define YYTEXT_POINTER 1
# |
# configure:3976: result: no
# configure:3993: checking for byacc
# configure:4023: result: no
# configure:3993: checking for yacc
# configure:4009: found /usr/bin/yacc
# configure:4020: result: yacc
# configure:4039: checking for gawk
# configure:4066: result: gawk
# configure:4081: checking for date
# configure:4097: found /usr/bin/date
# configure:4108: result: date
# configure:4120: checking for log
# configure:4120: clang -o conftest conftest.c >&5
# conftest.c:34:6: warning: incompatible redeclaration of library function 'log' [-Wincompatible-library-redeclaration]
# char log ();
# ^
# conftest.c:34:6: note: 'log' is a builtin with type 'double (double)'
# 1 warning generated.
# /tmp/conftest-ae66e1.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `log'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4120: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nickle"
# | #define PACKAGE_TARNAME "nickle"
# | #define PACKAGE_VERSION "2.70"
# | #define PACKAGE_STRING "nickle 2.70"
# | #define PACKAGE_BUGREPORT "http://nickle.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "nickle"
# | #define VERSION "2.70"
# | /* end confdefs.h. */
# | /* Define log to an innocuous variant, in case declares log.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define log innocuous_log
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char log (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef log
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char log ();
# | /* 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_log || defined __stub___log
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return log ();
# | ;
# | return 0;
# | }
# configure:4120: result: no
# configure:4124: checking for log in -lm
# configure:4149: clang -o conftest conftest.c -lm >&5
# conftest.c:18:6: warning: incompatible redeclaration of library function 'log' [-Wincompatible-library-redeclaration]
# char log ();
# ^
# conftest.c:18:6: note: 'log' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:4149: $? = 0
# configure:4158: result: yes
# configure:4171: checking for gethostbyname
# configure:4171: clang -o conftest conftest.c -lm >&5
# configure:4171: $? = 0
# configure:4171: result: yes
# configure:4222: checking for socket
# configure:4222: clang -o conftest conftest.c -lm >&5
# configure:4222: $? = 0
# configure:4222: result: yes
# configure:4318: checking for dlopen in -ldl
# configure:4343: clang -o conftest conftest.c -ldl -lm >&5
# configure:4343: $? = 0
# configure:4352: result: yes
# configure:4368: checking to see if compiler understands -Wl,-E
# configure:4385: clang -o conftest -Wl,-E conftest.c -ldl -lm >&5
# configure:4385: $? = 0
# configure:4401: result: yes
# configure:4419: checking how to run the C preprocessor
# configure:4450: clang -E conftest.c
# configure:4450: $? = 0
# configure:4464: clang -E conftest.c
# conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4464: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nickle"
# | #define PACKAGE_TARNAME "nickle"
# | #define PACKAGE_VERSION "2.70"
# | #define PACKAGE_STRING "nickle 2.70"
# | #define PACKAGE_BUGREPORT "http://nickle.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "nickle"
# | #define VERSION "2.70"
# | #define HAVE_LIBM 1
# | #define HAVE_LIBDL 1
# | #define HAVE_EXTERN_SYMS 1
# | /* end confdefs.h. */
# | #include
# configure:4489: result: clang -E
# configure:4509: clang -E conftest.c
# configure:4509: $? = 0
# configure:4523: clang -E conftest.c
# conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4523: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nickle"
# | #define PACKAGE_TARNAME "nickle"
# | #define PACKAGE_VERSION "2.70"
# | #define PACKAGE_STRING "nickle 2.70"
# | #define PACKAGE_BUGREPORT "http://nickle.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "nickle"
# | #define VERSION "2.70"
# | #define HAVE_LIBM 1
# | #define HAVE_LIBDL 1
# | #define HAVE_EXTERN_SYMS 1
# | /* end confdefs.h. */
# | #include
# configure:4552: checking for grep that handles long lines and -e
# configure:4610: result: /usr/bin/grep
# configure:4615: checking for egrep
# configure:4677: result: /usr/bin/grep -E
# configure:4682: checking for ANSI C header files
# configure:4702: clang -c conftest.c >&5
# configure:4702: $? = 0
# configure:4775: clang -o conftest conftest.c -ldl -lm >&5
# configure:4775: $? = 0
# configure:4775: ./conftest
# configure:4775: $? = 0
# configure:4786: result: yes
# configure:4799: checking for sys/types.h
# configure:4799: clang -c conftest.c >&5
# configure:4799: $? = 0
# configure:4799: result: yes
# configure:4799: checking for sys/stat.h
# configure:4799: clang -c conftest.c >&5
# configure:4799: $? = 0
# configure:4799: result: yes
# configure:4799: checking for stdlib.h
# configure:4799: clang -c conftest.c >&5
# configure:4799: $? = 0
# configure:4799: result: yes
# configure:4799: checking for string.h
# configure:4799: clang -c conftest.c >&5
# configure:4799: $? = 0
# configure:4799: result: yes
# configure:4799: checking for memory.h
# configure:4799: clang -c conftest.c >&5
# configure:4799: $? = 0
# configure:4799: result: yes
# configure:4799: checking for strings.h
# configure:4799: clang -c conftest.c >&5
# configure:4799: $? = 0
# configure:4799: result: yes
# configure:4799: checking for inttypes.h
# configure:4799: clang -c conftest.c >&5
# configure:4799: $? = 0
# configure:4799: result: yes
# configure:4799: checking for stdint.h
# configure:4799: clang -c conftest.c >&5
# configure:4799: $? = 0
# configure:4799: result: yes
# configure:4799: checking for unistd.h
# configure:4799: clang -c conftest.c >&5
# configure:4799: $? = 0
# configure:4799: result: yes
# configure:4815: checking fcntl.h usability
# configure:4815: clang -c conftest.c >&5
# configure:4815: $? = 0
# configure:4815: result: yes
# configure:4815: checking fcntl.h presence
# configure:4815: clang -E conftest.c
# configure:4815: $? = 0
# configure:4815: result: yes
# configure:4815: checking for fcntl.h
# configure:4815: result: yes
# configure:4815: checking for strings.h
# configure:4815: result: yes
# configure:4815: checking time.h usability
# configure:4815: clang -c conftest.c >&5
# configure:4815: $? = 0
# configure:4815: result: yes
# configure:4815: checking time.h presence
# configure:4815: clang -E conftest.c
# configure:4815: $? = 0
# configure:4815: result: yes
# configure:4815: checking for time.h
# configure:4815: result: yes
# configure:4815: checking sys/time.h usability
# configure:4815: clang -c conftest.c >&5
# configure:4815: $? = 0
# configure:4815: result: yes
# configure:4815: checking sys/time.h presence
# configure:4815: clang -E conftest.c
# configure:4815: $? = 0
# configure:4815: result: yes
# configure:4815: checking for sys/time.h
# configure:4815: result: yes
# configure:4815: checking for unistd.h
# configure:4815: result: yes
# configure:4815: checking sys/resource.h usability
# configure:4815: clang -c conftest.c >&5
# configure:4815: $? = 0
# configure:4815: result: yes
# configure:4815: checking sys/resource.h presence
# configure:4815: clang -E conftest.c
# configure:4815: $? = 0
# configure:4815: result: yes
# configure:4815: checking for sys/resource.h
# configure:4815: result: yes
# configure:4828: checking stropts.h usability
# configure:4828: clang -c conftest.c >&5
# configure:4828: $? = 0
# configure:4828: result: yes
# configure:4828: checking stropts.h presence
# configure:4828: clang -E conftest.c
# configure:4828: $? = 0
# configure:4828: result: yes
# configure:4828: checking for stropts.h
# configure:4828: result: yes
# configure:4840: checking dlfcn.h usability
# configure:4840: clang -c conftest.c >&5
# configure:4840: $? = 0
# configure:4840: result: yes
# configure:4840: checking dlfcn.h presence
# configure:4840: clang -E conftest.c
# configure:4840: $? = 0
# configure:4840: result: yes
# configure:4840: checking for dlfcn.h
# configure:4840: result: yes
# configure:4851: checking for inline
# configure:4867: clang -c conftest.c >&5
# configure:4867: $? = 0
# configure:4875: result: inline
# configure:4902: checking for stdint.h
# configure:4902: result: yes
# configure:5052: checking for uint64_t
# configure:5061: result: yes
# configure:5075: checking return type of signal handlers
# configure:5093: clang -c conftest.c >&5
# conftest.c:41:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:5093: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nickle"
# | #define PACKAGE_TARNAME "nickle"
# | #define PACKAGE_VERSION "2.70"
# | #define PACKAGE_STRING "nickle 2.70"
# | #define PACKAGE_BUGREPORT "http://nickle.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "nickle"
# | #define VERSION "2.70"
# | #define HAVE_LIBM 1
# | #define HAVE_LIBDL 1
# | #define HAVE_EXTERN_SYMS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_C_INLINE 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UINT64_T 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:5100: result: void
# configure:5110: checking for vprintf
# configure:5110: clang -o conftest conftest.c -ldl -lm >&5
# conftest.c:59:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration]
# char vprintf ();
# ^
# conftest.c:59:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)'
# 1 warning generated.
# configure:5110: $? = 0
# configure:5110: result: yes
# configure:5116: checking for _doprnt
# configure:5116: clang -o conftest conftest.c -ldl -lm >&5
# /tmp/conftest-4c9230.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `_doprnt'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5116: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nickle"
# | #define PACKAGE_TARNAME "nickle"
# | #define PACKAGE_VERSION "2.70"
# | #define PACKAGE_STRING "nickle 2.70"
# | #define PACKAGE_BUGREPORT "http://nickle.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "nickle"
# | #define VERSION "2.70"
# | #define HAVE_LIBM 1
# | #define HAVE_LIBDL 1
# | #define HAVE_EXTERN_SYMS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_C_INLINE 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UINT64_T 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | /* Define _doprnt to an innocuous variant, in case declares _doprnt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _doprnt innocuous__doprnt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _doprnt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _doprnt
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char _doprnt ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub__doprnt || defined __stub____doprnt
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _doprnt ();
# | ;
# | return 0;
# | }
# configure:5116: result: no
# configure:5130: checking for unsetenv
# configure:5130: clang -o conftest conftest.c -ldl -lm >&5
# configure:5130: $? = 0
# configure:5130: result: yes
# configure:5130: checking for setenv
# configure:5130: clang -o conftest conftest.c -ldl -lm >&5
# configure:5130: $? = 0
# configure:5130: result: yes
# configure:5130: checking for putenv
# configure:5130: clang -o conftest conftest.c -ldl -lm >&5
# configure:5130: $? = 0
# configure:5130: result: yes
# configure:5130: checking for gettimeofday
# configure:5130: clang -o conftest conftest.c -ldl -lm >&5
# configure:5130: $? = 0
# configure:5130: result: yes
# configure:5130: checking for hstrerror
# configure:5130: clang -o conftest conftest.c -ldl -lm >&5
# configure:5130: $? = 0
# configure:5130: result: yes
# configure:5130: checking for select
# configure:5130: clang -o conftest conftest.c -ldl -lm >&5
# configure:5130: $? = 0
# configure:5130: result: yes
# configure:5143: checking for sigaction
# configure:5143: clang -o conftest conftest.c -ldl -lm >&5
# configure:5143: $? = 0
# configure:5143: result: yes
# configure:5143: checking for sigrelse
# configure:5143: clang -o conftest conftest.c -ldl -lm >&5
# configure:5143: $? = 0
# configure:5143: result: yes
# configure:5143: checking for sigignore
# configure:5143: clang -o conftest conftest.c -ldl -lm >&5
# configure:5143: $? = 0
# configure:5143: result: yes
# configure:5143: checking for setrlimit
# configure:5143: clang -o conftest conftest.c -ldl -lm >&5
# configure:5143: $? = 0
# configure:5143: result: yes
# configure:5143: checking for getrlimit
# configure:5143: clang -o conftest conftest.c -ldl -lm >&5
# configure:5143: $? = 0
# configure:5143: result: yes
# configure:5156: checking for dlopen
# configure:5156: clang -o conftest conftest.c -ldl -lm >&5
# configure:5156: $? = 0
# configure:5156: result: yes
# configure:5156: checking for dlsym
# configure:5156: clang -o conftest conftest.c -ldl -lm >&5
# configure:5156: $? = 0
# configure:5156: result: yes
# configure:5156: checking for dlerror
# configure:5156: clang -o conftest conftest.c -ldl -lm >&5
# configure:5156: $? = 0
# configure:5156: result: yes
# configure:5156: checking for dlclose
# configure:5156: clang -o conftest conftest.c -ldl -lm >&5
# configure:5156: $? = 0
# configure:5156: result: yes
# configure:5167: checking whether getpgrp requires zero arguments
# configure:5184: clang -c conftest.c >&5
# conftest.c:88:10: error: too many arguments to function call, expected 0, have 1
# getpgrp (0);
# ~~~~~~~ ^
# /usr/include/unistd.h:637:1: note: 'getpgrp' declared here
# extern __pid_t getpgrp (void) __THROW;
# ^
# 1 error generated.
# configure:5184: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nickle"
# | #define PACKAGE_TARNAME "nickle"
# | #define PACKAGE_VERSION "2.70"
# | #define PACKAGE_STRING "nickle 2.70"
# | #define PACKAGE_BUGREPORT "http://nickle.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "nickle"
# | #define VERSION "2.70"
# | #define HAVE_LIBM 1
# | #define HAVE_LIBDL 1
# | #define HAVE_EXTERN_SYMS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_C_INLINE 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UINT64_T 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_PUTENV 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_HSTRERROR 1
# | #define HAVE_SELECT 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGRELSE 1
# | #define HAVE_SIGIGNORE 1
# | #define HAVE_SETRLIMIT 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_DLSYM 1
# | #define HAVE_DLERROR 1
# | #define HAVE_DLCLOSE 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 ()
# | {
# | getpgrp (0);
# | ;
# | return 0;
# | }
# configure:5192: result: yes
# configure:5223: checking for tparm in -lncurses
# configure:5248: clang -o conftest conftest.c -lncurses -ldl -lm >&5
# configure:5248: $? = 0
# configure:5257: result: yes
# configure:5310: checking for readline in -lreadline
# configure:5335: clang -o conftest conftest.c -lreadline -ldl -lm -lncurses >&5
# configure:5335: $? = 0
# configure:5344: result: yes
# configure:5347: checking readline/readline.h usability
# configure:5347: clang -c conftest.c >&5
# configure:5347: $? = 0
# configure:5347: result: yes
# configure:5347: checking readline/readline.h presence
# configure:5347: clang -E conftest.c
# configure:5347: $? = 0
# configure:5347: result: yes
# configure:5347: checking for readline/readline.h
# configure:5347: result: yes
# configure:5499: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by nickle config.status 2.70, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on d9b9bcf4d62e
#
# config.status:900: creating Makefile
# config.status:900: creating test/Makefile
# config.status:900: creating bench/Makefile
# config.status:900: creating examples/Makefile
# config.status:900: creating examples/smlng/Makefile
# config.status:900: creating examples/turtle/Makefile
# config.status:900: creating date-sh
# config.status:900: creating config.h
# config.status:1120: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# 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_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func__doprnt=no
# ac_cv_func_dlclose=yes
# ac_cv_func_dlerror=yes
# ac_cv_func_dlopen=yes
# ac_cv_func_dlsym=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_getpgrp_void=yes
# ac_cv_func_getrlimit=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_hstrerror=yes
# ac_cv_func_log=no
# ac_cv_func_putenv=yes
# ac_cv_func_select=yes
# ac_cv_func_setenv=yes
# ac_cv_func_setrlimit=yes
# ac_cv_func_sigaction=yes
# ac_cv_func_sigignore=yes
# ac_cv_func_sigrelse=yes
# ac_cv_func_socket=yes
# ac_cv_func_unsetenv=yes
# ac_cv_func_vprintf=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_readline_readline_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_stropts_h=yes
# ac_cv_header_sys_resource_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_lex='none needed'
# ac_cv_lib_m_log=yes
# ac_cv_lib_ncurses_tparm=yes
# ac_cv_lib_readline_readline=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_DATE=date
# ac_cv_prog_LEX=flex
# ac_cv_prog_YACC=yacc
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_lex_root=lex.yy
# ac_cv_prog_lex_yytext_pointer=no
# ac_cv_prog_make_make_set=yes
# ac_cv_type_signal=void
# am_cv_CC_dependencies_compiler_type=gcc3
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/nickle/src/nickle-2.70/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/nickle/src/nickle-2.70/missing --run tar'
# AUTOCONF='${SHELL} /tmp/nickle/src/nickle-2.70/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/nickle/src/nickle-2.70/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/nickle/src/nickle-2.70/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=' '
# CYGPATH_W='echo'
# DATE='date'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=' '
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBOBJS=''
# LIBS='-ldl -lm -lreadline -lncurses'
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/nickle/src/nickle-2.70/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# NICKLE_LDFLAGS='-Wl,-E'
# OBJEXT='o'
# PACKAGE='nickle'
# PACKAGE_BUGREPORT='http://nickle.org'
# PACKAGE_NAME='nickle'
# PACKAGE_STRING='nickle 2.70'
# PACKAGE_TARNAME='nickle'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.70'
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='2.70'
# YACC='yacc'
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/nickle/src/nickle-2.70/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# nicklelibdir='${prefix}/share/nickle'
# 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 "nickle"
# #define PACKAGE_TARNAME "nickle"
# #define PACKAGE_VERSION "2.70"
# #define PACKAGE_STRING "nickle 2.70"
# #define PACKAGE_BUGREPORT "http://nickle.org"
# #define PACKAGE_URL ""
# #define PACKAGE "nickle"
# #define VERSION "2.70"
# #define HAVE_LIBM 1
# #define HAVE_LIBDL 1
# #define HAVE_EXTERN_SYMS 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_TIME_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_RESOURCE_H 1
# #define HAVE_STROPTS_H 1
# #define HAVE_DLFCN_H 1
# #define HAVE_C_INLINE 1
# #define HAVE_STDINT_H 1
# #define HAVE_UINT64_T 1
# #define RETSIGTYPE void
# #define HAVE_VPRINTF 1
# #define HAVE_UNSETENV 1
# #define HAVE_SETENV 1
# #define HAVE_PUTENV 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_HSTRERROR 1
# #define HAVE_SELECT 1
# #define HAVE_SIGACTION 1
# #define HAVE_SIGRELSE 1
# #define HAVE_SIGIGNORE 1
# #define HAVE_SETRLIMIT 1
# #define HAVE_GETRLIMIT 1
# #define HAVE_DLOPEN 1
# #define HAVE_DLSYM 1
# #define HAVE_DLERROR 1
# #define HAVE_DLCLOSE 1
# #define GETPGRP_VOID 1
# #define HAVE_LIBREADLINE 1
#
# configure: exit 0