* Package: app-accessibility/speech-tools-2.1-r4 * Repository: gentoo * Maintainer: accessibility@gentoo.org sound@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking speech_tools-2.1-release.tar.gz to /var/tmp/portage/app-accessibility/speech-tools-2.1-r4/work >>> Unpacking speech_tools-2.1-r3-patches.tar.gz to /var/tmp/portage/app-accessibility/speech-tools-2.1-r4/work >>> Source unpacked in /var/tmp/portage/app-accessibility/speech-tools-2.1-r4/work >>> Preparing source in /var/tmp/portage/app-accessibility/speech-tools-2.1-r4/work/speech_tools ... * Applying various patches (bugfixes/updates) ... * 02_all_gcc42.patch ... [ ok ] * 03_all_GentooLinux.patch ... [ ok ] * 04_all_gcc42-doc.patch ... [ ok ] * 05_all_sharedlib.patch ... [ ok ] * 06_all_gcc43-include.patch ... [ ok ] * 08_all_rateconv.patch ... [ ok ] * 09_all_remove-shared-refs.patch ... [ ok ] * 10_all_base_class.patch ... [ ok ] * 81_all_etcpath.patch ... [ ok ] * 91_all_gentoo-config.patch ... [ ok ] * 92_all_ldflags_fix.patch ... [ ok ] * 92_all_mixed_cxxflag_cflag_fix.patch ... [ ok ] * 93_all_gcc4.7.patch ... [ ok ] * 94_all_ncurses_tinfo.patch ... [ ok ] * Done with patching * Applying speech-tools-2.1-underlinking.patch ... [ ok ] * Applying speech-tools-2.1-gcc7.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-accessibility/speech-tools-2.1-r4/work/speech_tools ... * econf: updating speech_tools/config.guess with /usr/share/gnuconfig/config.guess * econf: updating speech_tools/config.sub with /usr/share/gnuconfig/config.sub ./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 --libdir=/usr/lib64 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar 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 byte ordering is bigendian... no checking for tputs in -lncurses... yes configure: creating ./config.status config.status: creating config/config >>> Source configured. >>> Compiling source in /var/tmp/portage/app-accessibility/speech-tools-2.1-r4/work/speech_tools ... make -j1 -j1 CC=x86_64-pc-linux-gnu-gcc CXX=x86_64-pc-linux-gnu-g++ 'CXX_OTHER_FLAGS=-O2 -pipe -march=native' 'CC_OTHER_FLAGS=-O2 -pipe -march=native' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' Check system type Remake modincludes.inc NATIVE_AUDIO ok EDITLINE config/modules/editline.mak SIOD siod/siod.mak WAGON stats/wagon/wagon.mak SCFG grammar/scfg/scfg.mak WFST grammar/wfst/wfst.mak OLS stats/ols.mak RXP rxp/rxp.mak LINUX16_AUDIO config/modules/linux16_audio.mak Making in directory ./siod ... making dependencies -- siodeditline.c el_complete.c editline.c el_sys_unix.c slib.cc slib_core.cc slib_doc.cc slib_file.cc slib_format.cc slib_list.cc slib_math.cc slib_sys.cc slib_server.cc slib_str.cc slib_xtr.cc slib_repl.cc siod_fringe.cc siod_server.cc io.cc trace.cc EST_SiodServer.cc siod.cc siod_est.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fPIC -Wall -DSUPPORT_EDITLINE -I../include slib.cc In file included from ../include/siod.h:17, from slib.cc:89: ../include/EST_String.h:576:16: error: friend declaration of ‘int fcompare(const EST_String&, const EST_String&, const unsigned char*)’ specifies default arguments and isn’t a definition [-fpermissive] 576 | friend int fcompare(const EST_String &a, const EST_String &b, | ^~~~~~~~ ../include/EST_String.h:579:16: error: friend declaration of ‘int fcompare(const EST_String&, const char*, const unsigned char*)’ specifies default arguments and isn’t a definition [-fpermissive] 579 | friend int fcompare(const EST_String &a, const char *b, | ^~~~~~~~ In file included from ../include/EST_types.h:44, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib.cc:89: ../include/EST_TVector.h: In function ‘std::ostream& operator<<(std::ostream&, const EST_TVector&)’: ../include/EST_TVector.h:316:9: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 316 | for (i = 0; i < m.n(); ++i) | ^~~ ../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 317 | st << m(i) << " "; st << endl; | ^~ In file included from ../include/EST_TSimpleMatrix.h:46, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib.cc:89: ../include/EST_TMatrix.h: In function ‘std::ostream& operator<<(std::ostream&, const EST_TMatrix&)’: ../include/EST_TMatrix.h:316:13: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 316 | for (j = 0; j < a.num_columns(); ++j) | ^~~ ../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 317 | st << a.a_no_check(i, j) << " "; st << endl; | ^~ make[1]: *** [../config/rules/c.mak:59: slib.o] Error 1 make: *** [config/rules/targets.mak:57: siod] Error 2 * ERROR: app-accessibility/speech-tools-2.1-r4::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-accessibility/speech-tools-2.1-r4::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-accessibility/speech-tools-2.1-r4::gentoo'`. * The complete build log is located at '/var/log/portage/app-accessibility:speech-tools-2.1-r4:20190513-091611.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-accessibility/speech-tools-2.1-r4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-accessibility/speech-tools-2.1-r4/temp/environment'. * Working directory: '/var/tmp/portage/app-accessibility/speech-tools-2.1-r4/work/speech_tools' * S: '/var/tmp/portage/app-accessibility/speech-tools-2.1-r4/work/speech_tools'