GNU bug report logs -
#69862
[PATCH] update mu to 1.12.2
Previous Next
Reported by: Benjamin Slade <slade <at> lambda-y.net>
Date: Sun, 17 Mar 2024 17:35:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69862 in the body.
You can then email your comments to 69862 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#69862
; Package
guix-patches
.
(Sun, 17 Mar 2024 17:35:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Benjamin Slade <slade <at> lambda-y.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 17 Mar 2024 17:35:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
--
'(Dr Benjamin Slade (he/him)
(website . <https://lambda-y.net>)
`(pgp_fp: ,(B20E 444C FA80 B5F8 15FA 4AD8 6FBF CD68 3B05 2B84))
"sent by mu4e 1.12.2 in Emacs 30.0.50 with org-msg on GNU Guix (Linux)")
[0001-update-mu-to-1.12.2.patch (text/x-patch, attachment)]
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Fri, 22 Mar 2024 10:54:07 GMT)
Full text and
rfc822 format available.
Notification sent
to
Benjamin Slade <slade <at> lambda-y.net>
:
bug acknowledged by developer.
(Fri, 22 Mar 2024 10:54:07 GMT)
Full text and
rfc822 format available.
Message #10 received at 69862-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Benjamin Slade <slade <at> lambda-y.net> skribis:
>>From eeaea275fab5141dad07ed01614018a5eb8e0511 Mon Sep 17 00:00:00 2001
> From: Benjamin Slade <slade <at> lambda-y.net>
> Date: Sun, 17 Mar 2024 10:33:02 -0500
> Subject: [PATCH] update mu to 1.12.2
>
I added a commit log that follows our conventions and applied it.
> (add-after 'unpack 'patch-bin-references
> (lambda _
> (substitute* '("guile/tests/test-mu-guile.cc"
> - "mu/tests/test-mu-cmd.cc"
> - "mu/tests/test-mu-cmd-cfind.cc"
> "mu/tests/test-mu-query.cc")
> (("/bin/sh") (which "sh")))
> (substitute* '("lib/tests/bench-indexer.cc"
> "lib/utils/mu-test-utils.cc")
> - (("/bin/rm") (which "rm")))))
> + (("/bin/rm") (which "rm")))
> + (substitute* '("lib/mu-maildir.cc")
> + (("/bin/mv") (which "mv")))))
This won’t do the right thing when cross-compiling. To fix it, it
should be changed to things like:
(search-input-file inputs "/bin/mv")
The problem predates this patch of course so it’s not a blocker, but
something to look at going forward.
Thanks,
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 19 Apr 2024 11:24:20 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 60 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.