* Package:    dev-libs/newt-0.52.21_p20210816
 * Repository: gentoo
 * Maintainer: bkohler@gentoo.org
 * USE:        abi_x86_32 elibc_glibc kernel_linux python_targets_python3_9 userland_GNU x86
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking newt-0.52.21_p20210816.tar.gz to /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/work
>>> Source unpacked in /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/work
>>> Preparing source in /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/work/newt-a7533580cd092e6a71c4ed722e830da4eb884d06 ...
 * Applying newt-0.52.13-gold.patch ...
 [ ok ]
 * Applying newt-0.52.14-tcl.patch ...
 [ ok ]
 * Applying newt-0.52.21-python-sitedir.patch ...
patching file Makefile.in
Hunk #1 succeeded at 153 with fuzz 2 (offset -1 lines).
 [ ok ]
 * Applying newt-0.52.21_p20210816-makefile-LDFLAGS-ordering.patch ...
 [ ok ]
 * Applying newt-0.52.21-fix-non-POSIX-backticks.patch ...
 [ ok ]
 * Running eautoreconf in '/var/tmp/portage/dev-libs/newt-0.52.21_p20210816/work/newt-a7533580cd092e6a71c4ed722e830da4eb884d06' ...
 * Running 'aclocal --system-acdir=/var/tmp/portage/dev-libs/newt-0.52.21_p20210816/temp/aclocal' ...
 [ ok ]
 * Running 'autoconf --force' ...
 [ ok ]
 * Running 'autoheader' ...
 [ ok ]
 * Running elibtoolize in: newt-a7533580cd092e6a71c4ed722e830da4eb884d06/
 * Will copy sources from /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/work/newt-a7533580cd092e6a71c4ed722e830da4eb884d06
 * python3_9: copying to /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/work/newt-a7533580cd092e6a71c4ed722e830da4eb884d06-python3_9
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/work/newt-a7533580cd092e6a71c4ed722e830da4eb884d06 ...
 * python3_9: running run_in_build_dir configuring
 * econf: updating newt-a7533580cd092e6a71c4ed722e830da4eb884d06/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating newt-a7533580cd092e6a71c4ed722e830da4eb884d06/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating newt-a7533580cd092e6a71c4ed722e830da4eb884d06-python3_9/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating newt-a7533580cd092e6a71c4ed722e830da4eb884d06-python3_9/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/newt-0.52.21_p20210816 --htmldir=/usr/share/doc/newt-0.52.21_p20210816/html --libdir=/usr/lib PYTHONVERS=/usr/bin/python3.9 --without-gpm-support --without-tcl --disable-nls
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-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 the compiler supports GNU C... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to enable C11 features... none needed
checking whether ln -s works... yes
checking for grep that handles long lines and -e... /bin/grep
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking size of long... 4
checking size of long long... 8
checking size of void *... 4
checking for GNU ld... yes
checking for sys/select.h... yes
checking for alloca.h... yes
checking for slang.h... yes
checking for popt.h... yes
checking for libintl.h... yes
checking for python versions... python3.9 
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libnewt.pc
config.status: creating config.h
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/work/newt-a7533580cd092e6a71c4ed722e830da4eb884d06 ...
 * python3_9: running run_in_build_dir building
