Summary: | sys-fs/xfsprogs-6.11: link failure with icu-76.1 in xfs_scrub: undefined reference to symbol 'u_strcmp' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Holger Hoffstätte <holger> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | holger |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | config.log for failed build |
Description
Holger Hoffstätte
2024-11-10 21:05:39 UTC
Created attachment 908409 [details]
config.log for failed build
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de097998a3ed84e9af43fce547aa143b5e61c14 commit 5de097998a3ed84e9af43fce547aa143b5e61c14 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-11-10 21:17:11 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-11-10 21:18:53 +0000 dev-libs/icu: undo Requires change in .pc file Undo change for now which exposes underlinking in consumers; revisit when things are a bit quieter and tinderbox its removal. Things are quite hectic atm with slotted Rust and so on, and don't really have the energy to handle fallout from the change. Closes: https://bugs.gentoo.org/943201 Closes: https://bugs.gentoo.org/943200 Signed-off-by: Sam James <sam@gentoo.org> .../icu-76.1-undo-pkgconfig-change-for-now.patch | 30 ++++++++++++++++++++++ .../icu/{icu-76.1.ebuild => icu-76.1-r1.ebuild} | 4 +++ 2 files changed, 34 insertions(+) I yolo'd the following into scrub/Makefile and now it builds: --snip-- --- xfsprogs-6.11.0/scrub/Makefile~ 2024-11-10 22:14:11.000000000 +0100 +++ xfsprogs-6.11.0/scrub/Makefile 2024-11-10 22:15:16.793012689 +0100 @@ -102,6 +102,7 @@ ifeq ($(HAVE_LIBICU),yes) CFILES += unicrash.c LCFLAGS += -DHAVE_LIBICU $(LIBICU_CFLAGS) +LDFLAGS += -licuuc endif # Automatically trigger a media scan once per month --snip-- The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c113a1e68fa58611b25e7128fbb228a7d91ee1 commit d2c113a1e68fa58611b25e7128fbb228a7d91ee1 Author: Sam James <sam@gentoo.org> AuthorDate: 2025-04-15 00:46:03 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-04-15 00:46:03 +0000 sys-fs/xfsprogs: add 6.14.0 Bug: https://bugs.gentoo.org/943200 Signed-off-by: Sam James <sam@gentoo.org> sys-fs/xfsprogs/Manifest | 1 + sys-fs/xfsprogs/xfsprogs-6.14.0.ebuild | 113 +++++++++++++++++++++++++++++++++ 2 files changed, 114 insertions(+) |