GNU bug report logs -
#77366
[PATCH] gnu: buildah: Update to 1.39.4.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Sat, 29 Mar 2025 14:59:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
To reply to this bug, email your comments to 77366 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77366
; Package
guix-patches
.
(Sat, 29 Mar 2025 14:59:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tomas Volf <~@wolfsden.cz>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 29 Mar 2025 14:59:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/containers.scm (buildah): Update to 1.39.4.
[arguments]<#:phases>{'set-env}: Do not set CC.
Change-Id: If64a18f0da0b9caf73f01fbe0d56d4ea1c065c3a
---
gnu/packages/containers.scm | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index c36928d052..170cac0bcb 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -627,7 +627,7 @@ (define-public podman-compose
(define-public buildah
(package
(name "buildah")
- (version "1.39.2")
+ (version "1.39.4")
(source
(origin
(method git-fetch)
@@ -635,7 +635,7 @@ (define-public buildah
(url "https://github.com/containers/buildah")
(commit (string-append "v" version))))
(sha256
- (base32 "0b16zhsf9g863wxjvqyapb6wa8dr6r1rwrpffy6hf98fnq38jyh8"))
+ (base32 "1jkkf3jk1i0df279c1si6h81dcrkind9cwifsxidv1yx57sysvzn"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -653,11 +653,7 @@ (define-public buildah
(add-after 'unpack 'set-env
(lambda _
;; When running go, things fail because HOME=/homeless-shelter.
- (setenv "HOME" "/tmp")
- ;; Required for detecting btrfs in hack/btrfs* due to bug in GNU
- ;; Make <4.4 causing CC not to be propagated into $(shell ...)
- ;; calls. Can be removed once we update to >4.3.
- (setenv "CC" #$(cc-for-target))))
+ (setenv "HOME" "/tmp")))
;; Add -trimpath to build flags to avoid keeping references to go
;; packages.
(add-after 'set-env 'patch-buildflags
--
2.48.1
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Mon, 07 Apr 2025 15:42:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Tomas Volf <~@wolfsden.cz>
:
bug acknowledged by developer.
(Mon, 07 Apr 2025 15:42:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 77366-done <at> debbugs.gnu.org (full text, mbox):
Pushed, thanks!
Andreas
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.