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>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#77366: [PATCH] gnu: buildah: Update to 1.39.4.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 77366 <at> debbugs.gnu.org.
--
77366: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77366
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Pushed, thanks!
Andreas
[Message part 3 (message/rfc822, inline)]
* 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
This bug report was last modified 40 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.