* 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 openmp userland_GNU * 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 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 -j4 -j1 CC=x86_64-pc-linux-gnu-gcc CXX=x86_64-pc-linux-gnu-g++ 'CC_OTHER_FLAGS=-pipe -march=native -fno-diagnostics-color -O2' 'CXX_OTHER_FLAGS=-pipe -march=native -fno-diagnostics-color -O2' '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 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 ./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 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 -pipe -march=native -fno-diagnostics-color -O2 -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 { | ^~~~~~~~~ In file included from ../../include/EST_String.h:46, from ../../include/EST_Token.h:47, from wagon.cc:49: In member function ‘void EST_Chunk::operator--()’, inlined from ‘EST_ChunkPtr& EST_ChunkPtr::operator=(EST_Chunk*)’ at ../../include/EST_Chunk.h:194:47, inlined from ‘EST_String::~EST_String()’ at ../../include/EST_String.h:237:9, inlined from ‘float test_tree_class(WNode&, WDataSet&, std::ostream*)’ at wagon.cc:311:12, inlined from ‘float do_summary(WNode&, WDataSet&, std::ostream*)’ at wagon.cc:236:24: ../../include/EST_Chunk.h:129:18: warning: pointer used after ‘static void EST_Chunk::operator delete(void*)’ [-Wuse-after-free] 129 | CII({if (count < MAX_CHUNK_COUNT) if (--count == 0) delete this;}); | ^~~~~ ../../include/EST_Chunk.h:67:23: note: in definition of macro ‘CII’ 67 | # define CII(BODY) BODY | ^~~~ In member function ‘void EST_Chunk::operator--()’, inlined from ‘void EST_Chunk::operator--()’ at ../../include/EST_Chunk.h:128:10, inlined from ‘EST_ChunkPtr::~EST_ChunkPtr()’ at ../../include/EST_Chunk.h:175:25, inlined from ‘EST_String& EST_String::operator=(const EST_String&)’ at ../../include/EST_String.h:70:7, inlined from ‘float test_tree_class(WNode&, WDataSet&, std::ostream*)’ at wagon.cc:311:52, inlined from ‘float do_summary(WNode&, WDataSet&, std::ostream*)’ at wagon.cc:236:24: ../../include/EST_Chunk.h:129:68: note: call to ‘static void EST_Chunk::operator delete(void*)’ here 129 | CII({if (count < MAX_CHUNK_COUNT) if (--count == 0) delete this;}); | ^~~~ ../../include/EST_Chunk.h:67:23: note: in definition of macro ‘CII’ 67 | # define CII(BODY) BODY | ^~~~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -pipe -march=native -fno-diagnostics-color -O2 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../../include wagonint.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -pipe -march=native -fno-diagnostics-color -O2 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../../include dlist.cc In file included from ../../include/EST_String.h:46, from ../../include/EST_Wagon.h:43, from dlist.cc:50: In member function ‘void EST_Chunk::operator--()’, inlined from ‘EST_ChunkPtr& EST_ChunkPtr::operator=(EST_Chunk*)’ at ../../include/EST_Chunk.h:194:47, inlined from ‘EST_String::~EST_String()’ at ../../include/EST_String.h:237:9, inlined from ‘void do_dlist_summary(WDlist*, WDataSet&)’ at dlist.cc:86:12: ../../include/EST_Chunk.h:129:18: warning: pointer used after ‘static void EST_Chunk::operator delete(void*)’ [-Wuse-after-free] 129 | CII({if (count < MAX_CHUNK_COUNT) if (--count == 0) delete this;}); | ^~~~~ ../../include/EST_Chunk.h:67:23: note: in definition of macro ‘CII’ 67 | # define CII(BODY) BODY | ^~~~ In member function ‘void EST_Chunk::operator--()’, inlined from ‘void EST_Chunk::operator--()’ at ../../include/EST_Chunk.h:128:10, inlined from ‘EST_ChunkPtr::~EST_ChunkPtr()’ at ../../include/EST_Chunk.h:175:25, inlined from ‘EST_String& EST_String::operator=(const EST_String&)’ at ../../include/EST_String.h:70:7, inlined from ‘void do_dlist_summary(WDlist*, WDataSet&)’ at dlist.cc:86:50: ../../include/EST_Chunk.h:129:68: note: call to ‘static void EST_Chunk::operator delete(void*)’ here 129 | CII({if (count < MAX_CHUNK_COUNT) if (--count == 0) delete this;}); | ^~~~ ../../include/EST_Chunk.h:67:23: note: in definition of macro ‘CII’ 67 | # define CII(BODY) BODY | ^~~~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -pipe -march=native -fno-diagnostics-color -O2 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../../include wagon_aux.cc look at library estbase 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 eststring Making in directory stats/kalman_filter ... making dependencies -- EST_kalman.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -pipe -march=native -fno-diagnostics-color -O2 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../../include EST_kalman.cc look at library estbase look at library estools EST_kalman.o Update library estools EST_kalman.o a - EST_kalman.o look at library eststring x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -pipe -march=native -fno-diagnostics-color -O2 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include EST_DProbDist.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -pipe -march=native -fno-diagnostics-color -O2 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include confusion.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -pipe -march=native -fno-diagnostics-color -O2 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include EST_ols.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -pipe -march=native -fno-diagnostics-color -O2 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include EST_viterbi.cc EST_viterbi.cc: In member function ‘void EST_Viterbi_Decoder::search()’: EST_viterbi.cc:350:13: warning: ‘%s’ directive argument is null [-Wformat-overflow=] 350 | printf("%s: ",(const char *)p->s->name()); | ^~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -pipe -march=native -fno-diagnostics-color -O2 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include EST_Discrete.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -pipe -march=native -fno-diagnostics-color -O2 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include EST_cluster.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -pipe -march=native -fno-diagnostics-color -O2 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include -DINSTANTIATE_TEMPLATES dynamic_program.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -pipe -march=native -fno-diagnostics-color -O2 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include EST_multistats.cc look at library estools 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 eststring 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 -pipe -march=native -fno-diagnostics-color -O2 -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 deq_example.cc x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 deq_example.o -o deq_example /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.o: in function `EST_Chunk::operator--()': deq_example.cc:(.text._ZN9EST_ChunkmmEv[_ZN9EST_ChunkmmEv]+0x21): undefined reference to `EST_Chunk::~EST_Chunk()' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text._ZN9EST_ChunkmmEv[_ZN9EST_ChunkmmEv]+0x2a): undefined reference to `EST_Chunk::operator delete(void*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.o: in function `main.cold': deq_example.cc:(.text.unlikely+0x12): undefined reference to `EST_TVector::~EST_TVector()' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.o: in function `main': deq_example.cc:(.text.startup+0x37): undefined reference to `EST_String::EST_String(char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x53): undefined reference to `EST_String::EST_String(char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x6f): undefined reference to `EST_String::EST_String(char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x8b): undefined reference to `EST_String::EST_String(char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0xa7): undefined reference to `EST_String::EST_String(char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.o:deq_example.cc:(.text.startup+0xc3): more undefined references to `EST_String::EST_String(char const*)' follow /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.o: in function `main': deq_example.cc:(.text.startup+0x20c): undefined reference to `EST_TDeque::EST_TDeque(unsigned int, unsigned int)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x217): undefined reference to `EST_TDeque::push(EST_String&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x224): undefined reference to `EST_TDeque::push(EST_String&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x231): undefined reference to `EST_TDeque::push(EST_String&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x238): undefined reference to `std::cout' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x243): undefined reference to `EST_TDeque::print(std::ostream&) const' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x255): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x264): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x271): undefined reference to `EST_TDeque::nth(int)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x27c): undefined reference to `operator<<(std::ostream&, EST_String const&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x287): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x296): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x2a6): undefined reference to `EST_TDeque::nth(int)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x2b1): undefined reference to `operator<<(std::ostream&, EST_String const&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x2bc): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x2c4): undefined reference to `EST_TDeque::pop()' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x2cf): undefined reference to `operator<<(std::ostream&, EST_String const&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x2da): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x2e2): undefined reference to `EST_TDeque::pop()' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x2ed): undefined reference to `operator<<(std::ostream&, EST_String const&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x2f8): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x303): undefined reference to `EST_TDeque::print(std::ostream&) const' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x30e): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x31b): undefined reference to `EST_TDeque::push(EST_String&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x328): undefined reference to `EST_TDeque::push(EST_String&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x335): undefined reference to `EST_TDeque::push(EST_String&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x342): undefined reference to `EST_TDeque::push(EST_String&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x34f): undefined reference to `EST_TDeque::push(EST_String&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.o:deq_example.cc:(.text.startup+0x35c): more undefined references to `EST_TDeque::push(EST_String&)' follow /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.o: in function `main': deq_example.cc:(.text.startup+0x367): undefined reference to `EST_TDeque::print(std::ostream&) const' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x372): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x37a): undefined reference to `EST_TDeque::back_pop()' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x385): undefined reference to `operator<<(std::ostream&, EST_String const&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x390): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x398): undefined reference to `EST_TDeque::back_pop()' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x3a3): undefined reference to `operator<<(std::ostream&, EST_String const&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x3ae): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x3b6): undefined reference to `EST_TDeque::back_pop()' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x3c1): undefined reference to `operator<<(std::ostream&, EST_String const&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x3cc): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x3d4): undefined reference to `EST_TDeque::back_pop()' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x3df): undefined reference to `operator<<(std::ostream&, EST_String const&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x3ea): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x3f5): undefined reference to `EST_TDeque::print(std::ostream&) const' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x400): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x40d): undefined reference to `EST_TDeque::push(EST_String&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x41a): undefined reference to `EST_TDeque::push(EST_String&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x427): undefined reference to `EST_TDeque::push(EST_String&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x434): undefined reference to `EST_TDeque::push(EST_String&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x43f): undefined reference to `EST_TDeque::print(std::ostream&) const' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x44a): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x459): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x466): undefined reference to `EST_TDeque::nth(int)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x471): undefined reference to `operator<<(std::ostream&, EST_String const&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x47c): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x48b): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x49b): undefined reference to `EST_TDeque::nth(int)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x4a6): undefined reference to `operator<<(std::ostream&, EST_String const&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x4b1): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x4c0): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x4d0): undefined reference to `EST_TDeque::nth(int)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x4db): undefined reference to `operator<<(std::ostream&, EST_String const&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x4e6): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x4f5): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x505): undefined reference to `EST_TDeque::nth(int)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x510): undefined reference to `operator<<(std::ostream&, EST_String const&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x51b): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x528): undefined reference to `EST_TDeque::push(EST_String&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x535): undefined reference to `EST_TDeque::push(EST_String&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x542): undefined reference to `EST_TDeque::push(EST_String&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x54d): undefined reference to `EST_TDeque::push(EST_String&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x558): undefined reference to `EST_TDeque::print(std::ostream&) const' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x563): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x56b): undefined reference to `EST_TDeque::clear()' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x576): undefined reference to `EST_TDeque::push(EST_String&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x583): undefined reference to `EST_TDeque::push(EST_String&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x58e): undefined reference to `EST_TDeque::print(std::ostream&) const' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x599): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x5a6): undefined reference to `EST_TDeque::back_push(EST_String&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x5b3): undefined reference to `EST_TDeque::back_push(EST_String&)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x5be): undefined reference to `EST_TDeque::print(std::ostream&) const' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x5c9): undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x5d4): undefined reference to `EST_TVector::~EST_TVector()' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x616): undefined reference to `EST_Chunk::~EST_Chunk()' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x61e): undefined reference to `EST_Chunk::operator delete(void*)' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.o: in function `_GLOBAL__sub_I_deq_example.cc': deq_example.cc:(.text.startup+0x70c): undefined reference to `std::ios_base::Init::Init()' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.cc:(.text.startup+0x716): undefined reference to `std::ios_base::Init::~Init()' /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: deq_example.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]: *** [: deq_example] Error 1 shuffle=2987473343 make: *** [config/rules/targets.mak:57: testsuite] Error 2 shuffle=2987473343 * 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:20221109-093654.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'