GNU bug report logs - #43530
wget: command not found

Previous Next

Package: guix;

Reported by: noloader <at> gmail.com

Date: Sun, 20 Sep 2020 11:07:01 UTC

Severity: normal

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 43530 in the body.
You can then email your comments to 43530 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#43530; Package guix. (Sun, 20 Sep 2020 11:07:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to noloader <at> gmail.com:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sun, 20 Sep 2020 11:07:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jeffrey Walton <noloader <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: wget: command not found
Date: Sun, 20 Sep 2020 07:06:12 -0400
Hi Everyone,

This is not a bug. I think it's more a feature request.

    $ patchelf.sh: line 86: wget: command not found

Lack of wget is a bit unusual for a Linux distro. Usually an image has
either wget or curl installed. On Linux wget is usually installed; and
on OS X curl is usually installed.

Guix might consider adding Wget to its standard image.

Jeff




Information forwarded to bug-guix <at> gnu.org:
bug#43530; Package guix. (Sun, 20 Sep 2020 22:41:02 GMT) Full text and rfc822 format available.

Message #8 received at 43530 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Jeffrey Walton <noloader <at> gmail.com>
Cc: 43530 <at> debbugs.gnu.org
Subject: Re: bug#43530: wget: command not found
Date: Sun, 20 Sep 2020 18:40:12 -0400
On Sun, Sep 20, 2020 at 07:06:12AM -0400, Jeffrey Walton wrote:
> This is not a bug. I think it's more a feature request.
> 
>     $ patchelf.sh: line 86: wget: command not found
> 
> Lack of wget is a bit unusual for a Linux distro. Usually an image has
> either wget or curl installed. On Linux wget is usually installed; and
> on OS X curl is usually installed.
> 
> Guix might consider adding Wget to its standard image.

Perhaps!

Guix does include the `guix download` command, which serves as a simple
HTTP downloader.




Information forwarded to bug-guix <at> gnu.org:
bug#43530; Package guix. (Mon, 21 Sep 2020 06:08:01 GMT) Full text and rfc822 format available.

Message #11 received at 43530 <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Leo Famulari <leo <at> famulari.name>
Cc: Jeffrey Walton <noloader <at> gmail.com>, 43530 <at> debbugs.gnu.org
Subject: Re: bug#43530: wget: command not found
Date: Mon, 21 Sep 2020 09:06:42 +0300
[Message part 1 (text/plain, inline)]
On Sun, Sep 20, 2020 at 06:40:12PM -0400, Leo Famulari wrote:
> On Sun, Sep 20, 2020 at 07:06:12AM -0400, Jeffrey Walton wrote:
> > This is not a bug. I think it's more a feature request.
> > 
> >     $ patchelf.sh: line 86: wget: command not found
> > 
> > Lack of wget is a bit unusual for a Linux distro. Usually an image has
> > either wget or curl installed. On Linux wget is usually installed; and
> > on OS X curl is usually installed.
> > 
> > Guix might consider adding Wget to its standard image.
> 
> Perhaps!
> 
> Guix does include the `guix download` command, which serves as a simple
> HTTP downloader.

I will add that you can do 'guix package -i wget curl' to add those two
packages in the installer environment. I will be the first to admit that
I don't always remember to do that and have instead asked for help using
netcat or telnet to send text to pastebin sites.

How much space would it add to add one or both of these? curl has more
dependencies than wget, but we could always toss in busybox if we really
felt pressed for space.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#43530; Package guix. (Mon, 21 Sep 2020 22:24:02 GMT) Full text and rfc822 format available.

Message #14 received at 43530 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: Jeffrey Walton <noloader <at> gmail.com>, 43530 <at> debbugs.gnu.org
Subject: Re: bug#43530: wget: command not found
Date: Mon, 21 Sep 2020 18:22:41 -0400
[Message part 1 (text/plain, inline)]
On Mon, Sep 21, 2020 at 09:06:42AM +0300, Efraim Flashner wrote:
> I will add that you can do 'guix package -i wget curl' to add those two
> packages in the installer environment. I will be the first to admit that
> I don't always remember to do that and have instead asked for help using
> netcat or telnet to send text to pastebin sites.
> 
> How much space would it add to add one or both of these? curl has more
> dependencies than wget, but we could always toss in busybox if we really
> felt pressed for space.

I wonder if they are already in the image as transitive dependencies.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#43530; Package guix. (Mon, 21 Sep 2020 22:57:01 GMT) Full text and rfc822 format available.

Message #17 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Leo Famulari <leo <at> famulari.name>
Cc: Jeffrey Walton <noloader <at> gmail.com>, bug-guix <at> gnu.org,
 Efraim Flashner <efraim <at> flashner.co.il>, 43530 <at> debbugs.gnu.org
Subject: Re: bug#43530: wget: command not found
Date: Tue, 22 Sep 2020 00:56:36 +0200
[Message part 1 (text/plain, inline)]
Leo Famulari 写道:
> On Mon, Sep 21, 2020 at 09:06:42AM +0300, Efraim Flashner wrote:
>> I will add that you can do 'guix package -i wget curl' to add 
>> those two
>> packages in the installer environment. I will be the first to 
>> admit that
>> I don't always remember to do that and have instead asked for 
>> help using
>> netcat or telnet to send text to pastebin sites.
>> 
>> How much space would it add to add one or both of these? curl 
>> has more
>> dependencies than wget, but we could always toss in busybox if 
>> we really
>> felt pressed for space.
>
> I wonder if they are already in the image as transitive 
> dependencies.

Not according to a loop mount.

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#43530; Package guix. (Mon, 21 Sep 2020 22:57:02 GMT) Full text and rfc822 format available.

Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Sat, 08 May 2021 03:50:02 GMT) Full text and rfc822 format available.

Notification sent to noloader <at> gmail.com:
bug acknowledged by developer. (Sat, 08 May 2021 03:50:02 GMT) Full text and rfc822 format available.

Message #25 received at 43530-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Tobias Geerinckx-Rice <me <at> tobias.gr>
Cc: noloader <at> gmail.com, efraim <at> flashner.co.il, 43530-done <at> debbugs.gnu.org,
 Leo Famulari <leo <at> famulari.name>
Subject: Re: bug#43530: wget: command not found
Date: Fri, 07 May 2021 23:49:14 -0400
Hi,

Tobias Geerinckx-Rice <me <at> tobias.gr> writes:

> Leo Famulari 写道:
>> On Mon, Sep 21, 2020 at 09:06:42AM +0300, Efraim Flashner wrote:
>>> I will add that you can do 'guix package -i wget curl' to add those
>>> two
>>> packages in the installer environment. I will be the first to admit
>>> that
>>> I don't always remember to do that and have instead asked for help
>>> using
>>> netcat or telnet to send text to pastebin sites.
>>> How much space would it add to add one or both of these? curl 
>>> has more
>>> dependencies than wget, but we could always toss in busybox if we
>>> really
>>> felt pressed for space.
>>
>> I wonder if they are already in the image as transitive
>> dependencies.

I've added wget to the Guix base packages with commit 7a65beff0f.  It
adds about 3 MiB of mostly locale data, which seems reasonable.

Thank you!

Closing.

Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 05 Jun 2021 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 37 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.