GNU bug report logs -
#26786
[PATCH] gnu: emacs-org: Update to 20170502.
Previous Next
Reported by: Vasile Dumitrascu <va511e <at> yahoo.com>
Date: Fri, 5 May 2017 17:44:02 UTC
Severity: normal
Tags: patch
Done: Arun Isaac <arunisaac <at> systemreboot.net>
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 26786 in the body.
You can then email your comments to 26786 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#26786
; Package
guix-patches
.
(Fri, 05 May 2017 17:44:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Vasile Dumitrascu <va511e <at> yahoo.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 05 May 2017 17:44:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs.scm (emacs-org): Update to 20170502.
---
gnu/packages/emacs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 74f0ff8b5..04ceb0e4d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3574,14 +3574,14 @@ passive voice.")
(define-public emacs-org
(package
(name "emacs-org")
- (version "20170210")
+ (version "20170502")
(source (origin
(method url-fetch)
(uri (string-append "http://elpa.gnu.org/packages/org-"
version ".tar"))
(sha256
(base32
- "15415wh3w8d4c8hd7qfrfdjnjb1zppmrkg8cdp7hw2ilyr90c0bn"))))
+ "12inz804j55ycprb2m3ay54d1bhwhjssmn5nrfm7cfklyhfsy27s"))))
(build-system emacs-build-system)
(home-page "http://orgmode.org/")
(synopsis "Outline-based notes management and organizer")
--
2.11.0
Reply sent
to
Arun Isaac <arunisaac <at> systemreboot.net>
:
You have taken responsibility.
(Fri, 05 May 2017 20:46:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Vasile Dumitrascu <va511e <at> yahoo.com>
:
bug acknowledged by developer.
(Fri, 05 May 2017 20:46:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 26786-done <at> debbugs.gnu.org (full text, mbox):
Pushed, thanks!
I think we should build directly from org's release tarball at
http://orgmode.org/org-9.0.6.tar.gz instead of using the ELPA
tarball. It somehow feels like we are not building from source but
rather relying on a prepackaged tarball from ELPA. However, Nicolas
Goaziou, the org mode maintainer,
disagrees. https://lists.gnu.org/archive/html/guix-devel/2016-08/msg01395.html
Information forwarded
to
guix-patches <at> gnu.org
:
bug#26786
; Package
guix-patches
.
(Fri, 05 May 2017 22:08:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 26786 <at> debbugs.gnu.org (full text, mbox):
Arun Isaac <arunisaac <at> systemreboot.net> skribis:
> I think we should build directly from org's release tarball at
> http://orgmode.org/org-9.0.6.tar.gz instead of using the ELPA
> tarball. It somehow feels like we are not building from source but
> rather relying on a prepackaged tarball from ELPA. However, Nicolas
> Goaziou, the org mode maintainer,
> disagrees. https://lists.gnu.org/archive/html/guix-devel/2016-08/msg01395.html
I find Nicolas’s argument above (that building from ELPA makes the
recipe trivial) pretty convincing.
Why would you suggest using the tarball from orgmode.org?
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#26786
; Package
guix-patches
.
(Sat, 06 May 2017 04:08:01 GMT)
Full text and
rfc822 format available.
Message #16 received at 26786 <at> debbugs.gnu.org (full text, mbox):
>> I think we should build directly from org's release tarball at
>> http://orgmode.org/org-9.0.6.tar.gz instead of using the ELPA
>> tarball. It somehow feels like we are not building from source but
>> rather relying on a prepackaged tarball from ELPA. However, Nicolas
>> Goaziou, the org mode maintainer,
>> disagrees. https://lists.gnu.org/archive/html/guix-devel/2016-08/msg01395.html
>
> I find Nicolas’s argument above (that building from ELPA makes the
> recipe trivial) pretty convincing.
>
> Why would you suggest using the tarball from orgmode.org?
It seems like we are depending on an intermediary (ELPA) instead of
directly building from the original source. I feel that Guix packages
should not depend on other repositories (like ELPA).
Information forwarded
to
guix-patches <at> gnu.org
:
bug#26786
; Package
guix-patches
.
(Sat, 06 May 2017 13:48:01 GMT)
Full text and
rfc822 format available.
Message #19 received at 26786 <at> debbugs.gnu.org (full text, mbox):
Arun Isaac <arunisaac <at> systemreboot.net> skribis:
>>> I think we should build directly from org's release tarball at
>>> http://orgmode.org/org-9.0.6.tar.gz instead of using the ELPA
>>> tarball. It somehow feels like we are not building from source but
>>> rather relying on a prepackaged tarball from ELPA. However, Nicolas
>>> Goaziou, the org mode maintainer,
>>> disagrees. https://lists.gnu.org/archive/html/guix-devel/2016-08/msg01395.html
>>
>> I find Nicolas’s argument above (that building from ELPA makes the
>> recipe trivial) pretty convincing.
>>
>> Why would you suggest using the tarball from orgmode.org?
>
> It seems like we are depending on an intermediary (ELPA) instead of
> directly building from the original source. I feel that Guix packages
> should not depend on other repositories (like ELPA).
I agree with this sentiment, but my understanding is that ELPA is not
really an “intermediary”: package maintainers upload directly there, and
some upload only there. So I think it’s OK. Thoughts?
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#26786
; Package
guix-patches
.
(Sat, 06 May 2017 17:01:02 GMT)
Full text and
rfc822 format available.
Message #22 received at 26786 <at> debbugs.gnu.org (full text, mbox):
>>>> I think we should build directly from org's release tarball at
>>>> http://orgmode.org/org-9.0.6.tar.gz instead of using the ELPA
>>>> tarball. It somehow feels like we are not building from source but
>>>> rather relying on a prepackaged tarball from ELPA. However, Nicolas
>>>> Goaziou, the org mode maintainer,
>>>> disagrees. https://lists.gnu.org/archive/html/guix-devel/2016-08/msg01395.html
>>>
>>> I find Nicolas’s argument above (that building from ELPA makes the
>>> recipe trivial) pretty convincing.
>>>
>>> Why would you suggest using the tarball from orgmode.org?
>>
>> It seems like we are depending on an intermediary (ELPA) instead of
>> directly building from the original source. I feel that Guix packages
>> should not depend on other repositories (like ELPA).
>
> I agree with this sentiment, but my understanding is that ELPA is not
> really an “intermediary”: package maintainers upload directly there, and
> some upload only there. So I think it’s OK. Thoughts?
Yeah, it's not a big deal. We could think of ELPA as some kind of "dual
hosting", instead of as an "intermediary".
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 04 Jun 2017 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 109 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.