This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Not understanding something basic about downloading


Hi,

On Wed, Dec 8, 2010 at 1:19 PM, Peter Dufault <dufault@hda.com> wrote:
> I'm trying to hook my build system into ct-ng hosted on a clients old RHEL4 system. ?I've updated the tools that the ct-ng configuration called out and it installed OK. ?However, I can't get automatic downloading to work - I have to download things manually into the directory, and then ct-ng finds the tarballs. ?If I try to let it do the download itself it fails and there are no logs.
>
> Consider - it can't find gcc.4.4.5, but I can download it from that location specified as the base URL.
>
this is very unlikely:

% wget ftp://ftp.gnu.org/gnu/gcc/gcc.4.4.5/
--2010-12-08 13:26:27--  ftp://ftp.gnu.org/gnu/gcc/gcc.4.4.5/
           => `.listing'
[...]
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD (1) /gnu/gcc/gcc.4.4.5 ...
No such directory `gnu/gcc/gcc.4.4.5'

> ?Am I missing something basic? ?As you can see it's ct-ng-1.9.0. "make" and "curl" aren't updated, make is 3.8 and curl is 7.12.1.
try with ftp://ftp.gnu.org/gnu/gcc/gcc-4.4.5

 - Arnaud

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]