public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/10303: [sparc] Build process for gcc-3.2.2 failed on install
@ 2003-05-15  7:56 ebotcazou
  0 siblings, 0 replies; 3+ messages in thread
From: ebotcazou @ 2003-05-15  7:56 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, warren.dodge

Synopsis: [sparc] Build process for gcc-3.2.2 failed on install

State-Changed-From-To: feedback->closed
State-Changed-By: ebotcazou
State-Changed-When: Thu May 15 07:56:23 2003
State-Changed-Why:
    Fixed in GCC 3.3.1 or later, see http://gcc.gnu.org/ml/gcc/2003-04/msg00611.html .
    Note that you shoud do a 'make bootstrap' instead of a mere 'make' to build the
    compiler, as prescribed in the documentation.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10303


^ permalink raw reply	[flat|nested] 3+ messages in thread
* Re: bootstrap/10303: [sparc] Build process for gcc-3.2.2 failed on install
@ 2003-04-10 21:16 Warren L Dodge
  0 siblings, 0 replies; 3+ messages in thread
From: Warren L Dodge @ 2003-04-10 21:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Warren L Dodge <warrend@mdhost.cse.tek.com>
To: ebotcazou@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
   nobody@gcc.gnu.org, warren.dodge@tektronix.com, gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: bootstrap/10303: [sparc] Build process for gcc-3.2.2 failed on install
Date: Thu, 10 Apr 2003 14:14:52 -0700 (PDT)

 Ok, I ran with setenv CONFIG_SHELL "/bin/ksh"
 
 
 Still the same problem
 
 Here is a snip of the problem area
 
 make[5]: Entering directory `/proj/wdtprojects/test/gnutools/src/gcc-3.2.2/gcc-3.2.2_tmp_sun5.8/sparc-sun-solaris2.8/sparcv9/libstdc++-v3/include'
 make[5]: Nothing to be done for `install-exec-am'.
 
 /bin/ksh ../../../../../gcc-3.2.2/libstdc++-v3/../mkinstalldirs /proj/wdtprojects/test/gnutools/tmp/gnu_sun5.8/gcc-3.2.2/include/c++/3.2.2
 
 mkdir /proj/wdtprojects/test/gnutools/tmp/gnu_sun5.8/gcc-3.2.2/include/c++
 mkdir /proj/wdtprojects/test/gnutools/tmp/gnu_sun5.8/gcc-3.2.2/include/c++/3.2.2
 
 /bin/ksh ../../../../../gcc-3.2.2/libstdc++-v3/../mkinstalldirs /proj/wdtprojects/test/gnutools/tmp/gnu_sun5.8/gcc-3.2.2/include/c++/3.2.2/./bits
 
 mkdir /proj/wdtprojects/test/gnutools/tmp/gnu_sun5.8/gcc-3.2.2/include/c++/3.2.2/./bits
 
 for file in
 /proj/wdtprojects/test/gnutools/src/gcc-3.2.2/gcc-3.2.2/libstdc++-v3/include/bits/basic_ios.h
 /proj/wdtprojects/test/gnutools/src/gcc-3.2.2/gcc-3.2.2/libstdc++-v3/include/bits/basic_ios.tcc
 /proj/wdtprojects/test/gnutools/src/gcc-3.2.2/gcc-3.2.2/libstdc++-v3/include/bits/basic_string.h
 /proj/wdtprojects/test/gnutools/src/gcc-3.2.2/gcc-3.2.2/libstdc++-v3/include/bits/basic_string.tcc
 /proj/wdtprojects/test/gnutools/src/gcc-3.2.2/gcc-3.2.2/libstdc++-v3/include/bits/boost_concept_check.h
 /proj/wdtprojects/test/gnutools/src/gcc-3.2.2/gcc-3.2.2/libstdc++-v3/include/bits/char_traits.h
 ...
 /proj/wdtprojects/test/gnutools/src/gcc-3.2.2/gcc-3.2.2/libstdc++-v3/include/bits/valarray_array.tcc
 /proj/wdtprojects/test/gnutools/src/gcc-3.2.2/gcc-3.2.2/libstdc++-v3/include/bits/valarray_meta.h
 ; do \
 
   ../../../../gcc-3.2.2/libstdc++-v3/../install-sh -c -m 644 ${file} /proj/wdtprojects/test/gnutools/tmp/gnu_sun5.8/gcc-3.2.2/include/c++/3.2.2/./bits; done
 /bin/ksh: ../../../../gcc-3.2.2/libstdc++-v3/../install-sh:  not found
 /bin/ksh: ../../../../gcc-3.2.2/libstdc++-v3/../install-sh:  not found
 /bin/ksh: ../../../../gcc-3.2.2/libstdc++-v3/../install-sh:  not found
 ...
 
 
 It is doing this
 
 
 ../../../../gcc-3.2.2/libstdc++-v3/../install-sh but it should be
 ../../../../../gcc-3.2.2/libstdc++-v3/../install-sh 
 
 
 The makefile in ..../include has these which are correct.
 
 VPATH = ../../../../../gcc-3.2.2/libstdc++-v3/include
 INSTALL = ../../../../../gcc-3.2.2/libstdc++-v3/../install-sh -c
 
 
 Let me know what file(s) you need to see.
 
 >  Date: 10 Apr 2003 14:35:13 -0000
 >  From: ebotcazou@gcc.gnu.org
 >  Reply-To: ebotcazou@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
 >     nobody@gcc.gnu.org, warren.dodge@tektronix.com, gcc-gnats@gcc.gnu.org
 >  X-Mailer: gnatsweb 2.9.3
 >  Content-Length: 400
 >  
 >  Synopsis: [sparc] Build process for gcc-3.2.2 failed on install
 >  
 >  State-Changed-From-To: open->feedback
 >  State-Changed-By: ebotcazou
 >  State-Changed-When: Thu Apr 10 14:35:12 2003
 >  State-Changed-Why:
 >      Did you try to set CONFIG_SHELL as prescribed in
 >      http://gcc.gnu.org/install/specific.html#sparc-sun-solaris2* ?
 >  
 >  http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10303
 >  


^ permalink raw reply	[flat|nested] 3+ messages in thread
* Re: bootstrap/10303: [sparc] Build process for gcc-3.2.2 failed on install
@ 2003-04-10 14:35 ebotcazou
  0 siblings, 0 replies; 3+ messages in thread
From: ebotcazou @ 2003-04-10 14:35 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, warren.dodge

Synopsis: [sparc] Build process for gcc-3.2.2 failed on install

State-Changed-From-To: open->feedback
State-Changed-By: ebotcazou
State-Changed-When: Thu Apr 10 14:35:12 2003
State-Changed-Why:
    Did you try to set CONFIG_SHELL as prescribed in
    http://gcc.gnu.org/install/specific.html#sparc-sun-solaris2* ?

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10303


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-05-15  7:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-15  7:56 bootstrap/10303: [sparc] Build process for gcc-3.2.2 failed on install ebotcazou
  -- strict thread matches above, loose matches on Subject: below --
2003-04-10 21:16 Warren L Dodge
2003-04-10 14:35 ebotcazou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).