* Package: app-text/vilistextum-2.8.0.20191023-r1 * Repository: gentoo * Maintainer: shell-tools@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux unicode userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking vilistextum-2.8.0.20191023.tar.gz to /var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work >>> Source unpacked in /var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work >>> Preparing source in /var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a ... * Applying vilistextum-2.8.0-gentoo.patch ... patching file src/Makefile.am Hunk #1 succeeded at 7 with fuzz 2 (offset 1 line). [ ok ] * Applying vilistextum-2.8.0-prefix.patch ... patching file configure.ac Hunk #1 succeeded at 20 with fuzz 2 (offset -1 lines). Hunk #2 succeeded at 36 with fuzz 2 (offset -1 lines). [ ok ] * Applying vilistextum-2.8.0-blockquote.patch ... [ ok ] * Applying vilistextum-2.8.0-towlower.patch ... [ ok ] * Applying vilistextum-2.8.0-list-alignment.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a' ... * Running aclocal ... [ ok ] * Running autoconf --force ... [ ok ] * Running autoheader ... [ ok ] * Running automake --add-missing --copy --foreign --force-missing ... [ ok ] * Running elibtoolize in: vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/vilistextum-2.8.0.20191023-r1 --htmldir=/usr/share/doc/vilistextum-2.8.0.20191023-r1/html --libdir=/usr/lib64 --enable-multibyte --with-unicode-locale=en_US.utf8 checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-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 we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of x86_64-pc-linux-gnu-gcc... none checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 whether char is unsigned... no checking whether #! works in shell scripts... yes checking for ANSI C header files... (cached) yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking if multibyte support should be enabled... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for libiconv_open_into in -liconv... no configure: WARNING: Generic iconv found but not libiconv. See INSTALL for details checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for wchar_t... yes checking for mbstowcs... yes checking for wcstombs... yes checking for fgetwc... yes checking for ungetwc... yes checking for wcscasecmp... (cached) no checking for wcscat... yes checking for wcscmp... yes checking for wcscpy... yes checking for wcslen... yes checking for wcsncat... yes checking for wcsncmp... yes checking for wcsstr... yes checking for wcstol... yes checking for swprintf... yes checking for unicode locale... "en_US.utf8" checking if overwriting automatically set unicode locale... "en_US.utf8" checking for an ANSI C-conforming const... yes checking for strstr... yes checking for strcasecmp... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a ... make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a' Making all in src make[2]: Entering directory '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ansi -O2 -pipe -march=native -c -o charset.o charset.c charset.c:35:12: warning: ‘usr’ defined but not used [-Wunused-variable] 35 | static int usr=0; | ^~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ansi -O2 -pipe -march=native -c -o html.o html.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ansi -O2 -pipe -march=native -c -o latin1.o latin1.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ansi -O2 -pipe -march=native -c -o html_tag.o html_tag.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ansi -O2 -pipe -march=native -c -o html_tags.o html_tags.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ansi -O2 -pipe -march=native -c -o lists.o lists.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ansi -O2 -pipe -march=native -c -o microsoft.o microsoft.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ansi -O2 -pipe -march=native -c -o text.o text.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ansi -O2 -pipe -march=native -c -o fileio.o fileio.c fileio.c: In function ‘convert_string’: fileio.c:58:9: warning: variable ‘result’ set but not used [-Wunused-but-set-variable] 58 | size_t result=(size_t)(-1); | ^~~~~~ fileio.c: In function ‘read_char’: fileio.c:182:9: warning: variable ‘result’ set but not used [-Wunused-but-set-variable] 182 | size_t result=(size_t)(-1); | ^~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ansi -O2 -pipe -march=native -c -o main.o main.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ansi -O2 -pipe -march=native -c -o util.o util.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ansi -O2 -pipe -march=native -c -o unicode_entities.o unicode_entities.c x86_64-pc-linux-gnu-gcc -Wall -ansi -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -o vilistextum charset.o html.o latin1.o html_tag.o html_tags.o lists.o microsoft.o text.o fileio.o main.o util.o unicode_entities.o make[2]: Leaving directory '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a/src' Making all in doc make[2]: Entering directory '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a/doc' Making all in tests make[2]: Entering directory '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a/tests' make[2]: Entering directory '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a' make[2]: Leaving directory '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a' make[1]: Leaving directory '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a' >>> Source compiled. >>> Test phase: app-text/vilistextum-2.8.0.20191023-r1 make -j1 -j1 check Making check in src make[1]: Entering directory '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a/src' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a/src' Making check in doc make[1]: Entering directory '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a/doc' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a/doc' Making check in tests make[1]: Entering directory '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a/tests' make check-TESTS make[2]: Entering directory '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a/tests' make[3]: Entering directory '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a/tests' FAIL: check_utf8 PASS: check_utf8_to_latin1 PASS: check_utf8_to_ascii PASS: check_xml_default_encoding PASS: check_latin2 PASS: check_windows-1252 FAIL: check_html32 FAIL: check_tags FAIL: check_lists PASS: check_entities PASS: check_fallback_entities PASS: check_command_line_options PASS: check_script PASS: check_hr PASS: check_ligatures PASS: check_links_inline PASS: check_html5 FAIL: check_latex PASS: check_bufferoverflow ============================================================================ Testsuite summary for vilistextum 2.8.0-devel ============================================================================ # TOTAL: 19 # PASS: 14 # SKIP: 0 # XFAIL: 0 # FAIL: 5 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log ============================================================================ make[3]: *** [Makefile:495: test-suite.log] Error 1 make[3]: Leaving directory '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a/tests' make[2]: *** [Makefile:603: check-TESTS] Error 2 make[2]: Leaving directory '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a/tests' make[1]: *** [Makefile:802: check-am] Error 2 make[1]: Leaving directory '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a/tests' make: *** [Makefile:352: check-recursive] Error 1 * ERROR: app-text/vilistextum-2.8.0.20191023-r1::gentoo failed (test phase): * emake failed * * If you need support, post the output of `emerge --info '=app-text/vilistextum-2.8.0.20191023-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-text/vilistextum-2.8.0.20191023-r1::gentoo'`. * The complete build log is located at '/var/log/portage/app-text:vilistextum-2.8.0.20191023-r1:20200217-080422.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/temp/environment'. * Working directory: '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a' * S: '/var/tmp/portage/app-text/vilistextum-2.8.0.20191023-r1/work/vilistextum-f299bb5e5f661c345c4b85a3e8de9ad8615ad17a'