public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* Expat source down?
       [not found] <1345513256.25085.3.camel@Homeserver.WORKGROUP>
@ 2012-08-21 15:04 ` Chris Wilkinson
  2012-08-21 15:08   ` Bryan Hundven
  0 siblings, 1 reply; 6+ messages in thread
From: Chris Wilkinson @ 2012-08-21 15:04 UTC (permalink / raw)
  To: crossgcc

Getting this error from ct-ng-1.16.0. and it does appear to be down.

Are sources hardwired into ct-ng?

CJW

[ALL  ]    --2012-08-20 21:22:05--
http://kent.dl.sourceforge.net/project/expat/expat/2.0.1/expat-2.0.1.tar
[ALL  ]    Resolving kent.dl.sourceforge.net... 212.219.56.167
[ALL  ]    Connecting to kent.dl.sourceforge.net|212.219.56.167|:80...
failed: No route to host.
[DEBUG]    Trying
'http://kent.dl.sourceforge.net/project/expat/expat/2.0.1/expat-2.0.1'
[DEBUG]    ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc'
'--progress=dot:binary' '-T' '10' '-O'
'/home/chrisw/embedded/crosstool-ng-1.16.0/.build/tarballs/expat-2.0.1.tmp-dl'
'http://kent.dl.sourceforge.net/project/expat/expat/2.0.1/expat-2.0.1'
[ALL  ]    --2012-08-20 21:22:05--
http://kent.dl.sourceforge.net/project/expat/expat/2.0.1/expat-2.0.1
[ALL  ]    Resolving kent.dl.sourceforge.net... 212.219.56.167
[ALL  ]    Connecting to kent.dl.sourceforge.net|212.219.56.167|:80...
failed: No route to host.
[ERROR]
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Retrieving needed toolchain
components' tarballs'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in:
do_debug_gdb_get[scripts/build/debug/300-gdb.sh@592]
[ERROR]  >>        called from: do_debug_get[scripts/build/debug.sh@21]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@540]
[ERROR]  >>
[ERROR]  >>  For more info on this error, look at the file: 'build.log'
[ERROR]  >>  There is a list of known issues, some with workarounds, in:
[ERROR]  >>
'/home/chrisw/embedded/x-tools/share/doc/crosstool-ng/ct-ng.1.16.0/B -
Known issues.txt'
[ERROR]
[ERROR]  (elapsed: 1:55.95)

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

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

* Re: Expat source down?
  2012-08-21 15:04 ` Expat source down? Chris Wilkinson
@ 2012-08-21 15:08   ` Bryan Hundven
  2012-08-21 15:19     ` Yann E. MORIN
  0 siblings, 1 reply; 6+ messages in thread
From: Bryan Hundven @ 2012-08-21 15:08 UTC (permalink / raw)
  To: Chris Wilkinson; +Cc: crossgcc

On Tue, Aug 21, 2012 at 8:04 AM, Chris Wilkinson <winstonian36@gmail.com> wrote:
> Getting this error from ct-ng-1.16.0. and it does appear to be down.

Nope, kent.dl.sourceforge.net is down.

This is why I sent the following patch to the mailing list:

http://sourceware.org/ml/crossgcc/2012-08/msg00066.html

Yann said in IRC that patch and the expat-2.1.0 update will be committed soon.

> Are sources hardwired into ct-ng?

Prior to the patch I just referenced, we were hard coding the server
to download expat and a few other sources from specific sourceforge
mirrors.

My updated patch uses the routing url which 302s to an available mirror.

>
> CJW
>
> [ALL  ]    --2012-08-20 21:22:05--
> http://kent.dl.sourceforge.net/project/expat/expat/2.0.1/expat-2.0.1.tar
> [ALL  ]    Resolving kent.dl.sourceforge.net... 212.219.56.167
> [ALL  ]    Connecting to kent.dl.sourceforge.net|212.219.56.167|:80...
> failed: No route to host.
> [DEBUG]    Trying
> 'http://kent.dl.sourceforge.net/project/expat/expat/2.0.1/expat-2.0.1'
> [DEBUG]    ==> Executing: 'wget' '--passive-ftp' '--tries=3' '-nc'
> '--progress=dot:binary' '-T' '10' '-O'
> '/home/chrisw/embedded/crosstool-ng-1.16.0/.build/tarballs/expat-2.0.1.tmp-dl'
> 'http://kent.dl.sourceforge.net/project/expat/expat/2.0.1/expat-2.0.1'
> [ALL  ]    --2012-08-20 21:22:05--
> http://kent.dl.sourceforge.net/project/expat/expat/2.0.1/expat-2.0.1
> [ALL  ]    Resolving kent.dl.sourceforge.net... 212.219.56.167
> [ALL  ]    Connecting to kent.dl.sourceforge.net|212.219.56.167|:80...
> failed: No route to host.
> [ERROR]
> [ERROR]  >>
> [ERROR]  >>  Build failed in step 'Retrieving needed toolchain
> components' tarballs'
> [ERROR]  >>        called in step '(top-level)'
> [ERROR]  >>
> [ERROR]  >>  Error happened in:
> do_debug_gdb_get[scripts/build/debug/300-gdb.sh@592]
> [ERROR]  >>        called from: do_debug_get[scripts/build/debug.sh@21]
> [ERROR]  >>        called from: main[scripts/crosstool-NG.sh@540]
> [ERROR]  >>
> [ERROR]  >>  For more info on this error, look at the file: 'build.log'
> [ERROR]  >>  There is a list of known issues, some with workarounds, in:
> [ERROR]  >>
> '/home/chrisw/embedded/x-tools/share/doc/crosstool-ng/ct-ng.1.16.0/B -
> Known issues.txt'
> [ERROR]
> [ERROR]  (elapsed: 1:55.95)
>
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq
>

-Bryan

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

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

* Re: Expat source down?
  2012-08-21 15:08   ` Bryan Hundven
@ 2012-08-21 15:19     ` Yann E. MORIN
  2012-08-21 15:23       ` Bryan Hundven
  0 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2012-08-21 15:19 UTC (permalink / raw)
  To: crossgcc; +Cc: Bryan Hundven, Chris Wilkinson

Chris, Bryan, All,

On Tuesday 21 August 2012 17:07:50 Bryan Hundven wrote:
> On Tue, Aug 21, 2012 at 8:04 AM, Chris Wilkinson <winstonian36@gmail.com> wrote:
> > Getting this error from ct-ng-1.16.0. and it does appear to be down.
> 
> Nope, kent.dl.sourceforge.net is down.
> 
> This is why I sent the following patch to the mailing list:
> 
> http://sourceware.org/ml/crossgcc/2012-08/msg00066.html
> 
> Yann said in IRC that patch and the expat-2.1.0 update will be committed soon.

It's been committed yesterday, yes. Sorry, I forgot to send an ACK e-mail...
Thanks Bryan! ;-)

I'll probably do a dot-release for the stable branch before the end of the
week. This fix will be in that dot-release.

Chris, in the meantime, you can apply that patch locally.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

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

* Re: Expat source down?
  2012-08-21 15:19     ` Yann E. MORIN
@ 2012-08-21 15:23       ` Bryan Hundven
  2012-08-21 15:27         ` Yann E. MORIN
  0 siblings, 1 reply; 6+ messages in thread
From: Bryan Hundven @ 2012-08-21 15:23 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc, Chris Wilkinson

On Tue, Aug 21, 2012 at 8:18 AM, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> Chris, Bryan, All,
>
> On Tuesday 21 August 2012 17:07:50 Bryan Hundven wrote:
>> On Tue, Aug 21, 2012 at 8:04 AM, Chris Wilkinson <winstonian36@gmail.com> wrote:
>> > Getting this error from ct-ng-1.16.0. and it does appear to be down.
>>
>> Nope, kent.dl.sourceforge.net is down.
>>
>> This is why I sent the following patch to the mailing list:
>>
>> http://sourceware.org/ml/crossgcc/2012-08/msg00066.html
>>
>> Yann said in IRC that patch and the expat-2.1.0 update will be committed soon.
>
> It's been committed yesterday, yes. Sorry, I forgot to send an ACK e-mail...
> Thanks Bryan! ;-)

Did you commit to a different branch or forget to push?
I haven't seen it in hg yet.

Not trying to be pushy, just curious.

Thanks Yann,

-Bryan

> I'll probably do a dot-release for the stable branch before the end of the
> week. This fix will be in that dot-release.
>
> Chris, in the meantime, you can apply that patch locally.
>
> Regards,
> Yann E. MORIN.
>
> --
> .-----------------.--------------------.------------------.--------------------.
> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
> | +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
> '------------------------------^-------^------------------^--------------------'

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

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

* Re: Expat source down?
  2012-08-21 15:23       ` Bryan Hundven
@ 2012-08-21 15:27         ` Yann E. MORIN
  2012-08-21 15:29           ` Bryan Hundven
  0 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2012-08-21 15:27 UTC (permalink / raw)
  To: crossgcc; +Cc: Bryan Hundven, Chris Wilkinson

Bryan , Chris, All

On Tuesday 21 August 2012 17:23:00 Bryan Hundven wrote:
> >> Yann said in IRC that patch and the expat-2.1.0 update will be committed soon.
> > It's been committed yesterday, yes. Sorry, I forgot to send an ACK e-mail...
> > Thanks Bryan! ;-)
> 
> Did you commit to a different branch or forget to push?
> I haven't seen it in hg yet.

Doh..... Pushed, now.

> Not trying to be pushy, just curious.

You're not trying to be pushy, but you made me push. Mwahaha! ;-)
/me hides

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

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

* Re: Expat source down?
  2012-08-21 15:27         ` Yann E. MORIN
@ 2012-08-21 15:29           ` Bryan Hundven
  0 siblings, 0 replies; 6+ messages in thread
From: Bryan Hundven @ 2012-08-21 15:29 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc, Chris Wilkinson

On Tue, Aug 21, 2012 at 8:27 AM, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> Bryan , Chris, All
>
> On Tuesday 21 August 2012 17:23:00 Bryan Hundven wrote:
>> >> Yann said in IRC that patch and the expat-2.1.0 update will be committed soon.
>> > It's been committed yesterday, yes. Sorry, I forgot to send an ACK e-mail...
>> > Thanks Bryan! ;-)
>>
>> Did you commit to a different branch or forget to push?
>> I haven't seen it in hg yet.
>
> Doh..... Pushed, now.
>
>> Not trying to be pushy, just curious.
>
> You're not trying to be pushy, but you made me push. Mwahaha! ;-)
> /me hides

Now you're being pushy :D

Thanks Yann!

-Bryan

> Regards,
> Yann E. MORIN.
>
> --
> .-----------------.--------------------.------------------.--------------------.
> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
> | +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
> '------------------------------^-------^------------------^--------------------'

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

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

end of thread, other threads:[~2012-08-21 15:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1345513256.25085.3.camel@Homeserver.WORKGROUP>
2012-08-21 15:04 ` Expat source down? Chris Wilkinson
2012-08-21 15:08   ` Bryan Hundven
2012-08-21 15:19     ` Yann E. MORIN
2012-08-21 15:23       ` Bryan Hundven
2012-08-21 15:27         ` Yann E. MORIN
2012-08-21 15:29           ` 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).