GNU bug report logs -
#77758
[PATCH] gnu: mc: Update to 4.8.33.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Sat, 12 Apr 2025 08:24:01 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
To reply to this bug, email your comments to 77758 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#77758
; Package
guix-patches
.
(Sat, 12 Apr 2025 08:24:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andy Tai <atai <at> atai.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 12 Apr 2025 08:24:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/mc.scm (mc): Update to 4.8.33.
[arguments](phases): Remove uid/gid patch in 'fix-tests.
[inputs]: Add python.
Change-Id: Ie709ec8d4b4c3c278367933bdd1777d0535523f1
---
gnu/packages/mc.scm | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/mc.scm b/gnu/packages/mc.scm
index 07925328b5d..74376dbbf60 100644
--- a/gnu/packages/mc.scm
+++ b/gnu/packages/mc.scm
@@ -28,6 +28,7 @@ (define-module (gnu packages mc)
#:use-module (gnu packages linux)
#:use-module (gnu packages ncurses)
#:use-module (gnu packages perl)
+ #:use-module (gnu packages python)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages ssh)
#:use-module (gnu packages)
@@ -40,14 +41,14 @@ (define-module (gnu packages mc)
(define-public mc
(package
(name "mc")
- (version "4.8.32")
+ (version "4.8.33")
(source
(origin
(method url-fetch)
(uri (string-append "https://ftp.osuosl.org/pub/midnightcommander/mc-"
version ".tar.xz"))
(sha256
- (base32 "1zjr2d6r8w0f78nww42168cndkw79gsqgfgandij7bz9xp8q7p2d"))))
+ (base32 "0k0nmxlb95nqm40251azqqaa53rsj6rps7f8v22m2kl45za4kqfa"))))
(build-system gnu-build-system)
(arguments
(list
@@ -88,13 +89,6 @@ (define-public mc
(which "sh")))))
(add-before 'check 'fix-tests
(lambda _
- ;; Don't expect a UID or GID of ‘0’ in the build environment.
- (with-directory-excursion "tests/src/vfs/extfs/helpers-list/data"
- (substitute* (list "rpm.custom.output"
- "rpm.glib.output")
- ((" 0 0") "<<uid>> <<gid>>")))
- ;; XXX ERROR:mc_realpath.c:99:realpath_test: assertion failed
- ;; (resolved_path == data->expected_string): ("" == "/usr/bin")
(substitute* "tests/lib/mc_realpath.c"
(("/usr/bin") "/")
(("usr/bin") "/")))))))
@@ -107,6 +101,7 @@ (define-public mc
libssh2
ncurses
perl
+ python
unzip))
(home-page "https://www.midnight-commander.org")
(properties
base-commit: 63f323fc98fb6e85c48721574aab8e54d95091e5
--
2.43.0
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Mon, 14 Apr 2025 08:18:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andy Tai <atai <at> atai.org>
:
bug acknowledged by developer.
(Mon, 14 Apr 2025 08:18:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 77758-done <at> debbugs.gnu.org (full text, mbox):
Pushed, thanks!
Andreas
This bug report was last modified 19 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.