From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14087 invoked by alias); 29 Jan 2002 19:46:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 14061 invoked by uid 71); 29 Jan 2002 19:46:01 -0000 Date: Tue, 29 Jan 2002 11:46:00 -0000 Message-ID: <20020129194601.14060.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Edwin Bates Subject: RE: other/5515: ./configure fails: sed: Function s%@subdirs@% cp cannot be parsed. Reply-To: Edwin Bates X-SW-Source: 2002-01/txt/msg01040.txt.bz2 List-Id: The following reply was made to PR other/5515; it has been noted by GNATS. From: Edwin Bates To: 'Zack Weinberg' , Edwin Bates Cc: Craig Rodrigues , Carlo Wood , "'rodrigc@gcc.gnu.org'" , "'gcc-bugs@gcc.gnu.org'" , "'gcc-prs@gcc.gnu.org'" , "'nobody@gcc.gnu.org'" , "'gcc-gnats@gcc.gnu.org'" , Steve Moore Subject: RE: other/5515: ./configure fails: sed: Function s%@subdirs@% cp cannot be parsed. Date: Tue, 29 Jan 2002 14:42:14 -0500 That WAS GNU sed. Same result (different error message) from AIX sed. (I tried that first to make sure it wasn't something I could bypass without a PR.) BTW, sorry, Zack, I erroneously attributed your analysis to Craig. -- Ed -----Original Message----- From: 'Zack Weinberg' [mailto:zack@codesourcery.com] Sent: Tuesday, January 29, 2002 11:05 AM To: Edwin Bates Cc: Craig Rodrigues; Carlo Wood; 'rodrigc@gcc.gnu.org'; 'gcc-bugs@gcc.gnu.org'; 'gcc-prs@gcc.gnu.org'; 'nobody@gcc.gnu.org'; 'gcc-gnats@gcc.gnu.org'; Steve Moore Subject: Re: other/5515: ./configure fails: sed: Function s%@subdirs@% cp cannot be parsed. On Tue, Jan 29, 2002 at 10:02:58AM -0500, Edwin Bates wrote: > Thank you all for your input. Carlo was correct: it's inserting a newline, > but only after the first directory (cp), and, as Craig said, it shouldn't be > doing it. (What are you doing, AIX?) Hmmm. Can you get a copy of GNU sed and repeat the test with it installed ahead of AIX sed in your PATH, please? > + echo ./cp/config-lang.in > + sed -e s,^.*/\([^/]*\)/config-lang.in$,\1, > subdirs= cp > *boggle* zw