Date: Sat, 11 Sep 1999 10:55:30 -0400 (EDT) From: pzn <pzn@obtuse.net> To: ports@freebsd.org Subject: Problem with latest mysql322-server port Message-ID: <Pine.BSF.4.10.9909111052370.5767-100000@disorder.obtuse.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9909111052370.5767-100000>