From owner-freebsd-ports Sat Sep 11 7:55:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from disorder.obtuse.net (disorder.obtuse.net [206.96.248.240]) by hub.freebsd.org (Postfix) with ESMTP id BE3F414E44 for ; Sat, 11 Sep 1999 07:55:33 -0700 (PDT) (envelope-from pzn@obtuse.net) Received: from localhost (pzn@localhost) by disorder.obtuse.net (8.9.3/8.9.3) with ESMTP id KAA05772 for ; Sat, 11 Sep 1999 10:55:30 -0400 (EDT) (envelope-from pzn@obtuse.net) X-Authentication-Warning: disorder.obtuse.net: pzn owned process doing -bs Date: Sat, 11 Sep 1999 10:55:30 -0400 (EDT) From: pzn To: ports@freebsd.org Subject: Problem with latest mysql322-server port Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm running the 3.3-RC latest src/ports tree from this morning at 3am EST. I've been unable to compile the mysql322-server. I get three different errors consecutively after each make. I'll dump them below. I. -I../include -I.. -I. -O -pipe -fno-implicit-templates -DDBUG_OFF -c sql_yacc.cc /my/gnu/lib/bison/bison.simple: In function `int yyparse()': /my/gnu/lib/bison/bison.simple:692: virtual memory exhausted *** Error code 1 That one is likely due to lack of virt memory, but I'm sure. Then I try make again I get: c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DDATADIR="\"/var/db/mysql\"" -DSHAREDIR="\"/usr/local/share/mysql\"" -DHAVE_CONFIG_H -I./../include -I./../regex -I. -I../include -I.. -I. -O -pipe -fno-implicit-templates -DDBUG_OFF -c sql_yacc.cc cc: Internal compiler error: program cc1plus got fatal signal 9 *** Error code 1 Then, I try one last make, it gets beyond this sql_yacc.cc and fails at one last point. lm -lcrypt -pthread sql_parse.o: In function `mysql_parse(THD *, char *, unsigned int)': sql_parse.o(.text+0x29bc): undefined reference to `yyparse(void)' *** Error code 1 Any help, information, fix info would be greatly appreciated. Thanks pzn@obtuse.net "Every man has a technique. The way you'll know mine is... you'll be dead." -----BEGIN PGP PUBLIC KEY BLOCK----- Version: 2.6.2 mQCNAzfW8HwAAAEEAKQGhWEUcrg/i7g68TFecPDPt+J9L3sJwAyDZ8PaxPvaiFvp TUkXOV95VEZmF+N3BUrZWH9YAzi7QqaZ1Z5IHZkAhgbhGFQD/C7PpyUnC2vdyrw4 qDnOE99+qD6/hryTkdBCZdUOtP2dPg06hsRz1WKfBAcySRUihWR1quhWPWkpAAUT tANwem4= =SHba -----END PGP PUBLIC KEY BLOCK----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message