make -j16 PYTHONVERS=python3.9 
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE  -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
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE   -c -o test.o test.c
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE   -c -o newt.o newt.c
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE   -c -o button.o button.c
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE   -c -o form.o form.c
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE   -c -o checkbox.o checkbox.c
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE   -c -o entry.o entry.c
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE   -c -o label.o label.c
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE   -c -o listbox.o listbox.c
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE   -c -o scrollbar.o scrollbar.c
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE   -c -o textbox.o textbox.c
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE   -c -o scale.o scale.c
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE   -c -o grid.o grid.c
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE   -c -o windows.o windows.c
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE   -c -o buttonbar.o buttonbar.c
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE   -c -o checkboxtree.o checkboxtree.c
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE   -c -o whiptail.o whiptail.c
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE   -c -o dialogboxes.o dialogboxes.c
i686-pc-linux-gnu-gcc -fPIC -c -march=native -O2 -pipe -D_GNU_SOURCE  -o shared/newt.o newt.c
i686-pc-linux-gnu-gcc -fPIC -c -march=native -O2 -pipe -D_GNU_SOURCE  -o shared/button.o button.c
i686-pc-linux-gnu-gcc -fPIC -c -march=native -O2 -pipe -D_GNU_SOURCE  -o shared/form.o form.c
i686-pc-linux-gnu-gcc -fPIC -c -march=native -O2 -pipe -D_GNU_SOURCE  -o shared/checkbox.o checkbox.c
i686-pc-linux-gnu-gcc -fPIC -c -march=native -O2 -pipe -D_GNU_SOURCE  -o shared/entry.o entry.c
i686-pc-linux-gnu-gcc -fPIC -c -march=native -O2 -pipe -D_GNU_SOURCE  -o shared/label.o label.c
i686-pc-linux-gnu-gcc -fPIC -c -march=native -O2 -pipe -D_GNU_SOURCE  -o shared/listbox.o listbox.c
i686-pc-linux-gnu-gcc -fPIC -c -march=native -O2 -pipe -D_GNU_SOURCE  -o shared/scrollbar.o scrollbar.c
i686-pc-linux-gnu-gcc -fPIC -c -march=native -O2 -pipe -D_GNU_SOURCE  -o shared/textbox.o textbox.c
i686-pc-linux-gnu-gcc -fPIC -c -march=native -O2 -pipe -D_GNU_SOURCE  -o shared/scale.o scale.c
i686-pc-linux-gnu-gcc -fPIC -c -march=native -O2 -pipe -D_GNU_SOURCE  -o shared/grid.o grid.c
i686-pc-linux-gnu-gcc -fPIC -c -march=native -O2 -pipe -D_GNU_SOURCE  -o shared/windows.o windows.c
i686-pc-linux-gnu-gcc -fPIC -c -march=native -O2 -pipe -D_GNU_SOURCE  -o shared/buttonbar.o buttonbar.c
i686-pc-linux-gnu-gcc -fPIC -c -march=native -O2 -pipe -D_GNU_SOURCE  -o shared/checkboxtree.o checkboxtree.c
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE   -c -o testgrid.o testgrid.c
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE   -c -o testtree.o testtree.c
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE   -c -o showchars.o showchars.c
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE   -c -o showkey.o showkey.c
i686-pc-linux-gnu-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
i686-pc-linux-gnu-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
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o test test.o libnewt.a -Wl,-O1 -Wl,--as-needed -lslang 
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o showchars showchars.o libnewt.a -Wl,-O1 -Wl,--as-needed -lslang 
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o showkey showkey.o libnewt.a -Wl,-O1 -Wl,--as-needed -lslang 
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o testgrid testgrid.o libnewt.a -Wl,-O1 -Wl,--as-needed -lslang 
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o testtree testtree.o libnewt.a -Wl,-O1 -Wl,--as-needed -lslang 
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -shared -o libnewt.so.0.52.21 -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 -Wl,-O1 -Wl,--as-needed -lslang 
ln -fs libnewt.so.0.52 libnewt.so
ln -fs libnewt.so.0.52.21 libnewt.so.0.52
i686-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o whiptail whiptail.o dialogboxes.o -L. -Wl,-O1 -Wl,--as-needed -lnewt -lslang  -lpopt
i686-pc-linux-gnu-gcc -fPIC -march=native -O2 -pipe -D_GNU_SOURCE -I/usr/include/python3.9 -I/usr/include/python3.9 -I/usr/include/python3.9 -I/usr/include/python3.9 -Wno-unused-result -Wsign-compare -DNDEBUG -c -o python3.9/snack.o snack.c
snack.c: In function 'helpCallbackMarshall':
snack.c:459:5: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  459 |     result = PyEval_CallObject(helpCallback.cb, args);
      |     ^~~~~~
In file included from /usr/include/python3.9/Python.h:140,
                 from snack.c:2:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
snack.c: In function 'suspendCallbackMarshall':
snack.c:476:9: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  476 |         result = PyEval_CallObject(scs->cb, args);
      |         ^~~~~~
In file included from /usr/include/python3.9/Python.h:140,
                 from snack.c:2:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
