unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: subversion: Download from apache archive site
@ 2013-06-08  2:53 Mark H Weaver
  2013-06-08 13:56 ` Cyril Roelandt
  2013-06-08 14:52 ` Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Mark H Weaver @ 2013-06-08  2:53 UTC (permalink / raw)
  To: bug-guix

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

Attempts to build subversion fail because the version currently in Guix
(1.7.8) is no longer on the apache mirror network.  It turns out that
the apache mirrors keep only a couple of recent versions.  This patch
changes the download location to archive.apache.org, which keeps old
versions around.

What do you think?

      Mark



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: [PATCH] gnu: subversion: Download from apache archive site --]
[-- Type: text/x-diff, Size: 1072 bytes --]

From 06d670d362c140e46781bc2348fb85d822986d19 Mon Sep 17 00:00:00 2001
From: Mark H Weaver <mhw@netris.org>
Date: Fri, 7 Jun 2013 21:42:33 -0400
Subject: [PATCH] gnu: subversion: Download from apache archive site.

* gnu/packages/subversion.scm (subversion): Download from archive.apache.org,
  where versions are kept for a longer period of time.  Previously, we
  downloaded from the mirrors, which keep only the most recent versions.
---
 gnu/packages/subversion.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/subversion.scm b/gnu/packages/subversion.scm
index 009b341..28ddc42 100644
--- a/gnu/packages/subversion.scm
+++ b/gnu/packages/subversion.scm
@@ -34,7 +34,7 @@
     (version "1.7.8")
     (source (origin
              (method url-fetch)
-             (uri (string-append "mirror://apache/subversion/subversion-"
+             (uri (string-append "https://archive.apache.org/dist/subversion/subversion-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-- 
1.7.10.4


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

* Re: [PATCH] gnu: subversion: Download from apache archive site
  2013-06-08  2:53 [PATCH] gnu: subversion: Download from apache archive site Mark H Weaver
@ 2013-06-08 13:56 ` Cyril Roelandt
  2013-06-08 14:50   ` Ludovic Courtès
  2013-06-08 14:52 ` Ludovic Courtès
  1 sibling, 1 reply; 4+ messages in thread
From: Cyril Roelandt @ 2013-06-08 13:56 UTC (permalink / raw)
  To: bug-guix

On 06/08/2013 04:53 AM, Mark H Weaver wrote:
> Attempts to build subversion fail because the version currently in Guix
> (1.7.8) is no longer on the apache mirror network.  It turns out that
> the apache mirrors keep only a couple of recent versions.  This patch
> changes the download location to archive.apache.org, which keeps old
> versions around.
>

The tar.gz should be downloaded from hydra thanks to the substituter. I 
have the exact same problem on x86, while it works for people on x86_64. 
What architecture do you use ?

Cyril.

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

* Re: [PATCH] gnu: subversion: Download from apache archive site
  2013-06-08 13:56 ` Cyril Roelandt
@ 2013-06-08 14:50   ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2013-06-08 14:50 UTC (permalink / raw)
  To: Cyril Roelandt; +Cc: bug-guix

Cyril Roelandt <tipecaml@gmail.com> skribis:

> On 06/08/2013 04:53 AM, Mark H Weaver wrote:
>> Attempts to build subversion fail because the version currently in Guix
>> (1.7.8) is no longer on the apache mirror network.  It turns out that
>> the apache mirrors keep only a couple of recent versions.  This patch
>> changes the download location to archive.apache.org, which keeps old
>> versions around.
>>
>
> The tar.gz should be downloaded from hydra thanks to the
> substituter. I have the exact same problem on x86, while it works for
> people on x86_64. What architecture do you use ?

I think I’m still waiting for more info from you to understand what’s
going on.  Hint.  :-)

Ludo’.

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

* Re: [PATCH] gnu: subversion: Download from apache archive site
  2013-06-08  2:53 [PATCH] gnu: subversion: Download from apache archive site Mark H Weaver
  2013-06-08 13:56 ` Cyril Roelandt
@ 2013-06-08 14:52 ` Ludovic Courtès
  1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2013-06-08 14:52 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: bug-guix

Mark H Weaver <mhw@netris.org> skribis:

> Attempts to build subversion fail because the version currently in Guix
> (1.7.8) is no longer on the apache mirror network.  It turns out that
> the apache mirrors keep only a couple of recent versions.  This patch
> changes the download location to archive.apache.org, which keeps old
> versions around.

I wasn’t aware of archive.apache.org, but it’s probably the right thing
to do then, so please commit.

Apparently that site is not mirrored, which is unfortunate.

Thanks,
Ludo’.

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

end of thread, other threads:[~2013-06-08 14:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-08  2:53 [PATCH] gnu: subversion: Download from apache archive site Mark H Weaver
2013-06-08 13:56 ` Cyril Roelandt
2013-06-08 14:50   ` Ludovic Courtès
2013-06-08 14:52 ` Ludovic Courtès

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).