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.
Full log
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’.
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.