Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 485936 - app-accessibility/espeak-1.47.11::gentoo disrespects CC and AR
Summary: app-accessibility/espeak-1.47.11::gentoo disrespects CC and AR
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-25 07:00 UTC by Justin Lecher (RETIRED)
Modified: 2013-10-01 04:01 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,19.93 KB, text/plain)
2013-09-25 07:00 UTC, Justin Lecher (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Lecher (RETIRED) gentoo-dev 2013-09-25 07:00:44 UTC
g++ -O2 -DUSE_PORTAUDIO -D PATH_ESPEAK_DATA=\"/usr/share/espeak-data\" -Wall -fpic -fvisibility=hidden -pedantic \
-I. -D LIBRARY -c -fno-exceptions  wave.cpp  -o x_wave.o
In file included from wave.cpp:39:0:
debug.h:19:21: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
 #define SHOW(format,...)
                     ^
g++ -Wl,-O1 -Wl,--as-needed -Wl,-O1,--hash-style=gnu,--sort-common -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
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2013-09-25 07:00:57 UTC
Created attachment 359414 [details]
build.log

build.log
Comment 2 William Hubbs gentoo-dev 2013-10-01 04:01:23 UTC
This is fixed in 1.47.11-r1. Thanks for the report.