Package Details: libclc-minimal-git 19.0.0_r496188.172f6ddfa766-1

Git Clone URL: https://aur.archlinux.org/libclc-minimal-git.git (read-only, click to copy)
Package Base: libclc-minimal-git
Description: companion package to llvm-minimal-git, Library requirements of the OpenCL C programming language
Upstream URL: https://libclc.llvm.org/
Licenses: custom:Apache 2.0 with LLVM Exception
Conflicts: libclc
Provides: libclc
Submitter: Lone_Wolf
Maintainer: Lone_Wolf
Last Packager: Lone_Wolf
Votes: 0
Popularity: 0.000000
First Submitted: 2022-11-16 21:34 (UTC)
Last Updated: 2024-04-18 22:09 (UTC)

Dependencies (7)

Sources (1)

Latest Comments

Lone_Wolf commented on 2024-04-13 17:21 (UTC)

The ld error was fixed upstream, but there is a new one.

https://github.com/llvm/llvm-project/pull/87622/commits/47cd6ddbf292fd8a50534e091ac64ebee3c40ee5 changes the way libclc is build and utterly breaks this package.

I am reverting that commit and have filed https://github.com/llvm/llvm-project/issues/88626 to get things hopefully solved.

wustdsh commented on 2024-04-07 12:11 (UTC)

No rushing intended, thanks for your work!

Lone_Wolf commented on 2024-04-07 10:01 (UTC)

Confirmed, it started recently after tuesday 2 april .

I haven't had time to bisect this, use an older version for now.

wustdsh commented on 2024-04-07 02:25 (UTC) (edited on 2024-04-07 03:21 (UTC) by wustdsh)

build failed

[  1%] Linking CXX executable prepare_builtins
/usr/bin/ld: cannot find -lLLVMBitReader: No such file or directory
/usr/bin/ld: cannot find -lLLVMBitWriter: No such file or directory
/usr/bin/ld: cannot find -lLLVMCore: No such file or directory
/usr/bin/ld: cannot find -lLLVMIRReader: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/prepare_builtins.dir/build.make:102: prepare_builtins] Error 1
make[1]: *** [CMakeFiles/Makefile2:500: CMakeFiles/prepare_builtins.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

I don't know where these libraries come from, pacman -F returns no output. Maybe the path for the search is incorrect.

SolarAquarion commented on 2024-03-12 12:09 (UTC)

the pkgver has been moved to a common cmake module and so the build will fail