GNU bug report logs -
#64523
[PATCH] gnu: org-mode: Fix build for development version.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64523 in the body.
You can then email your comments to 64523 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#64523
; Package
guix-patches
.
(Fri, 07 Jul 2023 20:25:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Morgan Smith <Morgan.J.Smith <at> outlook.com>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Fri, 07 Jul 2023 20:25:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This fixes "guix build emacs-org --with-branch=emacs-org=main". Or at least
it will once they fix the recently broken indentation test.
* gnu/packages/emacs-xyz.scm (org-mode) [phases] <fix-tests>: Make all files
in examples directory writable instead of being very specific.
---
I'm sneakng in a copyright fix for me here as well. Hope that's ok. I did
non-trivial changes to this file in 2022 and 2023.
gnu/packages/emacs-xyz.scm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index dbe736e56e..fc1a6ec8de 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -76,7 +76,7 @@
;;; Copyright © 2020 Marcin Karpezo <sirmacik <at> wioo.waw.pl>
;;; Copyright © 2020, 2022 Fredrik Salomonsson <plattfot <at> posteo.net>
;;; Copyright © 2020 Eric Bavier <bavier <at> posteo.net>
-;;; Copyright © 2020, 2021 Morgan Smith <Morgan.J.Smith <at> outlook.com>
+;;; Copyright © 2020-2023 Morgan Smith <Morgan.J.Smith <at> outlook.com>
;;; Copyright © 2020 Peng Mei Yu <i <at> pengmeiyu.com>
;;; Copyright © 2020, 2021, 2022 Niklas Eklund <niklas.eklund <at> posteo.net>
;;; Copyright © 2020 Marco Grassi <marco.au.grassi98 <at> protonmail.com>
@@ -15728,11 +15728,8 @@ (define-public emacs-org
;; These files are modified during testing.
(with-directory-excursion "testing/examples"
(for-each make-file-writable
- '("babel.org"
- "ob-awk-test.org"
- "ob-sed-test.org"
- "ob-shell-test.org"))
+ (find-files "."))
;; Specify where sh executable is.
(let ((sh (search-input-file inputs "/bin/sh")))
(substitute* "babel.org"
--
2.40.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#64523
; Package
guix-patches
.
(Mon, 10 Jul 2023 22:41:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 64523 <at> debbugs.gnu.org (full text, mbox):
Morgan Smith <Morgan.J.Smith <at> outlook.com> writes:
> This fixes "guix build emacs-org --with-branch=emacs-org=main". Or at least
> it will once they fix the recently broken indentation test.
Update: they have fixed the indentation test
bug closed, send any further explanations to
64523 <at> debbugs.gnu.org and Morgan Smith <Morgan.J.Smith <at> outlook.com>
Request was from
Morgan Smith <Morgan.J.Smith <at> outlook.com>
to
control <at> debbugs.gnu.org
.
(Mon, 16 Dec 2024 20:20:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 14 Jan 2025 12:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 58 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.