bug-coreutils
[Top][All Lists]
Advanced

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

Re: coreutils 5.93 on IRIX 5.3


From: Paul Eggert
Subject: Re: coreutils 5.93 on IRIX 5.3
Date: Wed, 07 Dec 2005 09:54:59 -0800
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Georg Schwarz <address@hidden> writes:

> at least it seems to surpress if not solve the issue. The code now compiles.

OK, thanks, I'll work on a patch along those lines.

> The other issue about grep (which is configure complaining about grep not
> supporting -e) can be worked around by setting GREP=egrep.

That's dangerous, since egrep treats regular expressions differently
from grep.  You really should get a working grep installed instead,
much as you did with 'sed'.

> + trap - 0 
> + - 
> -: Not found

Thanks.  That portability bug was fixed in CVS coreutils here:

http://savannah.gnu.org/cgi-bin/viewcvs/coreutils/coreutils/build-aux/install-sh.diff?r1=1.4&r2=1.5

> running configure with CONFIG_SHELL=/bin/ksh make the
> configure script hang. I don't get even to the first line of output.
> Looking with top I see to sed processes running at full power.

Can you figure out why that happens?  What happens if you run this
command?

CONFIG_SHELL=/bin/ksh /bin/ksh -x configure




reply via email to

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