Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 932156 - dev-libs/icu won't cross-compile for mingw with GCC 14
Summary: dev-libs/icu won't cross-compile for mingw with GCC 14
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: gcc-14
  Show dependency tree
 
Reported: 2024-05-18 13:48 UTC by Mark Harmstone
Modified: 2024-05-18 16:45 UTC (History)
1 user (show)

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


Attachments
strict ansi patch (strict-ansi.patch,1.05 KB, patch)
2024-05-18 13:48 UTC, Mark Harmstone
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Harmstone 2024-05-18 13:48:28 UTC
GCC 14 doesn't like the fact that icu removes __STRICT_ANSI__ when cross-compiling for mingw.

This has already been fixed upstream, could we please backport the attached patch?

Reproducible: Always
Comment 1 Mark Harmstone 2024-05-18 13:48:55 UTC
Created attachment 893302 [details, diff]
strict ansi patch