emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#58858: closed (Installation script fails on distributions that use b


From: GNU bug Tracking System
Subject: bug#58858: closed (Installation script fails on distributions that use busybox)
Date: Wed, 16 Nov 2022 21:31:01 +0000

Your message dated Wed, 16 Nov 2022 16:30:46 -0500
with message-id <87fseiio3d.fsf@gmail.com>
and subject line Re: bug#58858: Installation script fails on distributions that 
use busybox
has caused the debbugs.gnu.org bug report #58858,
regarding Installation script fails on distributions that use busybox
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58858: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58858
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Installation script fails on distributions that use busybox Date: Fri, 28 Oct 2022 22:30:57 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

Following the instructions in the manual, I attempted to install the
package manager in Alpine Linux via the official installation
script. However, after completing the first prompts I got the error
"mktemp: (null): Invalid argument". Upon closer inspection of the script
and busybox's `mktemp' help page, which states the following:

TEMPLATE must end with XXXXXX (e.g. [/dir/]nameXXXXXX)

It's clear that the script should be modified to account for this with
at least 6 "X" characters in the template, and this wouldn't pose a
problem with GNU's `mktemp' because it takes "at least" 3 of them.

-- 
Best regards,
conses



--- End Message ---
--- Begin Message --- Subject: Re: bug#58858: Installation script fails on distributions that use busybox Date: Wed, 16 Nov 2022 16:30:46 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi,

conses <contact@conses.eu> writes:

> Hi,
>
> Following the instructions in the manual, I attempted to install the
> package manager in Alpine Linux via the official installation
> script. However, after completing the first prompts I got the error
> "mktemp: (null): Invalid argument". Upon closer inspection of the script
> and busybox's `mktemp' help page, which states the following:
>
> TEMPLATE must end with XXXXXX (e.g. [/dir/]nameXXXXXX)
>
> It's clear that the script should be modified to account for this with
> at least 6 "X" characters in the template, and this wouldn't pose a
> problem with GNU's `mktemp' because it takes "at least" 3 of them.

Thanks for the investigation and solution.  Applied in 6aa5d1dc24, which
should now be live at https://guix.gnu.org/install.sh.

-- 
Thanks,
Maxim


--- End Message ---

reply via email to

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