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: | festival | Assignee: | Trond Eivind Glomsrxd <teg> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 9 | CC: | 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
*** Bug 75643 has been marked as a duplicate of this bug. *** *** Bug 77908 has been marked as a duplicate of this bug. *** 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 ;; Fixed in 1.4.2-19. |