Build of libnewt with clang_glibc toolchain

The build took 00h 02m 05s and was SUCCESSFUL.

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

SLOCLanguage
8,902 ansic
691 python
331 sh
204 makefile
10,128 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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: libnewt 0.52.19-1 (Thu Apr 13 20:11:35 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) slang-2.3.0-1
#
# Total Installed Size: 3.09 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing slang...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) tcl-8.6.5-2
#
# Total Installed Size: 6.42 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing tcl...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# 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 a BSD-compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking how to run the C preprocessor... clang -E
# 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 size of long... 8
# checking size of long long... 8
# checking size of void *... 8
# checking for GNU ld... yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking alloca.h usability... yes
# checking alloca.h presence... yes
# checking for alloca.h... yes
# checking slang.h usability... yes
# checking slang.h presence... yes
# checking for slang.h... yes
# checking popt.h usability... yes
# checking popt.h presence... yes
# checking for popt.h... yes
# checking libintl.h usability... yes
# checking libintl.h presence... yes
# checking for libintl.h... yes
# checking for python versions... python2.7 python3.5
# checking for tcl configuration... found
# checking for gettext in -lc... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating libnewt.pc
# config.status: creating config.h
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -M test.c testgrid.c testtree.c showchars.c showkey.c whiptail.c dialogboxes.c newt.c button.c form.c checkbox.c entry.c label.c listbox.c scrollbar.c textbox.c scale.c grid.c windows.c buttonbar.c checkboxtree.c > .depend
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o test.o test.c
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o newt.o newt.c
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o button.o button.c
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o form.o form.c
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o checkbox.o checkbox.c
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o entry.o entry.c
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o label.o label.c
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o listbox.o listbox.c
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o scrollbar.o scrollbar.c
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o textbox.o textbox.c
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o scale.o scale.c
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o grid.o grid.c
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o windows.o windows.c
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o buttonbar.o buttonbar.c
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o checkboxtree.o checkboxtree.c
# ar rv libnewt.a newt.o button.o form.o checkbox.o entry.o label.o listbox.o scrollbar.o textbox.o scale.o grid.o windows.o buttonbar.o checkboxtree.o
# ar: creating libnewt.a
# a - newt.o
# a - button.o
# a - form.o
# a - checkbox.o
# a - entry.o
# a - label.o
# a - listbox.o
# a - scrollbar.o
# a - textbox.o
# a - scale.o
# a - grid.o
# a - windows.o
# a - buttonbar.o
# a - checkboxtree.o
# clang -g -o test test.o libnewt.a -lslang
# libnewt.a(form.o): In function `Gpm_Open':
# form.c:(.text+0x28ef): warning: the use of `tempnam' is dangerous, better use `mkstemp'
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o whiptail.o whiptail.c
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o dialogboxes.o dialogboxes.c
# mkdir -p shared
# clang -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/newt.o newt.c
# clang -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/button.o button.c
# clang -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/form.o form.c
# clang -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/checkbox.o checkbox.c
# clang -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/entry.o entry.c
# clang -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/label.o label.c
# clang -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/listbox.o listbox.c
# clang -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/scrollbar.o scrollbar.c
# clang -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/textbox.o textbox.c
# clang -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/scale.o scale.c
# clang -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/grid.o grid.c
# clang -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/windows.o windows.c
# clang -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/buttonbar.o buttonbar.c
# clang -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/checkboxtree.o checkboxtree.c
# clang -shared -o libnewt.so.0.52.19 -Wl,--version-script,newt.0.52.ver -Wl,-soname,libnewt.so.0.52 shared/newt.o shared/button.o shared/form.o shared/checkbox.o shared/entry.o shared/label.o shared/listbox.o shared/scrollbar.o shared/textbox.o shared/scale.o shared/grid.o shared/windows.o shared/buttonbar.o shared/checkboxtree.o -lslang
# shared/form.o: In function `Gpm_Open':
# form.c:(.text+0x28cf): warning: the use of `tempnam' is dangerous, better use `mkstemp'
# ln -fs libnewt.so.0.52 libnewt.so
# ln -fs libnewt.so.0.52.19 libnewt.so.0.52
# clang -g -o whiptail whiptail.o dialogboxes.o -L. -lnewt -lslang -lpopt
# clang -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/whiptcl.o whiptcl.c
# whiptcl.c:140:10: warning: 'result' is deprecated [-Wdeprecated-declarations]
# interp->result = malloc(200);
# ^
# /usr/include/tcl.h:504:11: note: 'result' has been explicitly marked deprecated here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^
# whiptcl.c:141:10: warning: 'freeProc' is deprecated [-Wdeprecated-declarations]
# interp->freeProc = TCL_DYNAMIC;
# ^
# /usr/include/tcl.h:507:12: note: 'freeProc' has been explicitly marked deprecated here
# void (*freeProc) (char *blockPtr)
# ^
# whiptcl.c:142:18: warning: 'result' is deprecated [-Wdeprecated-declarations]
# sprintf(interp->result, "%s: %s\n",
# ^
# /usr/include/tcl.h:504:11: note: 'result' has been explicitly marked deprecated here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^
# whiptcl.c:150:10: warning: 'result' is deprecated [-Wdeprecated-declarations]
# interp->result = "no dialog mode was specified";
# ^
# /usr/include/tcl.h:504:11: note: 'result' has been explicitly marked deprecated here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^
# whiptcl.c:153:10: warning: 'result' is deprecated [-Wdeprecated-declarations]
# interp->result = "multiple modes were specified";
# ^
# /usr/include/tcl.h:504:11: note: 'result' has been explicitly marked deprecated here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^
# whiptcl.c:158:10: warning: 'result' is deprecated [-Wdeprecated-declarations]
# interp->result = "missing text parameter";
# ^
# /usr/include/tcl.h:504:11: note: 'result' has been explicitly marked deprecated here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^
# whiptcl.c:163:10: warning: 'result' is deprecated [-Wdeprecated-declarations]
# interp->result = "height missing";
# ^
# /usr/include/tcl.h:504:11: note: 'result' has been explicitly marked deprecated here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^
# whiptcl.c:168:10: warning: 'result' is deprecated [-Wdeprecated-declarations]
# interp->result = "height is not a number";
# ^
# /usr/include/tcl.h:504:11: note: 'result' has been explicitly marked deprecated here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^
# whiptcl.c:173:10: warning: 'result' is deprecated [-Wdeprecated-declarations]
# interp->result = "width missing";
# ^
# /usr/include/tcl.h:504:11: note: 'result' has been explicitly marked deprecated here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^
# whiptcl.c:178:10: warning: 'result' is deprecated [-Wdeprecated-declarations]
# interp->result = "width is not a number";
# ^
# /usr/include/tcl.h:504:11: note: 'result' has been explicitly marked deprecated here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^
# whiptcl.c:199:14: warning: 'result' is deprecated [-Wdeprecated-declarations]
# interp->result = "yes";
# ^
# /usr/include/tcl.h:504:11: note: 'result' has been explicitly marked deprecated here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^
# whiptcl.c:201:14: warning: 'result' is deprecated [-Wdeprecated-declarations]
# interp->result = "no";
# ^
# /usr/include/tcl.h:504:11: note: 'result' has been explicitly marked deprecated here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^
# whiptcl.c:208:14: warning: 'result' is deprecated [-Wdeprecated-declarations]
# interp->result = result;
# ^
# /usr/include/tcl.h:504:11: note: 'result' has been explicitly marked deprecated here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^
# whiptcl.c:209:14: warning: 'freeProc' is deprecated [-Wdeprecated-declarations]
# interp->freeProc = TCL_DYNAMIC;
# ^
# /usr/include/tcl.h:507:12: note: 'freeProc' has been explicitly marked deprecated here
# void (*freeProc) (char *blockPtr)
# ^
# whiptcl.c:216:14: warning: 'result' is deprecated [-Wdeprecated-declarations]
# interp->result = result;
# ^
# /usr/include/tcl.h:504:11: note: 'result' has been explicitly marked deprecated here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^
# whiptcl.c:217:14: warning: 'freeProc' is deprecated [-Wdeprecated-declarations]
# interp->freeProc = TCL_DYNAMIC;
# ^
# /usr/include/tcl.h:507:12: note: 'freeProc' has been explicitly marked deprecated here
# void (*freeProc) (char *blockPtr)
# ^
# whiptcl.c:224:14: warning: 'result' is deprecated [-Wdeprecated-declarations]
# interp->result = selections[0];
# ^
# /usr/include/tcl.h:504:11: note: 'result' has been explicitly marked deprecated here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^
# whiptcl.c:225:14: warning: 'freeProc' is deprecated [-Wdeprecated-declarations]
# interp->freeProc = TCL_DYNAMIC;
# ^
# /usr/include/tcl.h:507:12: note: 'freeProc' has been explicitly marked deprecated here
# void (*freeProc) (char *blockPtr)
# ^
# whiptcl.c:250:10: warning: 'result' is deprecated [-Wdeprecated-declarations]
# interp->result = "bad paramter for whiptcl dialog box";
# ^
# /usr/include/tcl.h:504:11: note: 'result' has been explicitly marked deprecated here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^
# 19 warnings generated.
# clang -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/dialogboxes.o dialogboxes.c
# clang -shared -fPIC -o whiptcl.so shared/whiptcl.o shared/dialogboxes.o -L. -lnewt -ltcl8.6 -lpopt -lslang
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o testgrid.o testgrid.c
# clang -g -o testgrid testgrid.o libnewt.a -lslang
# libnewt.a(form.o): In function `Gpm_Open':
# form.c:(.text+0x28ef): warning: the use of `tempnam' is dangerous, better use `mkstemp'
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o testtree.o testtree.c
# clang -g -o testtree testtree.o libnewt.a -lslang
# libnewt.a(form.o): In function `Gpm_Open':
# form.c:(.text+0x28ef): warning: the use of `tempnam' is dangerous, better use `mkstemp'
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o showchars.o showchars.c
# clang -g -o showchars showchars.o libnewt.a -lslang
# clang -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o showkey.o showkey.c
# clang -g -o showkey showkey.o libnewt.a -lslang
# clang -fPIC -D_GNU_SOURCE -DUSE_INTERP_RESULT -I/usr/include/python2.7 -I/usr/include/python2.7 -I/usr/include/python2.7 -I/usr/include/python2.7 -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -c -o python2.7/snack.o snack.c
# clang --shared -lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -lpython2.7 -lpthread -ldl -lutil -lm -o python2.7/_snack.so python2.7/snack.o -L. -lnewt -lslang
# clang -fPIC -D_GNU_SOURCE -DUSE_INTERP_RESULT -I/usr/include/python3.5m -I/usr/include/python3.5m -I/usr/include/python3.5m -I/usr/include/python3.5m -Wno-unused-result -Wsign-compare -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o python3.5/snack.o snack.c
# clang --shared -L/usr/lib -lpython3.5m -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -lpython3.5m -lpthread -ldl -lutil -lm -o python3.5/_snack.so python3.5/snack.o -L. -lnewt -lslang
# touch _snack.so
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make: Entering directory '/tmp/libnewt/src/newt-0.52.19'
# clang -shared -o libnewt.so.0.52.19 -Wl,--version-script,newt.0.52.ver -Wl,-soname,libnewt.so.0.52 shared/newt.o shared/button.o shared/form.o shared/checkbox.o shared/entry.o shared/label.o shared/listbox.o shared/scrollbar.o shared/textbox.o shared/scale.o shared/grid.o shared/windows.o shared/buttonbar.o shared/checkboxtree.o -lslang
# shared/form.o: In function `Gpm_Open':
# form.c:(.text+0x28cf): warning: the use of `tempnam' is dangerous, better use `mkstemp'
# ln -fs libnewt.so.0.52 libnewt.so
# ln -fs libnewt.so.0.52.19 libnewt.so.0.52
# clang -shared -fPIC -o whiptcl.so shared/whiptcl.o shared/dialogboxes.o -L. -lnewt -ltcl8.6 -lpopt -lslang
# clang -fPIC -D_GNU_SOURCE -DUSE_INTERP_RESULT -I/usr/include/python2.7 -I/usr/include/python2.7 -I/usr/include/python2.7 -I/usr/include/python2.7 -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -c -o python2.7/snack.o snack.c
# clang --shared -lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -lpython2.7 -lpthread -ldl -lutil -lm -o python2.7/_snack.so python2.7/snack.o -L. -lnewt -lslang
# clang -fPIC -D_GNU_SOURCE -DUSE_INTERP_RESULT -I/usr/include/python3.5m -I/usr/include/python3.5m -I/usr/include/python3.5m -I/usr/include/python3.5m -Wno-unused-result -Wsign-compare -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o python3.5/snack.o snack.c
# clang --shared -L/usr/lib -lpython3.5m -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -lpython3.5m -lpthread -ldl -lutil -lm -o python3.5/_snack.so python3.5/snack.o -L. -lnewt -lslang
# touch _snack.so
# [ -d //tmp/libnewt/pkg/libnewt/usr/lib ] || install -m 755 -d //tmp/libnewt/pkg/libnewt/usr/lib
# install -m 755 libnewt.so.0.52.19 //tmp/libnewt/pkg/libnewt/usr/lib
# ln -sf libnewt.so.0.52 //tmp/libnewt/pkg/libnewt/usr/lib/libnewt.so
# ln -sf libnewt.so.0.52.19 //tmp/libnewt/pkg/libnewt/usr/lib/libnewt.so.0.52
# [ -n "whiptcl.so" ] && install -m 755 whiptcl.so //tmp/libnewt/pkg/libnewt/usr/lib || :
# [ -n "python2.7 python3.5 " ] && for ver in python2.7 python3.5 ; do \
# [ -d //tmp/libnewt/pkg/libnewt/usr/lib/$ver/site-packages ] || install -m 755 -d //tmp/libnewt/pkg/libnewt/usr/lib/$ver/site-packages ;\
# install -m 755 $ver/_snack.so //tmp/libnewt/pkg/libnewt/usr/lib/$ver/site-packages ;\
# install -m 644 snack.py //tmp/libnewt/pkg/libnewt/usr/lib/$ver/site-packages ;\
# done || :
# clang -g -o whiptail whiptail.o dialogboxes.o -L. -lnewt -lslang -lpopt
# [ -d //tmp/libnewt/pkg/libnewt/usr/bin ] || install -m 755 -d //tmp/libnewt/pkg/libnewt/usr/bin
# [ -d //tmp/libnewt/pkg/libnewt/usr/lib ] || install -m 755 -d //tmp/libnewt/pkg/libnewt/usr/lib
# [ -d //tmp/libnewt/pkg/libnewt/usr/include ] || install -m 755 -d //tmp/libnewt/pkg/libnewt/usr/include
# [ -d //tmp/libnewt/pkg/libnewt/usr/share/man/man1 ] || install -m 755 -d //tmp/libnewt/pkg/libnewt/usr/share/man/man1
# [ -d //tmp/libnewt/pkg/libnewt/usr/lib/pkgconfig ] || install -m 755 -d //tmp/libnewt/pkg/libnewt/usr/lib/pkgconfig
# install -m 644 newt.h //tmp/libnewt/pkg/libnewt/usr/include
# install -m 644 libnewt.a //tmp/libnewt/pkg/libnewt/usr/lib
# install -m 755 whiptail //tmp/libnewt/pkg/libnewt/usr/bin
# install -m 644 whiptail.1 //tmp/libnewt/pkg/libnewt/usr/share/man/man1
# make -C po datadir=//tmp/libnewt/pkg/libnewt/usr/share install
# make[1]: Entering directory '/tmp/libnewt/src/newt-0.52.19/po'
# mkdir -p //tmp/libnewt/pkg/libnewt/usr/share/locale
# for n in ar.po as.po ast.po bal.po bg.po bn.po bn_IN.po bs.po ca.po cs.po cy.po da.po de.po dz.po el.po eo.po es.po et.po eu.po fa.po fi.po fr.po ga.po gl.po gu.po he.po hi.po hr.po hu.po ia.po id.po it.po ja.po ka.po km.po kn.po ko.po ku.po lt.po lv.po mg.po mk.po ml.po mr.po ms.po nb.po nds.po ne.po nl.po nn.po pa.po pl.po pt.po pt_BR.po ro.po ru.po sk.po sl.po sq.po sr.po sr@latin.po sv.po ta.po te.po tg.po th.po tl.po tr.po uk.po vi.po wo.po xh.po zh_CN.po zh_TW.po; do \
# l=`basename $n .po`; \
# mo=$l.mo; \
# /usr/bin/install -c -m 755 -d //tmp/libnewt/pkg/libnewt/usr/share/locale/$l; \
# /usr/bin/install -c -m 755 -d //tmp/libnewt/pkg/libnewt/usr/share/locale/$l/LC_MESSAGES; \
# if [ -f $n ]; then \
# /usr/bin/install -c -m 644 $mo //tmp/libnewt/pkg/libnewt/usr/share/locale/$l/LC_MESSAGES/newt.mo; \
# fi; \
# done
# make[1]: Leaving directory '/tmp/libnewt/src/newt-0.52.19/po'
# install -m 644 libnewt.pc //tmp/libnewt/pkg/libnewt/usr/lib/pkgconfig
# make: Leaving directory '/tmp/libnewt/src/newt-0.52.19'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libnewt"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libnewt 0.52.19-1 (Thu Apr 13 20:12:26 UTC 2017)

