<86>May 19 11:15:14 userdel[3031526]: delete user 'rooter'
<86>May 19 11:15:14 userdel[3031526]: removed group 'rooter' owned by 'rooter'
<86>May 19 11:15:14 userdel[3031526]: removed shadow group 'rooter' owned by 'rooter'
<86>May 19 11:15:14 groupadd[3031586]: group added to /etc/group: name=rooter, GID=1865
<86>May 19 11:15:14 groupadd[3031586]: group added to /etc/gshadow: name=rooter
<86>May 19 11:15:14 groupadd[3031586]: new group: name=rooter, GID=1865
<86>May 19 11:15:14 useradd[3031651]: new user: name=rooter, UID=1865, GID=1865, home=/root, shell=/bin/bash
<86>May 19 11:15:14 userdel[3031722]: delete user 'builder'
<86>May 19 11:15:14 userdel[3031722]: removed group 'builder' owned by 'builder'
<86>May 19 11:15:14 userdel[3031722]: removed shadow group 'builder' owned by 'builder'
<86>May 19 11:15:14 groupadd[3031766]: group added to /etc/group: name=builder, GID=1866
<86>May 19 11:15:14 groupadd[3031766]: group added to /etc/gshadow: name=builder
<86>May 19 11:15:14 groupadd[3031766]: new group: name=builder, GID=1866
<86>May 19 11:15:14 useradd[3031798]: new user: name=builder, UID=1866, GID=1866, home=/usr/src, shell=/bin/bash
warning: Macro %gpl3plus not found
warning: Macro %gpl3plus not found
warning: Macro %gpl3plus not found
warning: Macro %gpl3plus not found
warning: Macro %_ttsdir not found
warning: Macro %_ttsdir not found
warning: Macro %tts_unregister not found
warning: Macro %tts_unregister not found
warning: Macro %_ttsdir not found
<13>May 19 11:15:18 rpmi: libnatspec-0.3.1-alt2 1445691578 installed
<13>May 19 11:15:18 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed
<13>May 19 11:15:18 rpmi: libstdc++8-devel-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed
<13>May 19 11:15:18 rpmi: gcc8-c++-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed
<13>May 19 11:15:18 rpmi: alsa-ucm-conf-1.2.4-alt1 p9+250722.2300.14.1 1614269485 installed
<13>May 19 11:15:18 rpmi: alsa-topology-conf-1.2.4-alt1 p9+250722.2200.14.1 1614269467 installed
<13>May 19 11:15:18 rpmi: libalsa-1:1.2.4-alt1 p9+250722.2400.14.1 1614269549 installed
<13>May 19 11:15:18 rpmi: libao-1:1.2.2-alt3 1512129137 installed
<13>May 19 11:15:18 rpmi: libao-devel-1:1.2.2-alt3 1512129137 installed
<13>May 19 11:15:18 rpmi: gcc-c++-8-alt2 p9+246536.100.3.1 1582643803 installed
<13>May 19 11:15:18 rpmi: unzip-6.0-alt4 p9+261695.100.1.1 1605219254 installed
<13>May 19 11:15:18 rpmi: rpm-macros-tts-20110208-alt1 1297133512 installed
<13>May 19 11:15:18 rpmi: rpm-build-licenses-2.0.5-alt2 1454794749 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/espeak-1.44.05-alt4.nosrc.rpm (w1.gzdio)
Installing espeak-1.44.05-alt4.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.58929
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf espeak-1.44.05-source
+ echo 'Source #0 (espeak-1.44.05-source.zip):'
Source #0 (espeak-1.44.05-source.zip):
+ /usr/bin/unzip -qq /usr/src/RPM/SOURCES/espeak-1.44.05-source.zip
+ cd espeak-1.44.05-source
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #1 (espeak-alt-libao.patch):'
Patch #1 (espeak-alt-libao.patch):
+ /usr/bin/patch -p1
patching file src/Makefile
+ /bin/rm -f ./src/portaudio.h
+ /bin/mv ./src/portaudio19.h ./src/portaudio.h
+ /bin/cp /usr/src/RPM/SOURCES/wave_ao.cpp ./src
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.58929
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd espeak-1.44.05-source
+ cp /usr/src/RPM/SOURCES/russian_data.zip ./
+ unzip russian_data.zip
Archive:  russian_data.zip
   creating: russian_data/
  inflating: russian_data/ReadMe     
  inflating: russian_data/ru_listx   
+ mv russian_data/ru_listx dictsource/
+ cd src
+ cp /usr/src/RPM/SOURCES/espeak-dict.mak ./dict.mak
+ make -f dict.mak
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  speak.cpp
speak.cpp: In function 'void DisplayVoices(FILE*, char*)':
speak.cpp:160:6: warning: variable 'scores' set but not used [-Wunused-but-set-variable]
  int scores = 0;
      ^~~~~~
speak.cpp: In function 'int main(int, char**)':
speak.cpp:499:6: warning: unused variable 'speaking' [-Wunused-variable]
  int speaking = 0;
      ^~~~~~~~
speak.cpp:506:7: warning: variable 'dictname' set but not used [-Wunused-but-set-variable]
  char dictname[40];
       ^~~~~~~~
g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  compiledict.cpp
compiledict.cpp: In function 'int compile_line(char*, char*, int*)':
compiledict.cpp:388:8: warning: variable 'comment' set but not used [-Wunused-but-set-variable]
  char *comment;
        ^~~~~~~
compiledict.cpp: In function 'char* compile_rule(char*)':
compiledict.cpp:1163:6: warning: variable 'pre_bracket' set but not used [-Wunused-but-set-variable]
  int pre_bracket=0;
      ^~~~~~~~~~~
compiledict.cpp: In function 'int CompileDictionary(const char*, const char*, FILE*, char*, int)':
compiledict.cpp:1872:19: warning: 'rules.txt' directive writing 9 bytes into a region of size between 6 and 195 [-Wformat-overflow=]
  sprintf(fname_in,"%srules.txt",path);
                   ^~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from compiledict.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 10 and 199 bytes into a destination of size 195
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  dictionary.cpp
dictionary.cpp: In function 'int Unpronouncable(Translator*, char*)':
dictionary.cpp:797:7: warning: variable 'apostrophe' set but not used [-Wunused-but-set-variable]
  int  apostrophe=0;
       ^~~~~~~~~~
dictionary.cpp: In function 'void SetWordStress(Translator*, char*, unsigned int*, int, int)':
dictionary.cpp:1351:8: warning: variable 'prev_stressed' set but not used [-Wunused-but-set-variable]
    int prev_stressed;
        ^~~~~~~~~~~~~
dictionary.cpp:1088:6: warning: variable 'post_tonic' set but not used [-Wunused-but-set-variable]
  int post_tonic;
      ^~~~~~~~~~
dictionary.cpp: In function 'int TranslateRules(Translator*, char*, char*, int, char*, int, unsigned int*)':
dictionary.cpp:2367:21: warning: variable 'c123' set but not used [-Wunused-but-set-variable]
  unsigned int  c12, c123;
                     ^~~~
dictionary.cpp:2369:6: warning: variable 'wc_prev' set but not used [-Wunused-but-set-variable]
  int wc_prev;
      ^~~~~~~
dictionary.cpp: In function 'const char* LookupDict2(Translator*, const char*, const char*, char*, unsigned int*, int, WORD_TAB*)':
dictionary.cpp:3136:17: warning: variable 'flags1' set but not used [-Wunused-but-set-variable]
    unsigned int flags1 = 0;
                 ^~~~~~
g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  intonation.cpp
intonation.cpp: In function 'int calc_pitches2(int, int, int)':
intonation.cpp:790:6: warning: variable 'continuing' set but not used [-Wunused-but-set-variable]
  int continuing = 0;
      ^~~~~~~~~~
intonation.cpp: In function 'void CalcPitches_Tone(Translator*, int)':
intonation.cpp:944:15: warning: variable 'prev2_tph' set but not used [-Wunused-but-set-variable]
  PHONEME_TAB *prev2_tph;  // 2 tones previous
               ^~~~~~~~~
g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  readclause.cpp
readclause.cpp: In function 'int GetC()':
readclause.cpp:461:16: warning: variable 'm' set but not used [-Wunused-but-set-variable]
  unsigned char m;
                ^
readclause.cpp: In function 'int ReadClause(Translator*, FILE*, char*, short int*, int*, int, int*, char*)':
readclause.cpp:2031:6: warning: variable 'prev_announced_punctuation' set but not used [-Wunused-but-set-variable]
  int prev_announced_punctuation;
      ^~~~~~~~~~~~~~~~~~~~~~~~~~
readclause.cpp: In function 'const char* LookupCharName(Translator*, int, int)':
readclause.cpp:660:16: warning: '%s' directive writing up to 59 bytes into a region of size 52 [-Wformat-overflow=]
    sprintf(buf,"[\002_^_%s %s _^_%s]]","en",phonemes2,WordToString2(tr->translator_name));
                ^~~~~~~~~~~~~~~~~~~~~~~      ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from readclause.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 15 and 78 bytes into a destination of size 60
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
readclause.cpp:667:16: warning: '%s' directive writing up to 59 bytes into a region of size 58 [-Wformat-overflow=]
    sprintf(buf,"[\002%s]] ",phonemes2);
                ^~~~~~~~~~~~ ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from readclause.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 65 bytes into a destination of size 60
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
readclause.cpp: In function 'int ReadClause(Translator*, FILE*, char*, short int*, int*, int, int*, char*)':
readclause.cpp:583:20: warning: '%s' directive writing up to 54 bytes into a region of size 28 [-Wformat-overflow=]
   sprintf(text_out,"[\002%s]]",phonemes2);
                    ^~~~~~~~~~~ ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from readclause.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 59 bytes into a destination of size 30
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  setlengths.cpp
g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  numbers.cpp
numbers.cpp: In function 'void LookupLetter(Translator*, unsigned int, int, char*, int)':
numbers.cpp:509:8: warning: variable 'ptr' set but not used [-Wunused-but-set-variable]
  char *ptr;
        ^~~
numbers.cpp: In function 'int LookupThousands(Translator*, int, int, int, char*)':
numbers.cpp:1006:7: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses]
    if(!found_value & (number_control & 1))
       ^~~~~~~~~~~~
numbers.cpp: In function 'int TranslateNumber_1(Translator*, char*, char*, unsigned int*, WORD_TAB*, int)':
numbers.cpp:1543:6: warning: variable 'hyphen' set but not used [-Wunused-but-set-variable]
  int hyphen;
      ^~~~~~
numbers.cpp: In function 'int LookupThousands(Translator*, int, int, int, char*)':
numbers.cpp:1003:20: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
     sprintf(string,"_%dM%do",value,thousandplex);
                    ^~~~~~~~~
numbers.cpp:1003:20: note: directive argument in the range [-2147483647, 2147483647]
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1009:20: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
     sprintf(string,"_%dM%de",value,thousandplex);
                    ^~~~~~~~~
numbers.cpp:1009:20: note: directive argument in the range [-2147483647, 2147483647]
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1015:20: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
     sprintf(string,"_%dM%dx",value,thousandplex);
                    ^~~~~~~~~
numbers.cpp:1015:20: note: directive argument in the range [-2147483647, 2147483647]
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1021:19: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
    sprintf(string,"_%dM%d",value,thousandplex);
                   ^~~~~~~~
numbers.cpp:1021:19: note: directive argument in the range [-2147483647, 2147483647]
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 24 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1039:20: warning: 'o' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=]
     sprintf(string,"_%s%do",M_Variant(value), thousandplex);
                    ^~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1045:20: warning: 'e' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=]
     sprintf(string,"_%s%de",M_Variant(value), thousandplex);
                    ^~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1051:20: warning: 'x' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=]
     sprintf(string,"_%s%dx",M_Variant(value), thousandplex);
                    ^~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1057:19: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
    sprintf(string,"_%s%d",M_Variant(value), thousandplex);
                   ^~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 3 or more bytes (assuming 13) into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1063:21: warning: '%d' directive writing between 1 and 10 bytes into a region of size 9 [-Wformat-overflow=]
      sprintf(string,"_0M%d", thousandplex-1);
                     ^~~~~~~
