unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#32836: emacs-magit is broken (and probably others) due to package renaming
@ 2018-09-25 13:54 Björn Höfling
  2018-09-25 15:04 ` Pierre Neidhardt
  0 siblings, 1 reply; 9+ messages in thread
From: Björn Höfling @ 2018-09-25 13:54 UTC (permalink / raw)
  To: 32836; +Cc: Pierre Neidhardt

[-- Attachment #1: Type: text/plain, Size: 960 bytes --]

Commit

5c8031ff7382ec9079040d08ae5a05b4dd2352b7

mass-renamed emacs-packages from "foo" to "emacs-foo". Unfortunately,
some package definitions use the package-name for building the URL.
That is for example the case in emacs-magit:

(define-public emacs-magit
  (package
    (name "emacs-magit")
    (version "2.13.0")
    (source (origin
             (method url-fetch)
             (uri (string-append
                   "https://github.com/magit/magit/releases/download/"
                   version "/" name "-" version ".tar.gz"))

Thus, it can no longer be built:

Starting download of /gnu/store/h01ag9sr8nxiqbnlblmxplnv43a2005j-emacs-magit-2.13.0.tar.gz
From https://github.com/magit/magit/releases/download/2.13.0/emacs-magit-2.13.0.tar.gz...
ERROR: download failed "https://github.com/magit/magit/releases/download/2.13.0/emacs-magit-2.13.0.tar.gz" 404 "Not Found"

Pierre, could you have a look into it?

Thanks

Björn

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-09-26 22:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-25 13:54 bug#32836: emacs-magit is broken (and probably others) due to package renaming Björn Höfling
2018-09-25 15:04 ` Pierre Neidhardt
2018-09-25 19:29   ` Taylan Kammer
2018-09-25 17:58     ` Pierre Neidhardt
2018-09-26  9:38       ` Ludovic Courtès
2018-09-26 22:37       ` Björn Höfling
2018-09-25 22:23   ` Alex Kost
2018-09-26 16:21     ` Nils Gillmann
2018-09-26 17:05       ` Pierre Neidhardt

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).