From: Bernhard Fischer <rep.dot.nop@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/hostap
Date: Mon, 9 Jul 2007 11:13:24 +0200 [thread overview]
Message-ID: <20070709091324.GB19774@aon.at> (raw)
In-Reply-To: <0707091002300.8319@somehost>
On Mon, Jul 09, 2007 at 10:18:21AM +0200, Cristian Ionescu-Idbohrn wrote:
>On Sun, 8 Jul 2007, ulf at uclibc.org wrote:
>
>> Author: ulf
>> Date: 2007-07-08 21:59:45 -0700 (Sun, 08 Jul 2007)
>> New Revision: 19051
>>
>> Log:
>> WGET_NOSPIDERS is not defined, use WGET for now
>>
>> Modified:
>> trunk/buildroot/package/hostap/hostap.mk
>>
>>
>> Changeset:
>> Modified: trunk/buildroot/package/hostap/hostap.mk
>> ===================================================================
>> --- trunk/buildroot/package/hostap/hostap.mk 2007-07-09 04:40:53 UTC (rev 19050)
>> +++ trunk/buildroot/package/hostap/hostap.mk 2007-07-09 04:59:45 UTC (rev 19051)
>> @@ -9,7 +9,7 @@
>> HOSTAP_DIR=$(BUILD_DIR)/hostapd-$(HOSTAP_VERSION)
>>
>> $(DL_DIR)/$(HOSTAP_SOURCE):
>> - $(WGET_NOSPIDERS) -P $(DL_DIR) $(HOSTAP_SITE)/$(HOSTAP_SOURCE)
>> + $(WGET) -P $(DL_DIR) $(HOSTAP_SITE)/$(HOSTAP_SOURCE)
>>
>> hostap-source: $(DL_DIR)/$(HOSTAP_SOURCE)
>
>Alright. The problem here is that the wget '--spider' option does just
>what the man-page says:
>
> --spider
> When invoked with this option, Wget will behave as a Web spider,
> which means that it will not download the pages, just check that
> they are there.
>
>and hostap.epitest.fi replies accordingly, saying the file is there and
>shows its size too.
>
> # make hostap-source
> wget --passive-ftp -nd --spider -P /data/cii/buildroot/buildroot/dl
> http://hostap.epitest.fi/releases/hostapd-0.5.8.tar.gz
> --09:59:41-- http://hostap.epitest.fi/releases/hostapd-0.5.8.tar.gz
> => `/data/cii/buildroot/buildroot/dl/hostapd-0.5.8.tar.gz'
> Resolving hostap.epitest.fi... 204.152.186.63
> Connecting to hostap.epitest.fi|204.152.186.63|:80... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 459,253 (448K) [application/x-tar]
> 200 OK
>
>Nothing is downloaded. Patch attached.
No. Fix your BR2_WGET instead:
BR2_WGET="wget --passive-ftp"
PS: sounds a bit like you did a source-check and forgot to reinstate
your sane config afterwards.
next prev parent reply other threads:[~2007-07-09 9:13 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-09 4:59 [Buildroot] svn commit: trunk/buildroot/package/hostap ulf at uclibc.org
2007-07-09 8:18 ` Cristian Ionescu-Idbohrn
2007-07-09 9:13 ` Bernhard Fischer [this message]
2007-07-09 9:32 ` Cristian Ionescu-Idbohrn
2007-07-09 9:40 ` Bernhard Fischer
2007-07-09 10:01 ` Cristian Ionescu-Idbohrn
2007-07-09 10:23 ` [Buildroot] make source-check Bernhard Fischer
2007-07-15 12:41 ` Cristian Ionescu-Idbohrn
-- strict thread matches above, loose matches on Subject: below --
2007-08-28 21:09 [Buildroot] svn commit: trunk/buildroot/package/hostap ulf at uclibc.org
2007-07-09 4:40 ulf at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070709091324.GB19774@aon.at \
--to=rep.dot.nop@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox