Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 102985

Summary: RPM installs files with build-paths
Product: [Retired] Red Hat Linux Reporter: Jamie Zawinski <jwz>
Component: festivalAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: jeremy, rh-bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.4.2-19 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-08-26 14:43:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 100643, 101028    

Description Jamie Zawinski 2003-08-24 07:14:17 UTC
The second line of "/usr/bin/text2wave" is

"true" ; exec /usr/src/build/210739-i386/BUILD/festival/bin/festival --script $0 $*

when it should be

"true" ; exec /usr/bin/festival --script $0 $*

festival-1.4.2-16
Red Hat Linux release 9 (Shrike)
Linux 2.4.20-8smp #1 SMP Thu Mar 13 16:43:01 EST 2003 i686 athlon i386 GNU/Linux

Comment 1 Bill Nottingham 2003-08-25 16:14:01 UTC
*** Bug 75643 has been marked as a duplicate of this bug. ***

Comment 2 Bill Nottingham 2003-08-25 16:15:31 UTC
*** Bug 77908 has been marked as a duplicate of this bug. ***

Comment 3 jeremy@nirvani.net 2003-08-25 21:19:02 UTC
Dear Red Hat Software,

I hope it doesn't take as long to fix this bug as it does to have noticed it in
bugzilla.

BTW, here is the patch (again) if the description was not clear enough.

Next time this bug is updated, hopefully it will actually be fixed. :)

Jeremy

--- /usr/bin/text2wave-orig     2003-01-25 17:18:56.000000000 -0800
+++ /usr/bin/text2wave  2003-08-25 14:15:41.000000000 -0700
@@ -1,5 +1,5 @@
 #!/bin/sh
-"true" ; exec /usr/src/build/210739-i386/BUILD/festival/bin/festival --script $0 $*
+"true" ; exec /usr/bin/festival --script $0 $*
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-*-mode:scheme-*-
 ;;                                                                       ;;
 ;;                Centre for Speech Technology Research                  ;;

Comment 4 Bill Nottingham 2003-08-26 14:43:05 UTC
Fixed in 1.4.2-19.