From owner-freebsd-stable Thu Aug 10 21: 3:29 2000 Delivered-To: freebsd-stable@freebsd.org Received: from terminus.rootprompt.net (mail.rootprompt.net [208.53.161.251]) by hub.freebsd.org (Postfix) with SMTP id D0E8D37BBB6 for ; Thu, 10 Aug 2000 21:03:23 -0700 (PDT) (envelope-from robert@rootprompt.net) Received: (qmail 26838 invoked from network); 11 Aug 2000 01:13:19 -0000 Received: from recon.rootprompt.net (HELO jove) (192.168.1.2) by terminus.rootprompt.net with SMTP; 11 Aug 2000 01:13:19 -0000 From: "Robert Banniza" To: Subject: Make fails with mysql-3.22.32 Date: Thu, 10 Aug 2000 20:14:39 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Guys, I just cvsup'ed and built world with the 4.1 (August 7) release and I'm trying to compile mysql-3.22.32 (this was a tar ball and not part of the ports collection) with a normal 'configure' and then 'make'. However, I'm getting the following error: ################################################# I. -I../include -I.. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FIL E_OFFSET_BITS=64 -O3 -DDBUG_OFF -fno-implicit-templates -DMYSQLD_NET_RETRY _COUNT=1000000 -c convert.cc c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\" " -DDATADIR="\"/usr/local/var\"" -DSHAREDIR="\"/usr/lo cal/share/mysql\"" -DHAVE_CONFIG_H -I./../include -I./../regex -I. -I../include -I.. -I. -D_LARGEFILE _SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -DDBUG_OFF -fno-i mplicit-templates -DMYSQLD_NET_RETRY_COUNT=1000000 -c sql_parse.cc c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\" " -DDATADIR="\"/usr/local/var\"" -DSHAREDIR="\"/usr/lo cal/share/mysql\"" -DHAVE_CONFIG_H -I./../include -I./../regex -I. -I../include -I.. -I. -D_LARGEFILE _SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -DDBUG_OFF -fno-i mplicit-templates -DMYSQLD_NET_RETRY_COUNT=1000000 -c sql_yacc.cc c++: Internal compiler error: program cc1plus got fatal signal 9 *** Error code 1 Stop in /home/robert/mysql-3.22.32/sql. *** Error code 1 Stop in /home/robert/mysql-3.22.32/sql. *** Error code 1 Stop in /home/robert/mysql-3.22.32. *** Error code 1 ################################################## Can anyone tell me what's up or if there is a problem with the cc1plus compiler? A co-worker brought this to my attention and I wanted to pass this on. Thanks, Robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message