chaotic-aur / pkgbuild-llvm-git

ArchLinux PKGBUILD for "llvm-git", "lldb-git", "lld-git", "polly-git", "compiler-rt-git", "clang-git", "llvm-ocaml-git", and "llvm-libs-git"
0 stars 0 forks source link

clang-git not built since 08 Aug 2022 14:57:42 +0200 #2

Closed darktohka closed 5 months ago

darktohka commented 1 year ago

It seems that clang-git hasn't been built since 08 Aug 2022 14:57:42 +0200. On the other hand, versions like llvm-git 16.0.0_r432400.cf75ef460c92-1 have come out for the other LLVM packages.

Since clang-git depends on the other LLVM packages and their versions, it is now impossible to install clang-git:

[user@triton-laptop ~]$ sudo pacman -S clang-git
resolving dependencies...
warning: cannot resolve "llvm-libs-git=16.0.0_r432271.99a5a029e666-1", a dependency of "clang-git"
warning: cannot resolve "compiler-rt-git=16.0.0_r432271.99a5a029e666-1", a dependency of "clang-git"
:: The following package cannot be upgraded due to unresolvable dependencies:
      clang-git

:: Do you want to skip the above package for this upgrade? [y/N] N
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'llvm-libs-git=16.0.0_r432271.99a5a029e666-1' required by clang-git
:: unable to satisfy dependency 'compiler-rt-git=16.0.0_r432271.99a5a029e666-1' required by clang-git

Perhaps clang-git is failing compilation somehow?