From owner-freebsd-questions@FreeBSD.ORG Mon Mar 1 20:52:56 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17B9A106566B for ; Mon, 1 Mar 2010 20:52:56 +0000 (UTC) (envelope-from lconrad@Go2France.com) Received: from mgw1.MEIway.com (mgw1.meiway.com [81.255.84.75]) by mx1.freebsd.org (Postfix) with ESMTP id A4F048FC13 for ; Mon, 1 Mar 2010 20:52:55 +0000 (UTC) Received: from VirusGate.MEIway.com (virusgate.meiway.com [81.255.84.76]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id 7983C47185F for ; Mon, 1 Mar 2010 21:52:57 +0100 (CET) Received: from mail.Go2France.com (ms1.meiway.com [81.255.84.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id C52693865B9 for ; Mon, 1 Mar 2010 21:52:57 +0100 (CET) (envelope-from lconrad@Go2France.com) Date: Mon, 1 Mar 2010 21:52:42 +0100 Message-Id: <201003012152.AA294715616@mail.Go2France.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Len Conrad" X-Sender: To: X-Mailer: Subject: Re: sorry, email program ate my subject: Can't compile MySQL 5.0server on 7.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lconrad@Go2France.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2010 20:52:56 -0000 ---------- Original Message ---------------------------------- From: Greg Larkin Reply-To: glarkin@FreeBSD.org Date: Mon, 01 Mar 2010 14:46:54 -0500 >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >Len Conrad wrote: >> ---------- Original Message ---------------------------------- >> From: "Len Conrad" >> Reply-To: lconrad@Go2France.com >> Date: Mon, 1 Mar 2010 19:04:58 +0100 >> >>> FreeBSD 7.2 as ESXi virtual machine >>> >>> after portsnap fetch update >>> >>> cd /usr/ports/databases/mysql50-server >>> >>> make configure >>> >>> make >>> >>> blah blah >>> >>> mv -f .deps/ha_example.Tpo .deps/ha_example.Po >>> c++ -DEMBEDDED_LIBRARY -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DMYSQL_DATADIR="\"/var/db/mysql\"" -DSHAREDIR="\"/usr/local/share/mysql\"" -I. -I../include -I../bdb/build_unix -I../innobase/include -I../innobase/include -I../include -I../include -I../sql -I../sql -I../sql/examples -I../regex -DDBUG_OFF -O2 -fno-strict-aliasing -pipe -fPIC -O2 -fno-strict-aliasing -pipe -fPIC -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -MT ha_tina.o -MD -MP -MF .deps/ha_tina.Tpo -c -o ha_tina.o ha_tina.cc >>> mv -f .deps/ha_tina.Tpo .deps/ha_tina.Po >>> c++ -DEMBEDDED_LIBRARY -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DMYSQL_DATADIR="\"/var/db/mysql\"" -DSHAREDIR="\"/usr/local/share/mysql\"" -I. -I../include -I../bdb/build_unix -I../innobase/include -I../innobase/include -I../include -I../include -I../sql -I../sql -I../sql/examples -I../regex -DDBUG_OFF -O2 -fno-strict-aliasing -pipe -fPIC -O2 -fno-strict-aliasing -pipe -fPIC -felide-constructors -fno-rtti -fno-exceptions -fno-implicit-templates -fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=1000000 -MT sql_yacc.o -MD -MP -MF .deps/sql_yacc.Tpo -c -o sql_yacc.o sql_yacc.cc >>> c++: Internal error: Killed: 9 (program cc1plus) >>> Please submit a full bug report. >>> See for instructions. >>> *** Error code 1 >>> 1 error >>> *** Error code 1 >>> 1 error >>> *** Error code 1 >>> 1 error >>> *** Error code 2 >>> 1 error >>> *** Error code 1 >>> >>> Stop in /usr/ports/databases/mysql50-server. >>> >>> >>> Thanks >>> Len >>> > >Hi Len, > >How much memory have you allocated to the VM? This error indicates that >the compiler didn't have enough memory to compile that source file. >Also, check the output of this command: > >sysctl -a | grep ^kern.maxd > >I have a VM with 1.5 GB allocated to it, and I've added the following >line to /boot/loader.conf.local: > >kern.maxdsize=1363148800 > >That gave me enough breathing room to use gcc (gcj, actually) to compile >some complex Java source files. > >Hope that helps, >Greg thanks Greg, I though that might be a problem. from top: Mem: 77M Active, 94M Inact, 57M Wired, 2956K Cache, 34M Buf, 7492K Free I gave up on compile and did pkg_add -r. thanks Len >- -- >Greg Larkin > >http://www.FreeBSD.org/ - The Power To Serve >http://www.sourcehosting.net/ - Ready. Set. Code. >http://twitter.com/sourcehosting/ - Follow me, follow you >-----BEGIN PGP SIGNATURE----- >Version: GnuPG v1.4.7 (MingW32) >Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > >iD8DBQFLjBmu0sRouByUApARAi0vAJ96IfepBA5qhY0Tpbj7Mqu+ZMCFFACeOhKR >Ov0ynzi/gBt4HkF8qNoebUo= >=5q+5 >-----END PGP SIGNATURE----- > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >