https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-crypt/princeprocessor-0.22 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 885019 [details] build.log build log and emerge --info
The build system is really crappy, always forcing you to choose either -m64 or -m32. On top of that, the `all` target defaults to the 64-bit variant and the src_install() explicitly supports only that. The ebuild clearly wasn't tested on x86 at all. The author should have really fixed the build system, though.