I would also suggest adding !lto
to the options
array, otherwise it says I'm out of free space despite having over 120G free. Similar approach is done in llvm-minimal-git
.
Search Criteria
Package Details: lib32-llvm-minimal-git 20.0.0_r510980.1b8e26ff26be-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lib32-llvm-minimal-git.git (read-only, click to copy) |
---|---|
Package Base: | lib32-llvm-minimal-git |
Description: | Collection of modular and reusable compiler and toolchain technologies, 32-bit trunk version |
Upstream URL: | http://llvm.org/ |
Licenses: | Apache-2.0 WITH LLVM-exception |
Conflicts: | lib32-llvm |
Provides: | lib32-llvm |
Submitter: | Lone_Wolf |
Maintainer: | Lone_Wolf |
Last Packager: | Lone_Wolf |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2019-05-14 19:33 (UTC) |
Last Updated: | 2024-09-07 18:16 (UTC) |
Dependencies (13)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR, lib32-glibc-eac-binAUR, lib32-glibc-eac-rocoAUR)
- lib32-llvm-libs-minimal-gitAUR
- llvm-minimal-gitAUR
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR) (make)
- lib32-libffi (make)
- lib32-libxml2 (make)
- lib32-zlib (make)
- lib32-zstd (make)
- llvm-minimal-gitAUR (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (17)
- lib32-amdonly-gaming-libva-mesa-driver-git (requires lib32-llvm) (make)
- lib32-amdonly-gaming-mesa-git (requires lib32-llvm) (make)
- lib32-amdonly-gaming-mesa-vdpau-git (requires lib32-llvm) (make)
- lib32-amdonly-gaming-opencl-clover-mesa-git (requires lib32-llvm) (make)
- lib32-amdonly-gaming-opencl-rusticl-mesa-git (requires lib32-llvm) (make)
- lib32-amdonly-gaming-vulkan-mesa-layers-git (requires lib32-llvm) (make)
- lib32-amdonly-gaming-vulkan-radeon-git (requires lib32-llvm) (make)
- lib32-amdonly-gaming-vulkan-swrast-git (requires lib32-llvm) (make)
- lib32-mesa-amd-bc250 (requires lib32-llvm) (make)
- lib32-mesa-git (requires lib32-llvm) (make)
- lib32-mesa-minimal-git (make)
- lib32-python (requires lib32-llvm) (make)
- lib32-spirv-llvm-translator-git (requires lib32-llvm) (make)
- lib32-spirv-llvm-translator-minimal-git (make)
- lib32-vulkan-radeon-amd-bc250 (requires lib32-llvm) (make)
- wine-cachyos (requires lib32-llvm) (make)
- wine-cachyos-opt (requires lib32-llvm) (make)
Sources (1)
eclairevoyant commented on 2023-01-17 22:41 (UTC)
eclairevoyant commented on 2023-01-17 20:41 (UTC) (edited on 2023-01-17 21:13 (UTC) by eclairevoyant)
@0xSigi I also have issues building in a clean chroot (via aurutils): https://pastebin.com/uCSkV6P4
Based on this message:
/usr/bin/ld: /usr/lib/libzstd.so: error adding symbols: file in wrong format
it looks like we are missing a makedep (lib32-zstd
).
0xSigi commented on 2022-10-21 13:32 (UTC) (edited on 2022-10-21 15:20 (UTC) by 0xSigi)
Unfortunately it seems that the latest version (lib32-llvm-minimal-git...I tried to build it via makepkg -src; in chroot via devtools, and via aurutils, all three end in the same way.. Anyone else having same issues building it? Sorry, seems like this was an issue with this system.. build it sucessfuly on a different one..
Lone_Wolf commented on 2020-07-16 10:35 (UTC)
12.0.0_r360444.2762da0a16a-1 only gives the usual test failures, no build failure.
Try building in a clean chroot, https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot
Maltahl commented on 2020-07-15 17:15 (UTC)
Sorry but i have trouble building current version 12.0.0_r360380.8ef47244b95-1
lib32-llvm-minimal-git/src/llvm-project/llvm/lib/Analysis/TFUtils.cpp:20:10: fatal error: tensorflow/c/c_api.h: No such file or directory
20 | #include "tensorflow/c/c_api.h"
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[1178/2100] Building CXX object lib/Analysis/CMakeFiles/LLVMAnalysis.dir/ScalarEvolution.cpp.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Aborting...
Strunkenbold commented on 2020-05-09 21:08 (UTC)
Found the problem. For some strange reason it didnt removed .so.10 files from the src folder. So it packed the same old stuff over and over again in the package. I actually did git reset --hard, but it didnt helped. Sorry for the noise.
Lone_Wolf commented on 2020-05-02 14:16 (UTC)
The libraries installed by this pacakge should have version number 11 .
I checked and can install lib32-llvm-libs and lib32-llvm-libs-minimal-git together without problems.
Try installing lib32-llvm-libs while ib32-llvm-libs-minimal-git is already present. If that works the error is in another program and I'll need to see pacman -Syu log.
Strunkenbold commented on 2020-05-01 18:24 (UTC)
I upgraded already the lib32 minimal package but still getting an error during sys upgrafe that the following packages already exist in filesystem:
lib32-llvm-libs: /usr/lib32/libLLVM-10.0.0.so lib32-llvm-libs: /usr/lib32/libLLVM-10.so lib32-llvm-libs: /usr/lib32/libLTO.so.10
Lone_Wolf commented on 2019-11-05 21:10 (UTC)
Confirmed.
I had solved it locally but forgot to upload it.
sorry for that.
PedroHLC commented on 2019-11-04 18:01 (UTC)
Hi @Lone_Wolf it seems like some files in /usr/share/scan-view
co-exists in llvm-minimal-git
and lib32 version of the same package...
Pinned Comments
Lone_Wolf commented on 2024-02-20 11:59 (UTC)
https://github.com/llvm/llvm-project/commit/91a384621e5b762d9c173ffd247cfeadd5f436a2 changed soname and broke this package.
Lone_Wolf commented on 2019-08-21 13:47 (UTC)
When building this you're likely to get test failures.
The ones related to tools/gold are a consequence of certain choices and should be unimportant.
Use --nocheck option to prevent makepkg from running the check() function