Changes between Initial Version and Version 1 of Ticket #49239


Ignore:
Timestamp:
Oct 12, 2015, 11:54:43 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Duplicate of #43245 I think. This should have been fixed in r125362. You can check whether MacPorts trunk (version 2.3.99, which will one day become 2.4) fixes it; it should.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49239 – Description

    initial v1  
    11Steps to reproduce:
    22
     3{{{
    34$ export GZIP="-9"
    45$ tar xvzf MacPorts-2.3.4.tar.gz -C /tmp/
    56$ cd /tmp/MacPorts-2.3.4/
    67$ ./configure && make
     8}}}
    79
    810If the GZIP environment variable is set to a whitespace-separated list of options (as is documented on the man page for gzip), the configure script for MacPorts fails with this error:
    911
     12{{{
    1013configure: === extracting vendor/tcl8.5.15-src.tar.gz
    1114gzip: /usr/bin/gzip: unknown suffix -- ignored
    1215configure: error: tarball vendor/tcl8.5.15-src.tar.gz did not extract to vendor/tcl8.5.15/unix
     16}}}
    1317
    1418Workaround:
     19{{{
    1520$ unset GZIP
     21}}}
    1622
    1723Diagnosis: