bootstrap/5187: gcc 3.0.3 fails to bootstrap on Sun Ultra 60 with Solaris 8
drkirkby@ntlworld.com
drkirkby@ntlworld.com
Tue Dec 25 07:49:00 GMT 2001
>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:
More information about the Gcc-bugs
mailing list