Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Apr 1998 23:18:06 -0700 (PDT)
From:      asami@FreeBSD.ORG (Satoshi Asami)
To:        obrien@FreeBSD.ORG
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG
Subject:   Re: cvs commit: ports/lang/egcs Makefile ports/lang/egcs/files md5 ports/lang/egcs/patches patch-ad patch-af ports/lang/egcs/pkg PLIST
Message-ID:  <199804080618.XAA08625@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199804070118.SAA29532@freefall.freebsd.org> (obrien@FreeBSD.ORG)

next in thread | previous in thread | raw e-mail | index | archive | help
 *   Upgrade to the 980315 snapshot.

Did you get this to work?

===
 :
stage1/xgcc -Bstage1/ -c  -DIN_GCC    -W -Wall -O2 -O2 -pipe  -DHAVE_CONFIG_H     -I. -I. -I./config ./gengenrtl.c
stage1/xgcc -Bstage1/  -DIN_GCC    -W -Wall -O2 -O2 -pipe  -DHAVE_CONFIG_H   -o gengenrtl \
 gengenrtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
./gengenrtl tmp-genrtl.h tmp-genrtl.c
gmake[2]: *** [stamp-genrtl] Segmentation fault (core dumped)
gmake[2]: Leaving directory `/ccd/ports/lang/egcs/work/egcs-980315/gcc'
gmake[1]: *** [bootstrap] Error 2
gmake[1]: Leaving directory `/ccd/ports/lang/egcs/work/egcs-980315/gcc'
gmake: *** [bootstrap] Error 2
*** Error code 2
 :
===

Looks like the stack is corrupted....

===
## gdb gengenrtl gengenrtl.core
GDB is free software and you are welcome to distribute copies of it
 under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for details.
GDB 4.16 (i386-unknown-freebsd), 
Copyright 1996 Free Software Foundation, Inc...
Core was generated by `gengenrtl'.
Program terminated with signal 11, Segmentation fault.
Cannot access memory at address 0x20017080.
#0  0x2005eec4 in ?? ()
.gdbinit:91: Error in sourced command file:
Function "abort" not defined.
(gdb) bt
#0  0x2005eec4 in ?? ()
#1  0x3 in ?? ()
#2  0x219b in find_formats ()
#3  0x2a35 in main ()
(gdb) 
===

Satoshi

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804080618.XAA08625>