Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927658 - sys-fs/ncdu-2.3 stabilization request
Summary: sys-fs/ncdu-2.3 stabilization request
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Stabilization (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Jakov Smolić
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-24 04:53 UTC by David Duchesne
Modified: 2024-08-25 20:46 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Duchesne 2024-03-24 04:53:35 UTC
Possible to stabilize it ? At least for amd64 ?
Will need dev-lang/zig to be stabilized too.
Thanks

Reproducible: Always
Comment 1 Jakov Smolić archtester gentoo-dev 2024-08-25 11:13:53 UTC
You would also need opinion of the zig maintainer whether that package is ready to be stabilized.
Comment 2 Eric Joldasov 2024-08-25 20:46:41 UTC
Not yet, maybe it can be considered after https://github.com/gentoo/gentoo/pull/37283 is merged. Is Gentoo Prefix support needed for stabilization? I know that with that eclass regular compilation and cross-compilation works, but I have not patched Zig yet to support working in Gentoo Prefix. It can fail in situation when kibc of host and prefix differ, because of unconditional unprefixed use of /usr/bin/env. More context here: https://github.com/ziglang/zig/issues/14146 .

BTW it's probably easier to stabilize dev-lang/zig-bin before dev-lang/zig, it is fully static distribution.