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

Bug 922961

Summary: bootstrap-prefix.sh with LLVM depends on dev-util/ninja which should be dev-build/ninja
Product: Gentoo/Alt Reporter: Chris Pritchard <chris>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED FIXED    
Severity: critical    
Priority: Normal    
Version: unspecified   
Hardware: ARM64   
OS: OS X   
Whiteboard:
Package list:
Runtime testing required: ---

Description Chris Pritchard 2024-01-26 12:32:58 UTC
The current bootstrap-prefix.sh has the line:
local llvm_deps="dev-util/ninja"
ninja has been moved into the new category dev-build and so this should be updated to 
local llvm_deps="dev-build/ninja"
Comment 1 Larry the Git Cow gentoo-dev 2024-01-26 12:36:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=343d4f7b818876688b773f092f7db84ac47e67ad

commit 343d4f7b818876688b773f092f7db84ac47e67ad
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-01-26 12:34:51 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-01-26 12:34:51 +0000

    scripts/bootstrap-prefix.sh: update dev-util/ninja -> dev-build/ninja
    
    Closes: https://bugs.gentoo.org/922961
    Signed-off-by: Sam James <sam@gentoo.org>

 scripts/bootstrap-prefix.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-01-26 12:37:30 UTC
Note that the LLVM path isn't working yet still I think