https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-arch/lrzip-next-0.12.6 fails to compile. Discovered on: x86 (internal ref: tinderbox_x86) System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Created attachment 886027 [details] build.log build log and emerge --info
Created attachment 886028 [details] 1-config.log 1-config.log
Yup, it looks like upstream literally does not support 32-bit arches w/ this package: https://github.com/pete4abw/lrzip-next/commit/b362ccfc47002f84b6ae3f99fb99fb4fc42fdde9 Nothing I can do about this, so I will be removing the "~x86" keyword with the next update, and then will go and package.mask the package on all 32-bit archs in their profiles. Should put this one to bed. Thanks for catching it!
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f5724e973a008920e5b08edd1ac54713d9ddd8 commit 59f5724e973a008920e5b08edd1ac54713d9ddd8 Author: Joshua Kinard <kumba@gentoo.org> AuthorDate: 2024-02-27 03:53:45 +0000 Commit: Joshua Kinard <kumba@gentoo.org> CommitDate: 2024-02-27 04:28:24 +0000 app-arch/lrzip-next: Remove ~x86 keyword; investigated musl issues Package no longer supports 32-bit arches (sizeof(long) == 4), so will mask on all 32-bit arches. Package is also currently incompatible w/ musl's pthreads code; need to talk to upstream to see if can be fixed. Will mask on musl for now. Also added more missing deps, removed dev-perl/Pod-Parser as a bdep, and added ebuild logic to fill in the package's version w/o needing to drag dev-vcs/git in as a bdep. Bug: https://bugs.gentoo.org/925547 Closes: https://bugs.gentoo.org/925548 Signed-off-by: Joshua Kinard <kumba@gentoo.org> app-arch/lrzip-next/lrzip-next-0.12.6-r1.ebuild | 67 +++++++++++++++++++++++++ app-arch/lrzip-next/lrzip-next-0.12.6.ebuild | 50 ------------------ 2 files changed, 67 insertions(+), 50 deletions(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c7fc89a92777f0c8d7ec343d08c6f09bb104fb commit 82c7fc89a92777f0c8d7ec343d08c6f09bb104fb Author: Joshua Kinard <kumba@gentoo.org> AuthorDate: 2024-02-27 04:19:23 +0000 Commit: Joshua Kinard <kumba@gentoo.org> CommitDate: 2024-02-27 04:28:39 +0000 profiles: Mask app-arch/lrzip-next on 32-bit arches we have Bug: https://bugs.gentoo.org/925548 Signed-off-by: Joshua Kinard <kumba@gentoo.org> profiles/arch/mips/mipsel/o32/package.mask | 6 +++++- profiles/arch/mips/o32/package.mask | 6 +++++- profiles/arch/x86/package.mask | 4 ++++ 3 files changed, 14 insertions(+), 2 deletions(-)