Bug 464988

Summary: FTBFS arm-gp2x-linux-gcc-4.1.2-8.fc9
Product: [Fedora] Fedora Reporter: FTBFS <ftbfs>
Component: arm-gp2x-linux-gccAssignee: Hans de Goede <hdegoede>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhideCC: hdegoede
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-10-03 07:00:12 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: 463452    
Attachments:
Description Flags
root.log
none
build.log
none
mock.log
none
root.log
none
build.log
none
mock.log none

Description FTBFS 2008-10-01 15:47:40 UTC
arm-gp2x-linux-gcc-4.1.2-8.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-10-01 15:47:43 UTC
Created attachment 318425 [details]
root.log

root.log for i386

Comment 2 FTBFS 2008-10-01 15:47:44 UTC
Created attachment 318426 [details]
build.log

build.log for i386

Comment 3 FTBFS 2008-10-01 15:47:45 UTC
Created attachment 318427 [details]
mock.log

mock.log for i386

Comment 4 FTBFS 2008-10-01 15:47:47 UTC
Created attachment 318428 [details]
root.log

root.log for x86_64

Comment 5 FTBFS 2008-10-01 15:47:48 UTC
Created attachment 318429 [details]
build.log

build.log for x86_64

Comment 6 FTBFS 2008-10-01 15:47:49 UTC
Created attachment 318430 [details]
mock.log

mock.log for x86_64

Comment 7 Kevin Kofler 2008-10-01 19:11:27 UTC
../../gcc-4.1.2/gcc/toplev.c:524: error: redefinition of 'floor_log2'
../../gcc-4.1.2/gcc/toplev.h:176: error: previous definition of 'floor_log2' was here
../../gcc-4.1.2/gcc/toplev.c:559: error: redefinition of 'exact_log2'
../../gcc-4.1.2/gcc/toplev.h:182: error: previous definition of 'exact_log2' was here

This is due to the new "extern inline" semantics in -std=gnu99. Is that flag coming from RPM_OPT_FLAGS? It can probably be sedded out or sedded to -std=gnu90. That, or the code could be fixed.

Comment 8 Hans de Goede 2008-10-03 07:00:12 UTC
I fixed the code, closing.