public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/5187: gcc 3.0.3 fails to bootstrap on Sun Ultra 60 with Solaris 8
@ 2001-12-26 12:36 Craig Rodrigues
  0 siblings, 0 replies; 6+ messages in thread
From: Craig Rodrigues @ 2001-12-26 12:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Craig Rodrigues <rodrigc@mediaone.net>
To: "Dr. David Kirkby" <drkirkby@ntlworld.com>
Cc: rodrigc@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
   nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Subject: Re: bootstrap/5187: gcc 3.0.3 fails to bootstrap on Sun Ultra 60 with Solaris 8
Date: Wed, 26 Dec 2001 15:32:37 -0500

 On Wed, Dec 26, 2001 at 09:16:56AM +0000, Dr. David Kirkby wrote:
 > rodrigc@gcc.gnu.org wrote:
 > > 
 > >     Did you follow the instructions at:
 > >     http://gcc.gnu.org/install/specific.html#*-*-solaris2*
 > > 
 > >     and set your CONFIG_SHELL to ksh?
 > 
 > I was not using the sh shell, which that page lists as causing problems.
 > However, neither was I using ksh, but instead tcsh. That pages clearly states sh
 
 Careful....you may be using tcsh in your environment, but
 the gcc configure script tries to invoke /bin/sh...it does not
 invoke tcsh.  If you read the above mentioned release notes,
 you will see that the gcc configure scripts do not always
 work with the /bin/sh that comes with Solaris, hence the
 need to set CONFIG_SHELL to ksh.


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

* Re: bootstrap/5187: gcc 3.0.3 fails to bootstrap on Sun Ultra 60 with Solaris 8
@ 2002-02-23  0:06 rodrigc
  0 siblings, 0 replies; 6+ messages in thread
From: rodrigc @ 2002-02-23  0:06 UTC (permalink / raw)
  To: drkirkby, gcc-bugs, gcc-prs, nobody, rodrigc

Synopsis: gcc 3.0.3 fails to bootstrap on Sun Ultra 60 with Solaris 8

State-Changed-From-To: feedback->closed
State-Changed-By: rodrigc
State-Changed-When: Fri Feb 22 21:10:38 2002
State-Changed-Why:
    See:
    http://gcc.gnu.org/gcc-3.0/buildstat.html
    for successful bootstrap of gcc 3.0.3 on this platform.

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


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

* Re: bootstrap/5187: gcc 3.0.3 fails to bootstrap on Sun Ultra 60 with  Solaris 8
@ 2001-12-26  6:56 Jeff Sturm
  0 siblings, 0 replies; 6+ messages in thread
From: Jeff Sturm @ 2001-12-26  6:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Jeff Sturm <jsturm@one-point.com>
To: "Dr. David Kirkby" <drkirkby@ntlworld.com>
Cc: rodrigc@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Subject: Re: bootstrap/5187: gcc 3.0.3 fails to bootstrap on Sun Ultra 60
 with  Solaris 8
Date: Wed, 26 Dec 2001 09:52:14 -0500 (EST)

 On Wed, 26 Dec 2001, Dr. David Kirkby wrote:
 > ---problem after autogen is installed and gcc-3.0.3 bootstraps properly----
 > 
 > # cd /usr/local/src/gcc-3.0.3
 > # configure --prefix=/usr/local/stow/gcc-3.0.3
 > # make bootstrap
 > # make install 
 
 Could the problem here be related to configuring in the source tree?  Try
 e.g.:
 
 mkdir -p /usr/local/build/gcc-3.0.3
 cd /usr/local/build/gcc-3.0.3
 /usr/local/src/gcc-3.0.3/configure --prefix=/usr/local/stow/gcc-3.0.3
 make bootstrap
 make install 
 
 Jeff
 


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

* Re: bootstrap/5187: gcc 3.0.3 fails to bootstrap on Sun Ultra 60 with  Solaris 8
@ 2001-12-26  1:46 Dr. David Kirkby
  0 siblings, 0 replies; 6+ messages in thread
From: Dr. David Kirkby @ 2001-12-26  1:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: "Dr. David Kirkby" <drkirkby@ntlworld.com>
To: rodrigc@gcc.gnu.org, gcc-bugs@gcc.gnu.org,
 	gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: bootstrap/5187: gcc 3.0.3 fails to bootstrap on Sun Ultra 60 with 
 Solaris 8
