Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 947376

Summary: dev-libs/hyprlang-0.6.0: requires gcc >= 14 active to build
Product: Gentoo Linux Reporter: sin-ack <sin-ack>
Component: Current packagesAssignee: Julien Roy <julien>
Status: UNCONFIRMED ---    
Severity: normal CC: johnmh, proxy-maint, sin-ack
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge -p hyprlang && emerge --info
build.log

Description sin-ack 2025-01-03 10:43:28 UTC
Created attachment 915757 [details]
build.log

See build log. If gcc-config is set to anything older than GCC 14, hyprlang compilation will fail.
Comment 1 sin-ack 2025-01-03 10:43:53 UTC
Created attachment 915758 [details]
emerge -p hyprlang && emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-01-03 10:45:41 UTC
FWIW, that build.log looks truncated.
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-01-03 10:45:57 UTC
... and wrong as it's using 14 ;)
Comment 4 sin-ack 2025-01-03 10:48:17 UTC
Created attachment 915759 [details]
build.log

> FWIW, that build.log looks truncated.

Shoot, updated.
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-01-03 10:50:14 UTC
We can copy what we're doing in hyprland itself: https://gitweb.gentoo.org/repo/gentoo.git/tree/gui-wm/hyprland/hyprland-0.46.2-r1.ebuild#n69

(BDEPEND + pkg_setup, but arguably should be pkg_pretend instead. That's a whole thing when it comes to these compiler checks.)