* Package: app-accessibility/speech-tools-2.1-r2  * Repository: gentoo  * Maintainer: accessibility@gentoo.org sound@gentoo.org  * USE: X abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU  * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking speech_tools-2.1-release.tar.gz to /var/tmp/portage/app-accessibility/speech-tools-2.1-r2/work >>> Unpacking speech_tools-2.1-r3-patches.tar.gz to /var/tmp/portage/app-accessibility/speech-tools-2.1-r2/work >>> Source unpacked in /var/tmp/portage/app-accessibility/speech-tools-2.1-r2/work >>> Preparing source in /var/tmp/portage/app-accessibility/speech-tools-2.1-r2/work/speech_tools ... * Applying various patches (bugfixes/updates) ... * 02_all_gcc42.patch ...  [ ok ] * 03_all_GentooLinux.patch ...  [ ok ] * 04_all_gcc42-doc.patch ...  [ ok ] * 05_all_sharedlib.patch ...  [ ok ] * 06_all_gcc43-include.patch ...  [ ok ] * 08_all_rateconv.patch ...  [ ok ] * 09_all_remove-shared-refs.patch ...  [ ok ] * 10_all_base_class.patch ...  [ ok ] * 81_all_etcpath.patch ...  [ ok ] * 91_all_gentoo-config.patch ...  [ ok ] * 92_all_ldflags_fix.patch ...  [ ok ] * 92_all_mixed_cxxflag_cflag_fix.patch ...  [ ok ] * 93_all_gcc4.7.patch ...  [ ok ] * 94_all_ncurses_tinfo.patch ...  [ ok ] * Done with patching * Applying speech-tools-2.1-underlinking.patch ...  [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-accessibility/speech-tools-2.1-r2/work/speech_tools ... * econf: updating speech_tools/config.guess with /usr/share/gnuconfig/config.guess * econf: updating speech_tools/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking for tputs in -lncurses... yes configure: creating ./config.status config.status: creating config/config >>> Source configured. >>> Compiling source in /var/tmp/portage/app-accessibility/speech-tools-2.1-r2/work/speech_tools ... make -j13 -j1 CC=x86_64-pc-linux-gnu-gcc CXX=x86_64-pc-linux-gnu-g++ 'CXX_OTHER_FLAGS=-march=native -O2 -pipe -fomit-frame-pointer -fweb -ftracer' 'CC_OTHER_FLAGS=-march=native -O2 -pipe -fomit-frame-pointer -fweb -ftracer' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed' Check system type Remake modincludes.inc NATIVE_AUDIO ok EDITLINE config/modules/editline.mak SIOD siod/siod.mak WAGON stats/wagon/wagon.mak SCFG grammar/scfg/scfg.mak WFST grammar/wfst/wfst.mak OLS stats/ols.mak RXP rxp/rxp.mak LINUX16_AUDIO config/modules/linux16_audio.mak Making in directory ./siod ... making dependencies -- siodeditline.c el_complete.c editline.c el_sys_unix.c slib.cc slib_core.cc slib_doc.cc slib_file.cc slib_format.cc slib_list.cc slib_math.cc slib_sys.cc slib_server.cc slib_str.cc slib_xtr.cc slib_repl.cc siod_fringe.cc siod_server.cc io.cc trace.cc EST_SiodServer.cc siod.cc siod_est.cc x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -march=native -O2 -pipe -fomit-frame-pointer -fweb -ftracer -fPIC -Wall -DSUPPORT_EDITLINE -I../include slib.cc In file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib.cc:89: ../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~ ../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << m(i) << " "; st << endl; ^~ In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib.cc:89: ../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~ ../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~ slib.cc: In function 'int f_getc(FILE*)': slib.cc:1523:13: warning: variable 'dflag' set but not used [-Wunused-but-set-variable] {long iflag,dflag; ^~~~~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -march=native -O2 -pipe -fomit-frame-pointer -fweb -ftracer -fPIC -Wall -DSUPPORT_EDITLINE -I../include slib_core.cc In file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_core.cc:12: ../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~ ../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << m(i) << " "; st << endl; ^~ In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_core.cc:12: ../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~ ../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -march=native -O2 -pipe -fomit-frame-pointer -fweb -ftracer -fPIC -Wall -DSUPPORT_EDITLINE -I../include slib_doc.cc In file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_doc.cc:13: ../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~ ../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << m(i) << " "; st << endl; ^~ In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_doc.cc:13: ../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~ ../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -march=native -O2 -pipe -fomit-frame-pointer -fweb -ftracer -fPIC -Wall -DSUPPORT_EDITLINE -I../include slib_file.cc In file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_file.cc:12: ../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~ ../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << m(i) << " "; st << endl; ^~ In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_file.cc:12: ../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~ ../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -march=native -O2 -pipe -fomit-frame-pointer -fweb -ftracer -fPIC -Wall -DSUPPORT_EDITLINE -I../include slib_format.cc In file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_format.cc:47: ../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~ ../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << m(i) << " "; st << endl; ^~ In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_format.cc:47: ../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~ ../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -march=native -O2 -pipe -fomit-frame-pointer -fweb -ftracer -fPIC -Wall -DSUPPORT_EDITLINE -I../include slib_list.cc In file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_list.cc:12: ../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~ ../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << m(i) << " "; st << endl; ^~ In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_list.cc:12: ../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~ ../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~ slib_list.cc: In function 'obj* eql(LISP, LISP)': slib_list.cc:78:28: warning: this 'else' clause does not guard... [-Wmisleading-indentation] {if EQ(x,y) return(truth); else ^~~~ slib_list.cc:82:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' return(NIL);} ^~~~~~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -march=native -O2 -pipe -fomit-frame-pointer -fweb -ftracer -fPIC -Wall -DSUPPORT_EDITLINE -I../include slib_math.cc In file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_math.cc:12: ../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~ ../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << m(i) << " "; st << endl; ^~ In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_math.cc:12: ../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~ ../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -march=native -O2 -pipe -fomit-frame-pointer -fweb -ftracer -fPIC -Wall -DSUPPORT_EDITLINE -I../include slib_sys.cc In file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_sys.cc:12: ../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~ ../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << m(i) << " "; st << endl; ^~ In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_sys.cc:12: ../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~ ../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~ slib_sys.cc: In function 'obj* lsystem(LISP)': slib_sys.cc:36:11: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result] system(get_c_string(name)); ~~~~~~^~~~~~~~~~~~~~~~~~~~ slib_sys.cc: In function 'obj* lchdir(LISP, LISP)': slib_sys.cc:57:7: warning: ignoring return value of 'int chdir(const char*)', declared with attribute warn_unused_result [-Wunused-result] chdir(home); ~~~~~^~~~~~ slib_sys.cc:62:7: warning: ignoring return value of 'int chdir(const char*)', declared with attribute warn_unused_result [-Wunused-result] chdir(get_c_string(leval(car(args),env))); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -march=native -O2 -pipe -fomit-frame-pointer -fweb -ftracer -fPIC -Wall -DSUPPORT_EDITLINE -I../include slib_server.cc In file included from ../include/EST_types.h:44:0, from ../include/EST_io_aux.h:46, from slib_server.cc:12: ../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~ ../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << m(i) << " "; st << endl; ^~ In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_io_aux.h:46, from slib_server.cc:12: ../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~ ../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~ slib_server.cc: In function 'obj* siod_send_lisp_to_client(LISP)': slib_server.cc:43:7: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result] write(siod_server_socket,"LP\n",3); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ slib_server.cc: In function 'void sock_acknowledge_error()': slib_server.cc:61:7: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result] write(siod_server_socket,"ER\n",3); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ slib_server.cc: In function 'void acknowledge_sock_print(LISP)': slib_server.cc:73:10: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result] write(siod_server_socket,"OK\n",3); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -march=native -O2 -pipe -fomit-frame-pointer -fweb -ftracer -fPIC -Wall -DSUPPORT_EDITLINE -I../include slib_str.cc In file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_str.cc:19: ../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~ ../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << m(i) << " "; st << endl; ^~ In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_str.cc:19: ../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~ ../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -march=native -O2 -pipe -fomit-frame-pointer -fweb -ftracer -fPIC -Wall -DSUPPORT_EDITLINE -I../include slib_xtr.cc In file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_xtr.cc:18: ../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~ ../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << m(i) << " "; st << endl; ^~ In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_xtr.cc:18: ../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~ ../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~ slib_xtr.cc: In function 'obj* fast_read(LISP)': slib_xtr.cc:462:12: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread(&tmp->storage_as.flonum.data, ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  sizeof(tmp->storage_as.flonum.data), ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  1, ~~  f); ~~ slib_xtr.cc:471:12: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread(tkbuffer,len,1,f); ~~~~~^~~~~~~~~~~~~~~~~~ slib_xtr.cc: In function 'long int get_long(FILE*)': slib_xtr.cc:345:7: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread(&i,sizeof(long),1,f); ~~~~~^~~~~~~~~~~~~~~~~~~~~ slib_xtr.cc: In function 'obj* array_fast_read(int, LISP)': slib_xtr.cc:523:12: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread(ptr->storage_as.string.data,len,1,f); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ slib_xtr.cc:533:12: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread(ptr->storage_as.double_array.data,sizeof(double),len,f); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ slib_xtr.cc:543:12: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] fread(ptr->storage_as.long_array.data,sizeof(long),len,f); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -march=native -O2 -pipe -fomit-frame-pointer -fweb -ftracer -fPIC -Wall -DSUPPORT_EDITLINE -I../include slib_repl.cc In file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_repl.cc:38: ../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~ ../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << m(i) << " "; st << endl; ^~ In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from slib_repl.cc:38: ../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~ ../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -march=native -O2 -pipe -fomit-frame-pointer -fweb -ftracer -fPIC -Wall -DSUPPORT_EDITLINE -I../include siod_fringe.cc In file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from siod_fringe.cc:40: ../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~ ../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << m(i) << " "; st << endl; ^~ In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from siod_fringe.cc:40: ../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~ ../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -march=native -O2 -pipe -fomit-frame-pointer -fweb -ftracer -fPIC -Wall -DSUPPORT_EDITLINE -I../include siod_server.cc In file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from siod_server.cc:40: ../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~ ../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << m(i) << " "; st << endl; ^~ In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from siod_server.cc:40: ../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~ ../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -march=native -O2 -pipe -fomit-frame-pointer -fweb -ftracer -fPIC -Wall -DSUPPORT_EDITLINE -I../include io.cc In file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from io.cc:52: ../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~ ../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << m(i) << " "; st << endl; ^~ In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from io.cc:52: ../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~ ../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -march=native -O2 -pipe -fomit-frame-pointer -fweb -ftracer -fPIC -Wall -DSUPPORT_EDITLINE -I../include trace.cc In file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from trace.cc:17: ../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~ ../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << m(i) << " "; st << endl; ^~ In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from trace.cc:17: ../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~ ../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -march=native -O2 -pipe -fomit-frame-pointer -fweb -ftracer -fPIC -Wall -DSUPPORT_EDITLINE -I../include EST_SiodServer.cc In file included from ../include/EST_types.h:44:0, from ../include/EST_Features.h:43, from ../include/EST_Server.h:38, from EST_SiodServer.h:38, from EST_SiodServer.cc:43: ../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~ ../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << m(i) << " "; st << endl; ^~ In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_Features.h:43, from ../include/EST_Server.h:38, from EST_SiodServer.h:38, from EST_SiodServer.cc:43: ../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~ ../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~ x86_64-pc-linux-gnu-g++ -c -fno-implicit-templates -march=native -O2 -pipe -fomit-frame-pointer -fweb -ftracer -fPIC -Wall -DSUPPORT_EDITLINE -I../include -DINSTANTIATE_TEMPLATES siod.cc In file included from ../include/EST_types.h:44:0, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from siod.cc:35: ../include/EST_TVector.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TVector&)': ../include/EST_TVector.h:316:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < m.n(); ++i) ^~~ ../include/EST_TVector.h:317:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << m(i) << " "; st << endl; ^~ In file included from ../include/EST_TSimpleMatrix.h:46:0, from ../include/EST_FMatrix.h:44, from ../include/EST_types.h:47, from ../include/EST_string_aux.h:45, from ../include/siod.h:18, from siod.cc:35: ../include/EST_TMatrix.h: In function 'std::ostream& operator<<(std::ostream&, const EST_TMatrix&)': ../include/EST_TMatrix.h:316:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (j = 0; j < a.num_columns(); ++j) ^~~ ../include/EST_TMatrix.h:317:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' st << a.a_no_check(i, j) << " "; st << endl; ^~ siod.cc: In function 'char** siod_variable_generator(char*, int)': siod.cc:462:18: error: invalid conversion from 'char' to 'char*' [-fpermissive] matches[i] = '\0'; ^~~~ siod.cc: In function 'char** siod_command_generator(char*, int)': siod.cc:501:18: error: invalid conversion from 'char' to 'char*' [-fpermissive] matches[i] = '\0'; ^~~~ make[1]: *** [../config/rules/c.mak:47: siod.o] Error 1 make: *** [config/rules/targets.mak:57: siod] Error 2 * ERROR: app-accessibility/speech-tools-2.1-r2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-accessibility/speech-tools-2.1-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-accessibility/speech-tools-2.1-r2::gentoo'`. * The complete build log is located at '/var/tmp/portage/app-accessibility/speech-tools-2.1-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-accessibility/speech-tools-2.1-r2/temp/environment'. * Working directory: '/var/tmp/portage/app-accessibility/speech-tools-2.1-r2/work/speech_tools' * S: '/var/tmp/portage/app-accessibility/speech-tools-2.1-r2/work/speech_tools'