GNU bug report logs -
#48205
[PATCH] gnu: emacs-org: Make build reproducible
Previous Next
Reported by: Morgan.J.Smith <at> outlook.com
Date: Mon, 3 May 2021 21:11:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 48205 <at> debbugs.gnu.org (full text, mbox):
Hi,
Morgan.J.Smith <at> outlook.com skribis:
> From: Morgan Smith <Morgan.J.Smith <at> outlook.com>
>
> * gnu/packages/emacs-xyz.scm (emacs-org)[phases]: Remove loaddefs and use
> autoloads instead
[...]
> + (add-after 'fix-org-version 'use-autoloads
> + (lambda _
> + (delete-file "org-loaddefs.el")
> + (substitute* (find-files "." ".*.el")
> + (("org-loaddefs.el") "org-autoloads.el"))
> + #t))
You can drop the trailing #t.
Could you explain in a comment in the phase what it does? It’s not
clear to me how this relates to making the build bit-reproducible.
Remember that ‘find-files’ takes a regexp as its second argument; thus,
to match .el files, you need to write "\\.el$".
Could you send an updated patch?
Thanks,
Ludo’.
This bug report was last modified 3 years and 231 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.