bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why building wget requires wget command?


From: Darshit Shah
Subject: Re: Why building wget requires wget command?
Date: Mon, 10 Aug 2020 07:37:54 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0

Hi,

Please use bug-wget@gnu.org in the future for questions and help. It has a wider audience who will answer your questions.

About your problem, we are aware of it. It happens because upstream gnulib project wants defaults to Wget for downloading the translation files. It is however possible to resolve the bootstrapping issue by running `./bootstrap --skip-po`; which will build Wget without any translations.

If you do care about the translations, you need a 2 stage build to first build Wget without translations and use that to bootstrap the Wget with translations

On 8/9/20 2:22 PM, ε·εŽŸζ™Ίε’Œ wrote:
I am trying to build and install wget on macOS catalina (fresh installed)
with source from savannah repo.
Fresh macOS does not have the wget command.

But bootstrap needs wget cmd like below:
hoge@hoge wget % ./bootstrap --gnulib-srcdir=/src/git/gnulib

./bootstrap: Bootstrapping from checked-out wget sources...

./bootstrap: getting gnulib files...

./bootstrap: getting translations into po/.reference for wget...

./bootstrap: line 738: wget: command not found



Please tell me why wget is requied to build it from source and how can I
run bootrap without wget cmd (or with curl)?

Thanks.
Tomon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]