Search Criteria
Package Details: llvm10-libs 10.0.1-3
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: | 2 |
Popularity: | 0.156708 |
First Submitted: | 2022-06-03 20:32 (UTC) |
Last Updated: | 2023-06-08 22:34 (UTC) |
Dependencies (15)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- libedit
- libffi (libffi-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- ncurses (ncurses-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- libedit (make)
- libffi (libffi-gitAUR) (make)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- ncurses (ncurses-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python-recommonmarkAUR (make)
- python-setuptools (make)
- python-sphinx (python-sphinx-gitAUR) (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.