numbers.cpp:1063:21: note: directive argument in the range [3, 2147483646]
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp: In function 'int LookupNum2(Translator*, int, int, char*)':
numbers.cpp:1151:21: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
      sprintf(string,"_%d%cx",value,ord_type);  // LANG=hu, special word for 1. 2. when there are no higher digits
                     ^~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp: In function 'int LookupNum3(Translator*, int, char*, int, int, int)':
numbers.cpp:1405:26: warning: '%s' directive writing up to 19 bytes into a region of size between 1 and 50 [-Wformat-overflow=]
     sprintf(ph_thousands,"%s%s",ph_digits,ph_10T);
                          ^~~~~~           ~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 69 bytes into a destination of size 50
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1403:26: warning: '%s' directive writing up to 49 bytes into a region of size between 31 and 50 [-Wformat-overflow=]
     sprintf(ph_thousands,"%s%s",ph_10T,ph_digits);  // say "thousands" before its number, not after
                          ^~~~~~        ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 69 bytes into a destination of size 50
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1432:22: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
      sprintf(string, "_%dCo", hundreds);
                      ^~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1437:21: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
      sprintf(string,"_%dC0",hundreds);
                     ^~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1460:16: warning: '%s' directive writing up to 49 bytes into a region of size between 40 and 100 [-Wformat-overflow=]
   sprintf(buf1,"%s%s%s%s",ph_thousands,ph_thousand_and,ph_digits,ph_100);
                ^~~~~~~~~~                              ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 129 bytes into a destination of size 100
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp: In function 'int TranslateNumber_1(Translator*, char*, char*, unsigned int*, WORD_TAB*, int)':
numbers.cpp:1629:20: warning: '%s' directive writing up to 19 bytes into a region of size 18 [-Wformat-overflow=]
     sprintf(string,"_#%s",suffix);
                    ^~~~~~ ~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 3 and 22 bytes into a destination of size 20
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp: In function 'int TranslateLetter(Translator*, char*, char*, int)':
numbers.cpp:675:19: warning: '%s' directive writing up to 59 bytes into a region of size between 40 and 59 [-Wformat-overflow=]
   sprintf(ph_buf2,"%c%s%s",0xff,capital,ph_buf);  // the 0xff marker will be removed or replaced in SetSpellingStress()
                   ^~~~~~~~              ~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 80 bytes into a destination of size 60
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:673:19: warning: '%s' directive writing up to 19 bytes into a region of size between 0 and 59 [-Wformat-overflow=]
   sprintf(ph_buf2,"%c%s%s",0xff,ph_buf,capital);
                   ^~~~~~~~             ~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 80 bytes into a destination of size 60
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  synth_mbrola.cpp
synth_mbrola.cpp: In function 'int MbrolaTranslate(PHONEME_LIST*, int, int, FILE*)':
synth_mbrola.cpp:389:16: warning: variable 'prev' set but not used [-Wunused-but-set-variable]
  PHONEME_LIST *prev;
                ^~~~
g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  synthdata.cpp
g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  synthesize.cpp
synthesize.cpp: In function 'int Generate(PHONEME_LIST*, int*, int)':
synthesize.cpp:1308:15: warning: variable 'prev_ph' set but not used [-Wunused-but-set-variable]
  PHONEME_TAB *prev_ph;
               ^~~~~~~
g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  translate.cpp
translate.cpp: In function 'int TranslateWord(Translator*, char*, int, WORD_TAB*)':
translate.cpp:779:8: warning: variable 'ph_limit' set but not used [-Wunused-but-set-variable]
  char *ph_limit;
        ^~~~~~~~
translate.cpp: In function 'void* TranslateClause(Translator*, FILE*, const void*, int*, char**)':
translate.cpp:2294:6: warning: variable 'prev_in2' set but not used [-Wunused-but-set-variable]
  int prev_in2=0;
      ^~~~~~~~
translate.cpp:2318:6: warning: variable 'individual_digits' set but not used [-Wunused-but-set-variable]
  int individual_digits;
      ^~~~~~~~~~~~~~~~~
translate.cpp: In function 'int TranslateWord(Translator*, char*, int, WORD_TAB*)':
translate.cpp:1174:31: warning: '%s' directive writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-overflow=]
       sprintf(prefix_phonemes,"%s%s%s",phonemes,end_phonemes,prefix_phonemes2);
                               ^~~~~~~~          ~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from translate.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 330 bytes into a destination of size 160
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
translate.cpp:1372:50: warning: '%s' directive output may be truncated writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-truncation=]
   snprintf(word_phonemes, sizeof(word_phonemes), "%s%s%s", unpron_phonemes, prefix_phonemes, phonemes);
                                                  ^~~~~~~~                   ~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from translate.cpp:22:
/usr/include/bits/stdio2.h:64:35: note: '__builtin___snprintf_chk' output between 1 and 478 bytes into a destination of size 160
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
translate.cpp:1346:51: warning: '%s' directive output may be truncated writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-truncation=]
    snprintf(word_phonemes, sizeof(word_phonemes), "%s%s%s", unpron_phonemes, prefix_phonemes, phonemes);
                                                   ^~~~~~~~                   ~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from translate.cpp:22:
/usr/include/bits/stdio2.h:64:35: note: '__builtin___snprintf_chk' output between 1 and 478 bytes into a destination of size 160
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  mbrowrap.cpp
mbrowrap.cpp: In function 'int start_mbrola(const char*)':
mbrowrap.cpp:154:9: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
    write(p_stderr[1], mbr_errorbuf, strlen(mbr_errorbuf));
    ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mbrowrap.cpp:171:8: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
   write(2, mbr_errorbuf, strlen(mbr_errorbuf));
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  tr_languages.cpp
g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  voices.cpp
voices.cpp: In function 'voice_t* LoadVoice(const char*, int)':
voices.cpp:531:7: warning: variable 'error' set but not used [-Wunused-but-set-variable]
  int  error = 0;
       ^~~~~
voices.cpp: In function 'void GetVoices(const char*)':
voices.cpp:1627:17: warning: '%s' directive writing up to 255 bytes into a region of size 249 [-Wformat-overflow=]
   sprintf(fname,"%s%c%s",path,PATHSEP,ent->d_name);
                 ^~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from voices.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 250
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
voices.cpp: In function 'voice_t* LoadVoice(const char*, int)':
voices.cpp:580:15: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
   sprintf(buf,"%s%s",path_voices,voicename);
               ^~~~~~
In file included from /usr/include/stdio.h:862,
                 from voices.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 201 bytes into a destination of size 200
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
voices.cpp:588:16: warning: '%s' directive writing up to 39 bytes into a region of size between 35 and 199 [-Wformat-overflow=]
    sprintf(buf,"%s%s%c%s",path_voices,langname,PATHSEP,voicename);
                ^~~~~~~~~~                              ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from voices.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 205 bytes into a destination of size 200
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
voices.cpp:593:17: warning: '%s' directive writing up to 39 bytes into a region of size between 33 and 194 [-Wformat-overflow=]
     sprintf(buf,"%sextra%c%s",path_voices,PATHSEP,voicename);
                 ^~~~~~~~~~~~~                     ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from voices.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 7 and 207 bytes into a destination of size 200
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
voices.cpp:598:18: warning: '%s' directive writing up to 39 bytes into a region of size between 34 and 195 [-Wformat-overflow=]
      sprintf(buf,"%stest%c%s",path_voices,PATHSEP,voicename);
                  ^~~~~~~~~~~~                     ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from voices.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 206 bytes into a destination of size 200
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  wavegen.cpp
g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  phonemelist.cpp
phonemelist.cpp: In function 'void MakePhonemeList(Translator*, int, int)':
phonemelist.cpp:117:15: warning: variable 'prev' set but not used [-Wunused-but-set-variable]
  PHONEME_TAB *prev, *next, *next2;
               ^~~~
phonemelist.cpp:126:6: warning: variable 'first_vowel' set but not used [-Wunused-but-set-variable]
  int first_vowel=0;   // first vowel in a word
      ^~~~~~~~~~~
g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  klatt.cpp
g++ -o speak speak.o compiledict.o dictionary.o intonation.o readclause.o setlengths.o numbers.o synth_mbrola.o synthdata.o synthesize.o translate.o mbrowrap.o tr_languages.o voices.o wavegen.o phonemelist.o klatt.o -lstdc++ -lao -lpthread 
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  speak_lib.cpp  -o x_speak_lib.o
speak_lib.cpp: In function 'int dispatch_audio(short int*, int, espeak_EVENT*)':
speak_lib.cpp:99:7: warning: variable 'event_data' set but not used [-Wunused-but-set-variable]
   int event_data=0;
       ^~~~~~~~~~
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  compiledict.cpp  -o x_compiledict.o
compiledict.cpp: In function 'int compile_line(char*, char*, int*)':
compiledict.cpp:388:8: warning: variable 'comment' set but not used [-Wunused-but-set-variable]
  char *comment;
        ^~~~~~~
compiledict.cpp: In function 'char* compile_rule(char*)':
compiledict.cpp:1163:6: warning: variable 'pre_bracket' set but not used [-Wunused-but-set-variable]
  int pre_bracket=0;
      ^~~~~~~~~~~
compiledict.cpp: In function 'int CompileDictionary(const char*, const char*, FILE*, char*, int)':
compiledict.cpp:1872:19: warning: 'rules.txt' directive writing 9 bytes into a region of size between 6 and 195 [-Wformat-overflow=]
  sprintf(fname_in,"%srules.txt",path);
                   ^~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from compiledict.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 10 and 199 bytes into a destination of size 195
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  dictionary.cpp  -o x_dictionary.o
dictionary.cpp: In function 'int Unpronouncable(Translator*, char*)':
dictionary.cpp:797:7: warning: variable 'apostrophe' set but not used [-Wunused-but-set-variable]
  int  apostrophe=0;
       ^~~~~~~~~~
dictionary.cpp: In function 'void SetWordStress(Translator*, char*, unsigned int*, int, int)':
dictionary.cpp:1351:8: warning: variable 'prev_stressed' set but not used [-Wunused-but-set-variable]
    int prev_stressed;
        ^~~~~~~~~~~~~
dictionary.cpp:1088:6: warning: variable 'post_tonic' set but not used [-Wunused-but-set-variable]
  int post_tonic;
      ^~~~~~~~~~
dictionary.cpp: In function 'int TranslateRules(Translator*, char*, char*, int, char*, int, unsigned int*)':
dictionary.cpp:2367:21: warning: variable 'c123' set but not used [-Wunused-but-set-variable]
  unsigned int  c12, c123;
                     ^~~~
dictionary.cpp:2369:6: warning: variable 'wc_prev' set but not used [-Wunused-but-set-variable]
  int wc_prev;
      ^~~~~~~
dictionary.cpp: In function 'const char* LookupDict2(Translator*, const char*, const char*, char*, unsigned int*, int, WORD_TAB*)':
dictionary.cpp:3136:17: warning: variable 'flags1' set but not used [-Wunused-but-set-variable]
    unsigned int flags1 = 0;
                 ^~~~~~
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  intonation.cpp  -o x_intonation.o
intonation.cpp: In function 'int calc_pitches2(int, int, int)':
intonation.cpp:790:6: warning: variable 'continuing' set but not used [-Wunused-but-set-variable]
  int continuing = 0;
      ^~~~~~~~~~
intonation.cpp: In function 'void CalcPitches_Tone(Translator*, int)':
intonation.cpp:944:15: warning: variable 'prev2_tph' set but not used [-Wunused-but-set-variable]
  PHONEME_TAB *prev2_tph;  // 2 tones previous
               ^~~~~~~~~
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  readclause.cpp  -o x_readclause.o
readclause.cpp: In function 'int GetC()':
readclause.cpp:461:16: warning: variable 'm' set but not used [-Wunused-but-set-variable]
  unsigned char m;
                ^
