Bug 449573

Summary: FTBFS tclchecker-1.4-4.20061030cvs.fc9
Product: [Fedora] Fedora Reporter: FTBFS <ftbfs>
Component: tclcheckerAssignee: Wart <wart>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock-results-core/
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-06-04 22:27:08 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: 440169    
Attachments:
Description Flags
root.log.bz2
none
build.log.bz2
none
root.log.bz2
none
build.log.bz2 none

Description FTBFS 2008-06-02 21:03:05 UTC
tclchecker-1.4-4.20061030cvs.fc9.src.rpm Failed To Build From Source against the rawhide tree.  See http://fedoraproject.org/wiki/FTBFS for more information.

Comment 1 FTBFS 2008-06-02 21:03:29 UTC
Created attachment 307883 [details]
root.log.bz2

root.log for i386

Comment 2 FTBFS 2008-06-02 21:03:40 UTC
Created attachment 307884 [details]
build.log.bz2

build.log for i386

Comment 3 FTBFS 2008-06-02 21:03:52 UTC
Created attachment 307885 [details]
root.log.bz2

root.log for x86_64

Comment 4 FTBFS 2008-06-02 21:04:03 UTC
Created attachment 307886 [details]
build.log.bz2

build.log for x86_64

Comment 5 Wart 2008-06-02 22:58:49 UTC
It looks like some autoconf platform detection code in the package is no longer
working.  Shouldn't be too hard to generate a patch for this.

Comment 6 Wart 2008-06-04 22:27:08 UTC
The problem turned out to be a change in the rpm %prep scriptlet.  In F-9 and
earlier, something in %prep would copy updated config.guess and config.sub files
from the system area into the source tree.  In F-10 this no longer happens.  I
added the config.guess and config.sub files that are used in F-9 to the sources
for F-10 and the build now succeeds.