Bug 539167

Summary: FTBFS icu-4.2.1-6.fc12
Product: [Fedora] Fedora Reporter: FTBFS <ftbfs>
Component: icuAssignee: Caolan McNamara <caolanm>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhideCC: caolanm, denis.arnaud_fedora, fedora, srl
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: 2009-11-19 17:17:33 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: 538681    
Attachments:
Description Flags
root.log
none
build.log
none
mock.log
none
root.log
none
build.log
none
mock.log none

Description FTBFS 2009-11-19 17:04:53 UTC
icu-4.2.1-6.fc12.src.rpm Failed To Build From Source against the rawhide tree.  See http://fedoraproject.org/wiki/FTBFS for more information.

Comment 1 FTBFS 2009-11-19 17:04:56 UTC
Setting to ASSIGNED per Fedora Bug Triage workflow.  https://fedoraproject.org/wiki/BugZappers/BugStatusWorkFlow

Comment 2 FTBFS 2009-11-19 17:04:59 UTC
Created attachment 371961 [details]
root.log

root.log for i386

Comment 3 FTBFS 2009-11-19 17:05:00 UTC
Created attachment 371962 [details]
build.log

build.log for i386

Comment 4 FTBFS 2009-11-19 17:05:02 UTC
Created attachment 371963 [details]
mock.log

mock.log for i386

Comment 5 FTBFS 2009-11-19 17:05:03 UTC
Created attachment 371964 [details]
root.log

root.log for x86_64

Comment 6 FTBFS 2009-11-19 17:05:04 UTC
Created attachment 371965 [details]
build.log

build.log for x86_64

Comment 7 FTBFS 2009-11-19 17:05:05 UTC
Created attachment 371966 [details]
mock.log

mock.log for x86_64

Comment 8 Caolan McNamara 2009-11-19 17:17:33 UTC
This is already fixed as 4.2.1-7. The new automake differs from the previous one and causes some wierdness in ac_fn_cxx_try_link, causing icu's configure to think that there is no namespace support in g++. Hacking in a toplevel 

AC_LANG_PUSH([C++])
AC_LINK_IFELSE([AC_LANG_PROGRAM()])
AC_LANG_POP([C++])

works around it.

Comment 9 Steven R. Loomis 2010-10-04 20:05:06 UTC
Checked in in upstream, and updated ICU configure to autoconf 2.67. Targetted for ICU 4.6, thanks.