Build of libnewt with vanilla toolchain

The build took 00h 01m 11s 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.

Log

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

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

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

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libnewt 0.52.19-1 (Wed Aug 24 14:16:10 UTC 2016)
# ==> 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... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking 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... gcc -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
# gcc -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
# gcc -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o test.o test.c
# gcc -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o newt.o newt.c
# gcc -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o button.o button.c
# gcc -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o form.o form.c
# gcc -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o checkbox.o checkbox.c
# gcc -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o entry.o entry.c
# gcc -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o label.o label.c
# gcc -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o listbox.o listbox.c
# gcc -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o scrollbar.o scrollbar.c
# gcc -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o textbox.o textbox.c
# gcc -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o scale.o scale.c
# gcc -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o grid.o grid.c
# gcc -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o windows.o windows.c
# gcc -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o buttonbar.o buttonbar.c
# gcc -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
# gcc -g -o test test.o libnewt.a -lslang
# libnewt.a(form.o): In function `Gpm_Open':
# form.c:(.text+0x426): warning: the use of `tempnam' is dangerous, better use `mkstemp'
# gcc -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o whiptail.o whiptail.c
# gcc -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o dialogboxes.o dialogboxes.c
# mkdir -p shared
# gcc -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/newt.o newt.c
# gcc -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/button.o button.c
# gcc -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/form.o form.c
# gcc -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/checkbox.o checkbox.c
# gcc -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/entry.o entry.c
# gcc -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/label.o label.c
# gcc -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/listbox.o listbox.c
# gcc -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/scrollbar.o scrollbar.c
# gcc -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/textbox.o textbox.c
# gcc -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/scale.o scale.c
# gcc -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/grid.o grid.c
# gcc -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/windows.o windows.c
# gcc -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/buttonbar.o buttonbar.c
# gcc -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/checkboxtree.o checkboxtree.c
# gcc -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+0x43b): 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
# gcc -g -o whiptail whiptail.o dialogboxes.o -L. -lnewt -lslang -lpopt
# gcc -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/whiptcl.o whiptcl.c
# whiptcl.c: In function 'wtCmd':
# whiptcl.c:140:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
# interp->result = malloc(200);
# ^~~~~~
# In file included from whiptcl.c:9:0:
# /usr/include/tcl.h:504:11: note: declared here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^~~~~~
# whiptcl.c:141:2: warning: 'freeProc' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
# interp->freeProc = TCL_DYNAMIC;
# ^~~~~~
# In file included from whiptcl.c:9:0:
# /usr/include/tcl.h:507:12: note: declared here
# void (*freeProc) (char *blockPtr)
# ^~~~~~~~
# whiptcl.c:142:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
# sprintf(interp->result, "%s: %s\n",
# ^~~~~~~
# In file included from whiptcl.c:9:0:
# /usr/include/tcl.h:504:11: note: declared here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^~~~~~
# whiptcl.c:150:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
# interp->result = "no dialog mode was specified";
# ^~~~~~
# In file included from whiptcl.c:9:0:
# /usr/include/tcl.h:504:11: note: declared here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^~~~~~
# whiptcl.c:153:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
# interp->result = "multiple modes were specified";
# ^~~~~~
# In file included from whiptcl.c:9:0:
# /usr/include/tcl.h:504:11: note: declared here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^~~~~~
# whiptcl.c:158:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
# interp->result = "missing text parameter";
# ^~~~~~
# In file included from whiptcl.c:9:0:
# /usr/include/tcl.h:504:11: note: declared here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^~~~~~
# whiptcl.c:163:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
# interp->result = "height missing";
# ^~~~~~
# In file included from whiptcl.c:9:0:
# /usr/include/tcl.h:504:11: note: declared here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^~~~~~
# whiptcl.c:168:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
# interp->result = "height is not a number";
# ^~~~~~
# In file included from whiptcl.c:9:0:
# /usr/include/tcl.h:504:11: note: declared here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^~~~~~
# whiptcl.c:173:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
# interp->result = "width missing";
# ^~~~~~
# In file included from whiptcl.c:9:0:
# /usr/include/tcl.h:504:11: note: declared here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^~~~~~
# whiptcl.c:178:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
# interp->result = "width is not a number";
# ^~~~~~
# In file included from whiptcl.c:9:0:
# /usr/include/tcl.h:504:11: note: declared here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^~~~~~
# whiptcl.c:199:6: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
# interp->result = "yes";
# ^~~~~~
# In file included from whiptcl.c:9:0:
# /usr/include/tcl.h:504:11: note: declared here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^~~~~~
# whiptcl.c:201:6: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
# interp->result = "no";
# ^~~~~~
# In file included from whiptcl.c:9:0:
# /usr/include/tcl.h:504:11: note: declared here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^~~~~~
# whiptcl.c:208:6: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
# interp->result = result;
# ^~~~~~
# In file included from whiptcl.c:9:0:
# /usr/include/tcl.h:504:11: note: declared here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^~~~~~
# whiptcl.c:209:6: warning: 'freeProc' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
# interp->freeProc = TCL_DYNAMIC;
# ^~~~~~
# In file included from whiptcl.c:9:0:
# /usr/include/tcl.h:507:12: note: declared here
# void (*freeProc) (char *blockPtr)
# ^~~~~~~~
# whiptcl.c:216:6: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
# interp->result = result;
# ^~~~~~
# In file included from whiptcl.c:9:0:
# /usr/include/tcl.h:504:11: note: declared here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^~~~~~
# whiptcl.c:217:6: warning: 'freeProc' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
# interp->freeProc = TCL_DYNAMIC;
# ^~~~~~
# In file included from whiptcl.c:9:0:
# /usr/include/tcl.h:507:12: note: declared here
# void (*freeProc) (char *blockPtr)
# ^~~~~~~~
# whiptcl.c:224:6: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
# interp->result = selections[0];
# ^~~~~~
# In file included from whiptcl.c:9:0:
# /usr/include/tcl.h:504:11: note: declared here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^~~~~~
# whiptcl.c:225:6: warning: 'freeProc' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
# interp->freeProc = TCL_DYNAMIC;
# ^~~~~~
# In file included from whiptcl.c:9:0:
# /usr/include/tcl.h:507:12: note: declared here
# void (*freeProc) (char *blockPtr)
# ^~~~~~~~
# whiptcl.c:250:2: warning: 'result' is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
# interp->result = "bad paramter for whiptcl dialog box";
# ^~~~~~
# In file included from whiptcl.c:9:0:
# /usr/include/tcl.h:504:11: note: declared here
# char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
# ^~~~~~
# gcc -fPIC -c -D_GNU_SOURCE -DUSE_INTERP_RESULT -o shared/dialogboxes.o dialogboxes.c
# gcc -shared -fPIC -o whiptcl.so shared/whiptcl.o shared/dialogboxes.o -L. -lnewt -ltcl8.6 -lpopt -lslang
# gcc -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o testgrid.o testgrid.c
# gcc -g -o testgrid testgrid.o libnewt.a -lslang
# libnewt.a(form.o): In function `Gpm_Open':
# form.c:(.text+0x426): warning: the use of `tempnam' is dangerous, better use `mkstemp'
# gcc -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o testtree.o testtree.c
# gcc -g -o testtree testtree.o libnewt.a -lslang
# libnewt.a(form.o): In function `Gpm_Open':
# form.c:(.text+0x426): warning: the use of `tempnam' is dangerous, better use `mkstemp'
# gcc -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o showchars.o showchars.c
# gcc -g -o showchars showchars.o libnewt.a -lslang
# gcc -D_GNU_SOURCE -DUSE_INTERP_RESULT -c -o showkey.o showkey.c
# gcc -g -o showkey showkey.o libnewt.a -lslang
# gcc -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
# gcc --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
# gcc -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
# gcc --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'
# gcc -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+0x43b): 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
# gcc -shared -fPIC -o whiptcl.so shared/whiptcl.o shared/dialogboxes.o -L. -lnewt -ltcl8.6 -lpopt -lslang
# gcc -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
# gcc --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
# gcc -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
# gcc --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 || :
# gcc -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 (Wed Aug 24 14:16:34 UTC 2016)

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
# ==> 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 = 70b3a2ab6357
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2252: checking for x86_64-unknown-linux-gcc
# configure:2282: result: no
# configure:2292: checking for gcc
# configure:2308: found /usr/bin/gcc
# configure:2319: result: gcc
# configure:2548: checking for C compiler version
# configure:2557: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:2568: $? = 0
# configure:2557: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2568: $? = 0
# configure:2557: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2568: $? = 1
# configure:2557: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:2568: $? = 1
# configure:2588: checking whether the C compiler works
# configure:2610: gcc 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: gcc -o conftest conftest.c >&5
# configure:2684: $? = 0
# configure:2706: result:
# configure:2728: checking whether we are cross compiling
# configure:2736: gcc -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: gcc -c conftest.c >&5
# configure:2797: $? = 0
# configure:2818: result: o
# configure:2822: checking whether we are using the GNU C compiler
# configure:2841: gcc -c conftest.c >&5
# configure:2841: $? = 0
# configure:2850: result: yes
# configure:2859: checking whether gcc accepts -g
# configure:2879: gcc -c -g conftest.c >&5
# configure:2879: $? = 0
# configure:2920: result: yes
# configure:2937: checking for gcc option to accept ISO C89
# configure:3000: gcc -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: gcc -c conftest.c >&5
# configure:3313: $? = 0
# configure:3345: result: no
# configure:3436: checking how to run the C preprocessor
# configure:3467: gcc -E conftest.c
# configure:3467: $? = 0
# configure:3481: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E
# configure:3526: gcc -E conftest.c
# configure:3526: $? = 0
# configure:3540: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -c conftest.c >&5
# configure:3656: $? = 0
# configure:3729: gcc -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: gcc -c conftest.c >&5
# configure:3753: $? = 0
# configure:3753: result: yes
# configure:3753: checking for sys/stat.h
# configure:3753: gcc -c conftest.c >&5
# configure:3753: $? = 0
# configure:3753: result: yes
# configure:3753: checking for stdlib.h
# configure:3753: gcc -c conftest.c >&5
# configure:3753: $? = 0
# configure:3753: result: yes
# configure:3753: checking for string.h
# configure:3753: gcc -c conftest.c >&5
# configure:3753: $? = 0
# configure:3753: result: yes
# configure:3753: checking for memory.h
# configure:3753: gcc -c conftest.c >&5
# configure:3753: $? = 0
# configure:3753: result: yes
# configure:3753: checking for strings.h
# configure:3753: gcc -c conftest.c >&5
# configure:3753: $? = 0
# configure:3753: result: yes
# configure:3753: checking for inttypes.h
# configure:3753: gcc -c conftest.c >&5
# configure:3753: $? = 0
# configure:3753: result: yes
# configure:3753: checking for stdint.h
# configure:3753: gcc -c conftest.c >&5
# configure:3753: $? = 0
# configure:3753: result: yes
# configure:3753: checking for unistd.h
# configure:3753: gcc -c conftest.c >&5
# configure:3753: $? = 0
# configure:3753: result: yes
# configure:3769: checking size of long
# configure:3774: gcc -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: gcc -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: gcc -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: gcc -c conftest.c >&5
# configure:3885: $? = 0
# configure:3885: result: yes
# configure:3885: checking sys/select.h presence
# configure:3885: gcc -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: gcc -c conftest.c >&5
# configure:3885: $? = 0
# configure:3885: result: yes
# configure:3885: checking alloca.h presence
# configure:3885: gcc -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: gcc -c conftest.c >&5
# configure:3895: $? = 0
# configure:3895: result: yes
# configure:3895: checking slang.h presence
# configure:3895: gcc -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: gcc -c conftest.c >&5
# configure:3936: $? = 0
# configure:3936: result: yes
# configure:3936: checking popt.h presence
# configure:3936: gcc -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: gcc -c conftest.c >&5
# configure:3936: $? = 0
# configure:3936: result: yes
# configure:3936: checking libintl.h presence
# configure:3936: gcc -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: gcc -o conftest -DUSE_INTERP_RESULT conftest.c -lc >&5
# conftest.c:36:6: warning: conflicting types for built-in function 'gettext'
# char gettext ();
# ^~~~~~~
# 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 70b3a2ab6357
#
# 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=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_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_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# 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='gcc'
# CFLAGS=''
# CPP='gcc -E'
# CPPFLAGS=' -DUSE_INTERP_RESULT'
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GNU_LD='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='gcc'
# 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