[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/71: gnu: elfutils: Update to 0.192; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
19/71: gnu: elfutils: Update to 0.192; fixes build with gcc-14. |
Date: |
Sun, 15 Dec 2024 03:42:51 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit aaf20c2870e5601c6946409d81eee338a3f08e8c
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 5 13:45:52 2024 +0100
gnu: elfutils: Update to 0.192; fixes build with gcc-14.
Version 0.187 does not compile with gcc-14: -Werror=stringop-overflow.
* gnu/packages/elf.scm (elfutils): Update to 0.192. This fixes the build
with
gcc-14.
Change-Id: I9e31f24c1e62c45390789072b52dfc10d90581fe
---
gnu/packages/elf.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm
index 81a753a483..93e58bca64 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -52,14 +52,14 @@
(define-public elfutils
(package
(name "elfutils")
- (version "0.187")
+ (version "0.192")
(source (origin
(method url-fetch)
(uri (string-append "https://sourceware.org/elfutils/ftp/"
version "/elfutils-" version ".tar.bz2"))
(sha256
(base32
- "1j2lsicm3dkj5n6spszr9qy5rqm48bqimmz03x6hry8hwvxhs2z7"))
+ "1d0nnkm59pwi9hrr28w0ifb6smldrjk6rn33kcgs3ar4msz9jq31"))
(patches (search-patches "elfutils-tests-ptrace.patch"))))
(build-system gnu-build-system)
- 04/71: gnu: commencement: gcc-boot0: Fix build for x86-linux with gcc-14., (continued)
- 04/71: gnu: commencement: gcc-boot0: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/15
- 05/71: gnu: gcc-boot0: Fix building on powerpc64le-linux., guix-commits, 2024/12/15
- 02/71: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", guix-commits, 2024/12/15
- 06/71: gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/15
- 01/71: Revert "Partial revert "gnu: bootstrap: %bootstrap-gcc: Also wrap g++ for the 64bit Hurd."", guix-commits, 2024/12/15
- 10/71: gnu: zip: Fix build with gcc-14., guix-commits, 2024/12/15
- 03/71: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2024/12/15
- 07/71: gnu: commencement: gcc-final: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/15
- 08/71: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/15
- 16/71: gnu: Re-Add automake-1.16.5., guix-commits, 2024/12/15
- 19/71: gnu: elfutils: Update to 0.192; fixes build with gcc-14.,
guix-commits <=
- 27/71: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2024/12/15
- 29/71: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2024/12/15
- 26/71: gnu: xmlto: Fix build with gcc-14., guix-commits, 2024/12/15
- 15/71: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2024/12/15
- 21/71: gnu: torsocks: Fix build with gcc-14., guix-commits, 2024/12/15
- 23/71: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2024/12/15
- 25/71: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2024/12/15
- 31/71: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/15
- 11/71: gnu: gettext: Fix build with gcc-14., guix-commits, 2024/12/15
- 13/71: gnu: unzip: Fix build with gcc-14., guix-commits, 2024/12/15