This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]