readclause.cpp: In function 'int ReadClause(Translator*, FILE*, char*, short int*, int*, int, int*, char*)':
readclause.cpp:2031:6: warning: variable 'prev_announced_punctuation' set but not used [-Wunused-but-set-variable]
  int prev_announced_punctuation;
      ^~~~~~~~~~~~~~~~~~~~~~~~~~
readclause.cpp: In function 'const char* LookupCharName(Translator*, int, int)':
readclause.cpp:660:16: warning: '%s' directive writing up to 59 bytes into a region of size 52 [-Wformat-overflow=]
    sprintf(buf,"[\002_^_%s %s _^_%s]]","en",phonemes2,WordToString2(tr->translator_name));
                ^~~~~~~~~~~~~~~~~~~~~~~      ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from readclause.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 15 and 78 bytes into a destination of size 60
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
readclause.cpp:667:16: warning: '%s' directive writing up to 59 bytes into a region of size 58 [-Wformat-overflow=]
    sprintf(buf,"[\002%s]] ",phonemes2);
                ^~~~~~~~~~~~ ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from readclause.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 65 bytes into a destination of size 60
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
readclause.cpp: In function 'int ReadClause(Translator*, FILE*, char*, short int*, int*, int, int*, char*)':
readclause.cpp:583:20: warning: '%s' directive writing up to 54 bytes into a region of size 28 [-Wformat-overflow=]
   sprintf(text_out,"[\002%s]]",phonemes2);
                    ^~~~~~~~~~~ ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from readclause.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 59 bytes into a destination of size 30
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  setlengths.cpp  -o x_setlengths.o
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  numbers.cpp  -o x_numbers.o
numbers.cpp: In function 'void LookupLetter(Translator*, unsigned int, int, char*, int)':
numbers.cpp:509:8: warning: variable 'ptr' set but not used [-Wunused-but-set-variable]
  char *ptr;
        ^~~
numbers.cpp: In function 'int LookupThousands(Translator*, int, int, int, char*)':
numbers.cpp:1006:7: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses]
    if(!found_value & (number_control & 1))
       ^~~~~~~~~~~~
numbers.cpp: In function 'int TranslateNumber_1(Translator*, char*, char*, unsigned int*, WORD_TAB*, int)':
numbers.cpp:1543:6: warning: variable 'hyphen' set but not used [-Wunused-but-set-variable]
  int hyphen;
      ^~~~~~
numbers.cpp: In function 'int LookupThousands(Translator*, int, int, int, char*)':
numbers.cpp:1003:20: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
     sprintf(string,"_%dM%do",value,thousandplex);
                    ^~~~~~~~~
numbers.cpp:1003:20: note: directive argument in the range [-2147483647, 2147483647]
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1009:20: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
     sprintf(string,"_%dM%de",value,thousandplex);
                    ^~~~~~~~~
numbers.cpp:1009:20: note: directive argument in the range [-2147483647, 2147483647]
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1015:20: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
     sprintf(string,"_%dM%dx",value,thousandplex);
                    ^~~~~~~~~
numbers.cpp:1015:20: note: directive argument in the range [-2147483647, 2147483647]
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1021:19: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
    sprintf(string,"_%dM%d",value,thousandplex);
                   ^~~~~~~~
numbers.cpp:1021:19: note: directive argument in the range [-2147483647, 2147483647]
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 24 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1039:20: warning: 'o' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=]
     sprintf(string,"_%s%do",M_Variant(value), thousandplex);
                    ^~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1045:20: warning: 'e' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=]
     sprintf(string,"_%s%de",M_Variant(value), thousandplex);
                    ^~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1051:20: warning: 'x' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=]
     sprintf(string,"_%s%dx",M_Variant(value), thousandplex);
                    ^~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1057:19: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
    sprintf(string,"_%s%d",M_Variant(value), thousandplex);
                   ^~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 3 or more bytes (assuming 13) into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1063:21: warning: '%d' directive writing between 1 and 10 bytes into a region of size 9 [-Wformat-overflow=]
      sprintf(string,"_0M%d", thousandplex-1);
                     ^~~~~~~
numbers.cpp:1063:21: note: directive argument in the range [3, 2147483646]
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp: In function 'int LookupNum2(Translator*, int, int, char*)':
numbers.cpp:1151:21: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
      sprintf(string,"_%d%cx",value,ord_type);  // LANG=hu, special word for 1. 2. when there are no higher digits
                     ^~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp: In function 'int LookupNum3(Translator*, int, char*, int, int, int)':
numbers.cpp:1405:26: warning: '%s' directive writing up to 19 bytes into a region of size between 1 and 50 [-Wformat-overflow=]
     sprintf(ph_thousands,"%s%s",ph_digits,ph_10T);
                          ^~~~~~           ~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 69 bytes into a destination of size 50
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1403:26: warning: '%s' directive writing up to 49 bytes into a region of size between 31 and 50 [-Wformat-overflow=]
     sprintf(ph_thousands,"%s%s",ph_10T,ph_digits);  // say "thousands" before its number, not after
                          ^~~~~~        ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 69 bytes into a destination of size 50
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1432:22: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
      sprintf(string, "_%dCo", hundreds);
                      ^~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1437:21: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
      sprintf(string,"_%dC0",hundreds);
                     ^~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1460:16: warning: '%s' directive writing up to 49 bytes into a region of size between 40 and 100 [-Wformat-overflow=]
   sprintf(buf1,"%s%s%s%s",ph_thousands,ph_thousand_and,ph_digits,ph_100);
                ^~~~~~~~~~                              ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 129 bytes into a destination of size 100
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp: In function 'int TranslateNumber_1(Translator*, char*, char*, unsigned int*, WORD_TAB*, int)':
numbers.cpp:1629:20: warning: '%s' directive writing up to 19 bytes into a region of size 18 [-Wformat-overflow=]
     sprintf(string,"_#%s",suffix);
                    ^~~~~~ ~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 3 and 22 bytes into a destination of size 20
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp: In function 'int TranslateLetter(Translator*, char*, char*, int)':
numbers.cpp:675:19: warning: '%s' directive writing up to 59 bytes into a region of size between 40 and 59 [-Wformat-overflow=]
   sprintf(ph_buf2,"%c%s%s",0xff,capital,ph_buf);  // the 0xff marker will be removed or replaced in SetSpellingStress()
                   ^~~~~~~~              ~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 80 bytes into a destination of size 60
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:673:19: warning: '%s' directive writing up to 19 bytes into a region of size between 0 and 59 [-Wformat-overflow=]
   sprintf(ph_buf2,"%c%s%s",0xff,ph_buf,capital);
                   ^~~~~~~~             ~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 80 bytes into a destination of size 60
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  synth_mbrola.cpp  -o x_synth_mbrola.o
synth_mbrola.cpp: In function 'int MbrolaTranslate(PHONEME_LIST*, int, int, FILE*)':
synth_mbrola.cpp:389:16: warning: variable 'prev' set but not used [-Wunused-but-set-variable]
  PHONEME_LIST *prev;
                ^~~~
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  synthdata.cpp  -o x_synthdata.o
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  synthesize.cpp  -o x_synthesize.o
synthesize.cpp: In function 'int Generate(PHONEME_LIST*, int*, int)':
synthesize.cpp:1308:15: warning: variable 'prev_ph' set but not used [-Wunused-but-set-variable]
  PHONEME_TAB *prev_ph;
               ^~~~~~~
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  translate.cpp  -o x_translate.o
translate.cpp: In function 'int TranslateWord(Translator*, char*, int, WORD_TAB*)':
translate.cpp:779:8: warning: variable 'ph_limit' set but not used [-Wunused-but-set-variable]
  char *ph_limit;
        ^~~~~~~~
translate.cpp: In function 'void* TranslateClause(Translator*, FILE*, const void*, int*, char**)':
translate.cpp:2294:6: warning: variable 'prev_in2' set but not used [-Wunused-but-set-variable]
  int prev_in2=0;
      ^~~~~~~~
translate.cpp:2318:6: warning: variable 'individual_digits' set but not used [-Wunused-but-set-variable]
  int individual_digits;
      ^~~~~~~~~~~~~~~~~
translate.cpp: In function 'int TranslateWord(Translator*, char*, int, WORD_TAB*)':
translate.cpp:1174:31: warning: '%s' directive writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-overflow=]
       sprintf(prefix_phonemes,"%s%s%s",phonemes,end_phonemes,prefix_phonemes2);
                               ^~~~~~~~          ~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from translate.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 330 bytes into a destination of size 160
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
translate.cpp:1372:50: warning: '%s' directive output may be truncated writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-truncation=]
   snprintf(word_phonemes, sizeof(word_phonemes), "%s%s%s", unpron_phonemes, prefix_phonemes, phonemes);
                                                  ^~~~~~~~                   ~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from translate.cpp:22:
/usr/include/bits/stdio2.h:64:35: note: '__builtin___snprintf_chk' output between 1 and 478 bytes into a destination of size 160
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
translate.cpp:1346:51: warning: '%s' directive output may be truncated writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-truncation=]
    snprintf(word_phonemes, sizeof(word_phonemes), "%s%s%s", unpron_phonemes, prefix_phonemes, phonemes);
                                                   ^~~~~~~~                   ~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from translate.cpp:22:
/usr/include/bits/stdio2.h:64:35: note: '__builtin___snprintf_chk' output between 1 and 478 bytes into a destination of size 160
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  mbrowrap.cpp  -o x_mbrowrap.o
mbrowrap.cpp: In function 'int start_mbrola(const char*)':
mbrowrap.cpp:154:9: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
    write(p_stderr[1], mbr_errorbuf, strlen(mbr_errorbuf));
    ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mbrowrap.cpp:171:8: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
   write(2, mbr_errorbuf, strlen(mbr_errorbuf));
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  tr_languages.cpp  -o x_tr_languages.o
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  voices.cpp  -o x_voices.o
voices.cpp: In function 'voice_t* LoadVoice(const char*, int)':
voices.cpp:531:7: warning: variable 'error' set but not used [-Wunused-but-set-variable]
  int  error = 0;
       ^~~~~
voices.cpp: In function 'void GetVoices(const char*)':
voices.cpp:1627:17: warning: '%s' directive writing up to 255 bytes into a region of size 249 [-Wformat-overflow=]
   sprintf(fname,"%s%c%s",path,PATHSEP,ent->d_name);
                 ^~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from voices.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 250
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
voices.cpp: In function 'voice_t* LoadVoice(const char*, int)':
voices.cpp:580:15: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
   sprintf(buf,"%s%s",path_voices,voicename);
               ^~~~~~
In file included from /usr/include/stdio.h:862,
                 from voices.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 201 bytes into a destination of size 200
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
voices.cpp:588:16: warning: '%s' directive writing up to 39 bytes into a region of size between 35 and 199 [-Wformat-overflow=]
    sprintf(buf,"%s%s%c%s",path_voices,langname,PATHSEP,voicename);
                ^~~~~~~~~~                              ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from voices.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 205 bytes into a destination of size 200
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
voices.cpp:593:17: warning: '%s' directive writing up to 39 bytes into a region of size between 33 and 194 [-Wformat-overflow=]
     sprintf(buf,"%sextra%c%s",path_voices,PATHSEP,voicename);
                 ^~~~~~~~~~~~~                     ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from voices.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 7 and 207 bytes into a destination of size 200
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
voices.cpp:598:18: warning: '%s' directive writing up to 39 bytes into a region of size between 34 and 195 [-Wformat-overflow=]
      sprintf(buf,"%stest%c%s",path_voices,PATHSEP,voicename);
                  ^~~~~~~~~~~~                     ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from voices.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 206 bytes into a destination of size 200
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  wavegen.cpp  -o x_wavegen.o
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  phonemelist.cpp  -o x_phonemelist.o
phonemelist.cpp: In function 'void MakePhonemeList(Translator*, int, int)':
phonemelist.cpp:117:15: warning: variable 'prev' set but not used [-Wunused-but-set-variable]
  PHONEME_TAB *prev, *next, *next2;
               ^~~~
