all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#28158: gunzip expects gzip to be in the PATH
@ 2017-08-20 11:57 Ricardo Wurmus
  2017-09-03  8:10 ` Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Wurmus @ 2017-08-20 11:57 UTC (permalink / raw)
  To: 28158

The “gzip” package provides “gunzip”, a simple wrapper script that calls
“gzip”.  However, it calls “gzip” unqualified, so the “gzip” executable
must be on the PATH for gunzip to work.

The fix is to replace “gzip” on the line

    exec gzip -d "$@"

in “gunzip.in” with the full path to the “gzip” binary.

This should be done in the next core-updates cycle.

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#28158: gunzip expects gzip to be in the PATH
  2017-08-20 11:57 bug#28158: gunzip expects gzip to be in the PATH Ricardo Wurmus
@ 2017-09-03  8:10 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2017-09-03  8:10 UTC (permalink / raw)
  To: 28158-done


Ricardo Wurmus <rekado@elephly.net> writes:

> The “gzip” package provides “gunzip”, a simple wrapper script that calls
> “gzip”.  However, it calls “gzip” unqualified, so the “gzip” executable
> must be on the PATH for gunzip to work.
>
> The fix is to replace “gzip” on the line
>
>     exec gzip -d "$@"
>
> in “gunzip.in” with the full path to the “gzip” binary.
>
> This should be done in the next core-updates cycle.

This is fixed with commit 48623f5be854e923b04ae83a1a882ff1cefdc742 in
core-updates.

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-03  8:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-20 11:57 bug#28158: gunzip expects gzip to be in the PATH Ricardo Wurmus
2017-09-03  8:10 ` Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.