Summary: | dev-libs/icu: strict flags break cross-compiling with LTO | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | David Michael <fedora.dm0> |
Component: | Current packages | Assignee: | Cross compilation support <cross> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein, office |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/20045 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 618550 |
Description
David Michael
2020-11-29 22:29:54 UTC
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4484fc63431d84fd0b366557d1c8a5df964d1c0 commit a4484fc63431d84fd0b366557d1c8a5df964d1c0 Author: David Michael <fedora.dm0@gmail.com> AuthorDate: 2021-03-22 10:06:22 +0000 Commit: David Seifert <soap@gentoo.org> CommitDate: 2021-03-22 10:06:22 +0000 dev-libs/icu: work around cross-endian tests failing The tests need __USE_MISC, which is undefined by -std=c11, which is added by --enable-strict, which is the default setting. There are fallback tests that work for native builds and non-LTO builds, but this specific case has no fallback and requires this workaround. Closes: https://bugs.gentoo.org/757681 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org> dev-libs/icu/icu-68.2.ebuild | 5 +++++ 1 file changed, 5 insertions(+) |