[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/216: gnu: elfutils: Update to 0.192; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
19/216: gnu: elfutils: Update to 0.192; fixes build with gcc-14. |
Date: |
Sat, 4 Jan 2025 07:27:01 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit c7f5d29fe2ebd65990d03ac235b4e75beea63957
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 a32339b600..44475c39e2 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -53,14 +53,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)
- 71/216: gnu: polkit: Fix build with gcc-14., (continued)
- 71/216: gnu: polkit: Fix build with gcc-14., guix-commits, 2025/01/04
- 47/216: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2025/01/04
- 64/216: gnu: bootstrap: %bootstrap-glibc: Patch more files., guix-commits, 2025/01/04
- 52/216: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2025/01/04
- 43/216: gnu: gn: Fix build with gcc-14., guix-commits, 2025/01/04
- 67/216: bash-minimal: Use gcc-14 hurd/x86-linux build fix for all platforms., guix-commits, 2025/01/04
- 74/216: gnu: xorg-server: Update to 21.1.15; fixes build with gcc-14., guix-commits, 2025/01/04
- 79/216: gnu: gdl: Fix build with gcc-14., guix-commits, 2025/01/04
- 12/216: gnu: gettext: Update to 0.23., guix-commits, 2025/01/04
- 14/216: gnu: automake: Fix build with gcc-14., guix-commits, 2025/01/04
- 19/216: gnu: elfutils: Update to 0.192; fixes build with gcc-14.,
guix-commits <=
- 33/216: gnu: localed: Fix build with gcc-14., guix-commits, 2025/01/04
- 32/216: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2025/01/04
- 34/216: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2025/01/04
- 41/216: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2025/01/04
- 54/216: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2025/01/04
- 49/216: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2025/01/04
- 59/216: gnu: libedit: Use -Wno-error= for cross-build., guix-commits, 2025/01/04
- 50/216: gnu: openblas: Update to 0.3.28; fixes build with gcc-14., guix-commits, 2025/01/04
- 48/216: gnu: Add cryptsetup-minimal., guix-commits, 2025/01/04
- 63/216: gnu: git: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/04