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 - RPM installs files with build-paths
Summary: RPM installs files with build-paths
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: festival
Version: 9
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Trond Eivind Glomsrxd
QA Contact:
URL:
Whiteboard:
: 75643 77908 (view as bug list)
Depends On:
Blocks: CambridgeBlocker 101028
TreeView+ depends on / blocked
 
Reported: 2003-08-24 07:14 UTC by Jamie Zawinski
Modified: 2007-04-18 16:57 UTC (History)
2 users (show)

Fixed In Version: 1.4.2-19
Clone Of:
Environment:
Last Closed: 2003-08-26 14:43:05 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.