After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 109411 - gnome-speech is NOT building
gnome-speech is NOT building
Status: RESOLVED FIXED
Product: gnome-speech
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal trivial
: ---
Assigned To: GNOME Speech Maintainer(s)
GNOME Speech Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2003-03-28 14:06 UTC by Adi Dascal
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (1.33 KB, patch)
2003-03-28 14:08 UTC, Adi Dascal
none Details | Review

Description Adi Dascal 2003-03-28 14:06:40 UTC
OVERVIEW DESCRIPTION :
Using gnome-2.2 stack from 11 of March, gnome-speech from today's CVS 
HEAD, java 2 sdk 1.4.1_01,I found out that gnome-speech is stopping at
autogen.sh time.

STEPS TO REPRODUCE :
- get gnome-speech from CVS HEAD
- launch autogen.sh script (no matter what parameters you give for it) 

ACTUAL RESULTS:
You will notice that the building is stopping outputing the following message:

checking for eciNew in -libmeci50... yes
checking for TextToSpeechSync in -ltts... no
./configure: line 8165: syntax error near unexpected token `"(c'
./configure: line 8165: `  echo $ECHO_N "(cached) $ECHO_C" >&6'

EXPECTED RESULTS:
Building to be finished.

ADDITIONAL INFORMATION:
The problem occured after yesterday's commit (2003-03-27 "Fixed Eloquence
autoconf stuff") and was caused by:
 
<snip from configure.in>
eloquence_LIBDIR="$with_eloquence_dir/redist/common_module"                  
"                                                                         
     
</snip from configure.in>

The solution is easy : you just have to remove the unwanted quotation marks.
Comment 1 Adi Dascal 2003-03-28 14:08:03 UTC
Created attachment 15260 [details] [review]
Proposed patch
Comment 2 Calum Benson 2003-04-03 15:04:14 UTC
Updating status_whiteboard field to reflect A11Y team's assessment 
of accessibility impact.
Comment 3 padraig.obriain 2003-04-24 15:05:06 UTC
Michael fixed this with a commit on April 2nd.