snack.c:479:9: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  479 |         result = PyEval_CallObject(scs->cb, NULL);
      |         ^~~~~~
In file included from /usr/include/python3.9/Python.h:140,
                 from snack.c:2:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
snack.c: In function 'callbackMarshall':
snack.c:501:9: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  501 |         result = PyEval_CallObject(scs->cb, args);
      |         ^~~~~~
In file included from /usr/include/python3.9/Python.h:140,
                 from snack.c:2:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
snack.c:504:9: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
  504 |         result = PyEval_CallObject(scs->cb, NULL);
      |         ^~~~~~
In file included from /usr/include/python3.9/Python.h:140,
                 from snack.c:2:
/usr/include/python3.9/ceval.h:17:43: note: declared here
   17 | Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
i686-pc-linux-gnu-gcc --shared -Wl,-O1 -Wl,--as-needed -L/usr/lib -ldl -lm -lm -ldl -lm -lm -o python3.9/_snack.so python3.9/snack.o -L. -lnewt -lslang
touch _snack.so
>>> Source compiled.
 * Skipping make test/check due to ebuild restriction.
>>> Test phase [disabled because of RESTRICT=test]: dev-libs/newt-0.52.21_p20210816

>>> Install dev-libs/newt-0.52.21_p20210816 into /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image
 * python3_9: running run_in_build_dir installit
make -j16 DESTDIR=/var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image PYTHON_SITEDIR=/usr/lib/python3.9/site-packages PYTHONVERS=python3.9 install 
[ -d /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/lib ] || install -m 755 -d /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/lib
[ -d /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/include ] || install -m 755 -d /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/include
[ -d /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/lib/pkgconfig ] || install -m 755 -d /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/lib/pkgconfig
install -m 644 newt.h /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/include
install -m 755 libnewt.so.0.52.21 /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/lib
ln -sf libnewt.so.0.52 /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/lib/libnewt.so
ln -sf libnewt.so.0.52.21 /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/lib/libnewt.so.0.52
[ -n "" ] && install -m 755 whiptcl.so /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/lib || :
[ -n "python3.9" ] && for ver in python3.9 ; do \
   [ -d /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/lib/python3.9/site-packages ] || install -m 755 -d /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/lib/python3.9/site-packages ;\
   install -m 755 $ver/_snack.so /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/lib/python3.9/site-packages ;\
   install -m 644 snack.py /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/lib/python3.9/site-packages ;\
done || :
install -m 644 libnewt.pc /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/lib/pkgconfig
[ -d /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/bin ] || install -m 755 -d /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/bin
[ -d /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/lib ] || install -m 755 -d /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/lib
[ -d /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/share/man/man1 ] || install -m 755 -d /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/share/man/man1
install -m 644 libnewt.a /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/lib
install -m 755 whiptail /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/bin
install -m 644 whiptail.1 /var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/share/man/man1
make -C po datadir=/var/tmp/portage/dev-libs/newt-0.52.21_p20210816/image//usr/share install
make[1]: Entering directory '/var/tmp/portage/dev-libs/newt-0.52.21_p20210816/work/newt-a7533580cd092e6a71c4ed722e830da4eb884d06-python3_9/po'
msgfmt -v -o fi.mo fi.po
make[1]: msgfmt: No such file or directory
make[1]: *** [Makefile:66: fi.mo] Error 127
make[1]: Leaving directory '/var/tmp/portage/dev-libs/newt-0.52.21_p20210816/work/newt-a7533580cd092e6a71c4ed722e830da4eb884d06-python3_9/po'
make: *** [Makefile:144: install] Error 2
 * ERROR: dev-libs/newt-0.52.21_p20210816::gentoo failed (install phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=dev-libs/newt-0.52.21_p20210816::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-libs/newt-0.52.21_p20210816::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-libs/newt-0.52.21_p20210816/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-libs/newt-0.52.21_p20210816/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-libs/newt-0.52.21_p20210816/work/newt-a7533580cd092e6a71c4ed722e830da4eb884d06-python3_9'
 * S: '/var/tmp/portage/dev-libs/newt-0.52.21_p20210816/work/newt-a7533580cd092e6a71c4ed722e830da4eb884d06'