Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46164 - freetts ebuild should make a symlink to speech.properties
Summary: freetts ebuild should make a symlink to speech.properties
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Chris Aniszczyk (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-29 14:02 UTC by Leonardo Boshell (RETIRED)
Modified: 2004-04-05 20:51 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leonardo Boshell (RETIRED) gentoo-dev 2004-03-29 14:02:41 UTC
Trying out the freetts demos, I got:

---

$ java HelloWorld
 
All general Mode JSAPI Synthesizers and Voices:
 
Using voice: kevin16
 
Can't find synthesizer.
Make sure that there is a "speech.properties" file at either of these locations:                                                                                
user.home    : /home/leonardo
java.home/lib: /opt/blackdown-jdk-1.4.1/jre/lib

---

Which leads me to think that freetts' ebuilds should create a symlink to /usr/share/freetts/speech.properties from $JDK_HOME/jre/lib. After creating said symlink manually, I was able to compile and test the demos successfully.

Should this action work as a reasonable solution, you could take a look at java-access-bridge-1.3.1.ebuild, where a similar symlinking was necessary.

Thanks.
Comment 1 Chris Aniszczyk (RETIRED) gentoo-dev 2004-04-05 20:51:46 UTC
Fixed.