phonemelist.cpp:126:6: warning: variable 'first_vowel' set but not used [-Wunused-but-set-variable]
  int first_vowel=0;   // first vowel in a word
      ^~~~~~~~~~~
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  espeak_command.cpp  -o x_espeak_command.o
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  event.cpp  -o x_event.o
event.cpp: In function 'int sleep_until_timeout_or_stop_request(uint32_t)':
event.cpp:389:22: warning: variable 'to' set but not used [-Wunused-but-set-variable]
  struct timespec ts, to;
                      ^~
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  fifo.cpp  -o x_fifo.o
fifo.cpp: In function 'int sleep_until_start_request_or_inactivity()':
fifo.cpp:296:27: warning: variable 'to' set but not used [-Wunused-but-set-variable]
       struct timespec ts, to;
                           ^~
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  wave_ao.cpp  -o x_wave_ao.o
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  debug.cpp  -o x_debug.o
g++ -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  klatt.cpp  -o x_klatt.o
g++ -shared -Wl,-soname,libespeak.so.1 -o libespeak.so x_speak_lib.o x_compiledict.o x_dictionary.o x_intonation.o x_readclause.o x_setlengths.o x_numbers.o x_synth_mbrola.o x_synthdata.o x_synthesize.o x_translate.o x_mbrowrap.o x_tr_languages.o x_voices.o x_wavegen.o x_phonemelist.o x_espeak_command.o x_event.o x_fifo.o x_wave_ao.o x_debug.o x_klatt.o -lstdc++ -lao -lpthread
ar cqs libespeak.a x_speak_lib.o x_compiledict.o x_dictionary.o x_intonation.o x_readclause.o x_setlengths.o x_numbers.o x_synth_mbrola.o x_synthdata.o x_synthesize.o x_translate.o x_mbrowrap.o x_tr_languages.o x_voices.o x_wavegen.o x_phonemelist.o x_espeak_command.o x_event.o x_fifo.o x_wave_ao.o x_debug.o x_klatt.o
g++ -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"../espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  espeak.cpp
espeak.cpp: In function 'void DisplayVoices(FILE*, char*)':
espeak.cpp:130:6: warning: variable 'scores' set but not used [-Wunused-but-set-variable]
  int scores = 0;
      ^~~~~~
espeak.cpp: In function 'int main(int, char**)':
espeak.cpp:394:7: warning: variable 'voice_mbrola' set but not used [-Wunused-but-set-variable]
  char voice_mbrola[20];
       ^~~~~~~~~~~~
espeak.cpp:395:7: warning: variable 'dictname' set but not used [-Wunused-but-set-variable]
  char dictname[40];
       ^~~~~~~~
espeak.cpp:753:8: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   fread(p_text,1,filesize,f_text);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -o espeak espeak.o -lstdc++ -L . -lespeak
mv libespeak.so libespeak.so.1.1.44
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
+ cd ../dictsource
+ ../src/speak --compile=ru
Using phonemetable: 'ru'
Compiling: 'ru_listx'
	197261 entries
Compiling: 'ru_list'
	122 entries
Compiling: 'ru_rules'
	508 rules, 34 groups (33)

+ cd ../src
+ make clean
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
rm -f *.o *.a *~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
+ make -j16 'CXXFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  speak.cpp
speak.cpp: In function 'void DisplayVoices(FILE*, char*)':
speak.cpp:160:6: warning: variable 'scores' set but not used [-Wunused-but-set-variable]
  int scores = 0;
      ^~~~~~
speak.cpp: In function 'int main(int, char**)':
speak.cpp:499:6: warning: unused variable 'speaking' [-Wunused-variable]
  int speaking = 0;
      ^~~~~~~~
speak.cpp:506:7: warning: variable 'dictname' set but not used [-Wunused-but-set-variable]
  char dictname[40];
       ^~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  phonemelist.cpp
phonemelist.cpp: In function 'void MakePhonemeList(Translator*, int, int)':
phonemelist.cpp:117:15: warning: variable 'prev' set but not used [-Wunused-but-set-variable]
  PHONEME_TAB *prev, *next, *next2;
               ^~~~
phonemelist.cpp:126:6: warning: variable 'first_vowel' set but not used [-Wunused-but-set-variable]
  int first_vowel=0;   // first vowel in a word
      ^~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  setlengths.cpp
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  synth_mbrola.cpp
synth_mbrola.cpp: In function 'int MbrolaTranslate(PHONEME_LIST*, int, int, FILE*)':
synth_mbrola.cpp:389:16: warning: variable 'prev' set but not used [-Wunused-but-set-variable]
  PHONEME_LIST *prev;
                ^~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  mbrowrap.cpp
mbrowrap.cpp: In function 'int start_mbrola(const char*)':
mbrowrap.cpp:154:9: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
    write(p_stderr[1], mbr_errorbuf, strlen(mbr_errorbuf));
    ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mbrowrap.cpp:171:8: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
   write(2, mbr_errorbuf, strlen(mbr_errorbuf));
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  synthdata.cpp
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  intonation.cpp
intonation.cpp: In function 'int calc_pitches2(int, int, int)':
intonation.cpp:790:6: warning: variable 'continuing' set but not used [-Wunused-but-set-variable]
  int continuing = 0;
      ^~~~~~~~~~
intonation.cpp: In function 'void CalcPitches_Tone(Translator*, int)':
intonation.cpp:944:15: warning: variable 'prev2_tph' set but not used [-Wunused-but-set-variable]
  PHONEME_TAB *prev2_tph;  // 2 tones previous
               ^~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  wavegen.cpp
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  speak_lib.cpp  -o x_speak_lib.o
speak_lib.cpp: In function 'int dispatch_audio(short int*, int, espeak_EVENT*)':
speak_lib.cpp:99:7: warning: variable 'event_data' set but not used [-Wunused-but-set-variable]
   int event_data=0;
       ^~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  voices.cpp
voices.cpp: In function 'voice_t* LoadVoice(const char*, int)':
voices.cpp:531:7: warning: variable 'error' set but not used [-Wunused-but-set-variable]
  int  error = 0;
       ^~~~~
voices.cpp: In function 'void GetVoices(const char*)':
voices.cpp:1627:17: warning: '%s' directive writing up to 255 bytes into a region of size 249 [-Wformat-overflow=]
   sprintf(fname,"%s%c%s",path,PATHSEP,ent->d_name);
                 ^~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from voices.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 250
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
voices.cpp: In function 'voice_t* LoadVoice(const char*, int)':
voices.cpp:580:15: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
   sprintf(buf,"%s%s",path_voices,voicename);
               ^~~~~~
In file included from /usr/include/stdio.h:862,
                 from voices.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 201 bytes into a destination of size 200
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
voices.cpp:588:16: warning: '%s' directive writing up to 39 bytes into a region of size between 35 and 199 [-Wformat-overflow=]
    sprintf(buf,"%s%s%c%s",path_voices,langname,PATHSEP,voicename);
                ^~~~~~~~~~                              ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from voices.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 205 bytes into a destination of size 200
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
voices.cpp:593:17: warning: '%s' directive writing up to 39 bytes into a region of size between 33 and 194 [-Wformat-overflow=]
     sprintf(buf,"%sextra%c%s",path_voices,PATHSEP,voicename);
                 ^~~~~~~~~~~~~                     ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from voices.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 7 and 207 bytes into a destination of size 200
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
voices.cpp:598:18: warning: '%s' directive writing up to 39 bytes into a region of size between 34 and 195 [-Wformat-overflow=]
      sprintf(buf,"%stest%c%s",path_voices,PATHSEP,voicename);
                  ^~~~~~~~~~~~                     ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from voices.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 206 bytes into a destination of size 200
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  tr_languages.cpp
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  klatt.cpp
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  synthesize.cpp
synthesize.cpp: In function 'int Generate(PHONEME_LIST*, int*, int)':
synthesize.cpp:1308:15: warning: variable 'prev_ph' set but not used [-Wunused-but-set-variable]
  PHONEME_TAB *prev_ph;
               ^~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  compiledict.cpp
compiledict.cpp: In function 'int compile_line(char*, char*, int*)':
compiledict.cpp:388:8: warning: variable 'comment' set but not used [-Wunused-but-set-variable]
  char *comment;
        ^~~~~~~
compiledict.cpp: In function 'char* compile_rule(char*)':
compiledict.cpp:1163:6: warning: variable 'pre_bracket' set but not used [-Wunused-but-set-variable]
  int pre_bracket=0;
      ^~~~~~~~~~~
compiledict.cpp: In function 'int CompileDictionary(const char*, const char*, FILE*, char*, int)':
compiledict.cpp:1872:19: warning: 'rules.txt' directive writing 9 bytes into a region of size between 6 and 195 [-Wformat-overflow=]
  sprintf(fname_in,"%srules.txt",path);
                   ^~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from compiledict.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 10 and 199 bytes into a destination of size 195
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  intonation.cpp  -o x_intonation.o
intonation.cpp: In function 'int calc_pitches2(int, int, int)':
intonation.cpp:790:6: warning: variable 'continuing' set but not used [-Wunused-but-set-variable]
  int continuing = 0;
      ^~~~~~~~~~
intonation.cpp: In function 'void CalcPitches_Tone(Translator*, int)':
intonation.cpp:944:15: warning: variable 'prev2_tph' set but not used [-Wunused-but-set-variable]
  PHONEME_TAB *prev2_tph;  // 2 tones previous
               ^~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  setlengths.cpp  -o x_setlengths.o
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  numbers.cpp
numbers.cpp: In function 'void LookupLetter(Translator*, unsigned int, int, char*, int)':
numbers.cpp:509:8: warning: variable 'ptr' set but not used [-Wunused-but-set-variable]
  char *ptr;
        ^~~
numbers.cpp: In function 'int LookupThousands(Translator*, int, int, int, char*)':
numbers.cpp:1006:7: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses]
    if(!found_value & (number_control & 1))
       ^~~~~~~~~~~~
numbers.cpp: In function 'int TranslateNumber_1(Translator*, char*, char*, unsigned int*, WORD_TAB*, int)':
numbers.cpp:1543:6: warning: variable 'hyphen' set but not used [-Wunused-but-set-variable]
  int hyphen;
      ^~~~~~
numbers.cpp: In function 'int LookupThousands(Translator*, int, int, int, char*)':
numbers.cpp:1003:20: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
     sprintf(string,"_%dM%do",value,thousandplex);
                    ^~~~~~~~~
numbers.cpp:1003:20: note: directive argument in the range [-2147483647, 2147483647]
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1009:20: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
     sprintf(string,"_%dM%de",value,thousandplex);
                    ^~~~~~~~~
numbers.cpp:1009:20: note: directive argument in the range [-2147483647, 2147483647]
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1015:20: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
     sprintf(string,"_%dM%dx",value,thousandplex);
                    ^~~~~~~~~
numbers.cpp:1015:20: note: directive argument in the range [-2147483647, 2147483647]
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1021:19: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
    sprintf(string,"_%dM%d",value,thousandplex);
                   ^~~~~~~~
numbers.cpp:1021:19: note: directive argument in the range [-2147483647, 2147483647]
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 24 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1039:20: warning: 'o' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=]
     sprintf(string,"_%s%do",M_Variant(value), thousandplex);
                    ^~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1045:20: warning: 'e' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=]
     sprintf(string,"_%s%de",M_Variant(value), thousandplex);
                    ^~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1051:20: warning: 'x' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=]
     sprintf(string,"_%s%dx",M_Variant(value), thousandplex);
                    ^~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1057:19: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
    sprintf(string,"_%s%d",M_Variant(value), thousandplex);
                   ^~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 3 or more bytes (assuming 13) into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1063:21: warning: '%d' directive writing between 1 and 10 bytes into a region of size 9 [-Wformat-overflow=]
      sprintf(string,"_0M%d", thousandplex-1);
                     ^~~~~~~
numbers.cpp:1063:21: note: directive argument in the range [3, 2147483646]
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp: In function 'int LookupNum2(Translator*, int, int, char*)':
numbers.cpp:1151:21: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
      sprintf(string,"_%d%cx",value,ord_type);  // LANG=hu, special word for 1. 2. when there are no higher digits
                     ^~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp: In function 'int LookupNum3(Translator*, int, char*, int, int, int)':
