View previous topic :: View next topic |
Author |
Message |
Lockup Guru


Joined: 25 Jul 2002 Posts: 430
|
Posted: Fri Mar 14, 2003 12:42 am Post subject: festival wont compile(stops with strange ebuild errors) |
|
|
just tried to emerge festival r3...fun?
Code: |
root@Beast festival # emerge festival
Calculating dependencies ...done!
>>> emerge (1 of 1) media-sound/festival-1.4.2-r3 to /
/usr/sbin/ebuild.sh: line 852: /var/tmp/portage/festival-1.4.2-r3/work/speech_tools/eclass-debug.log: No such file or directory
>>> md5 ;-) festival-1.4.2-release.tar.gz
>>> md5 ;-) festlex_CMU.tar.gz
>>> md5 ;-) festlex_OALD.tar.gz
>>> md5 ;-) festlex_POSLEX.tar.gz
>>> md5 ;-) festvox_don.tar.gz
>>> md5 ;-) festvox_ellpc11k.tar.gz
>>> md5 ;-) festvox_kallpc16k.tar.gz
>>> md5 ;-) festvox_kedlpc16k.tar.gz
>>> md5 ;-) festvox_rablpc16k.tar.gz
>>> md5 ;-) festvox_us1.tar.gz
>>> md5 ;-) festvox_us2.tar.gz
>>> md5 ;-) festvox_us3.tar.gz
>>> md5 ;-) speech_tools-1.2.2-release.tar.gz
>>> md5 ;-) festdoc-1.4.2.tar.gz
/usr/sbin/ebuild.sh: line 852: /var/tmp/portage/festival-1.4.2-r3/work/speech_tools/eclass-debug.log: No such file or directory
/usr/sbin/ebuild.sh: line 1162: /var/tmp/portage/festival-1.4.2-r3/work/speech_tools/environment: No such file or directory
|
suggestions would be greatly appreciated:) |
|
Back to top |
|
 |
TheIconoclast n00b

Joined: 20 Feb 2003 Posts: 14 Location: Cincinnati, OH
|
Posted: Tue Mar 18, 2003 4:32 pm Post subject: |
|
|
Same here, w/ 1.4.2 or r1 through r3
Hopefully someone can figure this out, as I'm really anxious to play w/ festival.
Code: | emerge festival-1.4.2.ebuild
Calculating dependencies ...done!
>>> emerge (1 of 1) media-sound/festival-1.4.2 to /
/usr/sbin/ebuild.sh: line 865: /var/tmp/portage/festival-1.4.2/work/speech_tools/eclass-debug.log: No such file or direc
tory
>>> Downloading http://gentoo.oregonstate.edu//distfiles/festival-1.4.2-patch.tar.bz2
--11:31:56-- http://gentoo.oregonstate.edu//distfiles/festival-1.4.2-patch.tar.bz2
=> `/usr/portage/distfiles/festival-1.4.2-patch.tar.bz2'
Resolving gentoo.oregonstate.edu... done.
Connecting to gentoo.oregonstate.edu[128.193.0.3]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,456 [application/x-tar]
100%[============================================================================>] 1,456 1.39M/s ETA 00:00
11:31:57 (1.39 MB/s) - `/usr/portage/distfiles/festival-1.4.2-patch.tar.bz2' saved [1456/1456]
>>> md5 ;-) festival-1.4.2-release.tar.gz
>>> md5 ;-) festlex_CMU.tar.gz
>>> md5 ;-) festlex_OALD.tar.gz
>>> md5 ;-) festlex_POSLEX.tar.gz
>>> md5 ;-) festvox_don.tar.gz
>>> md5 ;-) festvox_ellpc11k.tar.gz
>>> md5 ;-) festvox_kallpc16k.tar.gz
>>> md5 ;-) festvox_kedlpc16k.tar.gz
>>> md5 ;-) festvox_rablpc16k.tar.gz
>>> md5 ;-) festvox_us1.tar.gz
>>> md5 ;-) festvox_us2.tar.gz
>>> md5 ;-) festvox_us3.tar.gz
>>> md5 ;-) speech_tools-1.2.2-release.tar.gz
>>> md5 ;-) festival-1.4.2-patch.tar.bz2
/usr/sbin/ebuild.sh: line 865: /var/tmp/portage/festival-1.4.2/work/speech_tools/eclass-debug.log: No such file or direc
tory
/usr/sbin/ebuild.sh: line 1171: /var/tmp/portage/festival-1.4.2/work/speech_tools/environment: No such file or directory
root@jollyroger festival # |
Looking at '/usr/sbin/ebuild.sh' on line 856 it appears to be going haywire on teh debug files....
Code: | while [ "$1" ]; do
# extra user-configurable targets
if [ "$ECLASS_DEBUG_OUTPUT" == "on" ]; then
echo "debug: $1"
elif [ -n "$ECLASS_DEBUG_OUTPUT" ]; then
echo "debug: $1" >> $ECLASS_DEBUG_OUTPUT
fi
# default target
echo $1 >> ${T}/eclass-debug.log
# let the portage user own/write to this file
chmod g+w ${T}/eclass-debug.log &>/dev/null
shift
done |  _________________ "I am the iconoclast, an unconventional ecclectic who marches to the beat of a different drummer" - Brain |
|
Back to top |
|
 |
Migrant Programmer n00b

Joined: 31 Aug 2002 Posts: 10
|
Posted: Wed Mar 19, 2003 3:51 am Post subject: |
|
|
Here's a "me too." It downloaded all the files properly, then stops there.. I'm no ebuild wizard so I have no idea what the problem is.
Other people have encountered this, see:
https://forums.gentoo.org/viewtopic.php?t=31386&highlight=festival
Unfortunately that thread doesn't have any solutions to the problem. It's not in the bugs database either. |
|
Back to top |
|
 |
Migrant Programmer n00b

Joined: 31 Aug 2002 Posts: 10
|
|
Back to top |
|
 |
|