Binary package hint: speech-dispatcher
fails to build in a test rebuild and in maverick:
https://launchpad.net/ubuntu/+archive/test-rebuild-20100628/+build/1838661
/bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share/sounds/speech-dispatcher\" -I/usr/include/ "-I../../intl/" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -L../../src/audio -I../../src/audio -I../../intl/ -D_GNU_SOURCE -g -O2 -g -Wall -O2 -Wl,-Bsymbolic-functions -o sd_cicero cicero.o module_utils.o -lsdaudio -lpthread -ldotconf -lglib-2.0 -pthread -lgthread-2.0 -lrt -lglib-2.0
libtool: link: gcc -Wall -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share/sounds/speech-dispatcher\" -I/usr/include/ -I../../intl/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../../src/audio -I../../intl/ -D_GNU_SOURCE -g -O2 -g -Wall -O2 -Wl,-Bsymbolic-functions -o .libs/sd_cicero cicero.o module_utils.o -pthread -L/build/buildd/speech-dispatcher-0.6.8~unofficial~rc2/src/audio /build/buildd/speech-dispatcher-0.6.8~unofficial~rc2/src/audio/.libs/libsdaudio.so -lpthread /usr/lib/libdotconf.so /usr/lib/libgthread-2.0.so -lrt /usr/lib/libglib-2.0.so -pthread -Wl,-rpath -Wl,/usr/lib/speech-dispatcher
gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share/sounds/speech-dispatcher\" -I/usr/include/ "-I../../intl/" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -L../../src/audio -I../../src/audio -I../../intl/ -D_GNU_SOURCE -g -O2 -g -Wall -O2 -c flite.c
flite.c: In function '_flite_speak':
flite.c:276: warning: 'ret' may be used uninitialized in this function
/bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share/sounds/speech-dispatcher\" -I/usr/include/ "-I../../intl/" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -L../../src/audio -I../../src/audio -I../../intl/ -D_GNU_SOURCE -g -O2 -g -Wall -O2 -rpath '/usr/lib/speech-dispatcher' -Wl,-Bsymbolic-functions -o sd_flite flite.o module_utils.o -lsdaudio -lflite -lflite_cmulex -lflite_usenglish -lpthread -ldotconf -lglib-2.0 -pthread -lgthread-2.0 -lrt -lglib-2.0
libtool: link: gcc -Wall -DLOCALEDIR=\"/usr/share/locale\" -DDATADIR=\"/usr/share/sounds/speech-dispatcher\" -I/usr/include/ -I../../intl/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../../src/audio -I../../intl/ -D_GNU_SOURCE -g -O2 -g -Wall -O2 -Wl,-Bsymbolic-functions -o .libs/sd_flite flite.o module_utils.o -pthread -L/build/buildd/speech-dispatcher-0.6.8~unofficial~rc2/src/audio /build/buildd/speech-dispatcher-0.6.8~unofficial~rc2/src/audio/.libs/libsdaudio.so -lflite -lflite_cmulex -lflite_usenglish -lpthread /usr/lib/libdotconf.so /usr/lib/libgthread-2.0.so -lrt /usr/lib/libglib-2.0.so -pthread -Wl,-rpath -Wl,/usr/lib/speech-dispatcher
flite.o: In function `flite_set_voice':
/build/buildd/speech-dispatcher-0.6.8~unofficial~rc2/src/modules/flite.c:435: undefined reference to `register_cmu_us_kal'
flite.o: In function `module_init':
/build/buildd/speech-dispatcher-0.6.8~unofficial~rc2/src/modules/flite.c:108: undefined reference to `register_cmu_us_kal'
collect2: ld returned 1 exit status
make[4]: *** [sd_flite] Error 1
make[4]: Leaving directory `/build/buildd/speech-dispatcher-0.6.8~unofficial~rc2/src/modules'
make[3]: *** [all-recursive] Error 1
This bug was fixed in the package speech-dispatcher - 0.7-5ubuntu1
---------------
speech-dispatcher (0.7-5ubuntu1) maverick; urgency=low
* Merge from debian unstable. Remaining changes: speech- dispatcher. init: Don't assume that the user was previously server- spawn and speechd- user-port. sh, since dispatcher now has a different way of spawning, and uses sockets patches/ spd-conf- test-path- fix.patch: Fix path to test.wav file
- Python-speechd should depend on speech-dispatcher
- Moved the flite output module to a separate package, and added
it to suggests
- Use cdbs for package build, cleaner to maintain
- Quieten logfiles by default
- Only enable espeak output module
- Fix pulse driver endainness
- Fix broken spd-conf
* debian/
running speech-dispatcher system-wide, at least in Ubuntu
* Remove references to speechd-
speech-
(LP: #601114)
* Flite patch from Debian fixes FTBFs (LP: #601005)
* debian/
which gets played by spd-conf (LP: #314185)
speech-dispatcher (0.7-5) unstable; urgency=low
* Move Python build dependencies from Build-Depends-Indep to Build-Depends;
closes: #588107.
* Standards 3.9.0 (no real change).
speech-dispatcher (0.7-4) unstable; urgency=low
* Default AudioOutputMethod changed to "pulse" to prevent blocking audio
output; information to README.Debian added.
speech-dispatcher (0.7-3) unstable; urgency=low
* Paths in python-speechd adjusted to match Debian installation.
* Package priorities set to match override entries.
speech-dispatcher (0.7-2) unstable; urgency=low
* Link speech-dispatcher log location to /var/log/ speech- dispatcher/ , if
it doesn't exist yet.
* Permit access to speech-dispatcher socket to `audio' group.
speech-dispatcher (0.7-1) unstable; urgency=low
* New upstream version.
* Switch to dpkg-source 3.0 (quilt) format.
* Versioned build dependency on flite-dev.
* Don't start Speech Dispatcher by default; closes: #577217.
* Standards 3.8.4 (no real change).
-- Luke Yelavich <email address hidden> Thu, 15 Jul 2010 14:30:18 +1000