Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 947376 - dev-libs/hyprlang-0.6.0: requires gcc >= 14 active to build
Summary: dev-libs/hyprlang-0.6.0: requires gcc >= 14 active to build
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Julien Roy
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-03 10:43 UTC by sin-ack
Modified: 2025-01-06 03:15 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,4.86 KB, text/x-log)
2025-01-03 10:43 UTC, sin-ack
Details
emerge -p hyprlang && emerge --info (emerge-info.txt,21.85 KB, text/plain)
2025-01-03 10:43 UTC, sin-ack
Details
build.log (build.log,11.36 KB, text/x-log)
2025-01-03 10:48 UTC, sin-ack
Details

Note You need to log in before you can comment on or make changes to this bug.
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.)