numbers.cpp:1405:26: warning: '%s' directive writing up to 19 bytes into a region of size between 1 and 50 [-Wformat-overflow=]
     sprintf(ph_thousands,"%s%s",ph_digits,ph_10T);
                          ^~~~~~           ~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 69 bytes into a destination of size 50
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1403:26: warning: '%s' directive writing up to 49 bytes into a region of size between 31 and 50 [-Wformat-overflow=]
     sprintf(ph_thousands,"%s%s",ph_10T,ph_digits);  // say "thousands" before its number, not after
                          ^~~~~~        ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 69 bytes into a destination of size 50
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1432:22: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
      sprintf(string, "_%dCo", hundreds);
                      ^~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1437:21: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
      sprintf(string,"_%dC0",hundreds);
                     ^~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1460:16: warning: '%s' directive writing up to 49 bytes into a region of size between 40 and 100 [-Wformat-overflow=]
   sprintf(buf1,"%s%s%s%s",ph_thousands,ph_thousand_and,ph_digits,ph_100);
                ^~~~~~~~~~                              ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 129 bytes into a destination of size 100
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp: In function 'int TranslateNumber_1(Translator*, char*, char*, unsigned int*, WORD_TAB*, int)':
numbers.cpp:1629:20: warning: '%s' directive writing up to 19 bytes into a region of size 18 [-Wformat-overflow=]
     sprintf(string,"_#%s",suffix);
                    ^~~~~~ ~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 3 and 22 bytes into a destination of size 20
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp: In function 'int TranslateLetter(Translator*, char*, char*, int)':
numbers.cpp:675:19: warning: '%s' directive writing up to 59 bytes into a region of size between 40 and 59 [-Wformat-overflow=]
   sprintf(ph_buf2,"%c%s%s",0xff,capital,ph_buf);  // the 0xff marker will be removed or replaced in SetSpellingStress()
                   ^~~~~~~~              ~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 80 bytes into a destination of size 60
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:673:19: warning: '%s' directive writing up to 19 bytes into a region of size between 0 and 59 [-Wformat-overflow=]
   sprintf(ph_buf2,"%c%s%s",0xff,ph_buf,capital);
                   ^~~~~~~~             ~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 80 bytes into a destination of size 60
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  synth_mbrola.cpp  -o x_synth_mbrola.o
synth_mbrola.cpp: In function 'int MbrolaTranslate(PHONEME_LIST*, int, int, FILE*)':
synth_mbrola.cpp:389:16: warning: variable 'prev' set but not used [-Wunused-but-set-variable]
  PHONEME_LIST *prev;
                ^~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  mbrowrap.cpp  -o x_mbrowrap.o
mbrowrap.cpp: In function 'int start_mbrola(const char*)':
mbrowrap.cpp:154:9: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
    write(p_stderr[1], mbr_errorbuf, strlen(mbr_errorbuf));
    ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mbrowrap.cpp:171:8: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
   write(2, mbr_errorbuf, strlen(mbr_errorbuf));
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  compiledict.cpp  -o x_compiledict.o
compiledict.cpp: In function 'int compile_line(char*, char*, int*)':
compiledict.cpp:388:8: warning: variable 'comment' set but not used [-Wunused-but-set-variable]
  char *comment;
        ^~~~~~~
compiledict.cpp: In function 'char* compile_rule(char*)':
compiledict.cpp:1163:6: warning: variable 'pre_bracket' set but not used [-Wunused-but-set-variable]
  int pre_bracket=0;
      ^~~~~~~~~~~
compiledict.cpp: In function 'int CompileDictionary(const char*, const char*, FILE*, char*, int)':
compiledict.cpp:1872:19: warning: 'rules.txt' directive writing 9 bytes into a region of size between 6 and 195 [-Wformat-overflow=]
  sprintf(fname_in,"%srules.txt",path);
                   ^~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from compiledict.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 10 and 199 bytes into a destination of size 195
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  synthdata.cpp  -o x_synthdata.o
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  espeak_command.cpp  -o x_espeak_command.o
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  tr_languages.cpp  -o x_tr_languages.o
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  readclause.cpp
readclause.cpp: In function 'int GetC()':
readclause.cpp:461:16: warning: variable 'm' set but not used [-Wunused-but-set-variable]
  unsigned char m;
                ^
readclause.cpp: In function 'int ReadClause(Translator*, FILE*, char*, short int*, int*, int, int*, char*)':
readclause.cpp:2031:6: warning: variable 'prev_announced_punctuation' set but not used [-Wunused-but-set-variable]
  int prev_announced_punctuation;
      ^~~~~~~~~~~~~~~~~~~~~~~~~~
readclause.cpp: In function 'const char* LookupCharName(Translator*, int, int)':
readclause.cpp:660:16: warning: '%s' directive writing up to 59 bytes into a region of size 52 [-Wformat-overflow=]
    sprintf(buf,"[\002_^_%s %s _^_%s]]","en",phonemes2,WordToString2(tr->translator_name));
                ^~~~~~~~~~~~~~~~~~~~~~~      ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from readclause.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 15 and 78 bytes into a destination of size 60
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
readclause.cpp:667:16: warning: '%s' directive writing up to 59 bytes into a region of size 58 [-Wformat-overflow=]
    sprintf(buf,"[\002%s]] ",phonemes2);
                ^~~~~~~~~~~~ ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from readclause.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 65 bytes into a destination of size 60
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
readclause.cpp: In function 'int ReadClause(Translator*, FILE*, char*, short int*, int*, int, int*, char*)':
readclause.cpp:583:20: warning: '%s' directive writing up to 54 bytes into a region of size 28 [-Wformat-overflow=]
   sprintf(text_out,"[\002%s]]",phonemes2);
                    ^~~~~~~~~~~ ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from readclause.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 59 bytes into a destination of size 30
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  debug.cpp  -o x_debug.o
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  wave_ao.cpp  -o x_wave_ao.o
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  translate.cpp
translate.cpp: In function 'int TranslateWord(Translator*, char*, int, WORD_TAB*)':
translate.cpp:779:8: warning: variable 'ph_limit' set but not used [-Wunused-but-set-variable]
  char *ph_limit;
        ^~~~~~~~
translate.cpp: In function 'void* TranslateClause(Translator*, FILE*, const void*, int*, char**)':
translate.cpp:2294:6: warning: variable 'prev_in2' set but not used [-Wunused-but-set-variable]
  int prev_in2=0;
      ^~~~~~~~
translate.cpp:2318:6: warning: variable 'individual_digits' set but not used [-Wunused-but-set-variable]
  int individual_digits;
      ^~~~~~~~~~~~~~~~~
translate.cpp: In function 'int TranslateWord(Translator*, char*, int, WORD_TAB*)':
translate.cpp:1174:31: warning: '%s' directive writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-overflow=]
       sprintf(prefix_phonemes,"%s%s%s",phonemes,end_phonemes,prefix_phonemes2);
                               ^~~~~~~~          ~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from translate.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 330 bytes into a destination of size 160
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
translate.cpp:1372:50: warning: '%s' directive output may be truncated writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-truncation=]
   snprintf(word_phonemes, sizeof(word_phonemes), "%s%s%s", unpron_phonemes, prefix_phonemes, phonemes);
                                                  ^~~~~~~~                   ~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from translate.cpp:22:
/usr/include/bits/stdio2.h:64:35: note: '__builtin___snprintf_chk' output between 1 and 478 bytes into a destination of size 160
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
translate.cpp:1346:51: warning: '%s' directive output may be truncated writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-truncation=]
    snprintf(word_phonemes, sizeof(word_phonemes), "%s%s%s", unpron_phonemes, prefix_phonemes, phonemes);
                                                   ^~~~~~~~                   ~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from translate.cpp:22:
/usr/include/bits/stdio2.h:64:35: note: '__builtin___snprintf_chk' output between 1 and 478 bytes into a destination of size 160
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  dictionary.cpp
dictionary.cpp: In function 'int Unpronouncable(Translator*, char*)':
dictionary.cpp:797:7: warning: variable 'apostrophe' set but not used [-Wunused-but-set-variable]
  int  apostrophe=0;
       ^~~~~~~~~~
dictionary.cpp: In function 'void SetWordStress(Translator*, char*, unsigned int*, int, int)':
dictionary.cpp:1351:8: warning: variable 'prev_stressed' set but not used [-Wunused-but-set-variable]
    int prev_stressed;
        ^~~~~~~~~~~~~
dictionary.cpp:1088:6: warning: variable 'post_tonic' set but not used [-Wunused-but-set-variable]
  int post_tonic;
      ^~~~~~~~~~
dictionary.cpp: In function 'int TranslateRules(Translator*, char*, char*, int, char*, int, unsigned int*)':
dictionary.cpp:2367:21: warning: variable 'c123' set but not used [-Wunused-but-set-variable]
  unsigned int  c12, c123;
                     ^~~~
dictionary.cpp:2369:6: warning: variable 'wc_prev' set but not used [-Wunused-but-set-variable]
  int wc_prev;
      ^~~~~~~
dictionary.cpp: In function 'const char* LookupDict2(Translator*, const char*, const char*, char*, unsigned int*, int, WORD_TAB*)':
dictionary.cpp:3136:17: warning: variable 'flags1' set but not used [-Wunused-but-set-variable]
    unsigned int flags1 = 0;
                 ^~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  event.cpp  -o x_event.o
event.cpp: In function 'int sleep_until_timeout_or_stop_request(uint32_t)':
event.cpp:389:22: warning: variable 'to' set but not used [-Wunused-but-set-variable]
  struct timespec ts, to;
                      ^~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  fifo.cpp  -o x_fifo.o
fifo.cpp: In function 'int sleep_until_start_request_or_inactivity()':
fifo.cpp:296:27: warning: variable 'to' set but not used [-Wunused-but-set-variable]
       struct timespec ts, to;
                           ^~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  numbers.cpp  -o x_numbers.o
numbers.cpp: In function 'void LookupLetter(Translator*, unsigned int, int, char*, int)':
numbers.cpp:509:8: warning: variable 'ptr' set but not used [-Wunused-but-set-variable]
  char *ptr;
        ^~~
numbers.cpp: In function 'int LookupThousands(Translator*, int, int, int, char*)':
numbers.cpp:1006:7: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses]
    if(!found_value & (number_control & 1))
       ^~~~~~~~~~~~
numbers.cpp: In function 'int TranslateNumber_1(Translator*, char*, char*, unsigned int*, WORD_TAB*, int)':
numbers.cpp:1543:6: warning: variable 'hyphen' set but not used [-Wunused-but-set-variable]
  int hyphen;
      ^~~~~~
numbers.cpp: In function 'int LookupThousands(Translator*, int, int, int, char*)':
numbers.cpp:1003:20: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
     sprintf(string,"_%dM%do",value,thousandplex);
                    ^~~~~~~~~
numbers.cpp:1003:20: note: directive argument in the range [-2147483647, 2147483647]
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1009:20: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
     sprintf(string,"_%dM%de",value,thousandplex);
                    ^~~~~~~~~
numbers.cpp:1009:20: note: directive argument in the range [-2147483647, 2147483647]
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1015:20: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
     sprintf(string,"_%dM%dx",value,thousandplex);
                    ^~~~~~~~~
numbers.cpp:1015:20: note: directive argument in the range [-2147483647, 2147483647]
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 25 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1021:19: warning: '%d' directive writing between 1 and 11 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
    sprintf(string,"_%dM%d",value,thousandplex);
                   ^~~~~~~~
numbers.cpp:1021:19: note: directive argument in the range [-2147483647, 2147483647]
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 24 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1039:20: warning: 'o' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=]
     sprintf(string,"_%s%do",M_Variant(value), thousandplex);
                    ^~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1045:20: warning: 'e' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=]
     sprintf(string,"_%s%de",M_Variant(value), thousandplex);
                    ^~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1051:20: warning: 'x' directive writing 1 byte into a region of size between 0 and 10 [-Wformat-overflow=]
     sprintf(string,"_%s%dx",M_Variant(value), thousandplex);
                    ^~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 4 or more bytes (assuming 14) into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1057:19: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
    sprintf(string,"_%s%d",M_Variant(value), thousandplex);
                   ^~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 3 or more bytes (assuming 13) into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1063:21: warning: '%d' directive writing between 1 and 10 bytes into a region of size 9 [-Wformat-overflow=]
      sprintf(string,"_0M%d", thousandplex-1);
                     ^~~~~~~
