Search Criteria
Package Details: clang15 15.0.7-4
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: | 8 |
| Popularity: | 0.44 |
| First Submitted: | 2024-03-09 10:51 (UTC) |
| Last Updated: | 2025-05-06 19:16 (UTC) |
Dependencies (11)
- compiler-rt15AUR
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR)
- llvm15-libs
- cmake (cmake3AUR, cmake-gitAUR) (make)
- llvm15 (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
- python (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (check)
- llvm15 (optional) – referenced by some clang headers
- openmp (optional) – OpenMP support in clang with -fopenmp
- python (optional) – python bindings
Required by (7)
- pgpointcloud (make)
- postgresql14 (make)
- postgresql14-docs (make)
- postgresql14-libs (make)
- python-clang15
- python-taichi (make)
- repmgr (make)
Sources (11)
- 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
- replace-distutils-in-creduce_distutils.patch
- replace-distutils-in-update_cc_test_checks_distutils.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
clang15build 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-patchacross 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):
f82449f41c8258f9ae13bd0c311e940711430d2c979eeb8255b36e0e63cda18cYou 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)