[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
218/290: gnu: clang-runtime-17: Build with gcc-13.
From: |
guix-commits |
Subject: |
218/290: gnu: clang-runtime-17: Build with gcc-13. |
Date: |
Sun, 30 Mar 2025 10:24:15 -0400 (EDT) |
andreas pushed a commit to branch core-packages-team
in repository guix.
commit f51e30c5a7bafb35666a4999ee50bfae0053e99c
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Tue Dec 31 21:06:46 2024 +0100
gnu: clang-runtime-17: Build with gcc-13.
Avoid
/tmp/guix-build-clang-runtime-17.0.6.drv-0/source/build/lib/fuzzer/libcxx_fuzzer_x86_64/include/c++/v1/__filesystem/path.h:623:30:
error: use of built-in trait '__remove_pointer(typename
std::__Fuzzer::decay<_Tp>::type)' in function signature; use library traits
instead
623 | _EnableIfPathable<_Source> append(const _Source& __src) {
| ^~~~~~
by using gcc-13.
* gnu/packages/llvm.scm (clang-runtime-from-llvm)[native-inputs]: Use gcc-13
for version 17.
Change-Id: I0f815e178ea2f936e680075b1153285cf920b26e
---
gnu/packages/llvm.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index a12c3b4cc9..008a19f0a2 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -164,6 +164,11 @@ as \"x86_64-linux\"."
;;
source/build/lib/fuzzer/libcxx_fuzzer_x86_64/include/c++/v1/__type_traits/is_convertible.h:28:77:
error: there are no arguments to ‘__is_convertible’ that depend on a template
parameter, so a declaration of ‘__is_convertible’ must be available
[-fpermissive]
(modify-inputs (package-native-inputs llvm)
(prepend gcc-13)))
+ ((version>=? version "17")
+ ;; clang-17.0.6 doesn't build with gcc-14
+ ;;
source/build/lib/fuzzer/libcxx_fuzzer_x86_64/include/c++/v1/__filesystem/path.h:623:30:
error: use of built-in trait '__remove_pointer(typename
std::__Fuzzer::decay<_Tp>::type)’ in function signature; use library traits
instead
+ (modify-inputs (package-native-inputs llvm)
+ (prepend gcc-13)))
(else (package-native-inputs llvm))))
(inputs
(append
- 140/290: gnu: chmlib: Fix build with gcc-14., (continued)
- 140/290: gnu: chmlib: Fix build with gcc-14., guix-commits, 2025/03/30
- 139/290: gnu: discount: Update to 2.2.7d and fix build with gcc-14., guix-commits, 2025/03/30
- 144/290: gnu: freeipmi: Fix build with gcc-14., guix-commits, 2025/03/30
- 175/290: gnu: icu4c: Revert to 71., guix-commits, 2025/03/30
- 221/290: gnu: gcc-4.7: Fix slash in startfile prefix., guix-commits, 2025/03/30
- 179/290: gnu: gnome-font-viewer: Fix build with gcc-14., guix-commits, 2025/03/30
- 164/290: gnu: cdrkit-libre: Fix build with gcc-14., guix-commits, 2025/03/30
- 209/290: gnu: freerdp: Fix build with gcc-14., guix-commits, 2025/03/30
- 184/290: gnu: telepathy-glib: Fix build with gcc-14., guix-commits, 2025/03/30
- 204/290: gnu: gnome-boxes: Fix build with gcc-14., guix-commits, 2025/03/30
- 218/290: gnu: clang-runtime-17: Build with gcc-13.,
guix-commits <=
- 207/290: gnu: icedtea-8: Fix build with gcc-14., guix-commits, 2025/03/30
- 228/290: gnu: ed: Update to 1.21., guix-commits, 2025/03/30
- 213/290: gnu: netcdf: Fix build with gcc-14., guix-commits, 2025/03/30
- 203/290: gnu: guile-gi: Fix build with gcc-14., guix-commits, 2025/03/30
- 186/290: gnu: vorbis-tools: Fix build with gcc-14., guix-commits, 2025/03/30
- 190/290: gnu: sdl-image-1.2.12: Fix build with gcc-14., guix-commits, 2025/03/30
- 195/290: gnu: telepathy-logger: Fix build with gcc-14., guix-commits, 2025/03/30
- 229/290: gnu: which: Update to 2.22., guix-commits, 2025/03/30
- 261/290: gnu: gnumach: Fix build., guix-commits, 2025/03/30
- 194/290: Revert "gnu: openexr: Update to 3.3.2; fixes build with gcc-14.", guix-commits, 2025/03/30