<86>Nov 1 12:53:27 userdel[9364]: delete user 'rooter' <86>Nov 1 12:53:27 userdel[9364]: removed group 'rooter' owned by 'rooter' <86>Nov 1 12:53:27 userdel[9364]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 1 12:53:27 groupadd[9376]: group added to /etc/group: name=rooter, GID=573 <86>Nov 1 12:53:27 groupadd[9376]: group added to /etc/gshadow: name=rooter <86>Nov 1 12:53:27 groupadd[9376]: new group: name=rooter, GID=573 <86>Nov 1 12:53:27 useradd[9384]: new user: name=rooter, UID=573, GID=573, home=/root, shell=/bin/bash <86>Nov 1 12:53:27 userdel[9394]: delete user 'builder' <86>Nov 1 12:53:27 userdel[9394]: removed group 'builder' owned by 'builder' <86>Nov 1 12:53:27 userdel[9394]: removed shadow group 'builder' owned by 'builder' <86>Nov 1 12:53:27 groupadd[9404]: group added to /etc/group: name=builder, GID=574 <86>Nov 1 12:53:27 groupadd[9404]: group added to /etc/gshadow: name=builder <86>Nov 1 12:53:27 groupadd[9404]: new group: name=builder, GID=574 <86>Nov 1 12:53:27 useradd[9408]: new user: name=builder, UID=574, GID=574, home=/usr/src, shell=/bin/bash warning: Macro %gpl3plus not found warning: Macro %gpl3plus not found warning: Macro %gpl3plus not found warning: Macro %gpl3plus not found warning: Macro %_ttsdir not found warning: Macro %_ttsdir not found warning: Macro %tts_unregister not found warning: Macro %tts_unregister not found warning: Macro %_ttsdir not found <13>Nov 1 12:53:31 rpmi: libnatspec-0.3.1-alt2 1445691580 installed <13>Nov 1 12:53:31 rpmi: libalsa-1:1.1.9-alt2 sisyphus+229323.100.1.1 1557826759 installed <13>Nov 1 12:53:31 rpmi: libao-1:1.2.2-alt3 1512129138 installed <13>Nov 1 12:53:31 rpmi: gcc-c++-common-1.4.24-alt1 sisyphus+239632.400.3.1 1571789271 installed <13>Nov 1 12:53:32 rpmi: libstdc++9-devel-9.2.1-alt1 sisyphus+239632.100.3.1 1571782966 installed <13>Nov 1 12:53:33 rpmi: gcc9-c++-9.2.1-alt1 sisyphus+239632.100.3.1 1571782966 installed <13>Nov 1 12:53:33 rpmi: gcc-c++-9-alt1 sisyphus+239632.300.3.1 1571788297 installed <13>Nov 1 12:53:33 rpmi: libao-devel-1:1.2.2-alt3 1512129138 installed <13>Nov 1 12:53:33 rpmi: unzip-6.0-alt2.qa1 1366155324 installed <13>Nov 1 12:53:33 rpmi: rpm-macros-tts-20110208-alt1 1297133512 installed <13>Nov 1 12:53:33 rpmi: rpm-build-licenses-2.0.5-alt2 1454794749 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/espeak-1.44.05-alt4.nosrc.rpm Installing espeak-1.44.05-alt4.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.69335 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf espeak-1.44.05-source + echo 'Source #0 (espeak-1.44.05-source.zip):' Source #0 (espeak-1.44.05-source.zip): + /usr/bin/unzip -qq /usr/src/RPM/SOURCES/espeak-1.44.05-source.zip + cd espeak-1.44.05-source + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (espeak-alt-libao.patch):' Patch #1 (espeak-alt-libao.patch): + /usr/bin/patch -p1 patching file src/Makefile + /bin/rm -f ./src/portaudio.h + /bin/mv ./src/portaudio19.h ./src/portaudio.h + /bin/cp /usr/src/RPM/SOURCES/wave_ao.cpp ./src + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.69335 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd espeak-1.44.05-source + cp /usr/src/RPM/SOURCES/russian_data.zip ./ + unzip russian_data.zip Archive: russian_data.zip creating: russian_data/ inflating: russian_data/ReadMe inflating: russian_data/ru_listx + mv russian_data/ru_listx dictsource/ + cd src + cp /usr/src/RPM/SOURCES/espeak-dict.mak ./dict.mak + make -f dict.mak make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions speak.cpp speak.cpp: In function 'void DisplayVoices(FILE*, char*)': speak.cpp:160:6: warning: variable 'scores' set but not used [-Wunused-but-set-variable] 160 | int scores = 0; | ^~~~~~ speak.cpp: In function 'int main(int, char**)': speak.cpp:499:6: warning: unused variable 'speaking' [-Wunused-variable] 499 | int speaking = 0; | ^~~~~~~~ speak.cpp:506:7: warning: variable 'dictname' set but not used [-Wunused-but-set-variable] 506 | char dictname[40]; | ^~~~~~~~ g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions compiledict.cpp compiledict.cpp: In function 'int compile_line(char*, char*, int*)': compiledict.cpp:388:8: warning: variable 'comment' set but not used [-Wunused-but-set-variable] 388 | char *comment; | ^~~~~~~ compiledict.cpp: In function 'char* compile_rule(char*)': compiledict.cpp:1163:6: warning: variable 'pre_bracket' set but not used [-Wunused-but-set-variable] 1163 | int pre_bracket=0; | ^~~~~~~~~~~ compiledict.cpp: In function 'int CompileDictionary(const char*, const char*, FILE*, char*, int)': compiledict.cpp:1872:22: warning: 'rules.txt' directive writing 9 bytes into a region of size between 6 and 195 [-Wformat-overflow=] 1872 | sprintf(fname_in,"%srules.txt",path); | ^~~~~~~~~ In file included from /usr/include/stdio.h:862, from compiledict.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 10 and 199 bytes into a destination of size 195 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions dictionary.cpp dictionary.cpp: In function 'int Unpronouncable(Translator*, char*)': dictionary.cpp:797:7: warning: variable 'apostrophe' set but not used [-Wunused-but-set-variable] 797 | int apostrophe=0; | ^~~~~~~~~~ dictionary.cpp: In function 'void SetWordStress(Translator*, char*, unsigned int*, int, int)': dictionary.cpp:1351:8: warning: variable 'prev_stressed' set but not used [-Wunused-but-set-variable] 1351 | int prev_stressed; | ^~~~~~~~~~~~~ dictionary.cpp:1088:6: warning: variable 'post_tonic' set but not used [-Wunused-but-set-variable] 1088 | int post_tonic; | ^~~~~~~~~~ dictionary.cpp: In function 'int TranslateRules(Translator*, char*, char*, int, char*, int, unsigned int*)': dictionary.cpp:2367:21: warning: variable 'c123' set but not used [-Wunused-but-set-variable] 2367 | unsigned int c12, c123; | ^~~~ dictionary.cpp:2369:6: warning: variable 'wc_prev' set but not used [-Wunused-but-set-variable] 2369 | int wc_prev; | ^~~~~~~ dictionary.cpp: In function 'const char* LookupDict2(Translator*, const char*, const char*, char*, unsigned int*, int, WORD_TAB*)': dictionary.cpp:3136:17: warning: variable 'flags1' set but not used [-Wunused-but-set-variable] 3136 | unsigned int flags1 = 0; | ^~~~~~ In file included from /usr/include/string.h:507, from dictionary.cpp:25: In function 'char* strncpy(char*, const char*, size_t)', inlined from 'int LookupDictList(Translator*, char**, char*, unsigned int*, int, WORD_TAB*)' at dictionary.cpp:87:9: /usr/include/bits/string_fortified.h:106:34: warning: 'char* __builtin_strncpy(char*, const char*, unsigned int)' specified bound 20 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions intonation.cpp intonation.cpp: In function 'int calc_pitches2(int, int, int)': intonation.cpp:790:6: warning: variable 'continuing' set but not used [-Wunused-but-set-variable] 790 | int continuing = 0; | ^~~~~~~~~~ intonation.cpp: In function 'void CalcPitches_Tone(Translator*, int)': intonation.cpp:944:15: warning: variable 'prev2_tph' set but not used [-Wunused-but-set-variable] 944 | PHONEME_TAB *prev2_tph; // 2 tones previous | ^~~~~~~~~ g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions readclause.cpp readclause.cpp: In function 'int GetC()': readclause.cpp:461:16: warning: variable 'm' set but not used [-Wunused-but-set-variable] 461 | unsigned char m; | ^ readclause.cpp: In function 'int ReadClause(Translator*, FILE*, char*, short int*, int*, int, int*, char*)': readclause.cpp:2031:6: warning: variable 'prev_announced_punctuation' set but not used [-Wunused-but-set-variable] 2031 | int prev_announced_punctuation; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ readclause.cpp: In function 'const char* LookupCharName(Translator*, int, int)': readclause.cpp:660:28: warning: '%s' directive writing up to 59 bytes into a region of size 52 [-Wformat-overflow=] 660 | sprintf(buf,"[\002_^_%s %s _^_%s]]","en",phonemes2,WordToString2(tr->translator_name)); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from readclause.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 15 and 78 bytes into a destination of size 60 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readclause.cpp:667:22: warning: '%s' directive writing up to 59 bytes into a region of size 58 [-Wformat-overflow=] 667 | sprintf(buf,"[\002%s]] ",phonemes2); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from readclause.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 65 bytes into a destination of size 60 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readclause.cpp: In function 'int ReadClause(Translator*, FILE*, char*, short int*, int*, int, int*, char*)': readclause.cpp:583:26: warning: '%s' directive writing up to 54 bytes into a region of size 28 [-Wformat-overflow=] 583 | sprintf(text_out,"[\002%s]]",phonemes2); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from readclause.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 59 bytes into a destination of size 30 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions setlengths.cpp g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions numbers.cpp numbers.cpp: In function 'void LookupLetter(Translator*, unsigned int, int, char*, int)': numbers.cpp:509:8: warning: variable 'ptr' set but not used [-Wunused-but-set-variable] 509 | char *ptr; | ^~~ numbers.cpp: In function 'int LookupThousands(Translator*, int, int, int, char*)': numbers.cpp:1006:7: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] 1006 | if(!found_value & (number_control & 1)) | ^~~~~~~~~~~~ numbers.cpp: In function 'int TranslateNumber_1(Translator*, char*, char*, unsigned int*, WORD_TAB*, int)': numbers.cpp:1543:6: warning: variable 'hyphen' set but not used [-Wunused-but-set-variable] 1543 | int hyphen; | ^~~~~~ numbers.cpp: In function 'int LookupThousands(Translator*, int, int, int, char*)': numbers.cpp:1003:25: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1003 | sprintf(string,"_%dM%do",value,thousandplex); | ^~ numbers.cpp:1003:20: note: directive argument in the range [-2147483647, 2147483647] 1003 | sprintf(string,"_%dM%do",value,thousandplex); | ^~~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1009:25: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1009 | sprintf(string,"_%dM%de",value,thousandplex); | ^~ numbers.cpp:1009:20: note: directive argument in the range [-2147483647, 2147483647] 1009 | sprintf(string,"_%dM%de",value,thousandplex); | ^~~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1015:25: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1015 | sprintf(string,"_%dM%dx",value,thousandplex); | ^~ numbers.cpp:1015:20: note: directive argument in the range [-2147483647, 2147483647] 1015 | sprintf(string,"_%dM%dx",value,thousandplex); | ^~~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1021:24: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1021 | sprintf(string,"_%dM%d",value,thousandplex); | ^~ numbers.cpp:1021:19: note: directive argument in the range [-2147483647, 2147483647] 1021 | sprintf(string,"_%dM%d",value,thousandplex); | ^~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 24 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1039:26: warning: 'o' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=] 1039 | sprintf(string,"_%s%do",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1045:26: warning: 'e' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=] 1045 | sprintf(string,"_%s%de",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1051:26: warning: 'x' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=] 1051 | sprintf(string,"_%s%dx",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1057:25: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1057 | sprintf(string,"_%s%d",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 3 or more bytes (assuming 13) into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1063:25: warning: '%d' directive writing between 1 and 10 bytes into a region of size 9 [-Wformat-overflow=] 1063 | sprintf(string,"_0M%d", thousandplex-1); | ^~ numbers.cpp:1063:21: note: directive argument in the range [3, 2147483646] 1063 | sprintf(string,"_0M%d", thousandplex-1); | ^~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int LookupNum2(Translator*, int, int, char*)': numbers.cpp:1151:28: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1151 | sprintf(string,"_%d%cx",value,ord_type); // LANG=hu, special word for 1. 2. when there are no higher digits | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int LookupNum3(Translator*, int, char*, int, int, int)': numbers.cpp:1405:29: warning: '%s' directive writing up to 19 bytes into a region of size between 1 and 50 [-Wformat-overflow=] 1405 | sprintf(ph_thousands,"%s%s",ph_digits,ph_10T); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 69 bytes into a destination of size 50 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1403:29: warning: '%s' directive writing up to 49 bytes into a region of size between 31 and 50 [-Wformat-overflow=] 1403 | sprintf(ph_thousands,"%s%s",ph_10T,ph_digits); // say "thousands" before its number, not after | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 69 bytes into a destination of size 50 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1432:28: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1432 | sprintf(string, "_%dCo", hundreds); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1437:27: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1437 | sprintf(string,"_%dC0",hundreds); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1460:21: warning: '%s' directive writing up to 49 bytes into a region of size between 40 and 100 [-Wformat-overflow=] 1460 | sprintf(buf1,"%s%s%s%s",ph_thousands,ph_thousand_and,ph_digits,ph_100); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 129 bytes into a destination of size 100 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int TranslateNumber_1(Translator*, char*, char*, unsigned int*, WORD_TAB*, int)': numbers.cpp:1629:23: warning: '%s' directive writing up to 19 bytes into a region of size 18 [-Wformat-overflow=] 1629 | sprintf(string,"_#%s",suffix); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 3 and 22 bytes into a destination of size 20 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int TranslateLetter(Translator*, char*, char*, int)': numbers.cpp:675:24: warning: '%s' directive writing up to 59 bytes into a region of size between 40 and 59 [-Wformat-overflow=] 675 | sprintf(ph_buf2,"%c%s%s",0xff,capital,ph_buf); // the 0xff marker will be removed or replaced in SetSpellingStress() | ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 80 bytes into a destination of size 60 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:673:24: warning: '%s' directive writing up to 19 bytes into a region of size between 0 and 59 [-Wformat-overflow=] 673 | sprintf(ph_buf2,"%c%s%s",0xff,ph_buf,capital); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 80 bytes into a destination of size 60 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions synth_mbrola.cpp synth_mbrola.cpp: In function 'int MbrolaTranslate(PHONEME_LIST*, int, int, FILE*)': synth_mbrola.cpp:389:16: warning: variable 'prev' set but not used [-Wunused-but-set-variable] 389 | PHONEME_LIST *prev; | ^~~~ g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions synthdata.cpp g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions synthesize.cpp synthesize.cpp: In function 'int Generate(PHONEME_LIST*, int*, int)': synthesize.cpp:1308:15: warning: variable 'prev_ph' set but not used [-Wunused-but-set-variable] 1308 | PHONEME_TAB *prev_ph; | ^~~~~~~ g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions translate.cpp translate.cpp: In function 'int TranslateWord(Translator*, char*, int, WORD_TAB*)': translate.cpp:779:8: warning: variable 'ph_limit' set but not used [-Wunused-but-set-variable] 779 | char *ph_limit; | ^~~~~~~~ translate.cpp: In function 'void* TranslateClause(Translator*, FILE*, const void*, int*, char**)': translate.cpp:2294:6: warning: variable 'prev_in2' set but not used [-Wunused-but-set-variable] 2294 | int prev_in2=0; | ^~~~~~~~ translate.cpp:2318:6: warning: variable 'individual_digits' set but not used [-Wunused-but-set-variable] 2318 | int individual_digits; | ^~~~~~~~~~~~~~~~~ translate.cpp: In function 'int TranslateWord(Translator*, char*, int, WORD_TAB*)': translate.cpp:1174:34: warning: '%s' directive writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-overflow=] 1174 | sprintf(prefix_phonemes,"%s%s%s",phonemes,end_phonemes,prefix_phonemes2); | ^~ ~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from translate.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 330 bytes into a destination of size 160 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ translate.cpp:1372:53: warning: '%s' directive output may be truncated writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-truncation=] 1372 | snprintf(word_phonemes, sizeof(word_phonemes), "%s%s%s", unpron_phonemes, prefix_phonemes, phonemes); | ^~ ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from translate.cpp:22: /usr/include/bits/stdio2.h:64:35: note: '__builtin___snprintf_chk' output between 1 and 478 bytes into a destination of size 160 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ translate.cpp:1346:54: warning: '%s' directive output may be truncated writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-truncation=] 1346 | snprintf(word_phonemes, sizeof(word_phonemes), "%s%s%s", unpron_phonemes, prefix_phonemes, phonemes); | ^~ ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from translate.cpp:22: /usr/include/bits/stdio2.h:64:35: note: '__builtin___snprintf_chk' output between 1 and 478 bytes into a destination of size 160 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions mbrowrap.cpp mbrowrap.cpp: In function 'int start_mbrola(const char*)': mbrowrap.cpp:154:9: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result] 154 | write(p_stderr[1], mbr_errorbuf, strlen(mbr_errorbuf)); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mbrowrap.cpp:171:8: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result] 171 | write(2, mbr_errorbuf, strlen(mbr_errorbuf)); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mbrowrap.cpp: In function 'int mbrola_has_errors()': mbrowrap.cpp:312:8: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 160 [-Wformat-truncation=] 312 | "%s", buf_ptr); | ^~ In file included from /usr/include/stdio.h:862, from mbrowrap.cpp:22: /usr/include/bits/stdio2.h:64:35: note: '__builtin_snprintf' output between 1 and 256 bytes into a destination of size 160 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions tr_languages.cpp g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions voices.cpp voices.cpp: In function 'voice_t* LoadVoice(const char*, int)': voices.cpp:531:7: warning: variable 'error' set but not used [-Wunused-but-set-variable] 531 | int error = 0; | ^~~~~ voices.cpp: In function 'void GetVoices(const char*)': voices.cpp:1627:22: warning: '%s' directive writing up to 255 bytes into a region of size 249 [-Wformat-overflow=] 1627 | sprintf(fname,"%s%c%s",path,PATHSEP,ent->d_name); | ^~ In file included from /usr/include/stdio.h:862, from voices.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 250 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ voices.cpp: In function 'voice_t* LoadVoice(const char*, int)': voices.cpp:580:20: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 580 | sprintf(buf,"%s%s",path_voices,voicename); | ^ In file included from /usr/include/stdio.h:862, from voices.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 201 bytes into a destination of size 200 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ voices.cpp:588:23: warning: '%s' directive writing up to 39 bytes into a region of size between 35 and 199 [-Wformat-overflow=] 588 | sprintf(buf,"%s%s%c%s",path_voices,langname,PATHSEP,voicename); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from voices.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 205 bytes into a destination of size 200 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ voices.cpp:593:27: warning: '%s' directive writing up to 39 bytes into a region of size between 33 and 194 [-Wformat-overflow=] 593 | sprintf(buf,"%sextra%c%s",path_voices,PATHSEP,voicename); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from voices.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 7 and 207 bytes into a destination of size 200 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ voices.cpp:598:27: warning: '%s' directive writing up to 39 bytes into a region of size between 34 and 195 [-Wformat-overflow=] 598 | sprintf(buf,"%stest%c%s",path_voices,PATHSEP,voicename); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from voices.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 206 bytes into a destination of size 200 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions wavegen.cpp g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions phonemelist.cpp phonemelist.cpp: In function 'void MakePhonemeList(Translator*, int, int)': phonemelist.cpp:117:15: warning: variable 'prev' set but not used [-Wunused-but-set-variable] 117 | PHONEME_TAB *prev, *next, *next2; | ^~~~ phonemelist.cpp:126:6: warning: variable 'first_vowel' set but not used [-Wunused-but-set-variable] 126 | int first_vowel=0; // first vowel in a word | ^~~~~~~~~~~ g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions klatt.cpp g++ -o speak speak.o compiledict.o dictionary.o intonation.o readclause.o setlengths.o numbers.o synth_mbrola.o synthdata.o synthesize.o translate.o mbrowrap.o tr_languages.o voices.o wavegen.o phonemelist.o klatt.o -lstdc++ -lao -lpthread g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions speak_lib.cpp -o x_speak_lib.o speak_lib.cpp: In function 'int dispatch_audio(short int*, int, espeak_EVENT*)': speak_lib.cpp:99:7: warning: variable 'event_data' set but not used [-Wunused-but-set-variable] 99 | int event_data=0; | ^~~~~~~~~~ g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions compiledict.cpp -o x_compiledict.o compiledict.cpp: In function 'int compile_line(char*, char*, int*)': compiledict.cpp:388:8: warning: variable 'comment' set but not used [-Wunused-but-set-variable] 388 | char *comment; | ^~~~~~~ compiledict.cpp: In function 'char* compile_rule(char*)': compiledict.cpp:1163:6: warning: variable 'pre_bracket' set but not used [-Wunused-but-set-variable] 1163 | int pre_bracket=0; | ^~~~~~~~~~~ compiledict.cpp: In function 'int CompileDictionary(const char*, const char*, FILE*, char*, int)': compiledict.cpp:1872:22: warning: 'rules.txt' directive writing 9 bytes into a region of size between 6 and 195 [-Wformat-overflow=] 1872 | sprintf(fname_in,"%srules.txt",path); | ^~~~~~~~~ In file included from /usr/include/stdio.h:862, from compiledict.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 10 and 199 bytes into a destination of size 195 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions dictionary.cpp -o x_dictionary.o dictionary.cpp: In function 'int Unpronouncable(Translator*, char*)': dictionary.cpp:797:7: warning: variable 'apostrophe' set but not used [-Wunused-but-set-variable] 797 | int apostrophe=0; | ^~~~~~~~~~ dictionary.cpp: In function 'void SetWordStress(Translator*, char*, unsigned int*, int, int)': dictionary.cpp:1351:8: warning: variable 'prev_stressed' set but not used [-Wunused-but-set-variable] 1351 | int prev_stressed; | ^~~~~~~~~~~~~ dictionary.cpp:1088:6: warning: variable 'post_tonic' set but not used [-Wunused-but-set-variable] 1088 | int post_tonic; | ^~~~~~~~~~ dictionary.cpp: In function 'int TranslateRules(Translator*, char*, char*, int, char*, int, unsigned int*)': dictionary.cpp:2367:21: warning: variable 'c123' set but not used [-Wunused-but-set-variable] 2367 | unsigned int c12, c123; | ^~~~ dictionary.cpp:2369:6: warning: variable 'wc_prev' set but not used [-Wunused-but-set-variable] 2369 | int wc_prev; | ^~~~~~~ dictionary.cpp: In function 'const char* LookupDict2(Translator*, const char*, const char*, char*, unsigned int*, int, WORD_TAB*)': dictionary.cpp:3136:17: warning: variable 'flags1' set but not used [-Wunused-but-set-variable] 3136 | unsigned int flags1 = 0; | ^~~~~~ In file included from /usr/include/string.h:507, from dictionary.cpp:25: In function 'char* strncpy(char*, const char*, size_t)', inlined from 'int LookupDictList(Translator*, char**, char*, unsigned int*, int, WORD_TAB*)' at dictionary.cpp:87:9: /usr/include/bits/string_fortified.h:106:34: warning: 'char* __builtin_strncpy(char*, const char*, unsigned int)' specified bound 20 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions intonation.cpp -o x_intonation.o intonation.cpp: In function 'int calc_pitches2(int, int, int)': intonation.cpp:790:6: warning: variable 'continuing' set but not used [-Wunused-but-set-variable] 790 | int continuing = 0; | ^~~~~~~~~~ intonation.cpp: In function 'void CalcPitches_Tone(Translator*, int)': intonation.cpp:944:15: warning: variable 'prev2_tph' set but not used [-Wunused-but-set-variable] 944 | PHONEME_TAB *prev2_tph; // 2 tones previous | ^~~~~~~~~ g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions readclause.cpp -o x_readclause.o readclause.cpp: In function 'int GetC()': readclause.cpp:461:16: warning: variable 'm' set but not used [-Wunused-but-set-variable] 461 | unsigned char m; | ^ readclause.cpp: In function 'int ReadClause(Translator*, FILE*, char*, short int*, int*, int, int*, char*)': readclause.cpp:2031:6: warning: variable 'prev_announced_punctuation' set but not used [-Wunused-but-set-variable] 2031 | int prev_announced_punctuation; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ readclause.cpp: In function 'const char* LookupCharName(Translator*, int, int)': readclause.cpp:660:28: warning: '%s' directive writing up to 59 bytes into a region of size 52 [-Wformat-overflow=] 660 | sprintf(buf,"[\002_^_%s %s _^_%s]]","en",phonemes2,WordToString2(tr->translator_name)); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from readclause.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 15 and 78 bytes into a destination of size 60 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readclause.cpp:667:22: warning: '%s' directive writing up to 59 bytes into a region of size 58 [-Wformat-overflow=] 667 | sprintf(buf,"[\002%s]] ",phonemes2); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from readclause.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 65 bytes into a destination of size 60 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readclause.cpp: In function 'int ReadClause(Translator*, FILE*, char*, short int*, int*, int, int*, char*)': readclause.cpp:583:26: warning: '%s' directive writing up to 54 bytes into a region of size 28 [-Wformat-overflow=] 583 | sprintf(text_out,"[\002%s]]",phonemes2); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from readclause.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 59 bytes into a destination of size 30 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions setlengths.cpp -o x_setlengths.o g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions numbers.cpp -o x_numbers.o numbers.cpp: In function 'void LookupLetter(Translator*, unsigned int, int, char*, int)': numbers.cpp:509:8: warning: variable 'ptr' set but not used [-Wunused-but-set-variable] 509 | char *ptr; | ^~~ numbers.cpp: In function 'int LookupThousands(Translator*, int, int, int, char*)': numbers.cpp:1006:7: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] 1006 | if(!found_value & (number_control & 1)) | ^~~~~~~~~~~~ numbers.cpp: In function 'int TranslateNumber_1(Translator*, char*, char*, unsigned int*, WORD_TAB*, int)': numbers.cpp:1543:6: warning: variable 'hyphen' set but not used [-Wunused-but-set-variable] 1543 | int hyphen; | ^~~~~~ numbers.cpp: In function 'int LookupThousands(Translator*, int, int, int, char*)': numbers.cpp:1003:25: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1003 | sprintf(string,"_%dM%do",value,thousandplex); | ^~ numbers.cpp:1003:20: note: directive argument in the range [-2147483647, 2147483647] 1003 | sprintf(string,"_%dM%do",value,thousandplex); | ^~~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1009:25: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1009 | sprintf(string,"_%dM%de",value,thousandplex); | ^~ numbers.cpp:1009:20: note: directive argument in the range [-2147483647, 2147483647] 1009 | sprintf(string,"_%dM%de",value,thousandplex); | ^~~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1015:25: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1015 | sprintf(string,"_%dM%dx",value,thousandplex); | ^~ numbers.cpp:1015:20: note: directive argument in the range [-2147483647, 2147483647] 1015 | sprintf(string,"_%dM%dx",value,thousandplex); | ^~~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1021:24: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1021 | sprintf(string,"_%dM%d",value,thousandplex); | ^~ numbers.cpp:1021:19: note: directive argument in the range [-2147483647, 2147483647] 1021 | sprintf(string,"_%dM%d",value,thousandplex); | ^~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 24 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1039:26: warning: 'o' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=] 1039 | sprintf(string,"_%s%do",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1045:26: warning: 'e' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=] 1045 | sprintf(string,"_%s%de",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1051:26: warning: 'x' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=] 1051 | sprintf(string,"_%s%dx",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1057:25: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1057 | sprintf(string,"_%s%d",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 3 or more bytes (assuming 13) into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1063:25: warning: '%d' directive writing between 1 and 10 bytes into a region of size 9 [-Wformat-overflow=] 1063 | sprintf(string,"_0M%d", thousandplex-1); | ^~ numbers.cpp:1063:21: note: directive argument in the range [3, 2147483646] 1063 | sprintf(string,"_0M%d", thousandplex-1); | ^~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int LookupNum2(Translator*, int, int, char*)': numbers.cpp:1151:28: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1151 | sprintf(string,"_%d%cx",value,ord_type); // LANG=hu, special word for 1. 2. when there are no higher digits | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int LookupNum3(Translator*, int, char*, int, int, int)': numbers.cpp:1405:29: warning: '%s' directive writing up to 19 bytes into a region of size between 1 and 50 [-Wformat-overflow=] 1405 | sprintf(ph_thousands,"%s%s",ph_digits,ph_10T); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 69 bytes into a destination of size 50 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1403:29: warning: '%s' directive writing up to 49 bytes into a region of size between 31 and 50 [-Wformat-overflow=] 1403 | sprintf(ph_thousands,"%s%s",ph_10T,ph_digits); // say "thousands" before its number, not after | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 69 bytes into a destination of size 50 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1432:28: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1432 | sprintf(string, "_%dCo", hundreds); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1437:27: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1437 | sprintf(string,"_%dC0",hundreds); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1460:21: warning: '%s' directive writing up to 49 bytes into a region of size between 40 and 100 [-Wformat-overflow=] 1460 | sprintf(buf1,"%s%s%s%s",ph_thousands,ph_thousand_and,ph_digits,ph_100); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 129 bytes into a destination of size 100 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int TranslateNumber_1(Translator*, char*, char*, unsigned int*, WORD_TAB*, int)': numbers.cpp:1629:23: warning: '%s' directive writing up to 19 bytes into a region of size 18 [-Wformat-overflow=] 1629 | sprintf(string,"_#%s",suffix); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 3 and 22 bytes into a destination of size 20 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int TranslateLetter(Translator*, char*, char*, int)': numbers.cpp:675:24: warning: '%s' directive writing up to 59 bytes into a region of size between 40 and 59 [-Wformat-overflow=] 675 | sprintf(ph_buf2,"%c%s%s",0xff,capital,ph_buf); // the 0xff marker will be removed or replaced in SetSpellingStress() | ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 80 bytes into a destination of size 60 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:673:24: warning: '%s' directive writing up to 19 bytes into a region of size between 0 and 59 [-Wformat-overflow=] 673 | sprintf(ph_buf2,"%c%s%s",0xff,ph_buf,capital); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 80 bytes into a destination of size 60 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions synth_mbrola.cpp -o x_synth_mbrola.o synth_mbrola.cpp: In function 'int MbrolaTranslate(PHONEME_LIST*, int, int, FILE*)': synth_mbrola.cpp:389:16: warning: variable 'prev' set but not used [-Wunused-but-set-variable] 389 | PHONEME_LIST *prev; | ^~~~ g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions synthdata.cpp -o x_synthdata.o g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions synthesize.cpp -o x_synthesize.o synthesize.cpp: In function 'int Generate(PHONEME_LIST*, int*, int)': synthesize.cpp:1308:15: warning: variable 'prev_ph' set but not used [-Wunused-but-set-variable] 1308 | PHONEME_TAB *prev_ph; | ^~~~~~~ g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions translate.cpp -o x_translate.o translate.cpp: In function 'int TranslateWord(Translator*, char*, int, WORD_TAB*)': translate.cpp:779:8: warning: variable 'ph_limit' set but not used [-Wunused-but-set-variable] 779 | char *ph_limit; | ^~~~~~~~ translate.cpp: In function 'void* TranslateClause(Translator*, FILE*, const void*, int*, char**)': translate.cpp:2294:6: warning: variable 'prev_in2' set but not used [-Wunused-but-set-variable] 2294 | int prev_in2=0; | ^~~~~~~~ translate.cpp:2318:6: warning: variable 'individual_digits' set but not used [-Wunused-but-set-variable] 2318 | int individual_digits; | ^~~~~~~~~~~~~~~~~ translate.cpp: In function 'int TranslateWord(Translator*, char*, int, WORD_TAB*)': translate.cpp:1174:34: warning: '%s' directive writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-overflow=] 1174 | sprintf(prefix_phonemes,"%s%s%s",phonemes,end_phonemes,prefix_phonemes2); | ^~ ~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from translate.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 330 bytes into a destination of size 160 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ translate.cpp:1372:53: warning: '%s' directive output may be truncated writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-truncation=] 1372 | snprintf(word_phonemes, sizeof(word_phonemes), "%s%s%s", unpron_phonemes, prefix_phonemes, phonemes); | ^~ ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from translate.cpp:22: /usr/include/bits/stdio2.h:64:35: note: '__builtin___snprintf_chk' output between 1 and 478 bytes into a destination of size 160 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ translate.cpp:1346:54: warning: '%s' directive output may be truncated writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-truncation=] 1346 | snprintf(word_phonemes, sizeof(word_phonemes), "%s%s%s", unpron_phonemes, prefix_phonemes, phonemes); | ^~ ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from translate.cpp:22: /usr/include/bits/stdio2.h:64:35: note: '__builtin___snprintf_chk' output between 1 and 478 bytes into a destination of size 160 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions mbrowrap.cpp -o x_mbrowrap.o mbrowrap.cpp: In function 'int start_mbrola(const char*)': mbrowrap.cpp:154:9: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result] 154 | write(p_stderr[1], mbr_errorbuf, strlen(mbr_errorbuf)); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mbrowrap.cpp:171:8: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result] 171 | write(2, mbr_errorbuf, strlen(mbr_errorbuf)); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mbrowrap.cpp: In function 'int mbrola_has_errors()': mbrowrap.cpp:312:8: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 160 [-Wformat-truncation=] 312 | "%s", buf_ptr); | ^~ In file included from /usr/include/stdio.h:862, from mbrowrap.cpp:22: /usr/include/bits/stdio2.h:64:35: note: '__builtin_snprintf' output between 1 and 256 bytes into a destination of size 160 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions tr_languages.cpp -o x_tr_languages.o g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions voices.cpp -o x_voices.o voices.cpp: In function 'voice_t* LoadVoice(const char*, int)': voices.cpp:531:7: warning: variable 'error' set but not used [-Wunused-but-set-variable] 531 | int error = 0; | ^~~~~ voices.cpp: In function 'void GetVoices(const char*)': voices.cpp:1627:22: warning: '%s' directive writing up to 255 bytes into a region of size 249 [-Wformat-overflow=] 1627 | sprintf(fname,"%s%c%s",path,PATHSEP,ent->d_name); | ^~ In file included from /usr/include/stdio.h:862, from voices.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 250 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ voices.cpp: In function 'voice_t* LoadVoice(const char*, int)': voices.cpp:580:20: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 580 | sprintf(buf,"%s%s",path_voices,voicename); | ^ In file included from /usr/include/stdio.h:862, from voices.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 201 bytes into a destination of size 200 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ voices.cpp:588:23: warning: '%s' directive writing up to 39 bytes into a region of size between 35 and 199 [-Wformat-overflow=] 588 | sprintf(buf,"%s%s%c%s",path_voices,langname,PATHSEP,voicename); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from voices.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 205 bytes into a destination of size 200 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ voices.cpp:593:27: warning: '%s' directive writing up to 39 bytes into a region of size between 33 and 194 [-Wformat-overflow=] 593 | sprintf(buf,"%sextra%c%s",path_voices,PATHSEP,voicename); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from voices.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 7 and 207 bytes into a destination of size 200 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ voices.cpp:598:27: warning: '%s' directive writing up to 39 bytes into a region of size between 34 and 195 [-Wformat-overflow=] 598 | sprintf(buf,"%stest%c%s",path_voices,PATHSEP,voicename); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from voices.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 206 bytes into a destination of size 200 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions wavegen.cpp -o x_wavegen.o g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions phonemelist.cpp -o x_phonemelist.o phonemelist.cpp: In function 'void MakePhonemeList(Translator*, int, int)': phonemelist.cpp:117:15: warning: variable 'prev' set but not used [-Wunused-but-set-variable] 117 | PHONEME_TAB *prev, *next, *next2; | ^~~~ phonemelist.cpp:126:6: warning: variable 'first_vowel' set but not used [-Wunused-but-set-variable] 126 | int first_vowel=0; // first vowel in a word | ^~~~~~~~~~~ g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions espeak_command.cpp -o x_espeak_command.o g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions event.cpp -o x_event.o event.cpp: In function 'int sleep_until_timeout_or_stop_request(uint32_t)': event.cpp:389:22: warning: variable 'to' set but not used [-Wunused-but-set-variable] 389 | struct timespec ts, to; | ^~ g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions fifo.cpp -o x_fifo.o fifo.cpp: In function 'int sleep_until_start_request_or_inactivity()': fifo.cpp:296:27: warning: variable 'to' set but not used [-Wunused-but-set-variable] 296 | struct timespec ts, to; | ^~ g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions wave_ao.cpp -o x_wave_ao.o g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions debug.cpp -o x_debug.o g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions klatt.cpp -o x_klatt.o g++ -shared -Wl,-soname,libespeak.so.1 -o libespeak.so x_speak_lib.o x_compiledict.o x_dictionary.o x_intonation.o x_readclause.o x_setlengths.o x_numbers.o x_synth_mbrola.o x_synthdata.o x_synthesize.o x_translate.o x_mbrowrap.o x_tr_languages.o x_voices.o x_wavegen.o x_phonemelist.o x_espeak_command.o x_event.o x_fifo.o x_wave_ao.o x_debug.o x_klatt.o -lstdc++ -lao -lpthread ar cqs libespeak.a x_speak_lib.o x_compiledict.o x_dictionary.o x_intonation.o x_readclause.o x_setlengths.o x_numbers.o x_synth_mbrola.o x_synthdata.o x_synthesize.o x_translate.o x_mbrowrap.o x_tr_languages.o x_voices.o x_wavegen.o x_phonemelist.o x_espeak_command.o x_event.o x_fifo.o x_wave_ao.o x_debug.o x_klatt.o g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions espeak.cpp espeak.cpp: In function 'void DisplayVoices(FILE*, char*)': espeak.cpp:130:6: warning: variable 'scores' set but not used [-Wunused-but-set-variable] 130 | int scores = 0; | ^~~~~~ espeak.cpp: In function 'int main(int, char**)': espeak.cpp:394:7: warning: variable 'voice_mbrola' set but not used [-Wunused-but-set-variable] 394 | char voice_mbrola[20]; | ^~~~~~~~~~~~ espeak.cpp:395:7: warning: variable 'dictname' set but not used [-Wunused-but-set-variable] 395 | char dictname[40]; | ^~~~~~~~ espeak.cpp:753:8: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] 753 | fread(p_text,1,filesize,f_text); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -o espeak espeak.o -lstdc++ -L . -lespeak mv libespeak.so libespeak.so.1.1.44 make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' + cd ../dictsource + ../src/speak --compile=ru Using phonemetable: 'ru' Compiling: 'ru_listx' 197261 entries Compiling: 'ru_list' 122 entries Compiling: 'ru_rules' 508 rules, 34 groups (33) + cd ../src + make clean make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' rm -f *.o *.a *~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' + make -j8 'CXXFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions intonation.cpp intonation.cpp: In function 'int calc_pitches2(int, int, int)': intonation.cpp:790:6: warning: variable 'continuing' set but not used [-Wunused-but-set-variable] 790 | int continuing = 0; | ^~~~~~~~~~ intonation.cpp: In function 'void CalcPitches_Tone(Translator*, int)': intonation.cpp:944:15: warning: variable 'prev2_tph' set but not used [-Wunused-but-set-variable] 944 | PHONEME_TAB *prev2_tph; // 2 tones previous | ^~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions synth_mbrola.cpp synth_mbrola.cpp: In function 'int MbrolaTranslate(PHONEME_LIST*, int, int, FILE*)': synth_mbrola.cpp:389:16: warning: variable 'prev' set but not used [-Wunused-but-set-variable] 389 | PHONEME_LIST *prev; | ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions setlengths.cpp make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions readclause.cpp readclause.cpp: In function 'int GetC()': readclause.cpp:461:16: warning: variable 'm' set but not used [-Wunused-but-set-variable] 461 | unsigned char m; | ^ readclause.cpp: In function 'int ReadClause(Translator*, FILE*, char*, short int*, int*, int, int*, char*)': readclause.cpp:2031:6: warning: variable 'prev_announced_punctuation' set but not used [-Wunused-but-set-variable] 2031 | int prev_announced_punctuation; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ readclause.cpp: In function 'const char* LookupCharName(Translator*, int, int)': readclause.cpp:660:28: warning: '%s' directive writing up to 59 bytes into a region of size 52 [-Wformat-overflow=] 660 | sprintf(buf,"[\002_^_%s %s _^_%s]]","en",phonemes2,WordToString2(tr->translator_name)); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from readclause.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 15 and 78 bytes into a destination of size 60 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readclause.cpp:667:22: warning: '%s' directive writing up to 59 bytes into a region of size 58 [-Wformat-overflow=] 667 | sprintf(buf,"[\002%s]] ",phonemes2); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from readclause.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 65 bytes into a destination of size 60 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readclause.cpp: In function 'int ReadClause(Translator*, FILE*, char*, short int*, int*, int, int*, char*)': readclause.cpp:583:26: warning: '%s' directive writing up to 54 bytes into a region of size 28 [-Wformat-overflow=] 583 | sprintf(text_out,"[\002%s]]",phonemes2); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from readclause.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 59 bytes into a destination of size 30 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions speak.cpp speak.cpp: In function 'void DisplayVoices(FILE*, char*)': speak.cpp:160:6: warning: variable 'scores' set but not used [-Wunused-but-set-variable] 160 | int scores = 0; | ^~~~~~ speak.cpp: In function 'int main(int, char**)': speak.cpp:499:6: warning: unused variable 'speaking' [-Wunused-variable] 499 | int speaking = 0; | ^~~~~~~~ speak.cpp:506:7: warning: variable 'dictname' set but not used [-Wunused-but-set-variable] 506 | char dictname[40]; | ^~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions synthdata.cpp make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions numbers.cpp numbers.cpp: In function 'void LookupLetter(Translator*, unsigned int, int, char*, int)': numbers.cpp:509:8: warning: variable 'ptr' set but not used [-Wunused-but-set-variable] 509 | char *ptr; | ^~~ numbers.cpp: In function 'int LookupThousands(Translator*, int, int, int, char*)': numbers.cpp:1006:7: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] 1006 | if(!found_value & (number_control & 1)) | ^~~~~~~~~~~~ numbers.cpp: In function 'int TranslateNumber_1(Translator*, char*, char*, unsigned int*, WORD_TAB*, int)': numbers.cpp:1543:6: warning: variable 'hyphen' set but not used [-Wunused-but-set-variable] 1543 | int hyphen; | ^~~~~~ numbers.cpp: In function 'int LookupThousands(Translator*, int, int, int, char*)': numbers.cpp:1003:25: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1003 | sprintf(string,"_%dM%do",value,thousandplex); | ^~ numbers.cpp:1003:20: note: directive argument in the range [-2147483647, 2147483647] 1003 | sprintf(string,"_%dM%do",value,thousandplex); | ^~~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1009:25: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1009 | sprintf(string,"_%dM%de",value,thousandplex); | ^~ numbers.cpp:1009:20: note: directive argument in the range [-2147483647, 2147483647] 1009 | sprintf(string,"_%dM%de",value,thousandplex); | ^~~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1015:25: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1015 | sprintf(string,"_%dM%dx",value,thousandplex); | ^~ numbers.cpp:1015:20: note: directive argument in the range [-2147483647, 2147483647] 1015 | sprintf(string,"_%dM%dx",value,thousandplex); | ^~~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1021:24: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1021 | sprintf(string,"_%dM%d",value,thousandplex); | ^~ numbers.cpp:1021:19: note: directive argument in the range [-2147483647, 2147483647] 1021 | sprintf(string,"_%dM%d",value,thousandplex); | ^~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 24 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1039:26: warning: 'o' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=] 1039 | sprintf(string,"_%s%do",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1045:26: warning: 'e' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=] 1045 | sprintf(string,"_%s%de",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1051:26: warning: 'x' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=] 1051 | sprintf(string,"_%s%dx",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1057:25: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1057 | sprintf(string,"_%s%d",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 3 or more bytes (assuming 13) into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1063:25: warning: '%d' directive writing between 1 and 10 bytes into a region of size 9 [-Wformat-overflow=] 1063 | sprintf(string,"_0M%d", thousandplex-1); | ^~ numbers.cpp:1063:21: note: directive argument in the range [3, 2147483646] 1063 | sprintf(string,"_0M%d", thousandplex-1); | ^~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int LookupNum2(Translator*, int, int, char*)': numbers.cpp:1151:28: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1151 | sprintf(string,"_%d%cx",value,ord_type); // LANG=hu, special word for 1. 2. when there are no higher digits | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int LookupNum3(Translator*, int, char*, int, int, int)': numbers.cpp:1405:29: warning: '%s' directive writing up to 19 bytes into a region of size between 1 and 50 [-Wformat-overflow=] 1405 | sprintf(ph_thousands,"%s%s",ph_digits,ph_10T); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 69 bytes into a destination of size 50 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1403:29: warning: '%s' directive writing up to 49 bytes into a region of size between 31 and 50 [-Wformat-overflow=] 1403 | sprintf(ph_thousands,"%s%s",ph_10T,ph_digits); // say "thousands" before its number, not after | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 69 bytes into a destination of size 50 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1432:28: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1432 | sprintf(string, "_%dCo", hundreds); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1437:27: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1437 | sprintf(string,"_%dC0",hundreds); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1460:21: warning: '%s' directive writing up to 49 bytes into a region of size between 40 and 100 [-Wformat-overflow=] 1460 | sprintf(buf1,"%s%s%s%s",ph_thousands,ph_thousand_and,ph_digits,ph_100); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 129 bytes into a destination of size 100 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int TranslateNumber_1(Translator*, char*, char*, unsigned int*, WORD_TAB*, int)': numbers.cpp:1629:23: warning: '%s' directive writing up to 19 bytes into a region of size 18 [-Wformat-overflow=] 1629 | sprintf(string,"_#%s",suffix); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 3 and 22 bytes into a destination of size 20 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int TranslateLetter(Translator*, char*, char*, int)': numbers.cpp:675:24: warning: '%s' directive writing up to 59 bytes into a region of size between 40 and 59 [-Wformat-overflow=] 675 | sprintf(ph_buf2,"%c%s%s",0xff,capital,ph_buf); // the 0xff marker will be removed or replaced in SetSpellingStress() | ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 80 bytes into a destination of size 60 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:673:24: warning: '%s' directive writing up to 19 bytes into a region of size between 0 and 59 [-Wformat-overflow=] 673 | sprintf(ph_buf2,"%c%s%s",0xff,ph_buf,capital); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 80 bytes into a destination of size 60 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions tr_languages.cpp make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions voices.cpp voices.cpp: In function 'voice_t* LoadVoice(const char*, int)': voices.cpp:531:7: warning: variable 'error' set but not used [-Wunused-but-set-variable] 531 | int error = 0; | ^~~~~ voices.cpp: In function 'void GetVoices(const char*)': voices.cpp:1627:22: warning: '%s' directive writing up to 255 bytes into a region of size 249 [-Wformat-overflow=] 1627 | sprintf(fname,"%s%c%s",path,PATHSEP,ent->d_name); | ^~ In file included from /usr/include/stdio.h:862, from voices.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 250 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ voices.cpp: In function 'voice_t* LoadVoice(const char*, int)': voices.cpp:580:20: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 580 | sprintf(buf,"%s%s",path_voices,voicename); | ^ In file included from /usr/include/stdio.h:862, from voices.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 201 bytes into a destination of size 200 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ voices.cpp:588:23: warning: '%s' directive writing up to 39 bytes into a region of size between 35 and 199 [-Wformat-overflow=] 588 | sprintf(buf,"%s%s%c%s",path_voices,langname,PATHSEP,voicename); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from voices.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 205 bytes into a destination of size 200 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ voices.cpp:593:27: warning: '%s' directive writing up to 39 bytes into a region of size between 33 and 194 [-Wformat-overflow=] 593 | sprintf(buf,"%sextra%c%s",path_voices,PATHSEP,voicename); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from voices.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 7 and 207 bytes into a destination of size 200 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ voices.cpp:598:27: warning: '%s' directive writing up to 39 bytes into a region of size between 34 and 195 [-Wformat-overflow=] 598 | sprintf(buf,"%stest%c%s",path_voices,PATHSEP,voicename); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from voices.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 206 bytes into a destination of size 200 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions mbrowrap.cpp mbrowrap.cpp: In function 'int start_mbrola(const char*)': mbrowrap.cpp:154:9: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result] 154 | write(p_stderr[1], mbr_errorbuf, strlen(mbr_errorbuf)); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mbrowrap.cpp:171:8: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result] 171 | write(2, mbr_errorbuf, strlen(mbr_errorbuf)); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mbrowrap.cpp: In function 'int mbrola_has_errors()': mbrowrap.cpp:312:8: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 160 [-Wformat-truncation=] 312 | "%s", buf_ptr); | ^~ In file included from /usr/include/stdio.h:862, from mbrowrap.cpp:22: /usr/include/bits/stdio2.h:64:35: note: '__builtin_snprintf' output between 1 and 256 bytes into a destination of size 160 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions dictionary.cpp dictionary.cpp: In function 'int Unpronouncable(Translator*, char*)': dictionary.cpp:797:7: warning: variable 'apostrophe' set but not used [-Wunused-but-set-variable] 797 | int apostrophe=0; | ^~~~~~~~~~ dictionary.cpp: In function 'void SetWordStress(Translator*, char*, unsigned int*, int, int)': dictionary.cpp:1351:8: warning: variable 'prev_stressed' set but not used [-Wunused-but-set-variable] 1351 | int prev_stressed; | ^~~~~~~~~~~~~ dictionary.cpp:1088:6: warning: variable 'post_tonic' set but not used [-Wunused-but-set-variable] 1088 | int post_tonic; | ^~~~~~~~~~ dictionary.cpp: In function 'int TranslateRules(Translator*, char*, char*, int, char*, int, unsigned int*)': dictionary.cpp:2367:21: warning: variable 'c123' set but not used [-Wunused-but-set-variable] 2367 | unsigned int c12, c123; | ^~~~ dictionary.cpp:2369:6: warning: variable 'wc_prev' set but not used [-Wunused-but-set-variable] 2369 | int wc_prev; | ^~~~~~~ dictionary.cpp: In function 'const char* LookupDict2(Translator*, const char*, const char*, char*, unsigned int*, int, WORD_TAB*)': dictionary.cpp:3136:17: warning: variable 'flags1' set but not used [-Wunused-but-set-variable] 3136 | unsigned int flags1 = 0; | ^~~~~~ In file included from /usr/include/string.h:507, from dictionary.cpp:25: In function 'char* strncpy(char*, const char*, size_t)', inlined from 'void strncpy0(char*, const char*, int)' at dictionary.cpp:87:9, inlined from 'int LookupDictList(Translator*, char**, char*, unsigned int*, int, WORD_TAB*)' at dictionary.cpp:3247:12: /usr/include/bits/string_fortified.h:106:34: warning: 'char* __builtin_strncpy(char*, const char*, unsigned int)' specified bound 20 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions phonemelist.cpp phonemelist.cpp: In function 'void MakePhonemeList(Translator*, int, int)': phonemelist.cpp:117:15: warning: variable 'prev' set but not used [-Wunused-but-set-variable] 117 | PHONEME_TAB *prev, *next, *next2; | ^~~~ phonemelist.cpp:126:6: warning: variable 'first_vowel' set but not used [-Wunused-but-set-variable] 126 | int first_vowel=0; // first vowel in a word | ^~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions compiledict.cpp -o x_compiledict.o compiledict.cpp: In function 'int compile_line(char*, char*, int*)': compiledict.cpp:388:8: warning: variable 'comment' set but not used [-Wunused-but-set-variable] 388 | char *comment; | ^~~~~~~ compiledict.cpp: In function 'char* compile_rule(char*)': compiledict.cpp:1163:6: warning: variable 'pre_bracket' set but not used [-Wunused-but-set-variable] 1163 | int pre_bracket=0; | ^~~~~~~~~~~ compiledict.cpp: In function 'int CompileDictionary(const char*, const char*, FILE*, char*, int)': compiledict.cpp:1872:22: warning: 'rules.txt' directive writing 9 bytes into a region of size between 6 and 195 [-Wformat-overflow=] 1872 | sprintf(fname_in,"%srules.txt",path); | ^~~~~~~~~ In file included from /usr/include/stdio.h:862, from compiledict.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 10 and 199 bytes into a destination of size 195 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions compiledict.cpp compiledict.cpp: In function 'int compile_line(char*, char*, int*)': compiledict.cpp:388:8: warning: variable 'comment' set but not used [-Wunused-but-set-variable] 388 | char *comment; | ^~~~~~~ compiledict.cpp: In function 'char* compile_rule(char*)': compiledict.cpp:1163:6: warning: variable 'pre_bracket' set but not used [-Wunused-but-set-variable] 1163 | int pre_bracket=0; | ^~~~~~~~~~~ compiledict.cpp: In function 'int CompileDictionary(const char*, const char*, FILE*, char*, int)': compiledict.cpp:1872:22: warning: 'rules.txt' directive writing 9 bytes into a region of size between 6 and 195 [-Wformat-overflow=] 1872 | sprintf(fname_in,"%srules.txt",path); | ^~~~~~~~~ In file included from /usr/include/stdio.h:862, from compiledict.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 10 and 199 bytes into a destination of size 195 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions translate.cpp translate.cpp: In function 'int TranslateWord(Translator*, char*, int, WORD_TAB*)': translate.cpp:779:8: warning: variable 'ph_limit' set but not used [-Wunused-but-set-variable] 779 | char *ph_limit; | ^~~~~~~~ translate.cpp: In function 'void* TranslateClause(Translator*, FILE*, const void*, int*, char**)': translate.cpp:2294:6: warning: variable 'prev_in2' set but not used [-Wunused-but-set-variable] 2294 | int prev_in2=0; | ^~~~~~~~ translate.cpp:2318:6: warning: variable 'individual_digits' set but not used [-Wunused-but-set-variable] 2318 | int individual_digits; | ^~~~~~~~~~~~~~~~~ translate.cpp: In function 'int TranslateWord(Translator*, char*, int, WORD_TAB*)': translate.cpp:1174:34: warning: '%s' directive writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-overflow=] 1174 | sprintf(prefix_phonemes,"%s%s%s",phonemes,end_phonemes,prefix_phonemes2); | ^~ ~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from translate.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 330 bytes into a destination of size 160 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ translate.cpp:1372:53: warning: '%s' directive output may be truncated writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-truncation=] 1372 | snprintf(word_phonemes, sizeof(word_phonemes), "%s%s%s", unpron_phonemes, prefix_phonemes, phonemes); | ^~ ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from translate.cpp:22: /usr/include/bits/stdio2.h:64:35: note: '__builtin___snprintf_chk' output between 1 and 478 bytes into a destination of size 160 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ translate.cpp:1346:54: warning: '%s' directive output may be truncated writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-truncation=] 1346 | snprintf(word_phonemes, sizeof(word_phonemes), "%s%s%s", unpron_phonemes, prefix_phonemes, phonemes); | ^~ ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from translate.cpp:22: /usr/include/bits/stdio2.h:64:35: note: '__builtin___snprintf_chk' output between 1 and 478 bytes into a destination of size 160 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions speak_lib.cpp -o x_speak_lib.o speak_lib.cpp: In function 'int dispatch_audio(short int*, int, espeak_EVENT*)': speak_lib.cpp:99:7: warning: variable 'event_data' set but not used [-Wunused-but-set-variable] 99 | int event_data=0; | ^~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions klatt.cpp make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions wavegen.cpp make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions synthesize.cpp synthesize.cpp: In function 'int Generate(PHONEME_LIST*, int*, int)': synthesize.cpp:1308:15: warning: variable 'prev_ph' set but not used [-Wunused-but-set-variable] 1308 | PHONEME_TAB *prev_ph; | ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions intonation.cpp -o x_intonation.o intonation.cpp: In function 'int calc_pitches2(int, int, int)': intonation.cpp:790:6: warning: variable 'continuing' set but not used [-Wunused-but-set-variable] 790 | int continuing = 0; | ^~~~~~~~~~ intonation.cpp: In function 'void CalcPitches_Tone(Translator*, int)': intonation.cpp:944:15: warning: variable 'prev2_tph' set but not used [-Wunused-but-set-variable] 944 | PHONEME_TAB *prev2_tph; // 2 tones previous | ^~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions setlengths.cpp -o x_setlengths.o make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions synthdata.cpp -o x_synthdata.o make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions mbrowrap.cpp -o x_mbrowrap.o mbrowrap.cpp: In function 'int start_mbrola(const char*)': mbrowrap.cpp:154:9: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result] 154 | write(p_stderr[1], mbr_errorbuf, strlen(mbr_errorbuf)); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mbrowrap.cpp:171:8: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result] 171 | write(2, mbr_errorbuf, strlen(mbr_errorbuf)); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mbrowrap.cpp: In function 'int mbrola_has_errors()': mbrowrap.cpp:312:8: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 160 [-Wformat-truncation=] 312 | "%s", buf_ptr); | ^~ In file included from /usr/include/stdio.h:862, from mbrowrap.cpp:22: /usr/include/bits/stdio2.h:64:35: note: '__builtin_snprintf' output between 1 and 256 bytes into a destination of size 160 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions synthesize.cpp -o x_synthesize.o synthesize.cpp: In function 'int Generate(PHONEME_LIST*, int*, int)': synthesize.cpp:1308:15: warning: variable 'prev_ph' set but not used [-Wunused-but-set-variable] 1308 | PHONEME_TAB *prev_ph; | ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions synth_mbrola.cpp -o x_synth_mbrola.o synth_mbrola.cpp: In function 'int MbrolaTranslate(PHONEME_LIST*, int, int, FILE*)': synth_mbrola.cpp:389:16: warning: variable 'prev' set but not used [-Wunused-but-set-variable] 389 | PHONEME_LIST *prev; | ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions tr_languages.cpp -o x_tr_languages.o make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions phonemelist.cpp -o x_phonemelist.o phonemelist.cpp: In function 'void MakePhonemeList(Translator*, int, int)': phonemelist.cpp:117:15: warning: variable 'prev' set but not used [-Wunused-but-set-variable] 117 | PHONEME_TAB *prev, *next, *next2; | ^~~~ phonemelist.cpp:126:6: warning: variable 'first_vowel' set but not used [-Wunused-but-set-variable] 126 | int first_vowel=0; // first vowel in a word | ^~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions numbers.cpp -o x_numbers.o numbers.cpp: In function 'void LookupLetter(Translator*, unsigned int, int, char*, int)': numbers.cpp:509:8: warning: variable 'ptr' set but not used [-Wunused-but-set-variable] 509 | char *ptr; | ^~~ numbers.cpp: In function 'int LookupThousands(Translator*, int, int, int, char*)': numbers.cpp:1006:7: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] 1006 | if(!found_value & (number_control & 1)) | ^~~~~~~~~~~~ numbers.cpp: In function 'int TranslateNumber_1(Translator*, char*, char*, unsigned int*, WORD_TAB*, int)': numbers.cpp:1543:6: warning: variable 'hyphen' set but not used [-Wunused-but-set-variable] 1543 | int hyphen; | ^~~~~~ numbers.cpp: In function 'int LookupThousands(Translator*, int, int, int, char*)': numbers.cpp:1003:25: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1003 | sprintf(string,"_%dM%do",value,thousandplex); | ^~ numbers.cpp:1003:20: note: directive argument in the range [-2147483647, 2147483647] 1003 | sprintf(string,"_%dM%do",value,thousandplex); | ^~~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1009:25: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1009 | sprintf(string,"_%dM%de",value,thousandplex); | ^~ numbers.cpp:1009:20: note: directive argument in the range [-2147483647, 2147483647] 1009 | sprintf(string,"_%dM%de",value,thousandplex); | ^~~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1015:25: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1015 | sprintf(string,"_%dM%dx",value,thousandplex); | ^~ numbers.cpp:1015:20: note: directive argument in the range [-2147483647, 2147483647] 1015 | sprintf(string,"_%dM%dx",value,thousandplex); | ^~~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1021:24: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1021 | sprintf(string,"_%dM%d",value,thousandplex); | ^~ numbers.cpp:1021:19: note: directive argument in the range [-2147483647, 2147483647] 1021 | sprintf(string,"_%dM%d",value,thousandplex); | ^~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 24 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1039:26: warning: 'o' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=] 1039 | sprintf(string,"_%s%do",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1045:26: warning: 'e' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=] 1045 | sprintf(string,"_%s%de",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1051:26: warning: 'x' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=] 1051 | sprintf(string,"_%s%dx",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1057:25: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1057 | sprintf(string,"_%s%d",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 3 or more bytes (assuming 13) into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1063:25: warning: '%d' directive writing between 1 and 10 bytes into a region of size 9 [-Wformat-overflow=] 1063 | sprintf(string,"_0M%d", thousandplex-1); | ^~ numbers.cpp:1063:21: note: directive argument in the range [3, 2147483646] 1063 | sprintf(string,"_0M%d", thousandplex-1); | ^~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int LookupNum2(Translator*, int, int, char*)': numbers.cpp:1151:28: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1151 | sprintf(string,"_%d%cx",value,ord_type); // LANG=hu, special word for 1. 2. when there are no higher digits | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int LookupNum3(Translator*, int, char*, int, int, int)': numbers.cpp:1405:29: warning: '%s' directive writing up to 19 bytes into a region of size between 1 and 50 [-Wformat-overflow=] 1405 | sprintf(ph_thousands,"%s%s",ph_digits,ph_10T); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 69 bytes into a destination of size 50 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1403:29: warning: '%s' directive writing up to 49 bytes into a region of size between 31 and 50 [-Wformat-overflow=] 1403 | sprintf(ph_thousands,"%s%s",ph_10T,ph_digits); // say "thousands" before its number, not after | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 69 bytes into a destination of size 50 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1432:28: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1432 | sprintf(string, "_%dCo", hundreds); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1437:27: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1437 | sprintf(string,"_%dC0",hundreds); | ^ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1460:21: warning: '%s' directive writing up to 49 bytes into a region of size between 40 and 100 [-Wformat-overflow=] 1460 | sprintf(buf1,"%s%s%s%s",ph_thousands,ph_thousand_and,ph_digits,ph_100); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 129 bytes into a destination of size 100 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int TranslateNumber_1(Translator*, char*, char*, unsigned int*, WORD_TAB*, int)': numbers.cpp:1629:23: warning: '%s' directive writing up to 19 bytes into a region of size 18 [-Wformat-overflow=] 1629 | sprintf(string,"_#%s",suffix); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 3 and 22 bytes into a destination of size 20 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int TranslateLetter(Translator*, char*, char*, int)': numbers.cpp:675:24: warning: '%s' directive writing up to 59 bytes into a region of size between 40 and 59 [-Wformat-overflow=] 675 | sprintf(ph_buf2,"%c%s%s",0xff,capital,ph_buf); // the 0xff marker will be removed or replaced in SetSpellingStress() | ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 80 bytes into a destination of size 60 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:673:24: warning: '%s' directive writing up to 19 bytes into a region of size between 0 and 59 [-Wformat-overflow=] 673 | sprintf(ph_buf2,"%c%s%s",0xff,ph_buf,capital); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:862, from numbers.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 80 bytes into a destination of size 60 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions dictionary.cpp -o x_dictionary.o dictionary.cpp: In function 'int Unpronouncable(Translator*, char*)': dictionary.cpp:797:7: warning: variable 'apostrophe' set but not used [-Wunused-but-set-variable] 797 | int apostrophe=0; | ^~~~~~~~~~ dictionary.cpp: In function 'void SetWordStress(Translator*, char*, unsigned int*, int, int)': dictionary.cpp:1351:8: warning: variable 'prev_stressed' set but not used [-Wunused-but-set-variable] 1351 | int prev_stressed; | ^~~~~~~~~~~~~ dictionary.cpp:1088:6: warning: variable 'post_tonic' set but not used [-Wunused-but-set-variable] 1088 | int post_tonic; | ^~~~~~~~~~ dictionary.cpp: In function 'int TranslateRules(Translator*, char*, char*, int, char*, int, unsigned int*)': dictionary.cpp:2367:21: warning: variable 'c123' set but not used [-Wunused-but-set-variable] 2367 | unsigned int c12, c123; | ^~~~ dictionary.cpp:2369:6: warning: variable 'wc_prev' set but not used [-Wunused-but-set-variable] 2369 | int wc_prev; | ^~~~~~~ dictionary.cpp: In function 'const char* LookupDict2(Translator*, const char*, const char*, char*, unsigned int*, int, WORD_TAB*)': dictionary.cpp:3136:17: warning: variable 'flags1' set but not used [-Wunused-but-set-variable] 3136 | unsigned int flags1 = 0; | ^~~~~~ In file included from /usr/include/string.h:507, from dictionary.cpp:25: In function 'char* strncpy(char*, const char*, size_t)', inlined from 'void strncpy0(char*, const char*, int)' at dictionary.cpp:87:9, inlined from 'int LookupDictList(Translator*, char**, char*, unsigned int*, int, WORD_TAB*)' at dictionary.cpp:3247:12: /usr/include/bits/string_fortified.h:106:34: warning: 'char* __builtin_strncpy(char*, const char*, unsigned int)' specified bound 20 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions espeak_command.cpp -o x_espeak_command.o make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions translate.cpp -o x_translate.o translate.cpp: In function 'int TranslateWord(Translator*, char*, int, WORD_TAB*)': translate.cpp:779:8: warning: variable 'ph_limit' set but not used [-Wunused-but-set-variable] 779 | char *ph_limit; | ^~~~~~~~ translate.cpp: In function 'void* TranslateClause(Translator*, FILE*, const void*, int*, char**)': translate.cpp:2294:6: warning: variable 'prev_in2' set but not used [-Wunused-but-set-variable] 2294 | int prev_in2=0; | ^~~~~~~~ translate.cpp:2318:6: warning: variable 'individual_digits' set but not used [-Wunused-but-set-variable] 2318 | int individual_digits; | ^~~~~~~~~~~~~~~~~ translate.cpp: In function 'int TranslateWord(Translator*, char*, int, WORD_TAB*)': translate.cpp:1174:34: warning: '%s' directive writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-overflow=] 1174 | sprintf(prefix_phonemes,"%s%s%s",phonemes,end_phonemes,prefix_phonemes2); | ^~ ~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from translate.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 330 bytes into a destination of size 160 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ translate.cpp:1372:53: warning: '%s' directive output may be truncated writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-truncation=] 1372 | snprintf(word_phonemes, sizeof(word_phonemes), "%s%s%s", unpron_phonemes, prefix_phonemes, phonemes); | ^~ ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from translate.cpp:22: /usr/include/bits/stdio2.h:64:35: note: '__builtin___snprintf_chk' output between 1 and 478 bytes into a destination of size 160 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ translate.cpp:1346:54: warning: '%s' directive output may be truncated writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-truncation=] 1346 | snprintf(word_phonemes, sizeof(word_phonemes), "%s%s%s", unpron_phonemes, prefix_phonemes, phonemes); | ^~ ~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:862, from translate.cpp:22: /usr/include/bits/stdio2.h:64:35: note: '__builtin___snprintf_chk' output between 1 and 478 bytes into a destination of size 160 64 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions debug.cpp -o x_debug.o make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions event.cpp -o x_event.o event.cpp: In function 'int sleep_until_timeout_or_stop_request(uint32_t)': event.cpp:389:22: warning: variable 'to' set but not used [-Wunused-but-set-variable] 389 | struct timespec ts, to; | ^~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions wave_ao.cpp -o x_wave_ao.o make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -o speak speak.o compiledict.o dictionary.o intonation.o readclause.o setlengths.o numbers.o synth_mbrola.o synthdata.o synthesize.o translate.o mbrowrap.o tr_languages.o voices.o wavegen.o phonemelist.o klatt.o -lstdc++ -lao -lpthread make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions voices.cpp -o x_voices.o voices.cpp: In function 'voice_t* LoadVoice(const char*, int)': voices.cpp:531:7: warning: variable 'error' set but not used [-Wunused-but-set-variable] 531 | int error = 0; | ^~~~~ voices.cpp: In function 'void GetVoices(const char*)': voices.cpp:1627:22: warning: '%s' directive writing up to 255 bytes into a region of size 249 [-Wformat-overflow=] 1627 | sprintf(fname,"%s%c%s",path,PATHSEP,ent->d_name); | ^~ In file included from /usr/include/stdio.h:862, from voices.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 250 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ voices.cpp: In function 'voice_t* LoadVoice(const char*, int)': voices.cpp:580:20: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 580 | sprintf(buf,"%s%s",path_voices,voicename); | ^ In file included from /usr/include/stdio.h:862, from voices.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 201 bytes into a destination of size 200 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ voices.cpp:588:23: warning: '%s' directive writing up to 39 bytes into a region of size between 35 and 199 [-Wformat-overflow=] 588 | sprintf(buf,"%s%s%c%s",path_voices,langname,PATHSEP,voicename); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from voices.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 205 bytes into a destination of size 200 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ voices.cpp:593:27: warning: '%s' directive writing up to 39 bytes into a region of size between 33 and 194 [-Wformat-overflow=] 593 | sprintf(buf,"%sextra%c%s",path_voices,PATHSEP,voicename); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from voices.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 7 and 207 bytes into a destination of size 200 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ voices.cpp:598:27: warning: '%s' directive writing up to 39 bytes into a region of size between 34 and 195 [-Wformat-overflow=] 598 | sprintf(buf,"%stest%c%s",path_voices,PATHSEP,voicename); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from voices.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 206 bytes into a destination of size 200 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions fifo.cpp -o x_fifo.o fifo.cpp: In function 'int sleep_until_start_request_or_inactivity()': fifo.cpp:296:27: warning: variable 'to' set but not used [-Wunused-but-set-variable] 296 | struct timespec ts, to; | ^~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions wavegen.cpp -o x_wavegen.o make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions espeak.cpp espeak.cpp: In function 'void DisplayVoices(FILE*, char*)': espeak.cpp:130:6: warning: variable 'scores' set but not used [-Wunused-but-set-variable] 130 | int scores = 0; | ^~~~~~ espeak.cpp: In function 'int main(int, char**)': espeak.cpp:394:7: warning: variable 'voice_mbrola' set but not used [-Wunused-but-set-variable] 394 | char voice_mbrola[20]; | ^~~~~~~~~~~~ espeak.cpp:395:7: warning: variable 'dictname' set but not used [-Wunused-but-set-variable] 395 | char dictname[40]; | ^~~~~~~~ espeak.cpp:753:8: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result] 753 | fread(p_text,1,filesize,f_text); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions klatt.cpp -o x_klatt.o make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions readclause.cpp -o x_readclause.o readclause.cpp: In function 'int GetC()': readclause.cpp:461:16: warning: variable 'm' set but not used [-Wunused-but-set-variable] 461 | unsigned char m; | ^ readclause.cpp: In function 'int ReadClause(Translator*, FILE*, char*, short int*, int*, int, int*, char*)': readclause.cpp:2031:6: warning: variable 'prev_announced_punctuation' set but not used [-Wunused-but-set-variable] 2031 | int prev_announced_punctuation; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ readclause.cpp: In function 'const char* LookupCharName(Translator*, int, int)': readclause.cpp:660:28: warning: '%s' directive writing up to 59 bytes into a region of size 52 [-Wformat-overflow=] 660 | sprintf(buf,"[\002_^_%s %s _^_%s]]","en",phonemes2,WordToString2(tr->translator_name)); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from readclause.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 15 and 78 bytes into a destination of size 60 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readclause.cpp:667:22: warning: '%s' directive writing up to 59 bytes into a region of size 58 [-Wformat-overflow=] 667 | sprintf(buf,"[\002%s]] ",phonemes2); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from readclause.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 65 bytes into a destination of size 60 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readclause.cpp: In function 'int ReadClause(Translator*, FILE*, char*, short int*, int*, int, int*, char*)': readclause.cpp:583:26: warning: '%s' directive writing up to 54 bytes into a region of size 28 [-Wformat-overflow=] 583 | sprintf(text_out,"[\002%s]]",phonemes2); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from readclause.cpp:22: /usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 59 bytes into a destination of size 30 33 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' ar cqs libespeak.a x_speak_lib.o x_compiledict.o x_dictionary.o x_intonation.o x_readclause.o x_setlengths.o x_numbers.o x_synth_mbrola.o x_synthdata.o x_synthesize.o x_translate.o x_mbrowrap.o x_tr_languages.o x_voices.o x_wavegen.o x_phonemelist.o x_espeak_command.o x_event.o x_fifo.o x_wave_ao.o x_debug.o x_klatt.o make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -shared -Wl,-soname,libespeak.so.1 -o libespeak.so x_speak_lib.o x_compiledict.o x_dictionary.o x_intonation.o x_readclause.o x_setlengths.o x_numbers.o x_synth_mbrola.o x_synthdata.o x_synthesize.o x_translate.o x_mbrowrap.o x_tr_languages.o x_voices.o x_wavegen.o x_phonemelist.o x_espeak_command.o x_event.o x_fifo.o x_wave_ao.o x_debug.o x_klatt.o -lstdc++ -lao -lpthread make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -o espeak espeak.o -lstdc++ -L . -lespeak make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' mv libespeak.so libespeak.so.1.1.44 make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' + cd .. + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.79299 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/espeak-buildroot + : + /bin/rm -rf -- /usr/src/tmp/espeak-buildroot + cd espeak-1.44.05-source + cd src + make DESTDIR=/usr/src/tmp/espeak-buildroot LIBDIR=/usr/lib install make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' g++ -shared -Wl,-soname,libespeak.so.1 -o libespeak.so x_speak_lib.o x_compiledict.o x_dictionary.o x_intonation.o x_readclause.o x_setlengths.o x_numbers.o x_synth_mbrola.o x_synthdata.o x_synthesize.o x_translate.o x_mbrowrap.o x_tr_languages.o x_voices.o x_wavegen.o x_phonemelist.o x_espeak_command.o x_event.o x_fifo.o x_wave_ao.o x_debug.o x_klatt.o -lstdc++ -lao -lpthread g++ -o espeak espeak.o -lstdc++ -L . -lespeak mv libespeak.so libespeak.so.1.1.44 # Create directories rm -rf /usr/src/tmp/espeak-buildroot/usr/share/espeak-data mkdir -p /usr/src/tmp/espeak-buildroot/usr/bin mkdir -p /usr/src/tmp/espeak-buildroot/usr/lib mkdir -p /usr/src/tmp/espeak-buildroot/usr/include/espeak mkdir -p /usr/src/tmp/espeak-buildroot/usr/share/espeak-data # Install espeak executable install -m 755 espeak /usr/src/tmp/espeak-buildroot/usr/bin # Install shared library install -m 755 libespeak.so.1.1.44 /usr/src/tmp/espeak-buildroot/usr/lib # Install static library install -m 755 libespeak.a /usr/src/tmp/espeak-buildroot/usr/lib /bin/ln -sf libespeak.so.1.1.44 /usr/src/tmp/espeak-buildroot/usr/lib/libespeak.so.1 /bin/ln -sf libespeak.so.1 /usr/src/tmp/espeak-buildroot/usr/lib/libespeak.so # Install development headers install -pm 644 speak_lib.h /usr/src/tmp/espeak-buildroot/usr/include/espeak # Install data files cp -prf ../espeak-data/* /usr/src/tmp/espeak-buildroot/usr/share/espeak-data make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src' + cd .. + /bin/install -pD -m 644 /usr/src/RPM/SOURCES/espeak.voiceman /usr/src/tmp/espeak-buildroot/etc/tts.d/espeak.voiceman + /bin/install -pD -m 644 /usr/src/RPM/SOURCES/espeak-ru.voiceman /usr/src/tmp/espeak-buildroot/etc/tts.d/espeak-ru.voiceman + /bin/install -pD -m 644 /usr/src/RPM/SOURCES/espeak.replacements /usr/src/tmp/espeak-buildroot/usr/share/espeak-data/replacements + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/espeak-buildroot (auto) mode of './usr/lib/libespeak.a' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/libespeak.so.1.1.44' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/espeak-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/espeak-buildroot/ (default) Compressing files in /usr/src/tmp/espeak-buildroot (auto) Adjusting library links in /usr/src/tmp/espeak-buildroot ./usr/lib: libespeak.so.1 -> libespeak.so.1.1.44 Verifying ELF objects in /usr/src/tmp/espeak-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib/libespeak.so.1.1.44: uses non-LFS functions: __xstat fopen lseek mkstemp open readdir verify-elf: WARNING: ./usr/bin/espeak: uses non-LFS functions: __xstat fopen Hardlinking identical .pyc and .pyo files Processing files: espeak-1.44.05-alt4 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.76632 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd espeak-1.44.05-source + DOCDIR=/usr/src/tmp/espeak-buildroot/usr/share/doc/espeak-1.44.05 + export DOCDIR + rm -rf /usr/src/tmp/espeak-buildroot/usr/share/doc/espeak-1.44.05 + /bin/mkdir -p /usr/src/tmp/espeak-buildroot/usr/share/doc/espeak-1.44.05 + cp -prL ChangeLog.txt docs License.txt ReadMe /usr/src/tmp/espeak-buildroot/usr/share/doc/espeak-1.44.05 + chmod -R go-w /usr/src/tmp/espeak-buildroot/usr/share/doc/espeak-1.44.05 + chmod -R a+rX /usr/src/tmp/espeak-buildroot/usr/share/doc/espeak-1.44.05 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.B7Oh5t find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5bGxod find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.v1xr0k shell.req: /usr/src/tmp/espeak-buildroot/.preun:espeak: /usr/sbin/tts-unregister -> /usr/sbin/tts-unregister (raw, not installed) Requires: tts-base, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libespeak.so.1 >= set:ie1jknOMgRJSNiIxnSpXBIvrXbk6, rtld(GNU_HASH) Requires(interp): /bin/sh Requires(rpmlib): rpmlib(SetVersions) Requires(preun): /bin/sh, /usr/sbin/tts-unregister Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KmzmZS Creating espeak-debuginfo package Processing files: libespeak-1.44.05-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aD8gkV find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/espeak-buildroot/usr/lib/libespeak.so.1: 22 symbols, 15 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OXXAxj find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: libespeak.so.1 = set:id1jCwcmxxxwp51JzxkRWxoU1v0tA0Q0sncDsydmpXZLtk3 Requires: espeak-data = 1.44.05-alt4, libao.so.4 >= set:heMFmoZq8L5, libao.so.4(LIBAO4_1.1.0), libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.16), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libm.so.6(GLIBC_2.0), libpthread.so.0(GLIBC_2.0), libpthread.so.0(GLIBC_2.1), libpthread.so.0(GLIBC_2.2), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7Klihc Creating libespeak-debuginfo package Processing files: libespeak-devel-1.44.05-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.geHTOm find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eHGeGY find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: libespeak = 1.44.05-alt4, /usr/lib/libespeak.so.1 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.59PX73 Processing files: espeak-data-1.44.05-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mp5tas find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YCV60n find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Processing files: espeak-debuginfo-1.44.05-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WG2CBG find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tKCYst find-requires: running scripts (debuginfo) Requires: espeak = 1.44.05-alt4, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libespeak.so.1) Processing files: libespeak-debuginfo-1.44.05-alt4 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gjo8NC find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.A67S8b find-requires: running scripts (debuginfo) Provides: debug(libespeak.so.1) Requires: libespeak = 1.44.05-alt4, debug(libao.so.4), debug(libc.so.6), debug(libm.so.6), debug(libpthread.so.0) Adding to espeak a strict dependency on libespeak Adding to espeak-debuginfo a strict dependency on libespeak-debuginfo Removing from espeak-debuginfo 1 sources provided by libespeak-debuginfo Removing 2 extra deps from espeak due to dependency on libespeak Removing 1 extra deps from libespeak-devel due to dependency on libespeak Removing 1 extra deps from espeak-debuginfo due to dependency on libespeak-debuginfo Removing 5 extra deps from espeak due to repentancy on libespeak Removing 1 extra deps from espeak-debuginfo due to repentancy on libespeak-debuginfo Wrote: /usr/src/RPM/RPMS/i586/espeak-1.44.05-alt4.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libespeak-1.44.05-alt4.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libespeak-devel-1.44.05-alt4.i586.rpm Wrote: /usr/src/RPM/RPMS/noarch/espeak-data-1.44.05-alt4.noarch.rpm Wrote: /usr/src/RPM/RPMS/i586/espeak-debuginfo-1.44.05-alt4.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libespeak-debuginfo-1.44.05-alt4.i586.rpm 71.03user 5.82system 1:11.76elapsed 107%CPU (0avgtext+0avgdata 46268maxresident)k 0inputs+0outputs (0major+1050420minor)pagefaults 0swaps 79.38user 11.13system 1:25.04elapsed 106%CPU (0avgtext+0avgdata 114544maxresident)k 72inputs+0outputs (0major+1417946minor)pagefaults 0swaps --- espeak-1.44.05-alt4.i586.rpm.repo 2011-08-29 09:48:14.000000000 +0000 +++ espeak-1.44.05-alt4.i586.rpm.hasher 2019-11-01 12:54:49.703509128 +0000 @@ -30,10 +30,4 @@ Requires: /lib/ld-linux.so.2 -Requires: libc.so.6(GLIBC_2.0) -Requires: libc.so.6(GLIBC_2.1) -Requires: libc.so.6(GLIBC_2.3.4) -Requires: libc.so.6(GLIBC_2.4) -Requires: libespeak.so.1 >= set:ie1jknOMgRJSNiIxnSpXBIvrXbk6 -Requires: rpmlib(SetVersions) -Requires: rtld(GNU_HASH) Requires: /usr/sbin/tts-unregister +Requires: libespeak = 1.44.05-alt4 Requires: rpmlib(PayloadIsLzma) --- espeak-debuginfo-1.44.05-alt4.i586.rpm.repo 2011-08-29 09:48:14.000000000 +0000 +++ espeak-debuginfo-1.44.05-alt4.i586.rpm.hasher 2019-11-01 12:54:49.764507115 +0000 @@ -4,7 +4,5 @@ /usr/src/debug/espeak-1.44.05-source/src/espeak.cpp 100644 -/usr/src/debug/espeak-1.44.05-source/src/speak_lib.h 100644 Requires: espeak = 1.44.05-alt4 Requires: /usr/lib/debug/lib/ld-linux.so.2.debug -Requires: debug(libc.so.6) -Requires: debug(libespeak.so.1) +Requires: libespeak-debuginfo = 1.44.05-alt4 Requires: rpmlib(PayloadIsLzma) --- libespeak-1.44.05-alt4.i586.rpm.repo 2011-08-29 09:48:14.000000000 +0000 +++ libespeak-1.44.05-alt4.i586.rpm.hasher 2019-11-01 12:54:49.800505927 +0000 @@ -9,2 +9,4 @@ Requires: libc.so.6(GLIBC_2.1.3) +Requires: libc.so.6(GLIBC_2.16) +Requires: libc.so.6(GLIBC_2.3) Requires: libc.so.6(GLIBC_2.3.4) --- libespeak-debuginfo-1.44.05-alt4.i586.rpm.repo 2011-08-29 09:48:14.000000000 +0000 +++ libespeak-debuginfo-1.44.05-alt4.i586.rpm.hasher 2019-11-01 12:54:49.829504969 +0000 @@ -2,3 +2,2 @@ /usr/lib/debug/usr/lib/libespeak.so.1.debug 120777 libespeak.so.1.1.44.debug -/usr/lib/debug/usr/lib/libespeak.so.debug 120777 libespeak.so.1.1.44.debug /usr/src/debug/espeak-1.44.05-source 40755 @@ -10,3 +9,5 @@ /usr/src/debug/espeak-1.44.05-source/src/event.cpp 100644 +/usr/src/debug/espeak-1.44.05-source/src/event.h 100644 /usr/src/debug/espeak-1.44.05-source/src/fifo.cpp 100644 +/usr/src/debug/espeak-1.44.05-source/src/fifo.h 100644 /usr/src/debug/espeak-1.44.05-source/src/intonation.cpp 100644