* Package: app-accessibility/speech-tools-2.5.0-r1:0 * Repository: gentoo * Maintainer: accessibility@gentoo.org sound@gentoo.org,bircoph@gentoo.org * USE: X abi_x86_64 amd64 elibc_glibc kernel_linux nas openmp * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking speech_tools-2.5.0-release.tar.gz to /var/tmp/portage/app-accessibility/speech-tools-2.5.0-r1/work >>> Unpacking speech_tools-2.1-r3-patches.tar.gz to /var/tmp/portage/app-accessibility/speech-tools-2.5.0-r1/work >>> Source unpacked in /var/tmp/portage/app-accessibility/speech-tools-2.5.0-r1/work >>> Preparing source in /var/tmp/portage/app-accessibility/speech-tools-2.5.0-r1/work/speech_tools ... * Applying 02_all_gcc42.patch ... [ ok ] * Applying 03_all_GentooLinux.patch ... [ ok ] * Applying 05_all_sharedlib.patch ... [ ok ] * Applying 06_all_gcc43-include.patch ... patching file base_class/EST_TSimpleMatrix.cc patching file base_class/EST_TSimpleVector.cc Hunk #1 succeeded at 42 with fuzz 1. [ ok ] * Applying 09_all_remove-shared-refs.patch ... [ ok ] * Applying 10_all_base_class.patch ... [ ok ] * Applying 81_all_etcpath.patch ... [ ok ] * Applying 91_all_gentoo-config.patch ... [ ok ] * Applying 92_all_ldflags_fix.patch ... [ ok ] * Applying 94_all_ncurses_tinfo.patch ... [ ok ] * Applying speech-tools-2.1-underlinking.patch ... [ ok ] * Applying speech-tools-2.5.0-fno-common.patch ... [ ok ] * Applying speech-tools-2.5.0-drop-curses.patch ... [ ok ] * Applying speech-tools-2.5.0-warnings.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/app-accessibility/speech-tools-2.5.0-r1/work/speech_tools' ... * Running 'aclocal --system-acdir=/var/tmp/portage/app-accessibility/speech-tools-2.5.0-r1/temp/aclocal' ... [ ok ] * Moving configure.in to configure.ac (bug #426262) * Running 'autoconf --force' ... [ ok ] * Running elibtoolize in: speech_tools/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-accessibility/speech-tools-2.5.0-r1/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 --datarootdir=/usr/share --docdir=/usr/share/doc/speech-tools-2.5.0-r1 --htmldir=/usr/share/doc/speech-tools-2.5.0-r1/html --libdir=/usr/lib64 configure: loading site script /usr/share/config.site configure: loading site script /usr/share/config.site.d/80crossdev.conf 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 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 x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... 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 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 whether byte ordering is bigendian... no checking for alsa/asoundlib.h... yes configure: creating ./config.status config.status: creating config/config >>> Source configured. >>> Compiling source in /var/tmp/portage/app-accessibility/speech-tools-2.5.0-r1/work/speech_tools ... make -j5 -j1 CC=x86_64-pc-linux-gnu-gcc CXX=x86_64-pc-linux-gnu-g++ 'CC_OTHER_FLAGS=-O2 -pipe -march=native -fno-diagnostics-color -std=gnu89' 'CXX_OTHER_FLAGS=-O2 -pipe -march=native -fno-diagnostics-color -std=c++14' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' AR=x86_64-pc-linux-gnu-ar RANLIB=x86_64-pc-linux-gnu-ranlib Check system type Remake modincludes.inc NAS_AUDIO config/modules/nas_audio.mak 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 ./audio ... making dependencies -- gen_audio.cc nas.cc esd.cc sun16audio.cc mplayer.cc win32audio.cc irixaudio.cc os2audio.cc macosxaudio.cc linux_sound.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -DSUPPORT_NAS -DSUPPORT_ALSALINUX -I../include -I/usr/X11R6/include sun16audio.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -DSUPPORT_NAS -DSUPPORT_ALSALINUX -I../include -I/usr/X11R6/include gen_audio.cc gen_audio.cc: In function ‘int play_aucomm_wave(EST_Wave&, EST_Option&)’: gen_audio.cc:209:11: warning: ignoring return value of ‘int system(const char*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 209 | system((EST_String)pref+usrcommand.unquote('"')); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gen_audio.cc:207:24: warning: ‘%s’ directive writing up to 2047 bytes into a region of size 2043 [-Wformat-overflow=] 207 | sprintf(pref,"FILE=%s;SR=%d;",tmpfile,inwave.sample_rate()); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:906, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/cstdio:42, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ext/string_conversions.h:45, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/basic_string.h:4097, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/string:54, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/locale_classes.h:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/ios_base.h:41, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ios:44, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/ostream:40, from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/iostream:41, from gen_audio.cc:41: In function ‘int sprintf(char*, const char*, ...)’, inlined from ‘int play_aucomm_wave(EST_Wave&, EST_Option&)’ at gen_audio.cc:207:12: /usr/include/bits/stdio2.h:30:34: note: ‘__builtin___sprintf_chk’ output between 12 and 2069 bytes into a destination of size 2048 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -DSUPPORT_NAS -DSUPPORT_ALSALINUX -I../include -I/usr/X11R6/include irixaudio.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -DSUPPORT_NAS -DSUPPORT_ALSALINUX -I../include -I/usr/X11R6/include win32audio.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -DSUPPORT_NAS -DSUPPORT_ALSALINUX -I../include -I/usr/X11R6/include nas.cc nas.cc: In function ‘int play_nas_wave(EST_Wave&, EST_Option&)’: nas.cc:89:24: warning: variable ‘er’ set but not used [-Wunused-but-set-variable] 89 | AuEventHandlerRec *er; | ^~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -DSUPPORT_NAS -DSUPPORT_ALSALINUX -I../include -I/usr/X11R6/include linux_sound.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -DSUPPORT_NAS -DSUPPORT_ALSALINUX -I../include -I/usr/X11R6/include macosxaudio.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -DSUPPORT_NAS -DSUPPORT_ALSALINUX -I../include -I/usr/X11R6/include esd.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -DSUPPORT_NAS -DSUPPORT_ALSALINUX -I../include -I/usr/X11R6/include mplayer.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -DSUPPORT_NAS -DSUPPORT_ALSALINUX -I../include -I/usr/X11R6/include os2audio.cc look at library eststring look at library estools look at library estbase gen_audio.o nas.o esd.o sun16audio.o mplayer.o win32audio.o irixaudio.o os2audio.o macosxaudio.o linux_sound.o Update library estbase gen_audio.o nas.o esd.o sun16audio.o mplayer.o win32audio.o irixaudio.o os2audio.o macosxaudio.o linux_sound.o a - gen_audio.o a - nas.o a - esd.o a - sun16audio.o a - mplayer.o a - win32audio.o a - irixaudio.o a - os2audio.o a - macosxaudio.o a - linux_sound.o Making in directory ./scripts ... Making in directory ./rxp ... making dependencies -- charset.c dtd.c string16.c url.c ctype16.c input.c stdio16.c system.c xmlparser.c XML_Parser.cc x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -std=gnu89 -fPIC -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include url.c x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -std=gnu89 -fPIC -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include charset.c x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -std=gnu89 -fPIC -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include stdio16.c stdio16.c: In function ‘Vfprintf’: stdio16.c:420:15: warning: variable ‘L’ set but not used [-Wunused-but-set-variable] 420 | int l, h, L; | ^ stdio16.c:419:37: warning: variable ‘zflag’ set but not used [-Wunused-but-set-variable] 419 | int mflag, pflag, sflag, hflag, zflag; | ^~~~~ stdio16.c:419:30: warning: variable ‘hflag’ set but not used [-Wunused-but-set-variable] 419 | int mflag, pflag, sflag, hflag, zflag; | ^~~~~ stdio16.c:419:23: warning: variable ‘sflag’ set but not used [-Wunused-but-set-variable] 419 | int mflag, pflag, sflag, hflag, zflag; | ^~~~~ stdio16.c:419:16: warning: variable ‘pflag’ set but not used [-Wunused-but-set-variable] 419 | int mflag, pflag, sflag, hflag, zflag; | ^~~~~ x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -std=gnu89 -fPIC -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include input.c In file included from input.c:49: input.c: In function ‘SourceFromStream’: ../include/rxp/string16.h:51:20: warning: argument 1 null where non-null expected [-Wnonnull] 51 | #define strlen8(s) strlen((s)) | ^~~~~~ ../include/rxp/string16.h:81:16: note: in expansion of macro ‘strlen8’ 81 | #define Strlen strlen8 | ^~~~~~~ ../include/rxp/dtd.h:205:37: note: in expansion of macro ‘Strlen’ 205 | NewExternalEntityN(name, name ? Strlen(name) : 0, pub, sys, nnot, parent) | ^~~~~~ input.c:61:9: note: in expansion of macro ‘NewExternalEntity’ 61 | e = NewExternalEntity(0, 0, description, 0, 0); | ^~~~~~~~~~~~~~~~~ In file included from ../include/rxp/string16.h:27: /usr/include/string.h:407:15: note: in a call to function ‘strlen’ declared ‘nonnull’ 407 | extern size_t strlen (const char *__s) | ^~~~~~ x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -std=gnu89 -fPIC -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include dtd.c x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include -DINSTANTIATE_TEMPLATES XML_Parser.cc In file included from ../include/rxp/rxp.h:21, from ../include/rxp/XML_Parser.h:52, from XML_Parser.cc:41: XML_Parser.cc: In member function ‘XML_Parser* XML_Parser_Class::make_parser(FILE*, EST_String, void*)’: ../include/rxp/string16.h:51:26: warning: argument 1 null where non-null expected [-Wnonnull] 51 | #define strlen8(s) strlen((s)) | ~~~~~~^~~~~ ../include/rxp/string16.h:81:16: note: in expansion of macro ‘strlen8’ 81 | #define Strlen strlen8 | ^~~~~~~ ../include/rxp/dtd.h:205:37: note: in expansion of macro ‘Strlen’ 205 | NewExternalEntityN(name, name ? Strlen(name) : 0, pub, sys, nnot, parent) | ^~~~~~ XML_Parser.cc:82:16: note: in expansion of macro ‘NewExternalEntity’ 82 | Entity ent = NewExternalEntity(0,0,strdup8(desc),0,0); | ^~~~~~~~~~~~~~~~~ In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/cstring:42, from ../include/EST_String.h:42, from ../include/EST_error.h:182, from XML_Parser.cc:40: /usr/include/string.h:407:15: note: in a call to function ‘size_t strlen(const char*)’ declared ‘nonnull’ 407 | extern size_t strlen (const char *__s) | ^~~~~~ XML_Parser.cc: In member function ‘XML_Parser* XML_Parser_Class::make_parser(EST_String, void*)’: ../include/rxp/string16.h:51:26: warning: argument 1 null where non-null expected [-Wnonnull] 51 | #define strlen8(s) strlen((s)) | ~~~~~~^~~~~ ../include/rxp/string16.h:81:16: note: in expansion of macro ‘strlen8’ 81 | #define Strlen strlen8 | ^~~~~~~ ../include/rxp/dtd.h:205:37: note: in expansion of macro ‘Strlen’ 205 | NewExternalEntityN(name, name ? Strlen(name) : 0, pub, sys, nnot, parent) | ^~~~~~ XML_Parser.cc:113:16: note: in expansion of macro ‘NewExternalEntity’ 113 | Entity ent = NewExternalEntity(0,0,strdup8(filename),0,0); | ^~~~~~~~~~~~~~~~~ /usr/include/string.h:407:15: note: in a call to function ‘size_t strlen(const char*)’ declared ‘nonnull’ 407 | extern size_t strlen (const char *__s) | ^~~~~~ x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -std=gnu89 -fPIC -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include xmlparser.c In file included from xmlparser.c:45: xmlparser.c: In function ‘parse_dtd’: ../include/rxp/string16.h:51:20: warning: argument 1 null where non-null expected [-Wnonnull] 51 | #define strlen8(s) strlen((s)) | ^~~~~~ ../include/rxp/string16.h:81:16: note: in expansion of macro ‘strlen8’ 81 | #define Strlen strlen8 | ^~~~~~~ ../include/rxp/dtd.h:205:37: note: in expansion of macro ‘Strlen’ 205 | NewExternalEntityN(name, name ? Strlen(name) : 0, pub, sys, nnot, parent) | ^~~~~~ xmlparser.c:1616:25: note: in expansion of macro ‘NewExternalEntity’ 1616 | external_part = NewExternalEntity(0, publicid, systemid, 0, parent); | ^~~~~~~~~~~~~~~~~ In file included from ../include/rxp/string16.h:27: /usr/include/string.h:407:15: note: in a call to function ‘strlen’ declared ‘nonnull’ 407 | extern size_t strlen (const char *__s) | ^~~~~~ ../include/rxp/string16.h:51:20: warning: argument 1 null where non-null expected [-Wnonnull] 51 | #define strlen8(s) strlen((s)) | ^~~~~~ ../include/rxp/string16.h:81:16: note: in expansion of macro ‘strlen8’ 81 | #define Strlen strlen8 | ^~~~~~~ ../include/rxp/dtd.h:207:37: note: in expansion of macro ‘Strlen’ 207 | NewInternalEntityN(name, name ? Strlen(name) : 0, test, parent, l, l1, mat) | ^~~~~~ xmlparser.c:1631:25: note: in expansion of macro ‘NewInternalEntity’ 1631 | internal_part = NewInternalEntity(0, p->pbuf, parent, line, cpos, 1); | ^~~~~~~~~~~~~~~~~ /usr/include/string.h:407:15: note: in a call to function ‘strlen’ declared ‘nonnull’ 407 | extern size_t strlen (const char *__s) | ^~~~~~ x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -std=gnu89 -fPIC -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include string16.c x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -std=gnu89 -fPIC -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include ctype16.c x86_64-pc-linux-gnu-gcc -c -O2 -pipe -march=native -fno-diagnostics-color -std=gnu89 -fPIC -Wall -DCHAR_SIZE=8 -I../include/rxp -I../include system.c look at library eststring look at library estools look at library estbase charset.o dtd.o string16.o url.o ctype16.o input.o stdio16.o system.o xmlparser.o XML_Parser.o Update library estbase charset.o dtd.o string16.o url.o ctype16.o input.o stdio16.o system.o xmlparser.o XML_Parser.o a - charset.o a - dtd.o a - string16.o a - url.o a - ctype16.o a - input.o a - stdio16.o a - system.o a - xmlparser.o a - XML_Parser.o Making in directory ./stats ... making dependencies -- EST_cluster.cc EST_multistats.cc confusion.cc EST_Discrete.cc EST_DProbDist.cc EST_ols.cc EST_viterbi.cc dynamic_program.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include EST_DProbDist.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include EST_ols.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include EST_cluster.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include -DINSTANTIATE_TEMPLATES dynamic_program.cc In file included from ../include/ling_class/EST_Utterance.h:44, from dynamic_program.cc:42: ../include/ling_class/EST_Relation.h: In member function ‘EST_Item* EST_Relation::head() const’: ../include/ling_class/EST_Relation.h:125:48: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 125 | EST_Item *head() const {return (this == 0) ? 0 : p_head;} | ~~~~~~~~~~~~^~~~~~~~~~~~ ../include/ling_class/EST_Relation.h: In member function ‘EST_Item* EST_Relation::tail() const’: ../include/ling_class/EST_Relation.h:131:48: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 131 | EST_Item *tail() const {return (this == 0) ? 0 : p_tail;} | ~~~~~~~~~~~~^~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include EST_multistats.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include confusion.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include EST_Discrete.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include EST_viterbi.cc In file included from ../include/EST_viterbi.h:48, from EST_viterbi.cc:43: ../include/ling_class/EST_Relation.h: In member function ‘EST_Item* EST_Relation::head() const’: ../include/ling_class/EST_Relation.h:125:48: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 125 | EST_Item *head() const {return (this == 0) ? 0 : p_head;} | ~~~~~~~~~~~~^~~~~~~~~~~~ look at library eststring look at library estbase EST_cluster.o EST_multistats.o confusion.o EST_Discrete.o EST_DProbDist.o EST_ols.o EST_viterbi.o dynamic_program.o Update library estbase EST_cluster.o EST_multistats.o confusion.o EST_Discrete.o EST_DProbDist.o EST_ols.o EST_viterbi.o dynamic_program.o a - EST_cluster.o a - EST_multistats.o a - confusion.o a - EST_Discrete.o a - EST_DProbDist.o a - EST_ols.o a - EST_viterbi.o a - dynamic_program.o look at library estools Making in directory stats/kalman_filter ... making dependencies -- EST_kalman.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../../include EST_kalman.cc look at library eststring look at library estools EST_kalman.o Update library estools EST_kalman.o a - EST_kalman.o look at library estbase Making in directory stats/wagon ... making dependencies -- dlist.cc wagon_aux.cc wagonint.cc wagon.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../../include dlist.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../../include wagonint.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../../include -DINSTANTIATE_TEMPLATES wagon.cc wagon.cc: In function ‘float test_tree_ols(WNode&, WDataSet&, std::ostream*)’: wagon.cc:656:12: warning: variable ‘leaf’ set but not used [-Wunused-but-set-variable] 656 | WNode *leaf; | ^~~~ wagon.cc: In function ‘WQuestion find_best_question(WVectorVector&)’: wagon.cc:868:19: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class WQuestion’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 868 | memcpy(&best_ques,questions[i],sizeof(*questions[i])); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from wagon.cc:52: ../../include/EST_Wagon.h:106:7: note: ‘class WQuestion’ declared here 106 | class WQuestion { | ^~~~~~~~~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../../include wagon_aux.cc look at library eststring look at library estools dlist.o wagon_aux.o wagonint.o wagon.o Update library estools dlist.o wagon_aux.o wagonint.o wagon.o a - dlist.o a - wagon_aux.o a - wagonint.o a - wagon.o look at library estbase Making in directory ./ling_class ... making dependencies -- EST_Item.cc EST_Item_Content.cc item_aux.cc EST_relation_aux.cc EST_relation_track.cc relation_io.cc EST_relation_compare.cc standard_feature_functions.cc EST_Relation_mls.cc EST_item_aux.cc EST_item_content_aux.cc EST_Relation.cc EST_UtteranceFile.cc genxml.cc EST_utterance_aux.cc ling_class_init.cc ling_t.cc EST_Utterance.cc item_feats.cc apml.cc solexml.cc EST_FeatureFunctionPackage.cc EST_FeatureFunctionContext.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include EST_relation_compare.cc In file included from EST_relation_compare.cc:45: ../include/ling_class/EST_Relation.h: In member function ‘const EST_String& EST_Relation::name() const’: ../include/ling_class/EST_Relation.h:122:79: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 122 | ring &name() const { return (this == 0) ? EST_String::Empty : p_name; } | ^~~~~~ ../include/ling_class/EST_Relation.h: In member function ‘EST_Item* EST_Relation::head() const’: ../include/ling_class/EST_Relation.h:125:48: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 125 | EST_Item *head() const {return (this == 0) ? 0 : p_head;} | ~~~~~~~~~~~~^~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include EST_Item.cc In file included from EST_Item.cc:54: ../include/ling_class/EST_Item.h: In member function ‘EST_Relation* EST_Item::relation() const’: ../include/ling_class/EST_Item.h:317:29: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 317 | { return (this == 0) ? 0 : p_relation; } | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from EST_Item.cc:55: ../include/ling_class/EST_Relation.h: In member function ‘const EST_String& EST_Relation::name() const’: ../include/ling_class/EST_Relation.h:122:79: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 122 | ring &name() const { return (this == 0) ? EST_String::Empty : p_name; } | ^~~~~~ ../include/ling_class/EST_Relation.h: In member function ‘EST_Item* EST_Relation::head() const’: ../include/ling_class/EST_Relation.h:125:48: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 125 | EST_Item *head() const {return (this == 0) ? 0 : p_head;} | ~~~~~~~~~~~~^~~~~~~~~~~~ EST_Item.cc: In member function ‘const EST_String& EST_Item::relation_name() const’: EST_Item.cc:201:47: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 201 | return ((this == 0) || (p_relation == 0)) ? | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 202 | EST_String::Empty : p_relation->name(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include -DINSTANTIATE_TEMPLATES -DINCLUDE_XML_FORMATS EST_UtteranceFile.cc EST_UtteranceFile.cc: In static member function ‘static EST_read_status EST_UtteranceFile::load_apml(EST_TokenStream&, EST_Utterance&, int&)’: EST_UtteranceFile.cc:426:8: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 426 | fgets(buf, 80, stream); | ~~~~~^~~~~~~~~~~~~~~~~ EST_UtteranceFile.cc:431:8: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 431 | fgets(buf, 80, stream); | ~~~~~^~~~~~~~~~~~~~~~~ EST_UtteranceFile.cc: In static member function ‘static EST_read_status EST_UtteranceFile::load_genxml(EST_TokenStream&, EST_Utterance&, int&)’: EST_UtteranceFile.cc:464:8: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 464 | fgets(buf, 80, stream); | ~~~~~^~~~~~~~~~~~~~~~~ In file included from ../include/ling_class/EST_Utterance.h:44, from EST_UtteranceFile.cc:47: ../include/ling_class/EST_Relation.h: In member function ‘const EST_String& EST_Relation::name() const’: ../include/ling_class/EST_Relation.h:122:79: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 122 | ring &name() const { return (this == 0) ? EST_String::Empty : p_name; } | ^~~~~~ ../include/ling_class/EST_Relation.h: In member function ‘EST_Item* EST_Relation::head() const’: ../include/ling_class/EST_Relation.h:125:48: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 125 | EST_Item *head() const {return (this == 0) ? 0 : p_head;} | ~~~~~~~~~~~~^~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include -DINSTANTIATE_TEMPLATES -DINCLUDE_XML_FORMATS ling_class_init.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include EST_item_aux.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include -DINSTANTIATE_TEMPLATES apml.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include -DINSTANTIATE_TEMPLATES ling_t.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include EST_relation_aux.cc EST_relation_aux.cc: In function ‘int edit_labels(EST_Relation&, EST_String)’: EST_relation_aux.cc:116:11: warning: ignoring return value of ‘int system(const char*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 116 | system(command); | ~~~~~~^~~~~~~~~ EST_relation_aux.cc:127:15: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 127 | fscanf(fp, "%s", newname); | ~~~~~~^~~~~~~~~~~~~~~~~~~ In file included from EST_relation_aux.cc:44: ../include/ling_class/EST_Relation.h: In member function ‘const EST_String& EST_Relation::name() const’: ../include/ling_class/EST_Relation.h:122:79: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 122 | ring &name() const { return (this == 0) ? EST_String::Empty : p_name; } | ^~~~~~ ../include/ling_class/EST_Relation.h: In member function ‘EST_Item* EST_Relation::head() const’: ../include/ling_class/EST_Relation.h:125:48: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 125 | EST_Item *head() const {return (this == 0) ? 0 : p_head;} | ~~~~~~~~~~~~^~~~~~~~~~~~ ../include/ling_class/EST_Relation.h: In member function ‘EST_Item* EST_Relation::tail() const’: ../include/ling_class/EST_Relation.h:131:48: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 131 | EST_Item *tail() const {return (this == 0) ? 0 : p_tail;} | ~~~~~~~~~~~~^~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include -DINSTANTIATE_TEMPLATES -DINCLUDE_XML_FORMATS EST_utterance_aux.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include -DINSTANTIATE_TEMPLATES -DESTLIBDIRC='/var/tmp/portage/app-accessibility/speech-tools-2.5.0-r1/work/speech_tools/lib' genxml.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include -DINSTANTIATE_TEMPLATES solexml.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include -DINSTANTIATE_TEMPLATES item_feats.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include item_aux.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include -DINSTANTIATE_TEMPLATES EST_Utterance.cc In file included from ../include/ling_class/EST_Utterance.h:44, from EST_Utterance.cc:45: ../include/ling_class/EST_Relation.h: In member function ‘const EST_String& EST_Relation::name() const’: ../include/ling_class/EST_Relation.h:122:79: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 122 | ring &name() const { return (this == 0) ? EST_String::Empty : p_name; } | ^~~~~~ ../include/ling_class/EST_Relation.h: In member function ‘EST_Item* EST_Relation::head() const’: ../include/ling_class/EST_Relation.h:125:48: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 125 | EST_Item *head() const {return (this == 0) ? 0 : p_head;} | ~~~~~~~~~~~~^~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include -DINSTANTIATE_TEMPLATES EST_FeatureFunctionPackage.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include EST_relation_track.cc In file included from EST_relation_track.cc:45: ../include/ling_class/EST_Relation.h: In member function ‘EST_Item* EST_Relation::head() const’: ../include/ling_class/EST_Relation.h:125:48: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 125 | EST_Item *head() const {return (this == 0) ? 0 : p_head;} | ~~~~~~~~~~~~^~~~~~~~~~~~ ../include/ling_class/EST_Relation.h: In member function ‘EST_Item* EST_Relation::tail() const’: ../include/ling_class/EST_Relation.h:131:48: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 131 | EST_Item *tail() const {return (this == 0) ? 0 : p_tail;} | ~~~~~~~~~~~~^~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include EST_Relation.cc In file included from ../include/ling_class/EST_Relation.h:48, from EST_Relation.cc:43: ../include/ling_class/EST_Item.h: In member function ‘EST_Relation* EST_Item::relation() const’: ../include/ling_class/EST_Item.h:317:29: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 317 | { return (this == 0) ? 0 : p_relation; } | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ../include/ling_class/EST_Relation.h: In member function ‘const EST_String& EST_Relation::name() const’: ../include/ling_class/EST_Relation.h:122:79: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 122 | ring &name() const { return (this == 0) ? EST_String::Empty : p_name; } | ^~~~~~ ../include/ling_class/EST_Relation.h: In member function ‘EST_Item* EST_Relation::head() const’: ../include/ling_class/EST_Relation.h:125:48: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 125 | EST_Item *head() const {return (this == 0) ? 0 : p_head;} | ~~~~~~~~~~~~^~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include standard_feature_functions.cc In file included from standard_feature_functions.cc:43: ../include/ling_class/EST_Item.h: In member function ‘EST_Relation* EST_Item::relation() const’: ../include/ling_class/EST_Item.h:317:29: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 317 | { return (this == 0) ? 0 : p_relation; } | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~ In file included from standard_feature_functions.cc:44: ../include/ling_class/EST_Relation.h: In member function ‘const EST_String& EST_Relation::name() const’: ../include/ling_class/EST_Relation.h:122:79: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 122 | ring &name() const { return (this == 0) ? EST_String::Empty : p_name; } | ^~~~~~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include EST_Item_Content.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include EST_Relation_mls.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include EST_item_content_aux.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include relation_io.cc In file included from relation_io.cc:44: ../include/ling_class/EST_Relation.h: In member function ‘const EST_String& EST_Relation::name() const’: ../include/ling_class/EST_Relation.h:122:79: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 122 | ring &name() const { return (this == 0) ? EST_String::Empty : p_name; } | ^~~~~~ ../include/ling_class/EST_Relation.h: In member function ‘EST_Item* EST_Relation::head() const’: ../include/ling_class/EST_Relation.h:125:48: warning: ‘nonnull’ argument ‘this’ compared to NULL [-Wnonnull-compare] 125 | EST_Item *head() const {return (this == 0) ? 0 : p_head;} | ~~~~~~~~~~~~^~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include -DINSTANTIATE_TEMPLATES EST_FeatureFunctionContext.cc look at library eststring look at library estools look at library estbase EST_Item.o EST_Item_Content.o item_aux.o EST_relation_aux.o EST_relation_track.o relation_io.o EST_relation_compare.o standard_feature_functions.o EST_Relation_mls.o EST_item_aux.o EST_item_content_aux.o EST_Relation.o EST_UtteranceFile.o genxml.o EST_utterance_aux.o ling_class_init.o ling_t.o EST_Utterance.o item_feats.o apml.o solexml.o EST_FeatureFunctionPackage.o EST_FeatureFunctionContext.o Update library estbase EST_Item.o EST_Item_Content.o item_aux.o EST_relation_aux.o EST_relation_track.o relation_io.o EST_relation_compare.o standard_feature_functions.o EST_Relation_mls.o EST_item_aux.o EST_item_content_aux.o EST_Relation.o EST_UtteranceFile.o genxml.o EST_utterance_aux.o ling_class_init.o ling_t.o EST_Utterance.o item_feats.o apml.o solexml.o EST_FeatureFunctionPackage.o EST_FeatureFunctionContext.o a - EST_Item.o a - EST_Item_Content.o a - item_aux.o a - EST_relation_aux.o a - EST_relation_track.o a - relation_io.o a - EST_relation_compare.o a - standard_feature_functions.o a - EST_Relation_mls.o a - EST_item_aux.o a - EST_item_content_aux.o a - EST_Relation.o a - EST_UtteranceFile.o a - genxml.o a - EST_utterance_aux.o a - ling_class_init.o a - ling_t.o a - EST_Utterance.o a - item_feats.o a - apml.o a - solexml.o a - EST_FeatureFunctionPackage.o a - EST_FeatureFunctionContext.o Making in directory ./bin ... making dependencies -- ch_lab_main.cc ch_track_main.cc ch_wave_main.cc na_play_main.cc na_record_main.cc sigfilter_main.cc sig2fv_main.cc spectgen_main.cc pda_main.cc pitchmark_main.cc ngram_test_main.cc ngram_build_main.cc tilt_synthesis_main.cc tilt_analysis_main.cc viterbi_main.cc dp_main.cc bcat_main.cc ch_utt_main.cc design_filter_main.cc align_main.cc siod_main.cc wagon_main.cc wagon_test_main.cc scfg_make_main.cc scfg_train_main.cc scfg_test_main.cc scfg_parse_main.cc wfst_build_main.cc wfst_run_main.cc wfst_train_main.cc ols_main.cc ols_test_main.cc xml_parser_main.cc Main Scripts: ch_lab ch_track ch_wave na_play na_record sigfilter sig2fv spectgen pda pitchmark ngram_test ngram_build tilt_synthesis tilt_analysis viterbi dp bcat ch_utt design_filter align siod wagon wagon_test scfg_make scfg_train scfg_test scfg_parse wfst_build wfst_run wfst_train ols ols_test xml_parser Remove Links: align bcat ch_lab ch_track ch_utt ch_wave design_filter dp na_play na_record ngram_build ngram_test ols ols_test pda pitchmark scfg_make scfg_parse scfg_test scfg_train sig2fv sigfilter siod spectgen tilt_analysis tilt_synthesis viterbi wagon wagon_test wfst_build wfst_run wfst_train xml_parser Scripts: (sh) (prl) example_to_doc++ resynth pm make_wagon_desc raw_to_xgraph est_examples est_gdb est_program cxx_to_docbook build_docbook_index tex_to_images Making in directory ./testsuite ... making dependencies -- xml_example.cc string_example.cc hash_example.cc pathname_example.cc track_example.cc token_example.cc complex_example.cc list_example.cc kvl_example.cc handle_example.cc named_enum_example.cc deq_example.cc ling_example.cc feature_example.cc xml_regression.cc string_regression.cc hash_regression.cc pathname_regression.cc track_regression.cc token_regression.cc complex_regression.cc list_regression.cc kvl_regression.cc handle_regression.cc named_enum_regression.cc deq_regression.cc ling_regression.cc feature_regression.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -DDATA="\"/var/tmp/portage/app-accessibility/speech-tools-2.5.0-r1/work/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES xml_regression.cc x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 xml_regression.o -o xml_regression x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -O2 -pipe -march=native -fno-diagnostics-color -std=c++14 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -DDATA="\"/var/tmp/portage/app-accessibility/speech-tools-2.5.0-r1/work/speech_tools/lib/example_data\"" -DTVECTOR_BOUNDS_CHECKING -I../include -DINSTANTIATE_TEMPLATES track_regression.cc x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 track_regression.o -o track_regression /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.o: in function `dump_track(EST_Track&, EST_String)': track_regression.cc:(.text+0x90): undefined reference to `EST_Track::val(int) const' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text+0x9f): undefined reference to `EST_TVector::a_check(int)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text+0xdc): undefined reference to `EST_Track::a(int, int)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.o: in function `EST_Chunk::operator--()': track_regression.cc:(.text._ZN9EST_ChunkmmEv[_ZN9EST_ChunkmmEv]+0x21): undefined reference to `EST_Chunk::~EST_Chunk()' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text._ZN9EST_ChunkmmEv[_ZN9EST_ChunkmmEv]+0x2a): undefined reference to `EST_Chunk::operator delete(void*)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.o: in function `main.cold': track_regression.cc:(.text.unlikely+0x38): undefined reference to `EST_Track::~EST_Track()' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.unlikely+0x40): undefined reference to `EST_Track::~EST_Track()' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.unlikely+0x48): undefined reference to `EST_Track::~EST_Track()' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.unlikely+0x52): undefined reference to `EST_Track::~EST_Track()' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.unlikely+0x5a): undefined reference to `EST_Track::~EST_Track()' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.o: in function `main': track_regression.cc:(.text.startup+0x37): undefined reference to `EST_Track::EST_Track(int, int)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x53): undefined reference to `EST_Track::EST_Track(int, int)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0xc3): undefined reference to `EST_Track::a(int, int)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0xed): undefined reference to `EST_TVector::a_check(int)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x117): undefined reference to `EST_TVector::a_check(int)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x155): undefined reference to `EST_String::EST_String(char const*)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x185): undefined reference to `EST_Track::rm_trailing_breaks()' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x197): undefined reference to `EST_String::EST_String(char const*)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x1cb): undefined reference to `EST_Track::set_break(int)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x1d6): undefined reference to `EST_Track::set_break(int)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x1e6): undefined reference to `EST_Track::set_break(int)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x1fc): undefined reference to `EST_String::EST_String(char const*)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x22c): undefined reference to `EST_Track::rm_trailing_breaks()' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x237): undefined reference to `EST_String::EST_String(char const*)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x274): undefined reference to `EST_Track::resize(int, int, bool)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x283): undefined reference to `EST_String::EST_String(char const*)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x2bb): undefined reference to `EST_Track::EST_Track()' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x2cb): undefined reference to `EST_Track::EST_Track()' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x2d3): undefined reference to `EST_Track::EST_Track()' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x2da): undefined reference to `EST_ALL' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x2f8): undefined reference to `EST_Track::sub_track(EST_Track&, int, int, int, int)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x30c): undefined reference to `EST_String::EST_String(char const*)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x339): undefined reference to `EST_Track::operator=(EST_Track const&)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x348): undefined reference to `EST_String::EST_String(char const*)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x385): undefined reference to `EST_Track::copy_sub_track(EST_Track&, int, int, int, int) const' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x394): undefined reference to `EST_String::EST_String(char const*)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x3c5): undefined reference to `EST_String::EST_String(char const*)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x3f0): undefined reference to `EST_CURRENT' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x409): undefined reference to `EST_Track::resize(int, int, bool)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x418): undefined reference to `EST_String::EST_String(char const*)' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x442): undefined reference to `EST_Track::~EST_Track()' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x44a): undefined reference to `EST_Track::~EST_Track()' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x452): undefined reference to `EST_Track::~EST_Track()' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x45c): undefined reference to `EST_Track::~EST_Track()' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.cc:(.text.startup+0x464): undefined reference to `EST_Track::~EST_Track()' /usr/libexec/gcc/x86_64-pc-linux-gnu/ld: track_regression.o:(.data.rel.local.DW.ref.__gxx_personality_v0[DW.ref.__gxx_personality_v0]+0x0): undefined reference to `__gxx_personality_v0' collect2: error: ld returned 1 exit status make[1]: *** [: track_regression] Error 1 shuffle=2678964861 make: *** [config/rules/targets.mak:57: testsuite] Error 2 shuffle=2678964861 * ERROR: app-accessibility/speech-tools-2.5.0-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-accessibility/speech-tools-2.5.0-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-accessibility/speech-tools-2.5.0-r1::gentoo'`. * The complete build log is located at '/var/log/portage/app-accessibility:speech-tools-2.5.0-r1:20230811-122637.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-accessibility/speech-tools-2.5.0-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-accessibility/speech-tools-2.5.0-r1/temp/environment'. * Working directory: '/var/tmp/portage/app-accessibility/speech-tools-2.5.0-r1/work/speech_tools' * S: '/var/tmp/portage/app-accessibility/speech-tools-2.5.0-r1/work/speech_tools'