* Package: app-accessibility/speech-tools-2.5.0-r1:0 * Repository: gentoo * Maintainer: accessibility@gentoo.org sound@gentoo.org,bircoph@gentoo.org * USE: 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 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 ./sigpr ... making dependencies -- EST_Window.cc delta.cc filter.cc sigpr_frame.cc sigpr_utt.cc pitchmark.cc spectrogram.cc misc.cc fft.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 misc.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 sigpr_frame.cc sigpr_frame.cc: In function ‘void fbank2melcep(const EST_FVector&, EST_FVector&, float, bool)’: sigpr_frame.cc:719:23: warning: variable ‘cos_xform_order’ set but not used [-Wunused-but-set-variable] 719 | float pi_i_over_N,cos_xform_order,const_factor; | ^~~~~~~~~~~~~~~ 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 spectrogram.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 filter.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 pitchmark.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 EST_Window.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 delta.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 fft.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 sigpr_utt.cc In file included from ../include/EST_String.h:46, from ../include/EST_error.h:182, from sigpr_utt.cc:41: 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 parse_op_settings(EST_Features&, void (*&)(int, EST_TBuffer&, int), float&)’ at sigpr_utt.cc:65:15, inlined from ‘void sigpr_base(EST_Wave&, EST_Track&, EST_Features&, const EST_StrList&)’ at sigpr_utt.cc:149:22: ../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 parse_op_settings(EST_Features&, void (*&)(int, EST_TBuffer&, int), float&)’ at sigpr_utt.cc:65:29, inlined from ‘void sigpr_base(EST_Wave&, EST_Track&, EST_Features&, const EST_StrList&)’ at sigpr_utt.cc:149:22: ../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 | ^~~~ look at library estools look at library eststring look at library estbase EST_Window.o delta.o filter.o sigpr_frame.o sigpr_utt.o pitchmark.o spectrogram.o misc.o fft.o Update library estbase EST_Window.o delta.o filter.o sigpr_frame.o sigpr_utt.o pitchmark.o spectrogram.o misc.o fft.o a - EST_Window.o a - delta.o a - filter.o a - sigpr_frame.o a - sigpr_utt.o a - pitchmark.o a - spectrogram.o a - misc.o a - fft.o Making in directory sigpr/pda ... making dependencies -- pcb_smoother.cc smooth_pda.cc pda.cc srpd1.3.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 smooth_pda.cc smooth_pda.cc: In function ‘void smooth_portion(EST_Track&, EST_Features&)’: smooth_pda.cc:130:12: warning: ‘void operator delete(void*, std::size_t)’ called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 130 | delete a; | ^ smooth_pda.cc:106:33: note: returned from ‘void* operator new [](std::size_t)’ 106 | a = new float[c.num_frames()]; | ^ 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 pcb_smoother.cc pcb_smoother.cc: In function ‘void array_smoother(float*, int, Ms_Op*)’: pcb_smoother.cc:195:12: warning: ‘void operator delete(void*, long unsigned int)’ called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete] 195 | delete inarray; | ^~~~~~~ pcb_smoother.cc:70:33: note: returned from ‘void* operator new [](long unsigned int)’ 70 | inarray = new float[arraylen]; | ^ 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 pda.cc In file included from ../../include/EST_String.h:46, from ../../include/EST_UList.h:49, from ../../include/EST_TList.h:51, from ../../include/EST_TKVL.h:46, from ../../include/EST_Features.h:41, from ../../include/EST_Featured.h:39, from ../../include/EST_Wave.h:45, from ../../include/EST_speech_class.h:43, from pda.cc:37: 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 pda(EST_Wave&, EST_Track&, EST_Features&, EST_String)’ at pda.cc:56:19: ../../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 pda(EST_Wave&, EST_Track&, EST_Features&, EST_String)’ at pda.cc:56:32: ../../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 | ^~~~ 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 icda(EST_Wave&, EST_Track&, EST_Track&, EST_Features&, EST_String)’ at pda.cc:73:19: ../../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 icda(EST_Wave&, EST_Track&, EST_Track&, EST_Features&, EST_String)’ at pda.cc:73:32: ../../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 srpd1.3.cc look at library eststring look at library estools look at library estbase pcb_smoother.o smooth_pda.o pda.o srpd1.3.o Update library estbase pcb_smoother.o smooth_pda.o pda.o srpd1.3.o a - pcb_smoother.o a - smooth_pda.o a - pda.o a - srpd1.3.o Making in directory ./lib ... make est_program_makefile from est_program_makefile-in make[1]: *** No rule to make target 'libestools.so', needed by '.build_shared'. Stop. make: *** [config/rules/targets.mak:57: lib] Error 2 shuffle=3603884894 * 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:20221110-201909.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'