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

Bug 954311

Summary: dev-lang/ocaml: ocamlopt use flag masked for 64-bit riscv
Product: Gentoo Linux Reporter: Klara Modin <klarasmodin>
Component: ProfilesAssignee: Gentoo Team for the ML programming language family <ml>
Status: RESOLVED FIXED    
Severity: normal CC: riscv
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Klara Modin 2025-04-23 19:18:30 UTC
ocamlopt is not available on 32-bit since ocaml-5 and was masked in these commits:
016b49eb4a5c1b9eebe1f75beb957c4338fcd3b6
d1e8798fff13b21db9237925730362734dbb285c

However, as the same keyword is used for both 32- and 64-bit riscv, this also masks it for 64-bit riscv which I assume was not intended.
Comment 1 Larry the Git Cow gentoo-dev 2025-04-24 06:00:01 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a6c99e358eee8c618ee134774a8c06d24b2fa3

commit e2a6c99e358eee8c618ee134774a8c06d24b2fa3
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2025-04-24 05:59:01 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2025-04-24 05:59:01 +0000

    profiles/arch/riscv: drop mask of ocamlopt on riscv
    
    Closes: https://bugs.gentoo.org/954311
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 profiles/arch/riscv/package.use.mask | 6 ------
 1 file changed, 6 deletions(-)