GNU bug report logs - #48121
[PATCH] gnu: emacs-xref: Fix ELPA URL.

Previous Next

Package: guix-patches;

Reported by: Xinglu Chen <public <at> yoctocell.xyz>

Date: Fri, 30 Apr 2021 14:39:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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 48121 in the body.
You can then email your comments to 48121 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#48121; Package guix-patches. (Fri, 30 Apr 2021 14:39:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Xinglu Chen <public <at> yoctocell.xyz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 30 Apr 2021 14:39:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Xinglu Chen <public <at> yoctocell.xyz>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-xref: Fix ELPA URL.
Date: Fri, 30 Apr 2021 16:37:54 +0200
The old ELPA URL no longer works as indicated by CI

  https://ci.guix.gnu.org/build/260037/details

* gnu/packages/emacs-xyz.scm (emacs-xref)[source]: Use “.tar” instead of “.el”
in the URL.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b79fb14d77..17a57abd66 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27598,8 +27598,8 @@ work on alists, hash-table and arrays.  All functions are prefixed with
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://elpa.gnu.org/packages/"
-                           "xref-" version ".el"))
+       (uri (string-append "https://elpa.gnu.org/packages/xref-"
+                           version ".tar"))
        (sha256
         (base32 "1s7pwk09bry4nqr4bc78a3mbwyrxagai2gpsd49x47czy2x7m3ax"))))
     (build-system emacs-build-system)

base-commit: d5fdd88739c609987c914a01d2a71d6e3935fec3
-- 
2.31.1






Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Fri, 30 Apr 2021 15:09:02 GMT) Full text and rfc822 format available.

Notification sent to Xinglu Chen <public <at> yoctocell.xyz>:
bug acknowledged by developer. (Fri, 30 Apr 2021 15:09:02 GMT) Full text and rfc822 format available.

Message #10 received at 48121-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Xinglu Chen <public <at> yoctocell.xyz>
Cc: 48121-done <at> debbugs.gnu.org
Subject: Re: [bug#48121] [PATCH] gnu: emacs-xref: Fix ELPA URL.
Date: Fri, 30 Apr 2021 17:08:00 +0200
Hello,

Xinglu Chen <public <at> yoctocell.xyz> writes:

> The old ELPA URL no longer works as indicated by CI
>
>   https://ci.guix.gnu.org/build/260037/details
>
> * gnu/packages/emacs-xyz.scm (emacs-xref)[source]: Use “.tar” instead of “.el”
> in the URL.

Thank you. I was going to fix it myself, but I saw your patch, so
I applied it instead.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 29 May 2021 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 326 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.