Date: Wed, 26 Dec 2001 09:35:12 +0000

 rodrigc@gcc.gnu.org wrote:
 > 
 > Synopsis: gcc 3.0.3 fails to bootstrap on Sun Ultra 60 with Solaris 8
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: rodrigc
 > State-Changed-When: Tue Dec 25 10:44:12 2001
 > State-Changed-Why:
 >     Did you follow the instructions at:
 >     http://gcc.gnu.org/install/specific.html#*-*-solaris2*
 > 
 >     and set your CONFIG_SHELL to ksh?
 > 
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5187
 
 I should have added, that after installing autogen, I was still unable to get a
 working gcc on my Solaris machine. I had completely forgotten this fact until
 after I looked at my emails. 
 
 gcc-3.0.3 did bootstrap properly, so perhaps should be the subject of a
 different bug report, since it is clearly a different problem. However, it did
 fail to install properly, basically giving the following problem. If you feel
 this should be under a new bug report, I'm happy to do that. 
 
 ---problem after autogen is installed and gcc-3.0.3 bootstraps properly----
 
 # cd /usr/local/src/gcc-3.0.3
 # configure --prefix=/usr/local/stow/gcc-3.0.3
 # make bootstrap
 # make install 
 
 gcc runs okay:
 
 # /usr/local/stow/gcc-3.0.3/bin/gcc -v
 Using builtin specs.
 Configured with: configure --prefix=/usr/local/stow/gcc-3.0.3 : (reconfigured) 
 Thread model: posix
 gcc version 3.0.3
 
 This installs gcc, but when I try to compile any C programme (I've not tried
 fortran etc), I get reports of an installation problem. 
 
 # cat test.c
 #include <stdio.h>
 
 main()
 {
   printf("Hello world\n");
 }
 
 parrot /usr/local/src/gcc-3.0.3 # /usr/local/stow/gcc-3.0.3/bin/gcc test.c
 gcc: installation problem, cannot exec `cc1': No such file or directory
 
 -- 
 Dr. David Kirkby Ph.D,
 email: drkirkby@ntlworld.com 
 former email address: davek@medphys.ucl.ac.uk
 web page: http://www.david-kirkby.co.uk/
 Amateur radio callsign: G8WRB


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

* Re: bootstrap/5187: gcc 3.0.3 fails to bootstrap on Sun Ultra 60 with Solaris 8
@ 2001-12-25 10:44 rodrigc
  0 siblings, 0 replies; 6+ messages in thread
From: rodrigc @ 2001-12-25 10:44 UTC (permalink / raw)
  To: drkirkby, gcc-bugs, gcc-prs, nobody, rodrigc

Synopsis: gcc 3.0.3 fails to bootstrap on Sun Ultra 60 with Solaris 8

State-Changed-From-To: open->feedback
State-Changed-By: rodrigc
State-Changed-When: Tue Dec 25 10:44:12 2001
State-Changed-Why:
    Did you follow the instructions at:
    http://gcc.gnu.org/install/specific.html#*-*-solaris2*
    
    and set your CONFIG_SHELL to ksh?

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


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

* bootstrap/5187: gcc 3.0.3 fails to bootstrap on Sun Ultra 60 with Solaris 8
@ 2001-12-24 13:56 drkirkby
  0 siblings, 0 replies; 6+ messages in thread
From: drkirkby @ 2001-12-24 13:56 UTC (permalink / raw)
  To: gcc-gnats


>Number:         5187
>Category:       bootstrap
>Synopsis:       gcc 3.0.3 fails to bootstrap on Sun Ultra 60 with Solaris 8
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Dec 24 13:56:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Dr. David Kirkby
>Release:        3.0.3
>Organization:
As anyone how knows me will testify, I don't believe in organisation. 
>Environment:
System: SunOS parrot 5.8 Generic_108528-11 sun4u sparc SUNW,Ultra-60
Architecture: sun4

	
host: sparc-sun-solaris2.8
build: sparc-sun-solaris2.8
target: sparc-sun-solaris2.8
configured with: configure --prefix=/usr/local/stow/gcc-3.0.3-32-bit : (reconfigured) 
>Description:
When attempting to build gcc, the 'make bootstrap' command causes the following 
output.
  *) rm -f lang-f77;; \
esac
if [ -f lang-f77 ]; then \
  gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I. -I./. -I./config -I./../include \
        ./f/g77spec.c -o g77spec.o; \
else true; fi
case "c " in \
  *[fF]77*) echo timestamp > lang-f77;; \
  *) rm -f lang-f77;; \
esac
if [ -f lang-f77 ]; then \
  gcc -c  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I. -I./. -I./config -I./../include -o g77version.o \
    ./f/version.c; \
else true; fi
if [ -f lang-f77 ]; then \
  gcc  -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H  -o g77 gcc.o g77spec.o g77version.o \
   version.o prefix.o intl.o  obstack.o alloca.o        ../libiberty/libiberty.a; \
else true; fi
(MAKE="make"; srcdir=`cd ./fixinc && pwd` ; \
CC="gcc"; CFLAGS=" -DIN_GCC  -DSVR4  -g  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H -DGENERATOR_FILE"; LDFLAGS=""; \
WARN_CFLAGS="-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long"; \
export MAKE srcdir CC CFLAGS LDFLAGS WARN_CFLAGS; cd ./fixinc && \
/bin/sh ${srcdir}/mkfixinc.sh sparc-sun-solaris2.8 sparc-sun-solaris2.8)
constructing ../fixinc.sh for sparc-sun-solaris2.8 to run on sparc-sun-solaris2.8
make TARGETS=oneprocess SHELL="/bin/sh" CC="gcc" CFLAGS=" -DIN_GCC -DSVR4 -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE" LDFLAGS="" install-bin
make[3]: Entering directory `/usr/local/src/gcc-3.0.3-32-bit/gcc/fixinc'
cd . ; /bin/sh ./genfixes fixincl.x
./genfixes: autogen: not found
make[3]: *** [fixincl.x] Error 1
make[3]: Leaving directory `/usr/local/src/gcc-3.0.3-32-bit/gcc/fixinc'
make[2]: *** [fixinc.sh] Error 2
make[2]: Leaving directory `/usr/local/src/gcc-3.0.3-32-bit/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/usr/local/src/gcc-3.0.3-32-bit/gcc'
make: *** [bootstrap] Error 2
>How-To-Repeat:
configure --prefix=/usr/local/stow/gcc-3.0.3-32-bit
make bootstrap
	
>Fix:
I'm not aware of a fix. 
>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-02-23  5:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-26 12:36 bootstrap/5187: gcc 3.0.3 fails to bootstrap on Sun Ultra 60 with Solaris 8 Craig Rodrigues
  -- strict thread matches above, loose matches on Subject: below --
2002-02-23  0:06 rodrigc
2001-12-26  6:56 Jeff Sturm
2001-12-26  1:46 Dr. David Kirkby
2001-12-25 10:44 rodrigc
2001-12-24 13:56 drkirkby

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).