numbers.cpp:1063:21: note: directive argument in the range [3, 2147483646]
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 14 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp: In function 'int LookupNum2(Translator*, int, int, char*)':
numbers.cpp:1151:21: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
      sprintf(string,"_%d%cx",value,ord_type);  // LANG=hu, special word for 1. 2. when there are no higher digits
                     ^~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp: In function 'int LookupNum3(Translator*, int, char*, int, int, int)':
numbers.cpp:1405:26: warning: '%s' directive writing up to 19 bytes into a region of size between 1 and 50 [-Wformat-overflow=]
     sprintf(ph_thousands,"%s%s",ph_digits,ph_10T);
                          ^~~~~~           ~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 69 bytes into a destination of size 50
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1403:26: warning: '%s' directive writing up to 49 bytes into a region of size between 31 and 50 [-Wformat-overflow=]
     sprintf(ph_thousands,"%s%s",ph_10T,ph_digits);  // say "thousands" before its number, not after
                          ^~~~~~        ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 69 bytes into a destination of size 50
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1432:22: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
      sprintf(string, "_%dCo", hundreds);
                      ^~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1437:21: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
      sprintf(string,"_%dC0",hundreds);
                     ^~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 13 bytes into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:1460:16: warning: '%s' directive writing up to 49 bytes into a region of size between 40 and 100 [-Wformat-overflow=]
   sprintf(buf1,"%s%s%s%s",ph_thousands,ph_thousand_and,ph_digits,ph_100);
                ^~~~~~~~~~                              ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 129 bytes into a destination of size 100
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp: In function 'int TranslateNumber_1(Translator*, char*, char*, unsigned int*, WORD_TAB*, int)':
numbers.cpp:1629:20: warning: '%s' directive writing up to 19 bytes into a region of size 18 [-Wformat-overflow=]
     sprintf(string,"_#%s",suffix);
                    ^~~~~~ ~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 3 and 22 bytes into a destination of size 20
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp: In function 'int TranslateLetter(Translator*, char*, char*, int)':
numbers.cpp:675:19: warning: '%s' directive writing up to 59 bytes into a region of size between 40 and 59 [-Wformat-overflow=]
   sprintf(ph_buf2,"%c%s%s",0xff,capital,ph_buf);  // the 0xff marker will be removed or replaced in SetSpellingStress()
                   ^~~~~~~~              ~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 80 bytes into a destination of size 60
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numbers.cpp:673:19: warning: '%s' directive writing up to 19 bytes into a region of size between 0 and 59 [-Wformat-overflow=]
   sprintf(ph_buf2,"%c%s%s",0xff,ph_buf,capital);
                   ^~~~~~~~             ~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from numbers.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 80 bytes into a destination of size 60
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -o speak speak.o compiledict.o dictionary.o intonation.o readclause.o setlengths.o numbers.o synth_mbrola.o synthdata.o synthesize.o translate.o mbrowrap.o tr_languages.o voices.o wavegen.o phonemelist.o klatt.o -lstdc++ -lao -lpthread 
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  phonemelist.cpp  -o x_phonemelist.o
phonemelist.cpp: In function 'void MakePhonemeList(Translator*, int, int)':
phonemelist.cpp:117:15: warning: variable 'prev' set but not used [-Wunused-but-set-variable]
  PHONEME_TAB *prev, *next, *next2;
               ^~~~
phonemelist.cpp:126:6: warning: variable 'first_vowel' set but not used [-Wunused-but-set-variable]
  int first_vowel=0;   // first vowel in a word
      ^~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  synthesize.cpp  -o x_synthesize.o
synthesize.cpp: In function 'int Generate(PHONEME_LIST*, int*, int)':
synthesize.cpp:1308:15: warning: variable 'prev_ph' set but not used [-Wunused-but-set-variable]
  PHONEME_TAB *prev_ph;
               ^~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  wavegen.cpp  -o x_wavegen.o
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  voices.cpp  -o x_voices.o
voices.cpp: In function 'voice_t* LoadVoice(const char*, int)':
voices.cpp:531:7: warning: variable 'error' set but not used [-Wunused-but-set-variable]
  int  error = 0;
       ^~~~~
voices.cpp: In function 'void GetVoices(const char*)':
voices.cpp:1627:17: warning: '%s' directive writing up to 255 bytes into a region of size 249 [-Wformat-overflow=]
   sprintf(fname,"%s%c%s",path,PATHSEP,ent->d_name);
                 ^~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from voices.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 250
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
voices.cpp: In function 'voice_t* LoadVoice(const char*, int)':
voices.cpp:580:15: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=]
   sprintf(buf,"%s%s",path_voices,voicename);
               ^~~~~~
In file included from /usr/include/stdio.h:862,
                 from voices.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 201 bytes into a destination of size 200
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
voices.cpp:588:16: warning: '%s' directive writing up to 39 bytes into a region of size between 35 and 199 [-Wformat-overflow=]
    sprintf(buf,"%s%s%c%s",path_voices,langname,PATHSEP,voicename);
                ^~~~~~~~~~                              ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from voices.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 2 and 205 bytes into a destination of size 200
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
voices.cpp:593:17: warning: '%s' directive writing up to 39 bytes into a region of size between 33 and 194 [-Wformat-overflow=]
     sprintf(buf,"%sextra%c%s",path_voices,PATHSEP,voicename);
                 ^~~~~~~~~~~~~                     ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from voices.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 7 and 207 bytes into a destination of size 200
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
voices.cpp:598:18: warning: '%s' directive writing up to 39 bytes into a region of size between 34 and 195 [-Wformat-overflow=]
      sprintf(buf,"%stest%c%s",path_voices,PATHSEP,voicename);
                  ^~~~~~~~~~~~                     ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from voices.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 206 bytes into a destination of size 200
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  readclause.cpp  -o x_readclause.o
readclause.cpp: In function 'int GetC()':
readclause.cpp:461:16: warning: variable 'm' set but not used [-Wunused-but-set-variable]
  unsigned char m;
                ^
readclause.cpp: In function 'int ReadClause(Translator*, FILE*, char*, short int*, int*, int, int*, char*)':
readclause.cpp:2031:6: warning: variable 'prev_announced_punctuation' set but not used [-Wunused-but-set-variable]
  int prev_announced_punctuation;
      ^~~~~~~~~~~~~~~~~~~~~~~~~~
readclause.cpp: In function 'const char* LookupCharName(Translator*, int, int)':
readclause.cpp:660:16: warning: '%s' directive writing up to 59 bytes into a region of size 52 [-Wformat-overflow=]
    sprintf(buf,"[\002_^_%s %s _^_%s]]","en",phonemes2,WordToString2(tr->translator_name));
                ^~~~~~~~~~~~~~~~~~~~~~~      ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from readclause.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 15 and 78 bytes into a destination of size 60
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
readclause.cpp:667:16: warning: '%s' directive writing up to 59 bytes into a region of size 58 [-Wformat-overflow=]
    sprintf(buf,"[\002%s]] ",phonemes2);
                ^~~~~~~~~~~~ ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from readclause.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 6 and 65 bytes into a destination of size 60
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
readclause.cpp: In function 'int ReadClause(Translator*, FILE*, char*, short int*, int*, int, int*, char*)':
readclause.cpp:583:20: warning: '%s' directive writing up to 54 bytes into a region of size 28 [-Wformat-overflow=]
   sprintf(text_out,"[\002%s]]",phonemes2);
                    ^~~~~~~~~~~ ~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from readclause.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 5 and 59 bytes into a destination of size 30
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions  espeak.cpp
espeak.cpp: In function 'void DisplayVoices(FILE*, char*)':
espeak.cpp:130:6: warning: variable 'scores' set but not used [-Wunused-but-set-variable]
  int scores = 0;
      ^~~~~~
espeak.cpp: In function 'int main(int, char**)':
espeak.cpp:394:7: warning: variable 'voice_mbrola' set but not used [-Wunused-but-set-variable]
  char voice_mbrola[20];
       ^~~~~~~~~~~~
espeak.cpp:395:7: warning: variable 'dictname' set but not used [-Wunused-but-set-variable]
  char dictname[40];
       ^~~~~~~~
espeak.cpp:753:8: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   fread(p_text,1,filesize,f_text);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  klatt.cpp  -o x_klatt.o
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  dictionary.cpp  -o x_dictionary.o
dictionary.cpp: In function 'int Unpronouncable(Translator*, char*)':
dictionary.cpp:797:7: warning: variable 'apostrophe' set but not used [-Wunused-but-set-variable]
  int  apostrophe=0;
       ^~~~~~~~~~
dictionary.cpp: In function 'void SetWordStress(Translator*, char*, unsigned int*, int, int)':
dictionary.cpp:1351:8: warning: variable 'prev_stressed' set but not used [-Wunused-but-set-variable]
    int prev_stressed;
        ^~~~~~~~~~~~~
dictionary.cpp:1088:6: warning: variable 'post_tonic' set but not used [-Wunused-but-set-variable]
  int post_tonic;
      ^~~~~~~~~~
dictionary.cpp: In function 'int TranslateRules(Translator*, char*, char*, int, char*, int, unsigned int*)':
dictionary.cpp:2367:21: warning: variable 'c123' set but not used [-Wunused-but-set-variable]
  unsigned int  c12, c123;
                     ^~~~
dictionary.cpp:2369:6: warning: variable 'wc_prev' set but not used [-Wunused-but-set-variable]
  int wc_prev;
      ^~~~~~~
dictionary.cpp: In function 'const char* LookupDict2(Translator*, const char*, const char*, char*, unsigned int*, int, WORD_TAB*)':
dictionary.cpp:3136:17: warning: variable 'flags1' set but not used [-Wunused-but-set-variable]
    unsigned int flags1 = 0;
                 ^~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -DUSE_AO -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  translate.cpp  -o x_translate.o
translate.cpp: In function 'int TranslateWord(Translator*, char*, int, WORD_TAB*)':
translate.cpp:779:8: warning: variable 'ph_limit' set but not used [-Wunused-but-set-variable]
  char *ph_limit;
        ^~~~~~~~
translate.cpp: In function 'void* TranslateClause(Translator*, FILE*, const void*, int*, char**)':
translate.cpp:2294:6: warning: variable 'prev_in2' set but not used [-Wunused-but-set-variable]
  int prev_in2=0;
      ^~~~~~~~
translate.cpp:2318:6: warning: variable 'individual_digits' set but not used [-Wunused-but-set-variable]
  int individual_digits;
      ^~~~~~~~~~~~~~~~~
translate.cpp: In function 'int TranslateWord(Translator*, char*, int, WORD_TAB*)':
translate.cpp:1174:31: warning: '%s' directive writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-overflow=]
       sprintf(prefix_phonemes,"%s%s%s",phonemes,end_phonemes,prefix_phonemes2);
                               ^~~~~~~~          ~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from translate.cpp:22:
/usr/include/bits/stdio2.h:33:34: note: '__builtin___sprintf_chk' output between 1 and 330 bytes into a destination of size 160
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
translate.cpp:1372:50: warning: '%s' directive output may be truncated writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-truncation=]
   snprintf(word_phonemes, sizeof(word_phonemes), "%s%s%s", unpron_phonemes, prefix_phonemes, phonemes);
                                                  ^~~~~~~~                   ~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from translate.cpp:22:
/usr/include/bits/stdio2.h:64:35: note: '__builtin___snprintf_chk' output between 1 and 478 bytes into a destination of size 160
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
translate.cpp:1346:51: warning: '%s' directive output may be truncated writing up to 159 bytes into a region of size between 1 and 160 [-Wformat-truncation=]
    snprintf(word_phonemes, sizeof(word_phonemes), "%s%s%s", unpron_phonemes, prefix_phonemes, phonemes);
                                                   ^~~~~~~~                   ~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from translate.cpp:22:
