=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for espeak-1.48.04nb1 c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions speak.cpp c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions compiledict.cpp c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions dictionary.cpp speak.cpp: In function 'void DisplayVoices(FILE*, char*)': speak.cpp:208:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(j=0; j < sizeof(buf); j++) ~~^~~~~~~~~ dictionary.cpp: In function 'const char* GetTranslatedPhonemeString(int)': dictionary.cpp:767:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if((phon_out_ix + len) >= phon_out_size) ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ dictionary.cpp: In function 'void SetWordStress(Translator*, char*, unsigned int*, int, int)': dictionary.cpp:1207:6: warning: variable 'post_tonic' set but not used [-Wunused-but-set-variable] int post_tonic; // currently not used ^~~~~~~~~~ c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions intonation.cpp intonation.cpp: In function 'void CalcPitches(Translator*, int)': intonation.cpp:1118:7: warning: variable 'group_tone_emph' set but not used [-Wunused-but-set-variable] int group_tone_emph; ^~~~~~~~~~~~~~~ c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions readclause.cpp In function 'void strncpy0(char*, const char*, int)', inlined from 'int Lookup(Translator*, const char*, char*)' at dictionary.cpp:3602:11: dictionary.cpp:88:9: warning: 'char* strncpy(char*, const char*, size_t)' writing 80 bytes into a region of size 79 overflows the destination [-Wstringop-overflow=] strncpy(to,from,size); ~~~~~~~^~~~~~~~~~~~~~ c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions setlengths.cpp c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions numbers.cpp numbers.cpp: In function 'int LookupThousands(Translator*, int, int, int, char*)': numbers.cpp:1342:7: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] if(!found_value & (number_control & 1)) ^~~~~~~~~~~~ numbers.cpp:1319:12: warning: '%d' directive writing between 1 and 10 bytes into a region of size 9 [-Wformat-overflow=] static int LookupThousands(Translator *tr, int value, int thousandplex, int thousands_exact, char *ph_out) ^~~~~~~~~~~~~~~ numbers.cpp:1319:12: note: directive argument in the range [3, 2147483646] numbers.cpp:1399:13: note: 'sprintf' output between 5 and 14 bytes into a destination of size 12 sprintf(string,"_0M%d", thousandplex-1); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int LookupNum2(Translator*, int, int, int, char*)': numbers.cpp:1427:12: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] static int LookupNum2(Translator *tr, int value, int thousandplex, const int control, char *ph_out) ^~~~~~~~~~ numbers.cpp:1483:12: note: 'sprintf' output between 5 and 13 bytes into a destination of size 12 sprintf(string,"_%dfx",value); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1427:12: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] static int LookupNum2(Translator *tr, int value, int thousandplex, const int control, char *ph_out) ^~~~~~~~~~ numbers.cpp:1496:13: note: 'sprintf' output between 5 and 13 bytes into a destination of size 12 sprintf(string,"_%d%cx",value,ord_type); // LANG=hu, special word for 1. 2. when there are no higher digits ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions synth_mbrola.cpp numbers.cpp: In function 'int LookupNum3(Translator*, int, char*, int, int, int)': numbers.cpp:1725:12: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] static int LookupNum3(Translator *tr, int value, char *ph_out, int suppress_null, int thousandplex, int control) ^~~~~~~~~~ numbers.cpp:1843:12: note: 'sprintf' output between 5 and 13 bytes into a destination of size 12 sprintf(string, "_%dCo", hundreds); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1725:12: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] static int LookupNum3(Translator *tr, int value, char *ph_out, int suppress_null, int thousandplex, int control) ^~~~~~~~~~ numbers.cpp:1869:14: note: 'sprintf' output between 5 and 13 bytes into a destination of size 12 sprintf(string,"_%dC0",hundreds); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions synthdata.cpp synthdata.cpp: In function 'int LoadPhData(int*)': synthdata.cpp:169:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(srate != NULL) ^~ synthdata.cpp:171:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return(result); ^~~~~~ c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions synthesize.cpp c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions translate.cpp c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions mbrowrap.cpp c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions tr_languages.cpp c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions voices.cpp voices.cpp: In function 'void GetVoices(const char*)': voices.cpp:1671:13: warning: '%s' directive writing up to 511 bytes into a region of size 259 [-Wformat-overflow=] static void GetVoices(const char *path) ^~~~~~~~~ voices.cpp:1786:10: note: 'sprintf' output 2 or more bytes (assuming 513) into a destination of size 260 sprintf(fname,"%s%c%s",path,PATHSEP,ent->d_name); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions wavegen.cpp c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions phonemelist.cpp c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions klatt.cpp c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions sonic.cpp c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions speak_lib.cpp -o x_speak_lib.o In file included from speak_lib.cpp:48:0: debug.h:19:21: warning: anonymous variadic macros were introduced in C++11 [-Wvariadic-macros] #define SHOW(format,...) ^~~ c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions compiledict.cpp -o x_compiledict.o c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions dictionary.cpp -o x_dictionary.o c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions intonation.cpp -o x_intonation.o intonation.cpp: In function 'void CalcPitches(Translator*, int)': intonation.cpp:1118:7: warning: variable 'group_tone_emph' set but not used [-Wunused-but-set-variable] int group_tone_emph; ^~~~~~~~~~~~~~~ dictionary.cpp: In function 'const char* GetTranslatedPhonemeString(int)': dictionary.cpp:767:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if((phon_out_ix + len) >= phon_out_size) ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ dictionary.cpp: In function 'void SetWordStress(Translator*, char*, unsigned int*, int, int)': dictionary.cpp:1207:6: warning: variable 'post_tonic' set but not used [-Wunused-but-set-variable] int post_tonic; // currently not used ^~~~~~~~~~ c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions readclause.cpp -o x_readclause.o c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions setlengths.cpp -o x_setlengths.o In function 'void strncpy0(char*, const char*, int)', inlined from 'int Lookup(Translator*, const char*, char*)' at dictionary.cpp:3602:11: dictionary.cpp:88:9: warning: 'char* strncpy(char*, const char*, size_t)' writing 80 bytes into a region of size 79 overflows the destination [-Wstringop-overflow=] strncpy(to,from,size); ~~~~~~~^~~~~~~~~~~~~~ c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions numbers.cpp -o x_numbers.o numbers.cpp: In function 'int LookupThousands(Translator*, int, int, int, char*)': numbers.cpp:1342:7: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] if(!found_value & (number_control & 1)) ^~~~~~~~~~~~ numbers.cpp:1319:12: warning: '%d' directive writing between 1 and 10 bytes into a region of size 9 [-Wformat-overflow=] static int LookupThousands(Translator *tr, int value, int thousandplex, int thousands_exact, char *ph_out) ^~~~~~~~~~~~~~~ numbers.cpp:1319:12: note: directive argument in the range [3, 2147483646] numbers.cpp:1399:13: note: 'sprintf' output between 5 and 14 bytes into a destination of size 12 sprintf(string,"_0M%d", thousandplex-1); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int LookupNum2(Translator*, int, int, int, char*)': numbers.cpp:1427:12: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] static int LookupNum2(Translator *tr, int value, int thousandplex, const int control, char *ph_out) ^~~~~~~~~~ numbers.cpp:1483:12: note: 'sprintf' output between 5 and 13 bytes into a destination of size 12 sprintf(string,"_%dfx",value); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1427:12: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] static int LookupNum2(Translator *tr, int value, int thousandplex, const int control, char *ph_out) ^~~~~~~~~~ numbers.cpp:1496:13: note: 'sprintf' output between 5 and 13 bytes into a destination of size 12 sprintf(string,"_%d%cx",value,ord_type); // LANG=hu, special word for 1. 2. when there are no higher digits ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp: In function 'int LookupNum3(Translator*, int, char*, int, int, int)': numbers.cpp:1725:12: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] static int LookupNum3(Translator *tr, int value, char *ph_out, int suppress_null, int thousandplex, int control) ^~~~~~~~~~ numbers.cpp:1843:12: note: 'sprintf' output between 5 and 13 bytes into a destination of size 12 sprintf(string, "_%dCo", hundreds); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ numbers.cpp:1725:12: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] static int LookupNum3(Translator *tr, int value, char *ph_out, int suppress_null, int thousandplex, int control) ^~~~~~~~~~ numbers.cpp:1869:14: note: 'sprintf' output between 5 and 13 bytes into a destination of size 12 sprintf(string,"_%dC0",hundreds); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions synth_mbrola.cpp -o x_synth_mbrola.o c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions synthdata.cpp -o x_synthdata.o synthdata.cpp: In function 'int LoadPhData(int*)': synthdata.cpp:169:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(srate != NULL) ^~ synthdata.cpp:171:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return(result); ^~~~~~ c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions synthesize.cpp -o x_synthesize.o c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions translate.cpp -o x_translate.o c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions mbrowrap.cpp -o x_mbrowrap.o c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions tr_languages.cpp -o x_tr_languages.o c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions voices.cpp -o x_voices.o voices.cpp: In function 'void GetVoices(const char*)': voices.cpp:1671:13: warning: '%s' directive writing up to 511 bytes into a region of size 259 [-Wformat-overflow=] static void GetVoices(const char *path) ^~~~~~~~~ voices.cpp:1786:10: note: 'sprintf' output 2 or more bytes (assuming 513) into a destination of size 260 sprintf(fname,"%s%c%s",path,PATHSEP,ent->d_name); ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions wavegen.cpp -o x_wavegen.o c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions phonemelist.cpp -o x_phonemelist.o c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions espeak_command.cpp -o x_espeak_command.o In file included from espeak_command.cpp:30:0: debug.h:19:21: warning: anonymous variadic macros were introduced in C++11 [-Wvariadic-macros] #define SHOW(format,...) ^~~ c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions event.cpp -o x_event.o In file included from event.cpp:41:0: debug.h:19:21: warning: anonymous variadic macros were introduced in C++11 [-Wvariadic-macros] #define SHOW(format,...) ^~~ c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions fifo.cpp -o x_fifo.o c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions wave.cpp -o x_wave.o In file included from wave.cpp:41:0: debug.h:19:21: warning: anonymous variadic macros were introduced in C++11 [-Wvariadic-macros] #define SHOW(format,...) ^~~ c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions debug.cpp -o x_debug.o In file included from fifo.cpp:42:0: debug.h:19:21: warning: anonymous variadic macros were introduced in C++11 [-Wvariadic-macros] #define SHOW(format,...) ^~~ In file included from debug.cpp:4:0: debug.h:19:21: warning: anonymous variadic macros were introduced in C++11 [-Wvariadic-macros] #define SHOW(format,...) ^~~ c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions klatt.cpp -o x_klatt.o c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \ -I. -D LIBRARY -c -fno-exceptions sonic.cpp -o x_sonic.o c++ -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include/portaudio2 -I/usr/include -funsigned-char -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/pkg/share/espeak-data\" -Wall -pedantic -I. -c -fno-exceptions espeak.cpp espeak.cpp: In function 'void DisplayVoices(FILE*, char*)': espeak.cpp:176:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(j=0; j < sizeof(buf); j++) ~~^~~~~~~~~ c++ -L/usr/pkg/lib/portaudio2 -Wl,-R/usr/pkg/lib/portaudio2 -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o speak speak.o compiledict.o dictionary.o intonation.o readclause.o setlengths.o numbers.o synth_mbrola.o synthdata.o synthesize.o translate.o mbrowrap.o tr_languages.o voices.o wavegen.o phonemelist.o klatt.o sonic.o -lstdc++ -lportaudio -lpthread c++ -L/usr/pkg/lib/portaudio2 -Wl,-R/usr/pkg/lib/portaudio2 -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -shared -Wl,-soname,libespeak.so.1 -o libespeak.so \ x_speak_lib.o x_compiledict.o x_dictionary.o x_intonation.o x_readclause.o x_setlengths.o x_numbers.o x_synth_mbrola.o x_synthdata.o x_synthesize.o x_translate.o x_mbrowrap.o x_tr_languages.o x_voices.o x_wavegen.o x_phonemelist.o x_espeak_command.o x_event.o x_fifo.o x_wave.o x_debug.o x_klatt.o x_sonic.o -lstdc++ -lportaudio -lpthread ar cqs libespeak.a x_speak_lib.o x_compiledict.o x_dictionary.o x_intonation.o x_readclause.o x_setlengths.o x_numbers.o x_synth_mbrola.o x_synthdata.o x_synthesize.o x_translate.o x_mbrowrap.o x_tr_languages.o x_voices.o x_wavegen.o x_phonemelist.o x_espeak_command.o x_event.o x_fifo.o x_wave.o x_debug.o x_klatt.o x_sonic.o ld: x_speak_lib.o: in function `dispatch_audio(short*, int, espeak_EVENT*)': speak_lib.cpp:(.text+0x40): relocation truncated to fit: R_SPARC_GOT13 against symbol `synth_callback' defined in .bss section in x_speak_lib.o ld: speak_lib.cpp:(.text+0x9c): relocation truncated to fit: R_SPARC_GOT13 against symbol `my_audio' defined in .bss section in x_speak_lib.o ld: speak_lib.cpp:(.text+0x128): relocation truncated to fit: R_SPARC_GOT13 against symbol `my_audio' defined in .bss section in x_speak_lib.o ld: speak_lib.cpp:(.text+0x148): relocation truncated to fit: R_SPARC_GOT13 against symbol `fifo_is_command_enabled()' defined in .text section in x_fifo.o ld: speak_lib.cpp:(.text+0x154): relocation truncated to fit: R_SPARC_GOT13 against symbol `my_audio' defined in .bss section in x_speak_lib.o ld: x_speak_lib.o: in function `Synthesize(unsigned int, void const*, int) [clone .isra.1]': speak_lib.cpp:(.text+0x1f0): relocation truncated to fit: R_SPARC_GOT13 against symbol `outbuf' defined in .bss section in x_speak_lib.o ld: speak_lib.cpp:(.text+0x200): relocation truncated to fit: R_SPARC_GOT13 against symbol `event_list' defined in .bss section in x_speak_lib.o ld: speak_lib.cpp:(.text+0x220): relocation truncated to fit: R_SPARC_GOT13 against symbol `option_multibyte' defined in .bss section in x_translate.o ld: speak_lib.cpp:(.text+0x234): relocation truncated to fit: R_SPARC_GOT13 against symbol `option_phoneme_input' defined in .bss section in x_translate.o ld: speak_lib.cpp:(.text+0x238): relocation truncated to fit: R_SPARC_GOT13 against symbol `count_samples' defined in .bss section in x_speak_lib.o ld: speak_lib.cpp:(.text+0x240): additional relocation overflows omitted from the output gmake: *** [Makefile:114: libespeak.so] Error 1 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/audio/espeak *** Error code 1 Stop. make: stopped in /usr/pkgsrc/audio/espeak