Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 954311 - dev-lang/ocaml: ocamlopt use flag masked for 64-bit riscv
Summary: dev-lang/ocaml: ocamlopt use flag masked for 64-bit riscv
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Profiles (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Team for the ML programming language family
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-23 19:18 UTC by Klara Modin
Modified: 2025-04-24 06:00 UTC (History)
1 user (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 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(-)