/usr/include/bits/stdio2.h:64:35: note: '__builtin___snprintf_chk' output between 1 and 478 bytes into a destination of size 160
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
ar cqs libespeak.a x_speak_lib.o x_compiledict.o x_dictionary.o x_intonation.o x_readclause.o x_setlengths.o x_numbers.o x_synth_mbrola.o x_synthdata.o x_synthesize.o x_translate.o x_mbrowrap.o x_tr_languages.o x_voices.o x_wavegen.o x_phonemelist.o x_espeak_command.o x_event.o x_fifo.o x_wave_ao.o x_debug.o x_klatt.o
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -shared -Wl,-soname,libespeak.so.1 -o libespeak.so x_speak_lib.o x_compiledict.o x_dictionary.o x_intonation.o x_readclause.o x_setlengths.o x_numbers.o x_synth_mbrola.o x_synthdata.o x_synthesize.o x_translate.o x_mbrowrap.o x_tr_languages.o x_voices.o x_wavegen.o x_phonemelist.o x_espeak_command.o x_event.o x_fifo.o x_wave_ao.o x_debug.o x_klatt.o -lstdc++ -lao -lpthread
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -o espeak espeak.o -lstdc++ -L . -lespeak
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
mv libespeak.so libespeak.so.1.1.44
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
+ cd ..
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.81160
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/espeak-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/espeak-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd espeak-1.44.05-source
+ cd src
+ make DESTDIR=/usr/src/tmp/espeak-buildroot LIBDIR=/usr/lib64 install
make: Entering directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
g++ -shared -Wl,-soname,libespeak.so.1 -o libespeak.so x_speak_lib.o x_compiledict.o x_dictionary.o x_intonation.o x_readclause.o x_setlengths.o x_numbers.o x_synth_mbrola.o x_synthdata.o x_synthesize.o x_translate.o x_mbrowrap.o x_tr_languages.o x_voices.o x_wavegen.o x_phonemelist.o x_espeak_command.o x_event.o x_fifo.o x_wave_ao.o x_debug.o x_klatt.o -lstdc++ -lao -lpthread
g++ -o espeak espeak.o -lstdc++ -L . -lespeak
mv libespeak.so libespeak.so.1.1.44
# Create directories
rm -rf /usr/src/tmp/espeak-buildroot/usr/share/espeak-data
mkdir -p /usr/src/tmp/espeak-buildroot/usr/bin
mkdir -p /usr/src/tmp/espeak-buildroot/usr/lib64
mkdir -p /usr/src/tmp/espeak-buildroot/usr/include/espeak
mkdir -p /usr/src/tmp/espeak-buildroot/usr/share/espeak-data
# Install espeak executable
install -m 755 espeak /usr/src/tmp/espeak-buildroot/usr/bin
# Install shared library
install -m 755 libespeak.so.1.1.44 /usr/src/tmp/espeak-buildroot/usr/lib64
# Install static library
install -m 755 libespeak.a /usr/src/tmp/espeak-buildroot/usr/lib64
/bin/ln -sf libespeak.so.1.1.44 /usr/src/tmp/espeak-buildroot/usr/lib64/libespeak.so.1
/bin/ln -sf libespeak.so.1 /usr/src/tmp/espeak-buildroot/usr/lib64/libespeak.so
# Install development headers
install -pm 644 speak_lib.h /usr/src/tmp/espeak-buildroot/usr/include/espeak
# Install data files
cp -prf ../espeak-data/* /usr/src/tmp/espeak-buildroot/usr/share/espeak-data
make: Leaving directory '/usr/src/RPM/BUILD/espeak-1.44.05-source/src'
+ cd ..
+ /bin/install -pD -m 644 /usr/src/RPM/SOURCES/espeak.voiceman /usr/src/tmp/espeak-buildroot/etc/tts.d/espeak.voiceman
+ /bin/install -pD -m 644 /usr/src/RPM/SOURCES/espeak-ru.voiceman /usr/src/tmp/espeak-buildroot/etc/tts.d/espeak-ru.voiceman
+ /bin/install -pD -m 644 /usr/src/RPM/SOURCES/espeak.replacements /usr/src/tmp/espeak-buildroot/usr/share/espeak-data/replacements
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/espeak-buildroot (auto)
mode of './usr/lib64/libespeak.a' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib64/libespeak.so.1.1.44' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/espeak-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/espeak-buildroot/ (default)
Compressing files in /usr/src/tmp/espeak-buildroot (auto)
Adjusting library links in /usr/src/tmp/espeak-buildroot
./usr/lib64:
	libespeak.so.1 -> libespeak.so.1.1.44
Verifying ELF objects in /usr/src/tmp/espeak-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Processing files: espeak-1.44.05-alt4
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.82120
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd espeak-1.44.05-source
+ DOCDIR=/usr/src/tmp/espeak-buildroot/usr/share/doc/espeak-1.44.05
+ export DOCDIR
+ rm -rf /usr/src/tmp/espeak-buildroot/usr/share/doc/espeak-1.44.05
+ /bin/mkdir -p /usr/src/tmp/espeak-buildroot/usr/share/doc/espeak-1.44.05
+ cp -prL ChangeLog.txt docs License.txt ReadMe /usr/src/tmp/espeak-buildroot/usr/share/doc/espeak-1.44.05
+ chmod -R go-w /usr/src/tmp/espeak-buildroot/usr/share/doc/espeak-1.44.05
+ chmod -R a+rX /usr/src/tmp/espeak-buildroot/usr/share/doc/espeak-1.44.05
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FUyg6S
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vQdN2g
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XxhAtI
shell.req: /usr/src/tmp/espeak-buildroot/.preun:espeak: /usr/sbin/tts-unregister -> /usr/sbin/tts-unregister (raw, not installed)
Requires: tts-base, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libespeak.so.1()(64bit) >= set:ie1jknOMgRJSNiIxnSpXBIvrXbk6, rtld(GNU_HASH)
Requires(interp): /bin/sh
Requires(rpmlib): rpmlib(SetVersions)
Requires(preun): /bin/sh, /usr/sbin/tts-unregister
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Zbwbpd
Creating espeak-debuginfo package
Processing files: libespeak-1.44.05-alt4
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.REQFQL
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/espeak-buildroot/usr/lib64/libespeak.so.1: 22 symbols, 15 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dpjkMn
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libespeak.so.1()(64bit) = set:id1jCwcmxxxwp51JzxkRWxoU1v0tA0Q0sncDsydmpXZLtk3
Requires: espeak-data = 1.44.05-alt4, libao.so.4()(64bit) >= set:heMFmoZq8L5, libao.so.4(LIBAO4_1.1.0)(64bit), libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.16)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libpthread.so.0(GLIBC_2.2.5)(64bit), rtld(GNU_HASH)
Requires(rpmlib): rpmlib(SetVersions)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dsDYb3
Creating libespeak-debuginfo package
Processing files: libespeak-devel-1.44.05-alt4
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HAxB6L
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.F6V0vy
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: libespeak = 1.44.05-alt4, /usr/lib64/libespeak.so.1
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BFP3qo
Processing files: espeak-data-1.44.05-alt4
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zVcBTh
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FfC2Re
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Processing files: espeak-debuginfo-1.44.05-alt4
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lGvPlf
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.t3aKkj
find-requires: running scripts (debuginfo)
Requires: espeak = 1.44.05-alt4, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libespeak.so.1)
Processing files: libespeak-debuginfo-1.44.05-alt4
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.f51HOq
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tJyjNB
find-requires: running scripts (debuginfo)
Provides: debug64(libespeak.so.1)
Requires: libespeak = 1.44.05-alt4, debug64(libao.so.4), debug64(libc.so.6), debug64(libm.so.6), debug64(libpthread.so.0)
Adding to espeak a strict dependency on libespeak
Adding to espeak-debuginfo a strict dependency on libespeak-debuginfo
Removing from espeak-debuginfo 1 sources provided by libespeak-debuginfo
Removing 2 extra deps from espeak due to dependency on libespeak
Removing 1 extra deps from libespeak-devel due to dependency on libespeak
Removing 1 extra deps from espeak-debuginfo due to dependency on libespeak-debuginfo
Removing 4 extra deps from espeak due to repentancy on libespeak
Removing 1 extra deps from espeak-debuginfo due to repentancy on libespeak-debuginfo
Wrote: /usr/src/RPM/RPMS/x86_64/espeak-1.44.05-alt4.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libespeak-1.44.05-alt4.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libespeak-devel-1.44.05-alt4.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/noarch/espeak-data-1.44.05-alt4.noarch.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/espeak-debuginfo-1.44.05-alt4.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libespeak-debuginfo-1.44.05-alt4.x86_64.rpm (w2.lzdio)
25.65user 8.78system 0:32.00elapsed 107%CPU (0avgtext+0avgdata 60120maxresident)k
0inputs+0outputs (0major+1260390minor)pagefaults 0swaps
3.22user 2.59system 0:42.80elapsed 13%CPU (0avgtext+0avgdata 135552maxresident)k
8inputs+0outputs (0major+217111minor)pagefaults 0swaps
--- espeak-1.44.05-alt4.x86_64.rpm.repo	2011-08-29 09:48:15.000000000 +0000
+++ espeak-1.44.05-alt4.x86_64.rpm.hasher	2024-05-19 11:15:54.632322045 +0000
@@ -30,9 +30,4 @@
 Requires: /lib64/ld-linux-x86-64.so.2  
-Requires: libc.so.6(GLIBC_2.2.5)(64bit)  
-Requires: libc.so.6(GLIBC_2.3.4)(64bit)  
-Requires: libc.so.6(GLIBC_2.4)(64bit)  
-Requires: libespeak.so.1()(64bit) >= set:ie1jknOMgRJSNiIxnSpXBIvrXbk6
-Requires: rpmlib(SetVersions)  
-Requires: rtld(GNU_HASH)  
 Requires: /usr/sbin/tts-unregister  
+Requires: libespeak = 1.44.05-alt4
 Requires: rpmlib(PayloadIsLzma)  
@@ -41,3 +36,3 @@
 File: /etc/tts.d/espeak.voiceman	100644	root:root	2ed4a745f37270251201868e25110a0d	
-File: /usr/bin/espeak	100755	root:root	ffd2e2e9db67944731680f5b14db676e	
+File: /usr/bin/espeak	100755	root:root	e8a13e65b2db2d6fe734fbab1917f657	
 File: /usr/share/doc/espeak-1.44.05	40755	root:root		
@@ -66,2 +61,2 @@
 File: /usr/share/doc/espeak-1.44.05/docs/voices.html	100644	root:root	07b03b3c039481e24aaa74bf3d4e2650	
-RPMIdentity: 991b69fbf8c9f917668c3b69c4ff0697569b2957742585af1a474723bcbf87719935e6a031be1089007eb1ef183bed2b5409a32224f26b0f50a56f3137abbb22
+RPMIdentity: 74600881bbb320f344a431c47ce9f1bc58013e1c228379c699bcef68805d77691f09881903b19a337d33a3453c5706078c82f36d426f7567afde95053065ff7d
--- espeak-data-1.44.05-alt4.noarch.rpm.repo	2011-08-29 09:48:14.000000000 +0000
+++ espeak-data-1.44.05-alt4.noarch.rpm.hasher	2024-05-19 11:15:54.700322926 +0000
@@ -414,2 +414,2 @@
 File: /usr/share/espeak-data/zhy_dict	100644	root:root	b1218c80bfb71a552d21e36920405acd	
-RPMIdentity: 3c6763daabc7e80a73371f0bb4f38bbfebbed984e9082f4c0319d58c2f4c11aa8bdc663b88b184ac3108fca4de985cc5b3aa6c55535088fd544b2569a4dbd375
+RPMIdentity: 63c3a5e034c8c487bc2dba7536775a792b5e242c8e44e30633aff5f5b39a34cd3bbc94556df7ceaf3c6d339b1915c241bbb632bf7b09441cffb387aff63d2e19
--- espeak-debuginfo-1.44.05-alt4.x86_64.rpm.repo	2011-08-29 09:48:15.000000000 +0000
+++ espeak-debuginfo-1.44.05-alt4.x86_64.rpm.hasher	2024-05-19 11:15:54.794324143 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/23	40755	root:root	
-/usr/lib/debug/.build-id/23/9a6a4578453d684dad8cb8d56f1de827c2c0f1	120777	root:root	../../../../bin/espeak
-/usr/lib/debug/.build-id/23/9a6a4578453d684dad8cb8d56f1de827c2c0f1.debug	120777	root:root	../../usr/bin/espeak.debug
+/usr/lib/debug/.build-id/03	40755	root:root	
+/usr/lib/debug/.build-id/03/1859b13e0828f6bf77d9a0ed8d2b6b1ea315a6	120777	root:root	../../../../bin/espeak
+/usr/lib/debug/.build-id/03/1859b13e0828f6bf77d9a0ed8d2b6b1ea315a6.debug	120777	root:root	../../usr/bin/espeak.debug
 /usr/lib/debug/usr/bin/espeak.debug	100644	root:root	
@@ -7,13 +7,11 @@
 /usr/src/debug/espeak-1.44.05-source/src/espeak.cpp	100644	root:root	
-/usr/src/debug/espeak-1.44.05-source/src/speak_lib.h	100644	root:root	
 Requires: espeak = 1.44.05-alt4
 Requires: /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug  
-Requires: debug64(libc.so.6)  
-Requires: debug64(libespeak.so.1)  
+Requires: libespeak-debuginfo = 1.44.05-alt4
 Requires: rpmlib(PayloadIsLzma)  
 Provides: espeak-debuginfo = 1.44.05-alt4
-File: /usr/lib/debug/.build-id/23	40755	root:root		
-File: /usr/lib/debug/.build-id/23/9a6a4578453d684dad8cb8d56f1de827c2c0f1	120777	root:root		../../../../bin/espeak
-File: /usr/lib/debug/.build-id/23/9a6a4578453d684dad8cb8d56f1de827c2c0f1.debug	120777	root:root		../../usr/bin/espeak.debug
-File: /usr/lib/debug/usr/bin/espeak.debug	100644	root:root	34e224f755b771c733f28bc002f7dce7	
+File: /usr/lib/debug/.build-id/03	40755	root:root		
+File: /usr/lib/debug/.build-id/03/1859b13e0828f6bf77d9a0ed8d2b6b1ea315a6	120777	root:root		../../../../bin/espeak
+File: /usr/lib/debug/.build-id/03/1859b13e0828f6bf77d9a0ed8d2b6b1ea315a6.debug	120777	root:root		../../usr/bin/espeak.debug
+File: /usr/lib/debug/usr/bin/espeak.debug	100644	root:root	8c92b6c280bbf3e09293b744e40ebb90	
 File: /usr/src/debug/espeak-1.44.05-source	40755	root:root		
@@ -21,3 +19,2 @@
 File: /usr/src/debug/espeak-1.44.05-source/src/espeak.cpp	100644	root:root	e0b6064e28d9d1a92648b1e21c0f94ca	
-File: /usr/src/debug/espeak-1.44.05-source/src/speak_lib.h	100644	root:root	96af7bc85882be7aa2c0bbfe52ac3ff6	
-RPMIdentity: 08f42e3004d0f11827f847eaebdc40b66ec092bde476e9415a3f04ea3c0d67312e2589cc67e345d48d7d1db765bb1abbab1fffe4829b32b90b9f5dbdfba2fff3
+RPMIdentity: d295a30a34be9c8f4c81f0f08653e2e788e8e19a9011a50aa84f4a05ac32785385b4217a68eafe972078c8bb5b9653a1b35172d61a096b13abc2ade6e4a96235
--- libespeak-1.44.05-alt4.x86_64.rpm.repo	2011-08-29 09:48:15.000000000 +0000
+++ libespeak-1.44.05-alt4.x86_64.rpm.hasher	2024-05-19 11:15:54.872325152 +0000
@@ -6,3 +6,6 @@
 Requires: libao.so.4(LIBAO4_1.1.0)(64bit)  
+Requires: libc.so.6(GLIBC_2.14)(64bit)  
+Requires: libc.so.6(GLIBC_2.16)(64bit)  
 Requires: libc.so.6(GLIBC_2.2.5)(64bit)  
+Requires: libc.so.6(GLIBC_2.3)(64bit)  
 Requires: libc.so.6(GLIBC_2.3.4)(64bit)  
@@ -16,3 +19,3 @@
 File: /usr/lib64/libespeak.so.1	120777	root:root		libespeak.so.1.1.44
-File: /usr/lib64/libespeak.so.1.1.44	100644	root:root	e70431d7aebd6856e0b195ddc8d568bd	
-RPMIdentity: 785e52688a6ce16c946b302d3e30928f7aa72ca6a5dd345e090d4a85d56bfe274347aeb7856066fba21300d7dfd0714e46272bb3aab8ed8a4e279456d20cdf7b
+File: /usr/lib64/libespeak.so.1.1.44	100644	root:root	c7165395cb749fbd8ac5099b20e8d496	
+RPMIdentity: 949f2cc359c0c9176beb11c6ff185cebde033445fedf9495e1e992d0b7a85941ba347b73a5d96cc21b04dd0ed071cd43e4b9284b26637f55944fefcb382f0f92
--- libespeak-debuginfo-1.44.05-alt4.x86_64.rpm.repo	2011-08-29 09:48:15.000000000 +0000
+++ libespeak-debuginfo-1.44.05-alt4.x86_64.rpm.hasher	2024-05-19 11:15:54.965326356 +0000
@@ -1,7 +1,6 @@
-/usr/lib/debug/.build-id/a9	40755	root:root	
-/usr/lib/debug/.build-id/a9/cde7f21d1b5f999f12d77e4221ae7af3c9585a	120777	root:root	../../../../lib64/libespeak.so.1.1.44
-/usr/lib/debug/.build-id/a9/cde7f21d1b5f999f12d77e4221ae7af3c9585a.debug	120777	root:root	../../usr/lib64/libespeak.so.1.1.44.debug
+/usr/lib/debug/.build-id/e5	40755	root:root	
+/usr/lib/debug/.build-id/e5/ac83fdd4cf22122520bf683853b6295b22c06c	120777	root:root	../../../../lib64/libespeak.so.1.1.44
+/usr/lib/debug/.build-id/e5/ac83fdd4cf22122520bf683853b6295b22c06c.debug	120777	root:root	../../usr/lib64/libespeak.so.1.1.44.debug
 /usr/lib/debug/usr/lib64/libespeak.so.1.1.44.debug	100644	root:root	
 /usr/lib/debug/usr/lib64/libespeak.so.1.debug	120777	root:root	libespeak.so.1.1.44.debug
-/usr/lib/debug/usr/lib64/libespeak.so.debug	120777	root:root	libespeak.so.1.1.44.debug
 /usr/src/debug/espeak-1.44.05-source	40755	root:root	
@@ -13,3 +12,5 @@
 /usr/src/debug/espeak-1.44.05-source/src/event.cpp	100644	root:root	
+/usr/src/debug/espeak-1.44.05-source/src/event.h	100644	root:root	
 /usr/src/debug/espeak-1.44.05-source/src/fifo.cpp	100644	root:root	
+/usr/src/debug/espeak-1.44.05-source/src/fifo.h	100644	root:root	
 /usr/src/debug/espeak-1.44.05-source/src/intonation.cpp	100644	root:root	
@@ -48,8 +49,7 @@
 Provides: libespeak-debuginfo = 1.44.05-alt4
-File: /usr/lib/debug/.build-id/a9	40755	root:root		
-File: /usr/lib/debug/.build-id/a9/cde7f21d1b5f999f12d77e4221ae7af3c9585a	120777	root:root		../../../../lib64/libespeak.so.1.1.44
-File: /usr/lib/debug/.build-id/a9/cde7f21d1b5f999f12d77e4221ae7af3c9585a.debug	120777	root:root		../../usr/lib64/libespeak.so.1.1.44.debug
-File: /usr/lib/debug/usr/lib64/libespeak.so.1.1.44.debug	100644	root:root	1705fc65d2d7b9fd322d42491c0201ba	
+File: /usr/lib/debug/.build-id/e5	40755	root:root		
+File: /usr/lib/debug/.build-id/e5/ac83fdd4cf22122520bf683853b6295b22c06c	120777	root:root		../../../../lib64/libespeak.so.1.1.44
+File: /usr/lib/debug/.build-id/e5/ac83fdd4cf22122520bf683853b6295b22c06c.debug	120777	root:root		../../usr/lib64/libespeak.so.1.1.44.debug
+File: /usr/lib/debug/usr/lib64/libespeak.so.1.1.44.debug	100644	root:root	c4a612dd517dd39733851e1041273ee4	
 File: /usr/lib/debug/usr/lib64/libespeak.so.1.debug	120777	root:root		libespeak.so.1.1.44.debug
-File: /usr/lib/debug/usr/lib64/libespeak.so.debug	120777	root:root		libespeak.so.1.1.44.debug
 File: /usr/src/debug/espeak-1.44.05-source	40755	root:root		
@@ -61,3 +61,5 @@
 File: /usr/src/debug/espeak-1.44.05-source/src/event.cpp	100644	root:root	97e06fcd4752544a22abe35dfe4f5241	
+File: /usr/src/debug/espeak-1.44.05-source/src/event.h	100644	root:root	71cbd5e0ed58fc0c5b5704a679d68984	
 File: /usr/src/debug/espeak-1.44.05-source/src/fifo.cpp	100644	root:root	d27cf7321e9442e25b36b10fdad0d4f8	
+File: /usr/src/debug/espeak-1.44.05-source/src/fifo.h	100644	root:root	b4c8b8145d0ec239764efa171cbd23ec	
 File: /usr/src/debug/espeak-1.44.05-source/src/intonation.cpp	100644	root:root	0c074fd3c0b2e4a2316f78e1f860359b	
@@ -88,2 +90,2 @@
 File: /usr/src/debug/espeak-1.44.05-source/src/wavegen.cpp	100644	root:root	4822996970ef6334529cbd650e3c30ca	
-RPMIdentity: 847c493e92a02fd09b274ec9ba1d11a7dba60a81d671f9775f0d46bf7dc1515ab428b588c707170b389d8ea4e308aa3916ad1989c0b3ce3472e7c81816f6a39a
+RPMIdentity: 73c3aa1c9cc7bc5046a650da5035eba978490149d65e31ba359cd2bca22c4f59b7a578d96de140ec4aa926bc2e7a678805b91d8abb122baadbcd1d0f457b73a0
--- libespeak-devel-1.44.05-alt4.x86_64.rpm.repo	2011-08-29 09:48:15.000000000 +0000
+++ libespeak-devel-1.44.05-alt4.x86_64.rpm.hasher	2024-05-19 11:15:55.036327276 +0000
@@ -9,4 +9,4 @@
 File: /usr/include/espeak/speak_lib.h	100644	root:root	96af7bc85882be7aa2c0bbfe52ac3ff6	
-File: /usr/lib64/libespeak.a	100644	root:root	9368aa6fe650e7a30c6f65ade19af25b	
+File: /usr/lib64/libespeak.a	100644	root:root	779f804dafb932c0a7e57bbb30b7e898	
 File: /usr/lib64/libespeak.so	120777	root:root		libespeak.so.1
-RPMIdentity: 5b7894cca89dd2ad3e6c63b6ccf2ee24ab8261cb89c326442cb4411c0fd7ebfca8b693b9b8b56d8f52dbc5aae3052bd23ae480b889fae36b02109b3a4a216907
+RPMIdentity: f084344160ecec6dab154e98f265c503ca87317447d4df27aeb04b4751e7a4a68ddc70d83a4b8e70a07ed332887fea6dad4c3812300e56c15c99bc24d64c1c91