Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 871462 - =dev-lang/zig-9999 depends on llvm-15 now, please update
Summary: =dev-lang/zig-9999 depends on llvm-15 now, please update
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-18 15:00 UTC by tt_1
Modified: 2022-09-19 03:40 UTC (History)
0 users

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 tt_1 2022-09-18 15:00:48 UTC
hey there, 

a few days ago the dev-lang/zig people did update their llvm toolchain to llvm-15, please update the live ebuild accordingly. thanks

how to reproduce: emerge -av =dev-lang/zig-9999 with only llvm-14 available on the system, will fail in src_configure 

thanks
Comment 1 tt_1 2022-09-18 15:40:56 UTC
here is the failure: 

-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring zig version 0.10.0-dev.4117+54854e2ab
CMake Error at cmake/Findllvm.cmake:27 (message):
  expected LLVM 15.x but found 14.0.6 using /usr/lib/llvm/14/bin/llvm-config
Call Stack (most recent call first):
  CMakeLists.txt:114 (find_package)


-- Configuring incomplete, errors occurred!
See also "/var/tmp/portage/dev-lang/zig-9999/work/zig-9999/build/CMakeFiles/CMakeOutput.log".
 * ERROR: dev-lang/zig-9999::gentoo failed (configure phase):
Comment 2 Larry the Git Cow gentoo-dev 2022-09-19 03:40:59 UTC
The bug has been closed via the following commit(s):

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

commit d49ff59b4a3fb539e41219d67b2319dfe6356dca
Author:     Eric Joldasov <bratishkaerik@getgoogleoff.me>
AuthorDate: 2022-09-14 14:36:42 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-09-19 03:40:44 +0000

    dev-lang/zig: update to LLVM 15 for 9999
    
    Closes: https://bugs.gentoo.org/871462
    Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
    Closes: https://github.com/gentoo/gentoo/pull/27221
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-lang/zig/zig-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)