Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 931562 - dev-lang/perl: mask PERL_FEATURES="quadmath" on llvm systems
Summary: dev-lang/perl: mask PERL_FEATURES="quadmath" on llvm systems
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Profiles (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-08 10:09 UTC by NHO
Modified: 2025-01-17 08:58 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 NHO 2024-05-08 10:09:29 UTC
Before move from USE=quadmath to PERL_FEATURES=quadmath there was a maks
"llvm? ( !dev-lang/perl[quadmath] )"
Now the mask doesn't work. It needs to be restored.

Fixing the mask automatically closes bugs
https://bugs.gentoo.org/885571
https://bugs.gentoo.org/835663
https://bugs.gentoo.org/875101

and maybe some others.

Reproducible: Always
Comment 1 NHO 2024-05-08 10:11:13 UTC
Correction, we had 
profiles/features/llvm/package.use.mask: dev-lang/perl quadmath
which is much more encompassing, and now it doesn't work
Comment 2 Larry the Git Cow gentoo-dev 2024-05-08 10:16:57 UTC
The bug has been closed via the following commit(s):

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

commit 96d3611375863d4bdade73eaef4fe26a1259149d
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-05-08 10:15:07 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-05-08 10:15:07 +0000

    profiles/features/llvm: mask perl_features_quadmath
    
    While perl_features_quadmath is new, it's likely we forgot to close
    the old bugs when adding the initial old mask for USE=quadmath to the
    LLVM profiles.
    
    We may still need to figure something out for when people do CC=clang
    though...
    
    Closes: https://bugs.gentoo.org/835663
    Closes: https://bugs.gentoo.org/875101
    Closes: https://bugs.gentoo.org/885571
    Closes: https://bugs.gentoo.org/931562
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/features/llvm/use.mask | 6 ++++++
 1 file changed, 6 insertions(+)