bug-gzip
[Top][All Lists]
Advanced

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

Re: zgrep (gzip-1.3.10) stops working on solaris


From: Paul Eggert
Subject: Re: zgrep (gzip-1.3.10) stops working on solaris
Date: Fri, 22 Jun 2007 11:07:31 -0700
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Peter Fales <address@hidden> writes:

> The zgrep script begins with "#!/bin/sh".  When we upgraded from 1.3.9
> to 1.3.12, it stopped working because line 61 uses constructs which
> are not comptabible with /bin/sh on (at least) Solaris 8.

I don't have this problem on my Solaris 8 (sparc) box.
gzip 1.3.12 builds zgrep and installs it, with the first
line being "#!/bin/bash".

/bin/bash is a standard part of Solaris 8, in the SUNWbash package.
If you don't have /bin/sh installed then the build process should fall
back on /bin/ksh, which is in the core SUNWcsu package (the same
package that has /bin/sh).  Evidently something is going wrong on your
platform, and this process isn't working.

Can you please send address@hidden the exact command that you used
to configure gzip 1.3.12 on your platform, along with its output on a
fresh copy of the distribution?  It might also be helpful to send the
output of the command "sh -x configure".

Thanks.




reply via email to

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