Bug 528566

Summary: Build fails because no long double support is available for ARM
Product: [Fedora] Fedora Reporter: Jitesh Shah <jitesh.1337>
Component: boostAssignee: Benjamin Kosnik <bkoz>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: rawhideCC: bkoz, mnewsome, pmachata
Target Milestone: ---   
Target Release: ---   
Hardware: arm9   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-10-14 13:45:48 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: 245418    
Attachments:
Description Flags
Suggested Fix none

Description Jitesh Shah 2009-10-12 20:38:10 UTC
Created attachment 364517 [details]
Suggested Fix

Description of problem:
Boost fails on archs which don't support long double with these errors
libs/math/build/has_long_double_support.cpp:9:2: error: #error "long double support is not supported by Boost.Math on this Plaform: the long double version of the TR1 library will not be built."
libs/math/build/has_long_double_support.cpp:9:2: error: #error "long double support is not supported by Boost.Math on this Plaform: the long double version of the TR1 library will not be built."
libs/math/build/has_long_double_support.cpp:9:2: error: #error "long double support is not supported by Boost.Math on this Plaform: the long double version of the TR1 library will not be built."
libs/math/build/has_long_double_support.cpp:9:2: error: #error "long double support is not supported by Boost.Math on this Plaform: the long double version of the TR1 library will not be built."

Find a failed build here:
http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=71451

Version-Release number of selected component (if applicable):
Any version higher than boost-1.39.0 

How reproducible:
Everytime.

Steps to Reproduce:
1. Build boost on any arch that doesn't support long double
  
Actual results:


Expected results:


Additional info:
Attaching a patch which disables long double support for ARM.
Find a successful build here.
http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=72853

Comment 1 Benjamin Kosnik 2009-10-12 23:59:11 UTC
This patch, minus

-Release: 6%{?dist}
+Release: 6%{?dist}.fa1


looks fine to me.

Comment 2 Petr Machata 2009-10-13 12:32:03 UTC
I'll package it.

Comment 3 Petr Machata 2009-10-14 13:45:48 UTC
That's now in rawhide.