CMD: pacman --query --file libnewt-0.52.19-1-x86_64.pkg.tar.xz
# libnewt 0.52.19-1

Creating hybrid package for 'libnewt'

Trying to find vanilla package 'libnewt'...

CMD: pacman --query --file /mirror/libnewt-0.52.19-1.pkg.tar.xz
# libnewt 0.52.19-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/lib/libnewt.so.0.52.19
# /usr/lib/libnewt.so
# /usr/lib/libnewt.so.0.52
# /usr/lib/whiptcl.so
# /usr/lib/python2.7/site-packages/_snack.so
# /usr/lib/python2.7/site-packages/snack.py
# /usr/lib/python3.5/site-packages/_snack.so
# /usr/lib/python3.5/site-packages/snack.py
# /usr/lib/pkgconfig/libnewt.pc
# /usr/bin/whiptail
# /usr/include/newt.h
# /usr/share/man/man1/whiptail.1.gz
# /usr/share/locale/ar/LC_MESSAGES/newt.mo
# /usr/share/locale/as/LC_MESSAGES/newt.mo
# /usr/share/locale/ast/LC_MESSAGES/newt.mo
# /usr/share/locale/bal/LC_MESSAGES/newt.mo
# /usr/share/locale/bg/LC_MESSAGES/newt.mo
# /usr/share/locale/bn/LC_MESSAGES/newt.mo
# /usr/share/locale/bn_IN/LC_MESSAGES/newt.mo
# /usr/share/locale/bs/LC_MESSAGES/newt.mo
# /usr/share/locale/ca/LC_MESSAGES/newt.mo
# /usr/share/locale/cs/LC_MESSAGES/newt.mo
# /usr/share/locale/cy/LC_MESSAGES/newt.mo
# /usr/share/locale/da/LC_MESSAGES/newt.mo
# /usr/share/locale/de/LC_MESSAGES/newt.mo
# /usr/share/locale/dz/LC_MESSAGES/newt.mo
# /usr/share/locale/el/LC_MESSAGES/newt.mo
# /usr/share/locale/eo/LC_MESSAGES/newt.mo
# /usr/share/locale/es/LC_MESSAGES/newt.mo
# /usr/share/locale/et/LC_MESSAGES/newt.mo
# /usr/share/locale/eu/LC_MESSAGES/newt.mo
# /usr/share/locale/fa/LC_MESSAGES/newt.mo
# /usr/share/locale/fi/LC_MESSAGES/newt.mo
# /usr/share/locale/fr/LC_MESSAGES/newt.mo
# /usr/share/locale/ga/LC_MESSAGES/newt.mo
# /usr/share/locale/gl/LC_MESSAGES/newt.mo
# /usr/share/locale/gu/LC_MESSAGES/newt.mo
# /usr/share/locale/he/LC_MESSAGES/newt.mo
# /usr/share/locale/hi/LC_MESSAGES/newt.mo
# /usr/share/locale/hr/LC_MESSAGES/newt.mo
# /usr/share/locale/hu/LC_MESSAGES/newt.mo
# /usr/share/locale/ia/LC_MESSAGES/newt.mo
# /usr/share/locale/id/LC_MESSAGES/newt.mo
# /usr/share/locale/it/LC_MESSAGES/newt.mo
# /usr/share/locale/ja/LC_MESSAGES/newt.mo
# /usr/share/locale/ka/LC_MESSAGES/newt.mo
# /usr/share/locale/km/LC_MESSAGES/newt.mo
# /usr/share/locale/kn/LC_MESSAGES/newt.mo
# /usr/share/locale/ko/LC_MESSAGES/newt.mo
# /usr/share/locale/ku/LC_MESSAGES/newt.mo
# /usr/share/locale/lt/LC_MESSAGES/newt.mo
# /usr/share/locale/lv/LC_MESSAGES/newt.mo
# /usr/share/locale/mg/LC_MESSAGES/newt.mo
# /usr/share/locale/mk/LC_MESSAGES/newt.mo
# /usr/share/locale/ml/LC_MESSAGES/newt.mo
# /usr/share/locale/mr/LC_MESSAGES/newt.mo
# /usr/share/locale/ms/LC_MESSAGES/newt.mo
# /usr/share/locale/nb/LC_MESSAGES/newt.mo
# /usr/share/locale/nds/LC_MESSAGES/newt.mo
# /usr/share/locale/ne/LC_MESSAGES/newt.mo
# /usr/share/locale/nl/LC_MESSAGES/newt.mo
# /usr/share/locale/nn/LC_MESSAGES/newt.mo
# /usr/share/locale/pa/LC_MESSAGES/newt.mo
# /usr/share/locale/pl/LC_MESSAGES/newt.mo
# /usr/share/locale/pt/LC_MESSAGES/newt.mo
# /usr/share/locale/pt_BR/LC_MESSAGES/newt.mo
# /usr/share/locale/ro/LC_MESSAGES/newt.mo
# /usr/share/locale/ru/LC_MESSAGES/newt.mo
# /usr/share/locale/sk/LC_MESSAGES/newt.mo
# /usr/share/locale/sl/LC_MESSAGES/newt.mo
# /usr/share/locale/sq/LC_MESSAGES/newt.mo
# /usr/share/locale/sr/LC_MESSAGES/newt.mo
# /usr/share/locale/sr@latin/LC_MESSAGES/newt.mo
# /usr/share/locale/sv/LC_MESSAGES/newt.mo
# /usr/share/locale/ta/LC_MESSAGES/newt.mo
# /usr/share/locale/te/LC_MESSAGES/newt.mo
# /usr/share/locale/tg/LC_MESSAGES/newt.mo
# /usr/share/locale/th/LC_MESSAGES/newt.mo
# /usr/share/locale/tl/LC_MESSAGES/newt.mo
# /usr/share/locale/tr/LC_MESSAGES/newt.mo
# /usr/share/locale/uk/LC_MESSAGES/newt.mo
# /usr/share/locale/vi/LC_MESSAGES/newt.mo
# /usr/share/locale/wo/LC_MESSAGES/newt.mo
# /usr/share/locale/xh/LC_MESSAGES/newt.mo
# /usr/share/locale/zh_CN/LC_MESSAGES/newt.mo
# /usr/share/locale/zh_TW/LC_MESSAGES/newt.mo
# /sysroot/usr/lib/libnewt.so.0.52.19
# /sysroot/usr/lib/libnewt.so
# /sysroot/usr/lib/libnewt.so.0.52
# /sysroot/usr/lib/whiptcl.so
# /sysroot/usr/lib/libnewt.a
# /sysroot/usr/lib/python2.7/site-packages/_snack.so
# /sysroot/usr/lib/python2.7/site-packages/snack.py
# /sysroot/usr/lib/python3.5/site-packages/_snack.so
# /sysroot/usr/lib/python3.5/site-packages/snack.py
# /sysroot/usr/lib/pkgconfig/libnewt.pc
# /sysroot/usr/include/newt.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 libnewt.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

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

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libnewt.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libnewt.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/libnewt/src/newt-0.52.19/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 configure, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --with-gpm-support
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 6e04ce1735b2
# 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/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2252: checking for x86_64-unknown-linux-gcc
# configure:2279: result: clang
# configure:2548: checking for C compiler version
# configure:2557: 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:2568: $? = 0
# configure:2557: 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:2568: $? = 0
# configure:2557: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2568: $? = 1
# configure:2557: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2568: $? = 1
# configure:2588: checking whether the C compiler works
# configure:2610: clang conftest.c >&5
# configure:2614: $? = 0
# configure:2662: result: yes
# configure:2665: checking for C compiler default output file name
# configure:2667: result: a.out
# configure:2673: checking for suffix of executables
# configure:2680: clang -o conftest conftest.c >&5
# configure:2684: $? = 0
# configure:2706: result:
# configure:2728: checking whether we are cross compiling
# configure:2736: clang -o conftest conftest.c >&5
# configure:2740: $? = 0
# configure:2747: ./conftest
# configure:2751: $? = 0
# configure:2766: result: no
# configure:2771: checking for suffix of object files
# configure:2793: clang -c conftest.c >&5
# configure:2797: $? = 0
# configure:2818: result: o
# configure:2822: checking whether we are using the GNU C compiler
# configure:2841: clang -c conftest.c >&5
# configure:2841: $? = 0
# configure:2850: result: yes
# configure:2859: checking whether clang accepts -g
# configure:2879: clang -c -g conftest.c >&5
# configure:2879: $? = 0
# configure:2920: result: yes
# configure:2937: checking for clang option to accept ISO C89
# configure:3000: clang -c conftest.c >&5
# configure:3000: $? = 0
# configure:3013: result: none needed
# configure:3076: checking for a BSD-compatible install
# configure:3144: result: /usr/bin/install -c
# configure:3155: checking whether ln -s works
# configure:3159: result: yes
# configure:3166: checking for grep that handles long lines and -e
# configure:3224: result: /usr/bin/grep
# configure:3237: checking for special C compiler options needed for large files
# configure:3282: result: no
# configure:3288: checking for _FILE_OFFSET_BITS value needed for large files
# configure:3313: clang -c conftest.c >&5
# configure:3313: $? = 0
# configure:3345: result: no
# configure:3436: checking how to run the C preprocessor
# configure:3467: clang -E conftest.c
# configure:3467: $? = 0
# configure:3481: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3481: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "newt"
# | #define VERSION "0.52.19"
# | /* end confdefs.h. */
# | #include
# configure:3506: result: clang -E
# configure:3526: clang -E conftest.c
# configure:3526: $? = 0
# configure:3540: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3540: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "newt"
# | #define VERSION "0.52.19"
# | /* end confdefs.h. */
# | #include
# configure:3569: checking for egrep
# configure:3631: result: /usr/bin/grep -E
# configure:3636: checking for ANSI C header files
# configure:3656: clang -c conftest.c >&5
# configure:3656: $? = 0
# configure:3729: clang -o conftest conftest.c >&5
# configure:3729: $? = 0
# configure:3729: ./conftest
# configure:3729: $? = 0
# configure:3740: result: yes
# configure:3753: checking for sys/types.h
# configure:3753: clang -c conftest.c >&5
# configure:3753: $? = 0
# configure:3753: result: yes
# configure:3753: checking for sys/stat.h
# configure:3753: clang -c conftest.c >&5
# configure:3753: $? = 0
# configure:3753: result: yes
# configure:3753: checking for stdlib.h
# configure:3753: clang -c conftest.c >&5
# configure:3753: $? = 0
# configure:3753: result: yes
# configure:3753: checking for string.h
# configure:3753: clang -c conftest.c >&5
# configure:3753: $? = 0
# configure:3753: result: yes
# configure:3753: checking for memory.h
# configure:3753: clang -c conftest.c >&5
# configure:3753: $? = 0
# configure:3753: result: yes
# configure:3753: checking for strings.h
# configure:3753: clang -c conftest.c >&5
# configure:3753: $? = 0
# configure:3753: result: yes
# configure:3753: checking for inttypes.h
# configure:3753: clang -c conftest.c >&5
# configure:3753: $? = 0
# configure:3753: result: yes
# configure:3753: checking for stdint.h
# configure:3753: clang -c conftest.c >&5
# configure:3753: $? = 0
# configure:3753: result: yes
# configure:3753: checking for unistd.h
# configure:3753: clang -c conftest.c >&5
# configure:3753: $? = 0
# configure:3753: result: yes
# configure:3769: checking size of long
# configure:3774: clang -o conftest conftest.c >&5
# configure:3774: $? = 0
# configure:3774: ./conftest
# configure:3774: $? = 0
# configure:3788: result: 8
# configure:3802: checking size of long long
# configure:3807: clang -o conftest conftest.c >&5
# configure:3807: $? = 0
# configure:3807: ./conftest
# configure:3807: $? = 0
# configure:3821: result: 8
# configure:3835: checking size of void *
# configure:3840: clang -o conftest conftest.c >&5
# configure:3840: $? = 0
# configure:3840: ./conftest
# configure:3840: $? = 0
# configure:3854: result: 8
# configure:3866: checking for GNU ld
# configure:3877: result: yes
# configure:3885: checking sys/select.h usability
# configure:3885: clang -c conftest.c >&5
# configure:3885: $? = 0
# configure:3885: result: yes
# configure:3885: checking sys/select.h presence
# configure:3885: clang -E conftest.c
# configure:3885: $? = 0
# configure:3885: result: yes
# configure:3885: checking for sys/select.h
# configure:3885: result: yes
# configure:3885: checking alloca.h usability
# configure:3885: clang -c conftest.c >&5
# configure:3885: $? = 0
# configure:3885: result: yes
# configure:3885: checking alloca.h presence
# configure:3885: clang -E conftest.c
# configure:3885: $? = 0
# configure:3885: result: yes
# configure:3885: checking for alloca.h
# configure:3885: result: yes
# configure:3895: checking slang.h usability
# configure:3895: clang -c conftest.c >&5
# configure:3895: $? = 0
# configure:3895: result: yes
# configure:3895: checking slang.h presence
# configure:3895: clang -E conftest.c
# configure:3895: $? = 0
# configure:3895: result: yes
# configure:3895: checking for slang.h
# configure:3895: result: yes
# configure:3936: checking popt.h usability
# configure:3936: clang -c conftest.c >&5
# configure:3936: $? = 0
# configure:3936: result: yes
# configure:3936: checking popt.h presence
# configure:3936: clang -E conftest.c
# configure:3936: $? = 0
# configure:3936: result: yes
# configure:3936: checking for popt.h
# configure:3936: result: yes
# configure:3936: checking libintl.h usability
# configure:3936: clang -c conftest.c >&5
# configure:3936: $? = 0
# configure:3936: result: yes
# configure:3936: checking libintl.h presence
# configure:3936: clang -E conftest.c
# configure:3936: $? = 0
# configure:3936: result: yes
# configure:3936: checking for libintl.h
# configure:3936: result: yes
# configure:3947: checking for python versions
# configure:3961: result: python2.7 python3.5
# configure:3975: checking for tcl configuration
# configure:4000: result: found
# configure:4034: checking for gettext in -lc
# configure:4059: clang -o conftest -DUSE_INTERP_RESULT conftest.c -lc >&5
# configure:4059: $? = 0
# configure:4068: result: yes
# configure:4272: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 6e04ce1735b2
#
# config.status:820: creating Makefile
# config.status:820: creating libnewt.pc
# config.status:820: creating config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_tclconfig=/usr/lib
# 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_header_alloca_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libintl_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_popt_h=yes
# ac_cv_header_slang_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_select_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_lib_c_gettext=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_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_sizeof_long=8
# ac_cv_sizeof_long_long=8
# ac_cv_sizeof_void_p=8
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='clang'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=' -DUSE_INTERP_RESULT'
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GNU_LD='/usr/bin/ld'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LN_S='ln -s'
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PYTHONVERS='python2.7 python3.5 '
# SHELL='/bin/sh'
# SONAME='0.52'
# TCL_LIB_FLAG='-ltcl8.6'
# VERSION='0.52.19'
# WHIPTCLLIB='whiptcl'
# ac_ct_CC=''
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "newt"
# #define VERSION "0.52.19"
# #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 SIZEOF_LONG 8
# #define SIZEOF_LONG_LONG 8
# #define SIZEOF_VOID_P 8
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_POPT_H 1
# #define HAVE_LIBINTL_H 1
# #define USE_GPM 1
# #define ENABLE_NLS 1
#
# configure: exit 0