emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48205: closed ([PATCH] gnu: emacs-org: Make build reproducible)


From: GNU bug Tracking System
Subject: bug#48205: closed ([PATCH] gnu: emacs-org: Make build reproducible)
Date: Sun, 28 Nov 2021 21:03:01 +0000

Your message dated Sun, 28 Nov 2021 22:01:58 +0100
with message-id <87pmqknge1.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#48205] [PATCH] gnu: emacs-org: Don't use release tar
has caused the debbugs.gnu.org bug report #48205,
regarding [PATCH] gnu: emacs-org: Make build reproducible
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48205: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48205
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-org: Make build reproducible Date: Mon, 3 May 2021 16:54:44 -0400
From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/emacs-xyz.scm (emacs-org)[phases]: Remove loaddefs and use
autoloads instead
---
 gnu/packages/emacs-xyz.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c950f116f9..a73b7959ef 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11243,6 +11243,12 @@ (define-public emacs-org
                (("org-release \"\"")
                 (string-append "org-release \"" ,version "\"")))
              #t))
+         (add-after 'fix-org-version 'use-autoloads
+           (lambda _
+             (delete-file "org-loaddefs.el")
+             (substitute* (find-files "." ".*.el")
+                 (("org-loaddefs.el") "org-autoloads.el"))
+             #t))
          (add-after 'install 'install-documentation
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((share (string-append (assoc-ref outputs "out") "/share"))
-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#48205] [PATCH] gnu: emacs-org: Don't use release tar Date: Sun, 28 Nov 2021 22:01:58 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Morgan.J.Smith@outlook.com writes:

> * gnu/packages/emacs-xyz.scm (emacs-org):
> [source]: Use git repository
> [arguments]: Added phases to help with building
> [native-inputs]: Added texinfo
> ---

I tweaked the definition a bit and applied your patch. Thank you.

There's an issue with the M-x org-version output, tho.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]