Re: AIX grep limitation: coreutils build failure

2006-06-06 Thread Ralf Wildenhues
Hi Alexandre, * Alexandre Duret-Lutz wrote on Tue, Jun 06, 2006 at 10:18:19PM CEST: > >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: > RW> Automake patch: > RW> * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Do not use > RW> plain `grep' on the Makefile, as its line length may excee

Re: AIX grep limitation: coreutils build failure

2006-06-06 Thread Alexandre Duret-Lutz
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: [...] RW> Automake patch: RW> * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Do not use RW> plain `grep' on the Makefile, as its line length may exceed that RW> for grep. Bug report against coreutils by Sam Sirlin. Please install! [

Re: AIX grep limitation: coreutils build failure

2006-05-27 Thread Sam Sirlin
Date: Sat, 27 May 2006 17:16:50 +0200 From: Ralf Wildenhues <[EMAIL PROTECTED]> ... FWIW, I'm not totally sure this is exactly the bug that Sam reported. (The line may be longer or shorter on Solaris; there, /usr/xpg4/bin/grep is documented to have a limit of LINE_MAX = 2.48 bytes (

AIX grep limitation: coreutils build failure

2006-05-27 Thread Ralf Wildenhues
Apologies for the cross post. AIX grep allows 2048 characters in a line, and fails otherwise. This breaks coreutils-5.96 configure: | grep: Maximum line length of 2048 exceeded. [...] | grep: Maximum line length of 2048 exceeded. | configure: error: could not make ./config.status because of this