log: <https://bpa.st/3VPQ> emerge --info: <https://bpa.st/H5TA>
Paste sites expire; please attach the required information to this ticket.
Created attachment 897918 [details] package build log
Created attachment 897919 [details] emerge --info's output
Builds fine in my musl-1.2.5/gcc chroot so maybe it's missing an explicit include of /usr/include/endian.h somewhere. Add that to the includes in libnetlink.h and then try to build.
Patch can be found in https://bugs.gentoo.org/926341
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b69420d156fb87e35f38c63220b8847ae02a726 commit 3b69420d156fb87e35f38c63220b8847ae02a726 Author: Andreas K. Hüttel <dilfridge@gentoo.org> AuthorDate: 2024-08-03 22:31:55 +0000 Commit: Andreas K. Hüttel <dilfridge@gentoo.org> CommitDate: 2024-08-03 22:33:02 +0000 package.mask, musl: mask iproute2-6.10.0, bug 936234 Bug: https://bugs.gentoo.org/936234 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> profiles/features/musl/package.mask | 4 ++++ 1 file changed, 4 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6208bf7ee054425cc9476c17d7990390d1baf1e commit e6208bf7ee054425cc9476c17d7990390d1baf1e Author: Andreas K. Hüttel <dilfridge@gentoo.org> AuthorDate: 2024-08-04 10:25:03 +0000 Commit: Andreas K. Hüttel <dilfridge@gentoo.org> CommitDate: 2024-08-04 10:26:32 +0000 Revert "package.mask, musl: mask iproute2-6.10.0, bug 936234" Apparently this breaks building on gcc-14 where the update succeeded earlier. Seems to be arch-specific... This reverts commit 3b69420d156fb87e35f38c63220b8847ae02a726. Bug: https://bugs.gentoo.org/936234 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> profiles/features/musl/package.mask | 4 ---- 1 file changed, 4 deletions(-)
Note that the linked PR conflates two issues (htobe64 and basename). Let's try to fix the simpler one of these first.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0564906652c69469deab2b7814bb4736d7be5881 commit 0564906652c69469deab2b7814bb4736d7be5881 Author: Andreas K. Hüttel <dilfridge@gentoo.org> AuthorDate: 2024-08-04 16:16:13 +0000 Commit: Andreas K. Hüttel <dilfridge@gentoo.org> CommitDate: 2024-08-04 16:17:21 +0000 sys-apps/iproute2: fix build on musl Closes: https://bugs.gentoo.org/936234 Closes: https://bugs.gentoo.org/926341 Closes: https://github.com/gentoo/gentoo/pull/37658 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> .../iproute2/files/iproute2-6.10.0-musl-1.patch | 41 +++++++++++++++++++++ .../iproute2/files/iproute2-6.10.0-musl-2.patch | 43 ++++++++++++++++++++++ sys-apps/iproute2/iproute2-6.10.0.ebuild | 2 + 3 files changed, 86 insertions(+)