Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 932156

Summary: dev-libs/icu won't cross-compile for mingw with GCC 14
Product: Gentoo Linux Reporter: Mark Harmstone <mark>
Component: Current packagesAssignee: Gentoo Office Team <office>
Status: UNCONFIRMED ---    
Severity: normal CC: mark
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 914580, 941869    
Attachments: strict ansi patch

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