other/5515: ./configure fails: sed: Function s%@subdirs@% cp cannot be parsed.

Edwin Bates ebates@Ebix.com
Mon Jan 28 16:56:00 GMT 2002


The following reply was made to PR other/5515; it has been noted by GNATS.

From: Edwin Bates <ebates@Ebix.com>
To: "'rodrigc@gcc.gnu.org'" <rodrigc@gcc.gnu.org>, Edwin Bates
	 <ebates@Ebix.com>, "'gcc-bugs@gcc.gnu.org'" <gcc-bugs@gcc.gnu.org>, 
	"'gcc-prs@gcc.gnu.org'" <gcc-prs@gcc.gnu.org>, "'nobody@gcc.gnu.org'"
	 <nobody@gcc.gnu.org>, "'gcc-gnats@gcc.gnu.org'" <gcc-gnats@gcc.gnu.org>
Cc: Steve Moore <SMoore@Ebix.com>
Subject: RE: other/5515: ./configure fails: sed: Function s%@subdirs@% cp 
	cannot be parsed.
Date: Mon, 28 Jan 2002 19:50:51 -0500

 Thank you for the quick response.
 
 I used the back button on the browser after my first attempt at submission,
 and the rest of the data was still there.  Forgot to check for the
 attachment.
 
 As for the AIX specifics, yes, I made sure I was compliant.
 
 Yes, that report does appear to be the same symptoms.  I tracked it down and
 used the same solution.  I have a fix for gcc-3.0.3 to work with AIX,
 included below.
 
 Fix for file gcc/configure:
 ---------------------- Begin diff -c -----------------------
 *** configure.orig      Mon Jan 28 19:26:04 2002 
 --- configure   Mon Jan 28 19:25:24 2002 
 *************** 
 *** 7353,7358 **** 
 --- 7353,7359 ---- 
 
   trap 'rm -fr `echo "$all_outputs auto-host.h:config.in" | sed "s/:[^
 ]*//g"` conftest*; exit 1' 1 2 15 
   EOF 
 + subdirs=`echo ${subdirs}` 
   cat >> $CONFIG_STATUS <<EOF 
 
   # Protect against being on the right side of a sed subst in config.status.
 ---------------------- End diff -c -----------------------
 
 Thanks again for your expeditious help!
 
 -- Ed
 
  -----Original Message-----
 From: 	rodrigc@gcc.gnu.org [mailto:rodrigc@gcc.gnu.org] 
 Sent:	Monday, January 28, 2002 10:38 AM
 To:	ebates@ebix.com; gcc-bugs@gcc.gnu.org; gcc-prs@gcc.gnu.org;
 nobody@gcc.gnu.org
 Subject:	Re: other/5515: ./configure fails: sed: Function
 s%@subdirs@% cp cannot be parsed.
 
 Synopsis: ./configure fails: sed: Function s%@subdirs@% cp cannot be parsed.
 
 State-Changed-From-To: open->feedback
 State-Changed-By: rodrigc
 State-Changed-When: Mon Jan 28 10:37:37 2002
 State-Changed-Why:
     The output of your configure command did not get attached
     to this PR.  Can you submit your config.log and config.cache
     files?
     
     This report looks similar to:
     http://www.geocrawler.com/archives/3/356/1996/3/0/1959073/
     
     Did you follow all the steps in the AIX specific
     release notes?
     http://gcc.gnu.org/install/specific.html#*-ibm-aix*
     
     
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&p
 r=5515



More information about the Gcc-prs mailing list