Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 395893 - dev-util/mingw-runtime-3.20 - build failure due to LDBL_MIN_EXP undefined
Summary: dev-util/mingw-runtime-3.20 - build failure due to LDBL_MIN_EXP undefined
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL: http://sourceforge.net/tracker/?func=...
Whiteboard:
Keywords: PATCH
: 395937 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-12-24 13:45 UTC by Matthias Dahl
Modified: 2012-11-12 18:10 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
upstream fix for win32api include path (with modification for isystem include path) (mingw-runtime-w32api-include-fix.patch,5.70 KB, patch)
2011-12-24 13:47 UTC, Matthias Dahl
Details | Diff
diff from original ebuild (ebuild.patch,713 bytes, patch)
2011-12-24 13:50 UTC, Matthias Dahl
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Dahl 2011-12-24 13:45:53 UTC
Please see the provided link for a detailed analysis of the problem.

Unfortunately the provided patch did not suffice to solve the problem for me, so I updated it by including a proper isystem include path which worked fine.

The attached patch is basically the patch from upstream with that modification. As a nice side effect, one sed call can be removed from the ebuild.

Reproducible: Always
Comment 1 Matthias Dahl 2011-12-24 13:47:33 UTC
Created attachment 296855 [details, diff]
upstream fix for win32api include path (with modification for isystem include path)

Fix from upstream w/ isystem include path added by myself.

- adds new configure option for win32api include path
- adds isystem include path to necessary places
Comment 2 Matthias Dahl 2011-12-24 13:50:42 UTC
Created attachment 296857 [details, diff]
diff from original ebuild
Comment 3 SpanKY gentoo-dev 2011-12-27 00:52:06 UTC
*** Bug 395937 has been marked as a duplicate of this bug. ***
Comment 4 SpanKY gentoo-dev 2012-01-02 07:14:28 UTC
it is failing, but i think i'll de-KEYWORD it until upstream can sort it out
Comment 5 Dennis Schridde 2012-03-08 21:02:26 UTC
(In reply to comment #4)
> it is failing, but i think i'll de-KEYWORD it until upstream can sort it out
Any news on the patch? sys-devel/crossdev-20120305 selects this version, despite it having no keywords...
Comment 6 Dennis Schridde 2012-03-08 21:06:50 UTC
(In reply to comment #5)
> (In reply to comment #4)
> > it is failing, but i think i'll de-KEYWORD it until upstream can sort it out
> sys-devel/crossdev-20120305 selects this version,
> despite it having no keywords...
n/m about crossdev, that was my fault. Anyway, it'd still be interesting to know what upstream decided to do about the ldbl issue.
Comment 7 SpanKY gentoo-dev 2012-08-12 04:49:13 UTC
should be all set now in the tree; thanks for the report!

Commit message: Add patch to fix LDBL_MIN_EXP build failures
http://sources.gentoo.org/dev-util/mingw-runtime/files/mingw-runtime-3.20-LDBL_MIN_EXP.patch?rev=1.1
http://sources.gentoo.org/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild?r1=1.2&r2=1.3
Comment 8 MaratIK 2012-11-12 18:10:14 UTC
What about to unmask this package?