Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924634 - app-crypt/princeprocessor-0.22 fails to compile: cc1: error: CPU you selected does not support x86-64 instruction set
Summary: app-crypt/princeprocessor-0.22 fails to compile: cc1: error: CPU you selected...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Rick Farina (Zero_Chaos)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-15 11:40 UTC by Agostino Sarubbo
Modified: 2024-02-15 11:54 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,41.62 KB, text/plain)
2024-02-15 11:40 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-02-15 11:40:01 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-15 11:40:02 UTC
Created attachment 885019 [details]
build.log

build log and emerge --info
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-02-15 11:54:55 UTC
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.