From owner-freebsd-stable@FreeBSD.ORG Fri Aug 8 07:41:26 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FF5037B401 for ; Fri, 8 Aug 2003 07:41:26 -0700 (PDT) Received: from host185.dolanmedia.com (host185.dolanmedia.com [209.98.197.185]) by mx1.FreeBSD.org (Postfix) with SMTP id 6809943F75 for ; Fri, 8 Aug 2003 07:41:24 -0700 (PDT) (envelope-from greg.panula@dolaninformation.com) Received: (qmail 73471 invoked by uid 0); 8 Aug 2003 14:41:23 -0000 Received: from greg.panula@dolaninformation.com by proxy by uid 82 with qmail-scanner-1.16 ( Clear:. Processed in 3.40388 secs); 08 Aug 2003 14:41:23 -0000 X-Qmail-Scanner-Mail-From: greg.panula@dolaninformation.com via proxy X-Qmail-Scanner-Rcpt-To: mike@adept.org,stable@freebsd.org X-Qmail-Scanner: 1.16 (Clear:. Processed in 3.40388 secs) Received: from unknown (HELO mail.dolanmedia.com) (10.1.1.23) by host185.dolanmedia.com with SMTP; 8 Aug 2003 14:41:19 -0000 Received: from dolaninformation.com (10.1.1.135) by mail.dolanmedia.com (Worldmail 1.3.167); 8 Aug 2003 09:41:19 -0500 Sender: pang@FreeBSD.ORG Message-ID: <3F33B68E.56D0302A@dolaninformation.com> Date: Fri, 08 Aug 2003 09:41:18 -0500 From: Greg Panula Organization: Dolan Information Center Inc X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Mike Hoskins References: <20030731164945.G46285@fubar.adept.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: stable@freebsd.org Subject: Re: mysql323 + gcc on 4.8-s X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: greg.panula@dolaninformation.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2003 14:41:26 -0000 Mike Hoskins wrote: > > 4.8-stable as/of jun 9th (update scheduled) has gcc version, > > 2.95.4 > > i'm building mod_php3 (some local stuff needs a php3 processor) with mysql > support. using the mysql323 client/server from ports. mysql (which i > know i've built before on older stable's) reports gcc can't convert > longlong to something or other... basicly saying i need a newer compiler. > > i'm installing gcc33 from ports, since it's the latest release according > to gnu's site... but running 'make check' (which is still running) has > been spitting out quite a few failures like, > > FAIL: SyncGlobal -O execution - bytecode->native test > FAIL: Thread_Sleep output - bytecode->native test > FAIL: Throw_2 execution - source compiled test > FAIL: Throw_2 execution - gij test > FAIL: Throw_2 execution - bytecode->native test > FAIL: Throw_2 -O execution - source compiled test > FAIL: Throw_2 execution - gij test > FAIL: Throw_2 -O execution - bytecode->native test > WARNING: program timed out. > FAIL: anon2 execution - gij test > WARNING: program timed out. > > should i be concerned? :) furthermore, should this be required for > mysql323 under -stable? > Hmmm, odd. Maybe try updating your ports collections and try again. I've had mysql 3.23 running under freebsd 4.x for over a year now. I was able to compile it from the ports using the version of gcc that comes with freebsd. No special voodoo or switches used. Currently running 3.23.57 on a fbsd 4.7 box without problems. Word on the street is that for a freebsd+mysql to take advantage of multiple cpus, one needs to add linuxthread support. Checkout: http://jeremy.zawodny.com/blog/archives/000697.html http://jeremy.zawodny.com/blog/archives/000203.html http://jeremy.zawodny.com/blog/archives/000458.html I haven't attempted the above or have a pressing for it at the moment. But it might be useful info for you. good luck, greg