speech-dispatcher fails to build from source in maverick

Bug #601005 reported by Matthias Klose
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
speech-dispatcher (Ubuntu)
Fix Released
High
Luke Yelavich
Maverick
Fix Released
High
Luke Yelavich

Bug Description

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

Matthias Klose (doko)
Changed in speech-dispatcher (Ubuntu Maverick):
importance: Undecided → High
milestone: none → maverick-alpha-3
status: New → Confirmed
Luke Yelavich (themuso)
Changed in speech-dispatcher (Ubuntu Maverick):
assignee: nobody → Luke Yelavich (themuso)
status: Confirmed → In Progress
Revision history for this message
Launchpad Janitor (janitor) wrote :

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:
    - 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/speech-dispatcher.init: Don't assume that the user was previously
    running speech-dispatcher system-wide, at least in Ubuntu
  * Remove references to speechd-server-spawn and speechd-user-port.sh, since
    speech-dispatcher now has a different way of spawning, and uses sockets
    (LP: #601114)
  * Flite patch from Debian fixes FTBFs (LP: #601005)
  * debian/patches/spd-conf-test-path-fix.patch: Fix path to test.wav file
    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

Changed in speech-dispatcher (Ubuntu Maverick):
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.