Search Criteria
Package Details: clang-prefixed-release 19.1.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/clang-prefixed-release.git (read-only, click to copy) |
---|---|
Package Base: | clang-prefixed-release |
Description: | Up to date official clang releases installed at /opt/clang/latest to avoid system wide usage/impact |
Upstream URL: | https://llvm.org/ |
Licenses: | custom:Apache 2.0 with LLVM Exception |
Submitter: | sirspudd |
Maintainer: | sirspudd |
Last Packager: | sirspudd |
Votes: | 4 |
Popularity: | 0.052334 |
First Submitted: | 2023-01-26 02:02 (UTC) |
Last Updated: | 2024-10-15 19:57 (UTC) |
Dependencies (18)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR) (make)
- libc++ (libc++-msanAUR, libc++-modulesAUR) (make)
- libedit (make)
- libffi (libffi-gitAUR) (make)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR) (make)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- lld (llvm-rocm-gitAUR, llvm-gitAUR) (make)
- ncurses (ncurses-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- ocl-icd (khronos-ocl-icd-gitAUR, khronos-ocl-icdAUR) (make)
- opencl-headers (opencl-headers-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- swig (swig-gitAUR) (make)
- z3 (z3-gitAUR) (make)
- python-psutil (check)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
sirspudd commented on 2023-11-22 18:21 (UTC)
@lahwaacz I saw this happen against clang 16 which is unfortunately what the mother ship is packing; it does not happen against clang 17. I could modify the recipe for clang to be built by gcc by default, but I prefer dogfooding. If you modify the recipe by removing the 2 lines which nominate clang as the compiler, I believe you should be golden. I will try to make the recipe easier to flip between gcc and clang host compilation, and will test building with gcc
lahwaacz commented on 2023-11-22 12:34 (UTC)
Building 17.0.5-1 in a clean chroot failed for me:
sirspudd commented on 2023-09-10 21:49 (UTC)
@lahwaacz: this plugin is not present in the official clang package either. I am now building it via explicit inclusion of the binutil include path, so it is present as of 17rc4-2
lahwaacz commented on 2023-09-09 16:43 (UTC)
It seems that the gold linker is gone?
sirspudd commented on 2023-05-11 15:58 (UTC)
@lahwaacz thanks for discovering the source of the issue, I updated the PKGBUILD to reflect this build req
lahwaacz commented on 2023-05-11 15:14 (UTC)
@sirspudd Looking a bit further, I noticed this warning during the configure step:
It seems that in the end, clang++ was using GCC's libstdc++ instead of the LLVM libc++, which lead to the errors. So I added
libc++
tomakedepends
and now the build seems to work...sirspudd commented on 2023-05-11 13:50 (UTC)
@lahwaacz: I did not, no
lahwaacz commented on 2023-05-11 13:48 (UTC)
@sirspudd Hmm, did you build in a clean chroot?
sirspudd commented on 2023-05-11 13:34 (UTC)
@lahwaacz
I just rebuilt the package from scratch and am seeing no issues compiling against gcc 13 here.
lahwaacz commented on 2023-05-11 05:51 (UTC)
The package still does not build:
Is it a problem with the standard library that comes with GCC 13?
« First ‹ Previous 1 2 3 Next › Last »