Search Criteria
Package Details: llvm10-libs 10.0.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/llvm10.git (read-only, click to copy) |
---|---|
Package Base: | llvm10 |
Description: | LLVM runtime libraries |
Upstream URL: | https://llvm.org/ |
Licenses: | custom:Apache 2.0 with LLVM Exception |
Submitter: | Drommer |
Maintainer: | Drommer |
Last Packager: | Drommer |
Votes: | 1 |
Popularity: | 0.22 |
First Submitted: | 2022-06-03 20:32 (UTC) |
Last Updated: | 2022-09-27 12:40 (UTC) |
Dependencies (15)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- libedit
- libffi (libffi-minimal-git, libffi-git)
- libxml2 (libxml2-git)
- ncurses (ncurses-nohex, ncurses-git)
- zlib (zlib-ng-compat-git, zlib-git, zlib-ng-compat)
- cmake (cmake-git) (make)
- libedit (make)
- libffi (libffi-minimal-git, libffi-git) (make)
- libxml2 (libxml2-git) (make)
- ncurses (ncurses-nohex, ncurses-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-kitware, ninja-mem, python-ninja) (make)
- python-recommonmark (make)
- python-setuptools (make)
- python-sphinx (python-sphinx-git, python-sphinx-2) (make)
Latest Comments
qtmax commented on 2023-01-16 22:12 (UTC)
When llvm10 is built with LTO (i.e. lto is enabled in OPTIONS in makepkg.conf), clang10 fails to build against it, failing with a ton of "undefined reference" errors when linking clang-tblgen.
LTO is enabled by default in devtools, used by aurutils when building AUR packages in a chroot. That means,
aur sync -c clang10
will fail, unless llvm10 is built without LTO.Any ideas how it can be fixed (aside from filtering out -flto from CFLAGS in PKGBUILD)?
Sample of errors:
Drommer commented on 2022-09-27 12:41 (UTC)
Thank you, added.
gnaggnoyil commented on 2022-09-26 15:12 (UTC)
I encountered the following error when building this package with
extra-x86_64-build
:I then added
python-setuptools
as makedepends and the package is built successfully withextra-x86_64-build
. I thinkpython-setuptools
should be added as makedepends.