GNU bug report logs -
#28158
gunzip expects gzip to be in the PATH
Previous Next
Reported by: Ricardo Wurmus <rekado <at> elephly.net>
Date: Sun, 20 Aug 2017 11:58:02 UTC
Severity: normal
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 03 Sep 2017 10:10:40 +0200
with message-id <87h8wkw6bj.fsf <at> elephly.net>
and subject line Re: bug#28158: gunzip expects gzip to be in the PATH
has caused the debbugs.gnu.org bug report #28158,
regarding gunzip expects gzip to be in the PATH
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
28158: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28158
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
Ricardo Wurmus <rekado <at> 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
This bug report was last modified 7 years and 317 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.