public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* 1.16.0: update download url
@ 2012-09-10  7:12 Lionel Molinier
  2012-09-10  9:00 ` Bryan Hundven
  0 siblings, 1 reply; 2+ messages in thread
From: Lionel Molinier @ 2012-09-10  7:12 UTC (permalink / raw)
  To: crossgcc

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

Hi everyone,

I have noticed that the 1.16.0 version is still using the 
kent.dl.sourceforge.net sourceforge mirror to download expat 
(ct-ng.1.16.0/scripts/build/debug/300-gdb.sh) and strace 
(ct-ng.1.16.0/scripts/build/debug/500-strace.sh).

This can break the crosstool build is case of outage of this mirror. I 
think it is better to use the generic sourceforge URL, so that we always 
found a near and working mirror.

I have enclosed the trivial patch.

Bests regards,
Lionel Molinier

[-- Attachment #2: crosstool-NG_1.16.0.patch --]
[-- Type: text/plain, Size: 1147 bytes --]

--- lib/ct-ng.1.16.0/scripts/build/debug/300-gdb.sh	2012-08-04 23:41:29.000000000 +0200
+++ lib/ct-ng.1.16.0/scripts/build/debug/300-gdb.sh	2012-08-17 09:47:43.605993187 +0200
@@ -62,7 +62,7 @@ do_debug_gdb_get() {
 
     if [ "${do_expat}" = "y" ]; then
         CT_GetFile "expat-${CT_DEBUG_GDB_EXPAT_VERSION}" .tar.gz    \
-                   http://kent.dl.sourceforge.net/project/expat/expat/${CT_DEBUG_GDB_EXPAT_VERSION}
+                   http://sourceforge.net/projects/expat/files/expat/${CT_DEBUG_GDB_EXPAT_VERSION}
     fi
 }
 
--- lib/ct-ng.1.16.0/scripts/build/debug/500-strace.sh	2012-08-04 23:41:29.000000000 +0200
+++ lib/ct-ng.1.16.0/scripts/build/debug/500-strace.sh	2012-08-17 09:53:31.201628140 +0200
@@ -1,7 +1,7 @@
 # Build script for strace
 
 do_debug_strace_get() {
-    local base_url="http://kent.dl.sourceforge.net/project/strace/strace"
+    local base_url="http://sourceforge.net/projects/strace/files/strace"
     CT_GetFile "strace-${CT_STRACE_VERSION}" "${base_url}/${CT_STRACE_VERSION}"
     # Downloading from sourceforge leaves garbage, cleanup
     CT_DoExecLog ALL rm -f "${CT_TARBALLS_DIR}/showfiles.php"*


[-- Attachment #3: Type: text/plain, Size: 71 bytes --]

--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

* Re: 1.16.0: update download url
  2012-09-10  7:12 1.16.0: update download url Lionel Molinier
@ 2012-09-10  9:00 ` Bryan Hundven
  0 siblings, 0 replies; 2+ messages in thread
From: Bryan Hundven @ 2012-09-10  9:00 UTC (permalink / raw)
  To: Lionel Molinier; +Cc: crossgcc

On Mon, Sep 10, 2012 at 12:12 AM, Lionel Molinier
<lionel.molinier@sigfox.com> wrote:
> Hi everyone,
>
> I have noticed that the 1.16.0 version is still using the
> kent.dl.sourceforge.net sourceforge mirror to download expat
> (ct-ng.1.16.0/scripts/build/debug/300-gdb.sh) and strace
> (ct-ng.1.16.0/scripts/build/debug/500-strace.sh).
>
> This can break the crosstool build is case of outage of this mirror. I think
> it is better to use the generic sourceforge URL, so that we always found a
> near and working mirror.
>
> I have enclosed the trivial patch.
>
> Bests regards,
> Lionel Molinier
>
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq

I fixed this here:
http://crosstool-ng.org/hg/crosstool-ng/rev/cb75966698d7

Cheers,

-Bryan

--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

end of thread, other threads:[~2012-09-10  9:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-10  7:12 1.16.0: update download url Lionel Molinier
2012-09-10  9:00 ` Bryan Hundven

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