Package Details: llvm17-libs 17.0.6-2

Git Clone URL: https://aur.archlinux.org/llvm17.git (read-only, click to copy)
Package Base: llvm17
Description: LLVM 17 runtime libraries
Upstream URL: https://llvm.org/
Licenses: custom:Apache 2.0 with LLVM Exception
Submitter: stefanwimmer128
Maintainer: stefanwimmer128
Last Packager: stefanwimmer128
Votes: 3
Popularity: 0.76
First Submitted: 2024-07-14 09:49 (UTC)
Last Updated: 2025-09-27 14:11 (UTC)

Pinned Comments

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

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

Latest Comments

stefanwimmer128 commented on 2025-09-27 14:12 (UTC)

@vitaliikuzhdin Should be fixed in 17.0.6-2

vitaliikuzhdin commented on 2025-09-15 15:11 (UTC)

ninja: Entering directory `build'
[13/4106] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Allocator.cpp.o
FAILED: lib/Support/CMakeFiles/LLVMSupport.dir/Allocator.cpp.o 
/usr/bin/c++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/vitalii/.cache/yay/llvm17/src/llvm-17.0.6.src/build/lib/Support -I/home/vitalii/.cache/yay/llvm17/src/llvm-17.0.6.src/lib/Support -I/home/vitalii/.cache/yay/llvm17/src/llvm-17.0.6.src/build/include -I/home/vitalii/.cache/yay/llvm17/src/llvm-17.0.6.src/include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection         -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -fno-lifetime-dse -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-nonnull -Wno-class-memaccess -Wno-redundant-move -Wno-pessimizing-move -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment -Wno-misleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG -std=c++17  -fno-exceptions -funwind-tables -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Allocator.cpp.o -MF lib/Support/CMakeFiles/LLVMSupport.dir/Allocator.cpp.o.d -o lib/Support/CMakeFiles/LLVMSupport.dir/Allocator.cpp.o -c /home/vitalii/.cache/yay/llvm17/src/llvm-17.0.6.src/lib/Support/Allocator.cpp
In file included from /home/vitalii/.cache/yay/llvm17/src/llvm-17.0.6.src/include/llvm/Support/Allocator.h:20,
                 from /home/vitalii/.cache/yay/llvm17/src/llvm-17.0.6.src/lib/Support/Allocator.cpp:13:
/home/vitalii/.cache/yay/llvm17/src/llvm-17.0.6.src/include/llvm/ADT/SmallVector.h:109:62: error: ‘uint64_t’ was not declared in this scope
  109 |     std::conditional_t<sizeof(T) < 4 && sizeof(void *) >= 8, uint64_t,
      |                                                              ^~~~~~~~
/home/vitalii/.cache/yay/llvm17/src/llvm-17.0.6.src/include/llvm/ADT/SmallVector.h:29:1: note: ‘uint64_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding ‘#include <cstdint>’
   28 | #include <memory>
  +++ |+#include <cstdint>
   29 | #include <new>

See: https://gcc.gnu.org/gcc-15/porting_to.html#header-dep-changes

stefanwimmer128 commented on 2024-09-18 11:42 (UTC)

@Beyley Works fine for me with the default icu-package (installed by default in base & base-devel). Also works in clean CI-environment: https://gitlab.com/stefanwimmer128/pkgbuilds/-/jobs/7855508659

Beyley commented on 2024-09-18 03:09 (UTC)

Seems to require icu72 to run the tests, which should be added as a dependency

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

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