D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/espeak-1.48.04-4.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.htXHuK + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf espeak-1.48.04-source + /usr/bin/unzip -qq /home/iurt/rpmbuild/SOURCES/espeak-1.48.04-source.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd espeak-1.48.04-source + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (espeak-1.48.04-fix.patch):' Patch #0 (espeak-1.48.04-fix.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file src/tr_languages.cpp patching file src/wavegen.cpp + chmod 644 ReadMe ChangeLog.txt License.txt + rm -f src/portaudio.h + rm -f src/portaudio18.h + rm -f src/portaudio19.h + rm -f espeak-data/af_dict espeak-data/am_dict espeak-data/an_dict espeak-data/as_dict espeak-data/az_dict espeak-data/bg_dict espeak-data/bn_dict espeak-data/ca_dict espeak-data/cs_dict espeak-data/cy_dict espeak-data/da_dict espeak-data/de_dict espeak-data/el_dict espeak-data/en_dict espeak-data/eo_dict espeak-data/es_dict espeak-data/et_dict espeak-data/eu_dict espeak-data/fa_dict espeak-data/fi_dict espeak-data/fr_dict espeak-data/ga_dict espeak-data/gd_dict espeak-data/grc_dict espeak-data/gu_dict espeak-data/hbs_dict espeak-data/hi_dict espeak-data/hu_dict espeak-data/hy_dict espeak-data/id_dict espeak-data/is_dict espeak-data/it_dict espeak-data/jbo_dict espeak-data/ka_dict espeak-data/kl_dict espeak-data/kn_dict espeak-data/ko_dict espeak-data/ku_dict espeak-data/la_dict espeak-data/lfn_dict espeak-data/lt_dict espeak-data/lv_dict espeak-data/mk_dict espeak-data/ml_dict espeak-data/ms_dict espeak-data/nci_dict espeak-data/ne_dict espeak-data/nl_dict espeak-data/no_dict espeak-data/or_dict espeak-data/pa_dict espeak-data/pap_dict espeak-data/pl_dict espeak-data/pt_dict espeak-data/ro_dict espeak-data/ru_dict espeak-data/si_dict espeak-data/sk_dict espeak-data/sl_dict espeak-data/sq_dict espeak-data/sv_dict espeak-data/sw_dict espeak-data/ta_dict espeak-data/te_dict espeak-data/tr_dict espeak-data/ur_dict espeak-data/vi_dict espeak-data/zh_dict espeak-data/zhy_dict + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.6kn8rK + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd espeak-1.48.04-source + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd src + /usr/bin/make 'CXXFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -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:208:16: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 208 | for(j=0; j < sizeof(buf); j++) | ~~^~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions compiledict.cpp compiledict.cpp: In function 'int CompileDictionary(const char*, const char*, FILE*, char*, int)': compiledict.cpp:1934:22: warning: 'rules.txt' directive writing 9 bytes into a region of size between 6 and 205 [-Wformat-overflow=] 1934 | sprintf(fname_in,"%srules.txt",path); | ^~~~~~~~~ In file included from /usr/include/stdio.h:866, from compiledict.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 10 and 209 bytes into a destination of size 205 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions dictionary.cpp dictionary.cpp: In function 'const char* GetTranslatedPhonemeString(int)': dictionary.cpp:767:26: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 767 | if((phon_out_ix + len) >= phon_out_size) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ dictionary.cpp: In function 'void SetWordStress(Translator*, char*, unsigned int*, int, int)': dictionary.cpp:1207:6: warning: variable 'post_tonic' set but not used [-Wunused-but-set-variable] 1207 | int post_tonic; // currently not used | ^~~~~~~~~~ In file included from /usr/include/string.h:519, from dictionary.cpp:25: In function 'char* strncpy(char*, const char*, size_t)', inlined from 'void strncpy0(char*, const char*, int)' at dictionary.cpp:88:9, inlined from 'int LookupDictList(Translator*, char**, char*, unsigned int*, int, WORD_TAB*)' at dictionary.cpp:3498:12: /usr/include/bits/string_fortified.h:91:34: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound 20 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dictionary.cpp: In function 'int Lookup(Translator*, const char*, char*)': dictionary.cpp:89:13: warning: array subscript 80 is outside array bounds of 'char [80]' [-Warray-bounds] 89 | to[size-1] = 0; | ~~~~~~~~~~~^~~ dictionary.cpp:3591:7: note: while referencing 'text' 3591 | char text[80]; | ^~~~ In file included from /usr/include/string.h:519, from dictionary.cpp:25: In function 'char* strncpy(char*, const char*, size_t)', inlined from 'void strncpy0(char*, const char*, int)' at dictionary.cpp:88:9, inlined from 'int Lookup(Translator*, const char*, char*)' at dictionary.cpp:3602:11: /usr/include/bits/string_fortified.h:91:34: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound 79 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions intonation.cpp intonation.cpp: In function 'void CalcPitches(Translator*, int)': intonation.cpp:1118:7: warning: variable 'group_tone_emph' set but not used [-Wunused-but-set-variable] 1118 | int group_tone_emph; | ^~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions readclause.cpp readclause.cpp: In function 'const char* LookupCharName(Translator*, int, int)': readclause.cpp:812:28: warning: '%s' directive writing up to 59 bytes into a region of size 52 [-Wformat-overflow=] 812 | sprintf(buf,"[\002_^_%s %s _^_%s]]","en",phonemes2,WordToString2(tr->translator_name)); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from readclause.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 15 and 78 bytes into a destination of size 60 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readclause.cpp:819:22: warning: '%s' directive writing up to 59 bytes into a region of size 58 [-Wformat-overflow=] 819 | sprintf(buf,"[\002%s]] ",phonemes2); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from readclause.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 6 and 65 bytes into a destination of size 60 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions setlengths.cpp g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions numbers.cpp numbers.cpp: In function 'int LookupThousands(Translator*, int, int, int, char*)': numbers.cpp:1342:7: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] 1342 | if(!found_value & (number_control & 1)) | ^~~~~~~~~~~~ numbers.cpp:1339:25: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1339 | sprintf(string,"_%dM%do",value,thousandplex); | ^~ numbers.cpp:1339:20: note: directive argument in the range [-2147483647, 2147483647] 1339 | sprintf(string,"_%dM%do",value,thousandplex); | ^~~~~~~~~ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1345:25: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1345 | sprintf(string,"_%dM%de",value,thousandplex); | ^~ numbers.cpp:1345:20: note: directive argument in the range [-2147483647, 2147483647] 1345 | sprintf(string,"_%dM%de",value,thousandplex); | ^~~~~~~~~ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1351:25: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1351 | sprintf(string,"_%dM%dx",value,thousandplex); | ^~ numbers.cpp:1351:20: note: directive argument in the range [-2147483647, 2147483647] 1351 | sprintf(string,"_%dM%dx",value,thousandplex); | ^~~~~~~~~ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1357:24: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1357 | sprintf(string,"_%dM%d",value,thousandplex); | ^~ numbers.cpp:1357:19: note: directive argument in the range [-2147483647, 2147483647] 1357 | sprintf(string,"_%dM%d",value,thousandplex); | ^~~~~~~~ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 5 and 24 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1375:26: warning: 'o' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=] 1375 | sprintf(string,"_%s%do",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1381:26: warning: 'e' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=] 1381 | sprintf(string,"_%s%de",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1387:26: warning: 'x' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=] 1387 | sprintf(string,"_%s%dx",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1393:25: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1393 | sprintf(string,"_%s%d",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output 3 or more bytes (assuming 13) into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1399:25: warning: '%d' directive writing between 1 and 10 bytes into a region of size 9 [-Wformat-overflow=] 1399 | sprintf(string,"_0M%d", thousandplex-1); | ^~ numbers.cpp:1399:21: note: directive argument in the range [3, 2147483646] 1399 | sprintf(string,"_0M%d", thousandplex-1); | ^~~~~~~ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int LookupNum2(Translator*, int, int, int, char*)': numbers.cpp:1566:26: warning: '%c' directive writing 1 byte into a region of size between 0 and 9 [-Wformat-overflow=] 1566 | sprintf(string,"_%dX%c", tens, ord_type); | ^~ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1566:26: warning: '%c' directive writing 1 byte into a region of size between 0 and 9 [-Wformat-overflow=] 1566 | sprintf(string,"_%dX%c", tens, ord_type); | ^~ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1583:27: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1583 | sprintf(string,"_%dX", tens); | ^ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 4 and 13 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1581:27: warning: 'Xf' directive writing 2 bytes into a region of size between 1 and 10 [-Wformat-overflow=] 1581 | sprintf(string, "_%dXf", tens); | ^~ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int LookupNum3(Translator*, int, char*, int, int, int)': numbers.cpp:1843:27: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1843 | sprintf(string, "_%dCo", hundreds); | ^ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1843:27: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1843 | sprintf(string, "_%dCo", hundreds); | ^ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1869:28: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1869 | sprintf(string,"_%dC0",hundreds); | ^ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions synth_mbrola.cpp g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions synthdata.cpp synthdata.cpp: In function 'int LoadPhData(int*)': synthdata.cpp:169:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 169 | if(srate != NULL) | ^~ synthdata.cpp:171:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 171 | return(result); | ^~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions synthesize.cpp g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions translate.cpp g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions mbrowrap.cpp mbrowrap.cpp: In function 'int mbrola_has_errors()': mbrowrap.cpp:315:8: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 160 [-Wformat-truncation=] 315 | "%s", buf_ptr); | ^~ In file included from /usr/include/stdio.h:866, from mbrowrap.cpp:22: /usr/include/bits/stdio2.h:70:35: note: '__builtin_snprintf' output between 1 and 256 bytes into a destination of size 160 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions tr_languages.cpp g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions voices.cpp voices.cpp: In function 'int SetVoiceScores(espeak_VOICE*, espeak_VOICE**, int)': voices.cpp:1416:27: warning: '%s' directive writing up to 79 bytes into a region of size between 73 and 232 [-Wformat-overflow=] 1416 | sprintf(buf, "%s/voices/%s", path_home, language); | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:866, from voices.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 9 and 247 bytes into a destination of size 240 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions wavegen.cpp wavegen.cpp:56: warning: "USE_PORTAUDIO" redefined 56 | #define USE_PORTAUDIO 19 | : note: this is the location of the previous definition g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions phonemelist.cpp g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions klatt.cpp g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions sonic.cpp g++ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -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 sonic.o -lstdc++ -lportaudio -lpthread g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions speak_lib.cpp -o x_speak_lib.o g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions compiledict.cpp -o x_compiledict.o compiledict.cpp: In function 'int CompileDictionary(const char*, const char*, FILE*, char*, int)': compiledict.cpp:1934:22: warning: 'rules.txt' directive writing 9 bytes into a region of size between 6 and 205 [-Wformat-overflow=] 1934 | sprintf(fname_in,"%srules.txt",path); | ^~~~~~~~~ In file included from /usr/include/stdio.h:866, from compiledict.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 10 and 209 bytes into a destination of size 205 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions dictionary.cpp -o x_dictionary.o dictionary.cpp: In function 'const char* GetTranslatedPhonemeString(int)': dictionary.cpp:767:26: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 767 | if((phon_out_ix + len) >= phon_out_size) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ dictionary.cpp: In function 'void SetWordStress(Translator*, char*, unsigned int*, int, int)': dictionary.cpp:1207:6: warning: variable 'post_tonic' set but not used [-Wunused-but-set-variable] 1207 | int post_tonic; // currently not used | ^~~~~~~~~~ In file included from /usr/include/string.h:519, from dictionary.cpp:25: In function 'char* strncpy(char*, const char*, size_t)', inlined from 'void strncpy0(char*, const char*, int)' at dictionary.cpp:88:9, inlined from 'int LookupDictList(Translator*, char**, char*, unsigned int*, int, WORD_TAB*)' at dictionary.cpp:3498:12: /usr/include/bits/string_fortified.h:91:34: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound 20 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dictionary.cpp: In function 'int Lookup(Translator*, const char*, char*)': dictionary.cpp:89:13: warning: array subscript 80 is outside array bounds of 'char [80]' [-Warray-bounds] 89 | to[size-1] = 0; | ~~~~~~~~~~~^~~ dictionary.cpp:3591:7: note: while referencing 'text' 3591 | char text[80]; | ^~~~ In file included from /usr/include/string.h:519, from dictionary.cpp:25: In function 'char* strncpy(char*, const char*, size_t)', inlined from 'void strncpy0(char*, const char*, int)' at dictionary.cpp:88:9, inlined from 'int Lookup(Translator*, const char*, char*)' at dictionary.cpp:3602:11: /usr/include/bits/string_fortified.h:91:34: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound 79 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions intonation.cpp -o x_intonation.o intonation.cpp: In function 'void CalcPitches(Translator*, int)': intonation.cpp:1118:7: warning: variable 'group_tone_emph' set but not used [-Wunused-but-set-variable] 1118 | int group_tone_emph; | ^~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions readclause.cpp -o x_readclause.o readclause.cpp: In function 'const char* LookupCharName(Translator*, int, int)': readclause.cpp:812:28: warning: '%s' directive writing up to 59 bytes into a region of size 52 [-Wformat-overflow=] 812 | sprintf(buf,"[\002_^_%s %s _^_%s]]","en",phonemes2,WordToString2(tr->translator_name)); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from readclause.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 15 and 78 bytes into a destination of size 60 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readclause.cpp:819:22: warning: '%s' directive writing up to 59 bytes into a region of size 58 [-Wformat-overflow=] 819 | sprintf(buf,"[\002%s]] ",phonemes2); | ^~ ~~~~~~~~~ In file included from /usr/include/stdio.h:866, from readclause.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 6 and 65 bytes into a destination of size 60 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions setlengths.cpp -o x_setlengths.o g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions numbers.cpp -o x_numbers.o numbers.cpp: In function 'int LookupThousands(Translator*, int, int, int, char*)': numbers.cpp:1342:7: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] 1342 | if(!found_value & (number_control & 1)) | ^~~~~~~~~~~~ numbers.cpp:1339:25: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1339 | sprintf(string,"_%dM%do",value,thousandplex); | ^~ numbers.cpp:1339:20: note: directive argument in the range [-2147483647, 2147483647] 1339 | sprintf(string,"_%dM%do",value,thousandplex); | ^~~~~~~~~ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1345:25: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1345 | sprintf(string,"_%dM%de",value,thousandplex); | ^~ numbers.cpp:1345:20: note: directive argument in the range [-2147483647, 2147483647] 1345 | sprintf(string,"_%dM%de",value,thousandplex); | ^~~~~~~~~ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1351:25: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1351 | sprintf(string,"_%dM%dx",value,thousandplex); | ^~ numbers.cpp:1351:20: note: directive argument in the range [-2147483647, 2147483647] 1351 | sprintf(string,"_%dM%dx",value,thousandplex); | ^~~~~~~~~ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1357:24: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=] 1357 | sprintf(string,"_%dM%d",value,thousandplex); | ^~ numbers.cpp:1357:19: note: directive argument in the range [-2147483647, 2147483647] 1357 | sprintf(string,"_%dM%d",value,thousandplex); | ^~~~~~~~ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 5 and 24 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1375:26: warning: 'o' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=] 1375 | sprintf(string,"_%s%do",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1381:26: warning: 'e' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=] 1381 | sprintf(string,"_%s%de",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1387:26: warning: 'x' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=] 1387 | sprintf(string,"_%s%dx",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1393:25: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1393 | sprintf(string,"_%s%d",M_Variant(value), thousandplex); | ^ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output 3 or more bytes (assuming 13) into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1399:25: warning: '%d' directive writing between 1 and 10 bytes into a region of size 9 [-Wformat-overflow=] 1399 | sprintf(string,"_0M%d", thousandplex-1); | ^~ numbers.cpp:1399:21: note: directive argument in the range [3, 2147483646] 1399 | sprintf(string,"_0M%d", thousandplex-1); | ^~~~~~~ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int LookupNum2(Translator*, int, int, int, char*)': numbers.cpp:1566:26: warning: '%c' directive writing 1 byte into a region of size between 0 and 9 [-Wformat-overflow=] 1566 | sprintf(string,"_%dX%c", tens, ord_type); | ^~ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1566:26: warning: '%c' directive writing 1 byte into a region of size between 0 and 9 [-Wformat-overflow=] 1566 | sprintf(string,"_%dX%c", tens, ord_type); | ^~ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1583:27: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1583 | sprintf(string,"_%dX", tens); | ^ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 4 and 13 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1581:27: warning: 'Xf' directive writing 2 bytes into a region of size between 1 and 10 [-Wformat-overflow=] 1581 | sprintf(string, "_%dXf", tens); | ^~ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int LookupNum3(Translator*, int, char*, int, int, int)': numbers.cpp:1843:27: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1843 | sprintf(string, "_%dCo", hundreds); | ^ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1843:27: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1843 | sprintf(string, "_%dCo", hundreds); | ^ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1869:28: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1869 | sprintf(string,"_%dC0",hundreds); | ^ In file included from /usr/include/stdio.h:866, from numbers.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions synth_mbrola.cpp -o x_synth_mbrola.o g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions synthdata.cpp -o x_synthdata.o synthdata.cpp: In function 'int LoadPhData(int*)': synthdata.cpp:169:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 169 | if(srate != NULL) | ^~ synthdata.cpp:171:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 171 | return(result); | ^~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions synthesize.cpp -o x_synthesize.o g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions translate.cpp -o x_translate.o g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions mbrowrap.cpp -o x_mbrowrap.o mbrowrap.cpp: In function 'int mbrola_has_errors()': mbrowrap.cpp:315:8: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 160 [-Wformat-truncation=] 315 | "%s", buf_ptr); | ^~ In file included from /usr/include/stdio.h:866, from mbrowrap.cpp:22: /usr/include/bits/stdio2.h:70:35: note: '__builtin_snprintf' output between 1 and 256 bytes into a destination of size 160 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions tr_languages.cpp -o x_tr_languages.o g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions voices.cpp -o x_voices.o voices.cpp: In function 'int SetVoiceScores(espeak_VOICE*, espeak_VOICE**, int)': voices.cpp:1416:27: warning: '%s' directive writing up to 79 bytes into a region of size between 73 and 232 [-Wformat-overflow=] 1416 | sprintf(buf, "%s/voices/%s", path_home, language); | ^~ ~~~~~~~~ In file included from /usr/include/stdio.h:866, from voices.cpp:22: /usr/include/bits/stdio2.h:38:34: note: '__builtin___sprintf_chk' output between 9 and 247 bytes into a destination of size 240 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions wavegen.cpp -o x_wavegen.o wavegen.cpp:56: warning: "USE_PORTAUDIO" redefined 56 | #define USE_PORTAUDIO 19 | : note: this is the location of the previous definition g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions phonemelist.cpp -o x_phonemelist.o g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions espeak_command.cpp -o x_espeak_command.o g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions event.cpp -o x_event.o g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions fifo.cpp -o x_fifo.o g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions wave.cpp -o x_wave.o g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions debug.cpp -o x_debug.o g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions klatt.cpp -o x_klatt.o g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions sonic.cpp -o x_sonic.o g++ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -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.o x_debug.o x_klatt.o x_sonic.o -lstdc++ -lportaudio -lpthread mv libespeak.so libespeak.so.1.1.48 /bin/ln -sf libespeak.so.1.1.48 libespeak.so.1 /bin/ln -sf libespeak.so.1 libespeak.so 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.o x_debug.o x_klatt.o x_sonic.o g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DUSE_PORTAUDIO -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:176:16: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] 176 | for(j=0; j < sizeof(buf); j++) | ~~^~~~~~~~~~~~~ espeak.cpp: In function 'int main(int, char**)': espeak.cpp:793:8: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 793 | fread(p_text,1,filesize,f_text); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o espeak espeak.o -lstdc++ -L . -lespeak + export ESPEAK_DATA_PATH=/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source + ESPEAK_DATA_PATH=/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source + cd ../dictsource ++ ../src/speak --voices ++ uniq ++ awk '{print $2}{print $5}' ++ egrep -v 'Language|File|/' + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=af Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/af_dict' Using phonemetable: 'af' Compiling: 'af_list' 1519 entries Compiling: 'af_rules' 5156 rules, 60 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=an Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/an_dict' Using phonemetable: 'an' Compiling: 'an_list' 486 entries Compiling: 'an_rules' 187 rules, 29 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=bg Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/bg_dict' Using phonemetable: 'bg' Compiling: 'bg_listx' 2790 entries Compiling: 'bg_list' 231 entries Compiling: 'bg_rules' 118 rules, 31 groups (30) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=bs Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/hbs_dict' Using phonemetable: 'hr' Compiling: 'hbs_list' 614 entries Compiling: 'hbs_rules' 106 rules, 34 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=ca Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/ca_dict' Using phonemetable: 'ca' Compiling: 'ca_list' 192 entries Compiling: 'ca_rules' 134 rules, 28 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=cs Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/cs_dict' Using phonemetable: 'cs' Compiling: 'cs_list' 357 entries Compiling: 'cs_rules' 506 rules, 48 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=cy Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/cy_dict' Using phonemetable: 'cy' Compiling: 'cy_list' 166 entries Compiling: 'cy_rules' 209 rules, 27 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=da Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/da_dict' Using phonemetable: 'da' Compiling: 'da_list' 11152 entries Compiling: 'da_rules' 9269 rules, 56 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=de Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/de_dict' Using phonemetable: 'de' Compiling: 'de_list' 652 entries Compiling: 'de_rules' 1242 rules, 34 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=el Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/el_dict' Using phonemetable: 'el' Compiling: 'el_list' 242 entries Compiling: 'el_rules' 173 rules, 27 groups (26) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=en Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/en_dict' Using phonemetable: 'en' Compiling: 'en_list' 4778 entries Compiling: 'en_rules' 6253 rules, 102 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=default Using phonemetable: 'en' Compiling: 'en_list' 4778 entries Compiling: 'en_rules' 6253 rules, 102 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=en-gb Using phonemetable: 'en' Compiling: 'en_list' 4778 entries Compiling: 'en_rules' 6253 rules, 102 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=en Using phonemetable: 'en' Compiling: 'en_list' 4778 entries Compiling: 'en_rules' 6253 rules, 102 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=en-sc Using phonemetable: 'en-sc' Compiling: 'en_list' 4778 entries Compiling: 'en_rules' 6253 rules, 102 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=en-uk-north Using phonemetable: 'en-n' Compiling: 'en_list' 4778 entries Compiling: 'en_rules' 6253 rules, 102 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=en-uk-rp Using phonemetable: 'en-rp' Compiling: 'en_list' 4778 entries Compiling: 'en_rules' 6253 rules, 102 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=en-uk-wmids Using phonemetable: 'en-wm' Compiling: 'en_list' 4778 entries Compiling: 'en_rules' 6253 rules, 102 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=en-us Using phonemetable: 'en-us' Compiling: 'en_list' 4778 entries Compiling: 'en_rules' 6253 rules, 102 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=en-wi Using phonemetable: 'en-wi' Compiling: 'en_list' 4778 entries Compiling: 'en_rules' 6253 rules, 102 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=eo Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/eo_dict' Using phonemetable: 'eo' Compiling: 'eo_list' 242 entries Compiling: 'eo_rules' 130 rules, 27 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=es Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/es_dict' Using phonemetable: 'es' Compiling: 'es_list' 302 entries Compiling: 'es_rules' 191 rules, 27 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=es-la Using phonemetable: 'es-la' Compiling: 'es_list' 302 entries Compiling: 'es_rules' 191 rules, 27 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=et Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/et_dict' Using phonemetable: 'et' Compiling: 'et_list' 303 entries Compiling: 'et_rules' 221 rules, 31 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=fa Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/fa_dict' Using phonemetable: 'fa' Compiling: 'fa_list' 12397 entries Compiling: 'fa_rules' 3924 rules, 94 groups (47) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=fa-pin Using phonemetable: 'fa' Compiling: 'fa_list' 12397 entries Compiling: 'fa_rules' 3924 rules, 94 groups (47) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=fi Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/fi_dict' Using phonemetable: 'fi' Compiling: 'fi_list' 316 entries Compiling: 'fi_rules' 129 rules, 29 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=fr-be Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/fr_dict' Using phonemetable: 'fr' Compiling: 'fr_list' 877 entries Compiling: 'fr_rules' 1182 rules, 33 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=fr-fr Using phonemetable: 'fr' Compiling: 'fr_list' 877 entries Compiling: 'fr_rules' 1182 rules, 33 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=fr Using phonemetable: 'fr' Compiling: 'fr_list' 877 entries Compiling: 'fr_rules' 1182 rules, 33 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=ga Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/ga_dict' Using phonemetable: 'ga' Compiling: 'ga_list' 247 entries Compiling: 'ga_rules' 478 rules, 34 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=grc Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/grc_dict' Using phonemetable: 'grc' Compiling: 'grc_list' 22 entries Compiling: 'grc_rules' 136 rules, 55 groups (27) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=hi Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/hi_dict' Using phonemetable: 'hi' Compiling: 'hi_list' 327 entries Compiling: 'hi_rules' 269 rules, 87 groups (86) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=hr Using phonemetable: 'hr' Compiling: 'hbs_list' 614 entries Compiling: 'hbs_rules' 106 rules, 34 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=hu Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/hu_dict' Using phonemetable: 'hu' Compiling: 'hu_list' 5332 entries Compiling: 'hu_rules' 3019 rules, 46 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=hy Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/hy_dict' Using phonemetable: 'hy' Compiling: 'hy_list' 156 entries Compiling: 'hy_rules' 96 rules, 38 groups (38) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=hy-west Using phonemetable: 'hy' Compiling: 'hy_list' 156 entries Compiling: 'hy_rules' 96 rules, 38 groups (38) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=id Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/id_dict' Using phonemetable: 'id' Compiling: 'id_list' 132 entries Compiling: 'id_rules' 77 rules, 27 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=is Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/is_dict' Using phonemetable: 'is' Compiling: 'is_list' 327 entries Compiling: 'is_rules' 205 rules, 37 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=it Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/it_dict' Using phonemetable: 'it' Compiling: 'it_listx' 4041 entries Compiling: 'it_list' 1940 entries Compiling: 'it_rules' 468 rules, 30 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=jbo Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/jbo_dict' Using phonemetable: 'jbo' Compiling: 'jbo_list' 68 entries Compiling: 'jbo_rules' 63 rules, 27 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=ka Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/ka_dict' Using phonemetable: 'ka' Compiling: 'ka_list' 132 entries Compiling: 'ka_rules' 50 rules, 44 groups (43) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=kn Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/kn_dict' Using phonemetable: 'kn' Compiling: 'kn_list' 262 entries Compiling: 'kn_rules' 115 rules, 55 groups (50) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=ku Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/ku_dict' Using phonemetable: 'ku' Compiling: 'ku_list' 106 entries Compiling: 'ku_rules' 46 rules, 32 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=la Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/la_dict' Using phonemetable: 'la' Compiling: 'la_list' 215 entries Compiling: 'la_rules' 113 rules, 31 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=lfn Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/lfn_dict' Using phonemetable: 'base2' Compiling: 'lfn_list' 127 entries Compiling: 'lfn_rules' 76 rules, 27 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=lt Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/lt_dict' Using phonemetable: 'lt' Compiling: 'lt_list' 165 entries Compiling: 'lt_rules' 200 rules, 38 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=lv Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/lv_dict' Using phonemetable: 'lv' Compiling: 'lv_list' 339 entries Compiling: 'lv_rules' 1035 rules, 40 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=mk Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/mk_dict' Using phonemetable: 'mk' Compiling: 'mk_list' 188 entries Compiling: 'mk_rules' 150 rules, 65 groups (31) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=ml Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/ml_dict' Using phonemetable: 'ml' Compiling: 'ml_list' 165 entries Compiling: 'ml_rules' 141 rules, 45 groups (42) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=ms Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/ms_dict' Using phonemetable: 'id' Compiling: 'ms_list' 703 entries Compiling: 'ms_rules' 125 rules, 27 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=ne Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/ne_dict' Using phonemetable: 'ne' Compiling: 'ne_list' 194 entries Compiling: 'ne_rules' 520 rules, 100 groups (92) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=nl Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/nl_dict' Using phonemetable: 'nl' Compiling: 'nl_list' 1769 entries Compiling: 'nl_rules' 825 rules, 37 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=no Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/no_dict' Using phonemetable: 'no' Compiling: 'no_list' 236 entries Compiling: 'no_rules' 142 rules, 32 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=pa Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/pa_dict' Using phonemetable: 'pa' Compiling: 'pa_list' 203 entries Compiling: 'pa_rules' 270 rules, 67 groups (65) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=pl Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/pl_dict' Using phonemetable: 'pl' Compiling: 'pl_list' 2957 entries Compiling: 'pl_rules' 942 rules, 55 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=pt-br Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/pt_dict' Using phonemetable: 'pt' Compiling: 'pt_list' 1368 entries Compiling: 'pt_rules' 1068 rules, 39 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=pt Using phonemetable: 'pt' Compiling: 'pt_list' 1368 entries Compiling: 'pt_rules' 1068 rules, 39 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=pt-pt Using phonemetable: 'pt-pt' Compiling: 'pt_list' 1368 entries Compiling: 'pt_rules' 1068 rules, 39 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=ro Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/ro_dict' Using phonemetable: 'ro' Compiling: 'ro_list' 2167 entries Compiling: 'ro_rules' 349 rules, 32 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=ru Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/ru_dict' Using phonemetable: 'ru' Compiling: 'ru_list' 156 entries Compiling: 'ru_rules' 532 rules, 34 groups (33) Full dictionary is not installed for 'ru' + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=sk Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/sk_dict' Using phonemetable: 'sk' Compiling: 'sk_list' 348 entries Compiling: 'sk_rules' 535 rules, 46 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=sq Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/sq_dict' Using phonemetable: 'sq' Compiling: 'sq_list' 132 entries Compiling: 'sq_rules' 100 rules, 29 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=sr Using phonemetable: 'sr' Compiling: 'hbs_list' 614 entries Compiling: 'hbs_rules' 106 rules, 34 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=sv Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/sv_dict' Using phonemetable: 'sv' Compiling: 'sv_list' 341 entries Compiling: 'sv_rules' 697 rules, 30 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=sw Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/sw_dict' Using phonemetable: 'sw' Compiling: 'sw_list' 170 entries Compiling: 'sw_rules' 63 rules, 27 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=ta Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/ta_dict' Using phonemetable: 'ta' Compiling: 'ta_list' 553 entries Compiling: 'ta_rules' 4619 rules, 33 groups (28) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=tr Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/tr_dict' Using phonemetable: 'tr' Compiling: 'tr_list' 252 entries Compiling: 'tr_rules' 207 rules, 34 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=vi Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/vi_dict' Using phonemetable: 'vi' Compiling: 'vi_list' 135 entries Compiling: 'vi_rules' 594 rules, 97 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=vi-hue Using phonemetable: 'vi-hue' Compiling: 'vi_list' 135 entries Compiling: 'vi_rules' 594 rules, 97 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=vi-sgn Using phonemetable: 'vi-sgn' Compiling: 'vi_list' 135 entries Compiling: 'vi_rules' 594 rules, 97 groups (0) + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=zh Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/zh_dict' Using phonemetable: 'zh' Compiling: 'zh_list' 3873 entries Compiling: 'zh_rules' 181 rules, 28 groups (0) Full dictionary is not installed for 'zh' + for voice in $(../src/speak --voices | awk '{print $2}{print $5}' | egrep -v Language\|File\|/ | uniq) + ../src/speak --compile=zh-yue Can't read dictionary file: '/home/iurt/rpmbuild/BUILD/espeak-1.48.04-source/espeak-data/zhy_dict' Using phonemetable: 'zhy' Compiling: 'zhy_rules' 79 rules, 27 groups (0) Full dictionary is not installed for 'zhy' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.jxlSiL + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64 + cd espeak-1.48.04-source + '[' 1 -eq 1 ']' + cd src + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64 'INSTALL=/usr/bin/install -p' BINDIR=/usr/bin INCDIR=/usr/include/espeak LIBDIR=/usr/lib64 DATADIR=/usr/share/espeak-data # Create directories rm -rf /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/share/espeak-data mkdir -p /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/bin mkdir -p /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/lib64 mkdir -p /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/include/espeak mkdir -p /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/share/espeak-data # Install espeak executable /usr/bin/install -p -m 755 espeak /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/bin # Install shared library /usr/bin/install -p -m 755 libespeak.so.1.1.48 /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/lib64 # Install static library /usr/bin/install -p -m 755 libespeak.a /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/lib64 /bin/ln -sf libespeak.so.1.1.48 /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/lib64/libespeak.so.1 /bin/ln -sf libespeak.so.1 /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/lib64/libespeak.so # Install development headers /usr/bin/install -p -pm 644 speak_lib.h /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/include/espeak # Install data files cp -prf ../espeak-data/* /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/share/espeak-data + install -m 644 -D /home/iurt/rpmbuild/SOURCES/espeak.1 /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/share/man/man1/espeak.1 + rm -f /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/lib64/libespeak.a + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 1.48.04-4.mga8 --unique-debug-suffix -1.48.04-4.mga8.aarch64 --unique-debug-src-base espeak-1.48.04-4.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/espeak-1.48.04-source explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/bin/espeak explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/lib64/libespeak.so.1.1.48 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/bin/espeak extracting debug info from /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/lib64/libespeak.so.1.1.48 original debug info size: 1472kB, size after compression: 1316kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 2037 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./usr/share/espeak-data/voices/de is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/test/te is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/test/ko is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/test/si is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/test/kl is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/test/az is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/test/am is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/test/pap is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/test/gu is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/test/nci is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/test/ur is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/test/sl is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/test/bn is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/test/or is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/test/as is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/test/eu is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/es-la is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/cs is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/mk is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/fi is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/sr is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/hr is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/bg is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/nl is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/fr-be is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/cy is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/et is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/hu is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/sk is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/is is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/an is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/no is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/pl is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/sv is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/ca is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/lt is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/ru is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/es is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/da is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/pt-pt is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/it is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/el is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/lv is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/sq is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/ro is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/bs is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/europe/ga is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-cr1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-us2 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-gr2-en is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-de6 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-de4 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-mx1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-it3 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-fr1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-hu1-en is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-ic1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-us1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-fr4 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-ir1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-ro1-en is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-es2 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-sw2-en is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-sw1-en is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-de5 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-gr2 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-de3 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-fr1-en is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-en1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-br3 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-tr1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-us3 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-pl1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-af1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-pt1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-la1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-sw2 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-af1-en is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-pl1-en is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-ee1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-de2 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-br1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-de5-en is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-de6-grc is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-nl2-en is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-de7 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-ro1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-vz1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-de4-en is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-fr4-en is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-it4 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-sw1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-nl2 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-ir2 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-hu1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-br4 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-es1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-cz2 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-id1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-mx2 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/mb/mb-tr2 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/default is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/pt is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/en-us is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/!v/f2 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/!v/m5 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/!v/klatt2 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/!v/f1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/!v/m1 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/!v/m2 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/!v/whisperf is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/!v/klatt is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/!v/croak is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/!v/f3 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/!v/f4 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/!v/m6 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/!v/m4 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/!v/m7 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/!v/f5 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/!v/m3 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/!v/klatt3 is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/!v/whisper is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/asia/pa is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/asia/zh is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/asia/ms is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/asia/ta is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/asia/hy is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/asia/vi-sgn is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/asia/vi is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/asia/kn is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/asia/hi is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/asia/ku is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/asia/ka is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/asia/zh-yue is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/asia/ne is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/asia/hy-west is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/asia/id is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/asia/fa is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/asia/ml is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/asia/vi-hue is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/asia/tr is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/asia/fa-pin is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/fr is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/en is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/other/grc is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/other/eo is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/other/jbo is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/other/en-wi is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/other/af is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/other/sw is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/other/en-sc is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/other/en-n is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/other/en-wm is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/other/la is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/other/en-rp is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/espeak-data/voices/other/lfn is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/mbrowrap.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/numbers.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/synthesize.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/event.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/tr_languages.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/wave.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/sintab.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/sonic.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/voice.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/wavegen.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/espeak_command.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/phonemelist.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/readclause.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/klatt.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/intonation.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/sonic.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/dictionary.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/setlengths.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/fifo.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/voices.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/phoneme.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/synth_mbrola.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/espeak.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/klatt.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/translate.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/speech.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/wave.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/speak_lib.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/espeak_command.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/translate.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/event.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/synthesize.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/synthdata.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/compiledict.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/speak_lib.cpp is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/fifo.h is executable but has no shebang, removing executable bit *** WARNING: ./usr/src/debug/espeak-1.48.04-4.mga8.aarch64/src/mbrowrap.h is executable but has no shebang, removing executable bit Processing files: espeak-1.48.04-4.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vAQrbM + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd espeak-1.48.04-source + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/share/doc/espeak + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/share/doc/espeak + cp -pr ReadMe /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/share/doc/espeak + cp -pr ChangeLog.txt License.txt /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/share/doc/espeak + cp -pr docs /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64/usr/share/doc/espeak + RPM_EC=0 ++ jobs -p + exit 0 Provides: espeak = 1.48.04-4.mga8 espeak(aarch-64) = 1.48.04-4.mga8 Requires(rpmlib): rpmlib(BuiltinLuaScripts) <= 4.2.2-1 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libespeak.so.1()(64bit) Processing files: lib64espeak1-1.48.04-4.mga8.aarch64 Provides: lib64espeak1 = 1.48.04-4.mga8 lib64espeak1(aarch-64) = 1.48.04-4.mga8 libespeak.so.1()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libportaudio.so.2()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) Processing files: lib64espeak-devel-1.48.04-4.mga8.aarch64 Provides: devel(libespeak(64bit)) lib64espeak-devel = 1.48.04-4.mga8 lib64espeak-devel(aarch-64) = 1.48.04-4.mga8 libespeak-devel = 1.48.04-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: devel(libm(64bit)) devel(libportaudio(64bit)) Processing files: espeak-debugsource-1.48.04-4.mga8.aarch64 Provides: espeak-debugsource = 1.48.04-4.mga8 espeak-debugsource(aarch-64) = 1.48.04-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: espeak-debuginfo-1.48.04-4.mga8.aarch64 Provides: debuginfo(build-id) = 3871f3865ae414be9748a3169fda7bcdd6ff190a espeak-debuginfo = 1.48.04-4.mga8 espeak-debuginfo(aarch-64) = 1.48.04-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: espeak-debugsource(aarch-64) = 1.48.04-4.mga8 Processing files: lib64espeak1-debuginfo-1.48.04-4.mga8.aarch64 Provides: debuginfo(build-id) = 5682ae4e9066c6bfc95e381f6fa11b328b657220 lib64espeak1-debuginfo = 1.48.04-4.mga8 lib64espeak1-debuginfo(aarch-64) = 1.48.04-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: espeak-debugsource(aarch-64) = 1.48.04-4.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64espeak-devel-1.48.04-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/espeak-debuginfo-1.48.04-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64espeak1-1.48.04-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/espeak-debugsource-1.48.04-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64espeak1-debuginfo-1.48.04-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/espeak-1.48.04-4.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MitqRJ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd espeak-1.48.04-source + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/espeak-1.48.04-4.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.O3qlSJ + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf espeak-1.48.04-source + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!