Package Details: clang17 17.0.6-2

Git Clone URL: https://aur.archlinux.org/clang17.git (read-only, click to copy)
Package Base: clang17
Description: C language family frontend for LLVM 17
Upstream URL: https://clang.llvm.org/
Licenses: custom:Apache 2.0 with LLVM Exception
Submitter: stefanwimmer128
Maintainer: stefanwimmer128
Last Packager: stefanwimmer128
Votes: 0
Popularity: 0.000000
First Submitted: 2024-07-14 16:33 (UTC)
Last Updated: 2024-08-12 11:51 (UTC)

Pinned Comments

stefanwimmer128 commented on 2024-07-17 19:10 (UTC)

Pre-built packages are available here or in my repository.

Latest Comments

Alkaris commented on 2024-08-12 10:50 (UTC)

Package broken, please fix!

clangd-handle-missing-ending-brace.patch ... FAILED

stefanwimmer128 commented on 2024-07-21 17:44 (UTC)

@PhotonX, I'm not sure that's right, because this package is not a 1-to-1 replacement for the upstream clang package at version 17, since to make it possible to install this aside the upstream package, this one installs in a different directory (/usr/lib/llvm17 instead of /usr) and different binery names ("-17"-suffix for those exposed in /usr/bin), thus you probably need to update the paths in any code making use of the previous upstream version to make it work with this. In fact previous versions clang16 and clang15 which work similarly do not define a respective provides either.

PhotonX commented on 2024-07-21 17:09 (UTC)

When installing python-shiboken2 I'm getting:

"could not find all required packages: clang =17.0.6"

Could you please add a "provides=('clang=17.0.6')" line to the PKGBUILD to provide this specific version?

stefanwimmer128 commented on 2024-07-17 19:10 (UTC)

Pre-built packages are available here or in my repository.