[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
224/300: gnu: clang-runtime-17: Build with gcc-13.
From: |
guix-commits |
Subject: |
224/300: gnu: clang-runtime-17: Build with gcc-13. |
Date: |
Wed, 26 Mar 2025 18:37:13 -0400 (EDT) |
janneke pushed a commit to branch core-packages-team-old
in repository guix.
commit e89e0ae79e487c2248659f767e0bfd938a91d6c4
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 7462f4db25..3d67374acf 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
- 196/300: gnu: python-cython-next: Build with gcc-13., (continued)
- 196/300: gnu: python-cython-next: Build with gcc-13., guix-commits, 2025/03/26
- 198/300: gnu: libcdio: Fix build with gcc-14., guix-commits, 2025/03/26
- 200/300: gnu: telepathy-logger: Fix build with gcc-14., guix-commits, 2025/03/26
- 201/300: gnu: gucharmap: Fix build with gcc-14., guix-commits, 2025/03/26
- 202/300: gnu: caribou: Fix build with gcc-14., guix-commits, 2025/03/26
- 203/300: gnu: libbraille: Fix build with gcc-14., guix-commits, 2025/03/26
- 205/300: gnu: gsequencer: Update to 7.4.12; fixes build with gcc-14., guix-commits, 2025/03/26
- 208/300: gnu: midori: Fix build with gcc-14., guix-commits, 2025/03/26
- 210/300: gnu: gnome-boxes: Fix build with gcc-14., guix-commits, 2025/03/26
- 213/300: gnu: icedtea-8: Fix build with gcc-14., guix-commits, 2025/03/26
- 224/300: gnu: clang-runtime-17: Build with gcc-13.,
guix-commits <=
- 221/300: gnu: clang-runtime: Remove gcc-12, 13, 14 from native-inputs., guix-commits, 2025/03/26
- 225/300: gnu: clang-runtime-19: Build with gcc-14., guix-commits, 2025/03/26
- 226/300: gnu: gettext: Update to 0.23.1., guix-commits, 2025/03/26
- 227/300: gnu: gcc-4.7: Fix slash in startfile prefix., guix-commits, 2025/03/26
- 228/300: gexp: Improve support of Unicode characters., guix-commits, 2025/03/26
- 232/300: gnu: libseccomp: Update to 2.6.0., guix-commits, 2025/03/26
- 233/300: gnu: libffcall: Update to 2.5., guix-commits, 2025/03/26
- 234/300: gnu: ed: Update to 1.21., guix-commits, 2025/03/26
- 238/300: gnu: zstd: Update to 1.5.6., guix-commits, 2025/03/26
- 240/300: gnu: lzip: Update to 1.25., guix-commits, 2025/03/26