[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/40: gnu: elfutils: Update to 0.182.
From: |
guix-commits |
Subject: |
36/40: gnu: elfutils: Update to 0.182. |
Date: |
Sun, 13 Dec 2020 15:46:22 -0500 (EST) |
mbakke pushed a commit to branch staging
in repository guix.
commit 17c6b81a67aca90ea13fce2d2a1695a9b5d3be3b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Dec 13 01:04:41 2020 +0100
gnu: elfutils: Update to 0.182.
* gnu/packages/elf.scm (elfutils): Update to 0.182.
[arguments]: Add "--disable-libdebuginfod" and "--disable-debuginfod" to
#:configure-flags.
---
gnu/packages/elf.scm | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm
index 48558d5..e5ce481 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
+;;; Copyright © 2018, 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2020 Mark Wielaard <mark@klomp.org>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;;
@@ -46,14 +46,14 @@
(define-public elfutils
(package
(name "elfutils")
- (version "0.176")
+ (version "0.182")
(source (origin
(method url-fetch)
(uri (string-append "https://sourceware.org/elfutils/ftp/"
version "/elfutils-" version ".tar.bz2"))
(sha256
(base32
- "08qhrl4g6qqr4ga46jhh78y56a47p3msa5b2x1qhzbxhf71lfmzb"))
+ "0n48dcadjy0wiilddzav2zaxdi30qkkfp160gw5mycyz9s8hdi7c"))
(patches (search-patches "elfutils-tests-ptrace.patch"))))
(build-system gnu-build-system)
@@ -68,7 +68,16 @@
;; know where to find each other.
`(#:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath="
(assoc-ref %outputs "out")
- "/lib"))
+ "/lib")
+ ;; TODO: Enable the debuginfo server. It
+ ;; increases the closure size significantly
+ ;; and presents bootstrapping problems, so
+ ;; we disable it for now. See
+ ;; https://issues.guix.gnu.org/38803 and
+ ;;
https://sourceware.org/bugzilla/show_bug.cgi?id=25509
+ ;; for more information.
+ "--disable-libdebuginfod"
+ "--disable-debuginfod")
;; Disable tests on MIPS and PowerPC (without changing
;; the arguments list on other systems).
- 30/40: gnu: glslang: Update to 10-11.0.0., (continued)
- 30/40: gnu: glslang: Update to 10-11.0.0., guix-commits, 2020/12/13
- 24/40: gnu: pulseaudio: Update to 14.0., guix-commits, 2020/12/13
- 22/40: gnu: libxkbcommon: Update to 1.0.3., guix-commits, 2020/12/13
- 34/40: gnu: shaderc: Update to 2020.4., guix-commits, 2020/12/13
- 35/40: gnu: python-pygments: Update to 2.7.3., guix-commits, 2020/12/13
- 33/40: gnu: vulkan-tools: Update to 1.2.162., guix-commits, 2020/12/13
- 37/40: gnu: xkbcomp: Update to 1.4.4., guix-commits, 2020/12/13
- 38/40: gnu: xprop: Update to 1.2.5., guix-commits, 2020/12/13
- 40/40: gnu: postgresql: Make version 13 the default., guix-commits, 2020/12/13
- 32/40: gnu: vulkan-loader: Update to 1.2.162., guix-commits, 2020/12/13
- 36/40: gnu: elfutils: Update to 0.182.,
guix-commits <=
- 39/40: gnu: mesa: Build with LLVM 11., guix-commits, 2020/12/13