Search Criteria
Package Details: clang15 15.0.7-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/clang15.git (read-only, click to copy) |
---|---|
Package Base: | clang15 |
Description: | C language family frontend for LLVM 15 |
Upstream URL: | https://clang.llvm.org/ |
Licenses: | custom:Apache 2.0 with LLVM Exception |
Conflicts: | python-clang15 |
Submitter: | foutrelis |
Maintainer: | greyltc |
Last Packager: | greyltc |
Votes: | 7 |
Popularity: | 0.30 |
First Submitted: | 2024-03-09 10:51 (UTC) |
Last Updated: | 2024-12-25 18:10 (UTC) |
Dependencies (11)
- compiler-rt15AUR
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR)
- llvm15-libs
- cmake (cmake-gitAUR) (make)
- llvm15 (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (check)
- llvm15 (optional) – referenced by some clang headers
- openmp (optional) – OpenMP support in clang with -fopenmp
- python (python37AUR, python311AUR, python310AUR) (optional) – python bindings
Required by (9)
- pgpointcloud (make)
- pg_cjk_parser-git (make)
- postgresql14 (make)
- postgresql14-docs (make)
- postgresql14-libs (make)
- python-clang15
- python-ocp (make)
- python-taichi (make)
- repmgr (make)
Sources (9)
- clang15-linker-wrapper-tool-r1.patch
- enable-fstack-protector-strong-by-default.patch
- https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/clang-15.0.7.src.tar.xz
- https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/clang-15.0.7.src.tar.xz.sig
- https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/cmake-15.0.7.src.tar.xz
- https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/cmake-15.0.7.src.tar.xz.sig
- https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/llvm-15.0.7.src.tar.xz
- https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/llvm-15.0.7.src.tar.xz.sig
- lit16.patch
Latest Comments
MichelOS commented on 2025-01-26 09:48 (UTC)
Hi, the build errors out due to distutils issue as described here: https://aur.archlinux.org/packages/clang15#comment-1004790
Any plan to upstream the fix?
Auerhuhn commented on 2025-01-01 21:18 (UTC)
Hi @greyltc,
Due to the removal of distutils in Python 3.13, the
clang15
build now errors out. I have identified the relevant upstream patches that fix the issue for me.Please consider adding them to this PKGBUILD. Thanks in advance!
Regards
Claudia
steamer25 commented on 2024-12-27 17:03 (UTC)
Was able to get the key via HTTP from https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x474e22316abf4785a88c6e8ea2c794a986419d8a
...then ran
gpg --import /path/to/474e22316abf4785a88c6e8ea2c794a986419d8a.asc
.Not sure why the keyservers weren't responding correctly to hkps requests.
steamer25 commented on 2024-12-27 01:48 (UTC)
I tried these commands. The output from the second one seemed promising but the package install still had the same problem as my previous comment.
steamer25 commented on 2024-12-27 01:28 (UTC)
Getting blocked by the following problem that seems to be related to this package:
Auerhuhn commented on 2024-09-24 23:46 (UTC)
@taba GitHub generates patch files on the fly, possibly using something like
git format-patch
. The exact configuration of command-line switches that GitHub uses can vary across releases of their web app, and so can the behavior ofgit format-patch
across Git versions (e.g. its diff algorithm).I recommend to always vendor patch files alongside the PKGBUILD to make sure they’re immutable.
arch-chicken commented on 2024-09-16 10:41 (UTC) (edited on 2024-09-16 10:41 (UTC) by arch-chicken)
For all who have the same problem with the patch not being validated, here is the correct checksum (7th line in the sha256sums array):
f82449f41c8258f9ae13bd0c311e940711430d2c979eeb8255b36e0e63cda18c
You can also use the following patch if you want:
taba commented on 2024-06-14 15:49 (UTC)
How is it possible for this commit patch to change checksum?
taba commented on 2024-06-14 15:24 (UTC)