From owner-freebsd-questions@FreeBSD.ORG Thu Aug 21 06:44:09 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10D6716A4C0 for ; Thu, 21 Aug 2003 06:44:09 -0700 (PDT) Received: from munk.nu (213-152-51-194.dsl.eclipse.net.uk [213.152.51.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C6F443FAF for ; Thu, 21 Aug 2003 06:44:08 -0700 (PDT) (envelope-from munk@munk.nu) Received: from munk by munk.nu with local (Exim 4.20) id 19ppjT-000E0w-2e for freebsd-questions@freebsd.org; Thu, 21 Aug 2003 14:44:07 +0100 Date: Thu, 21 Aug 2003 14:44:07 +0100 From: Jez Hancock To: freebsd-questions@freebsd.org Message-ID: <20030821134407.GA53259@users.munk.nu> Mail-Followup-To: freebsd-questions@freebsd.org References: <20030821124948.GE81802@marvin.penguinpowered.org.uk> <20030821124530.GA50157@users.munk.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030821124530.GA50157@users.munk.nu> User-Agent: Mutt/1.4.1i Sender: User Munk Subject: Re: MySQL from ports on FreeBSD 5.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2003 13:44:09 -0000 On Thu, Aug 21, 2003 at 01:45:30PM +0100, support wrote: > On Thu, Aug 21, 2003 at 01:49:49PM +0100, Wayne Pascoe wrote: > > Hi all, > > > > I'm having problems building MySQL from ports on FreeBSD 5.1-RELEASE-p2. > > In /usr/ports/databases/mysql323-server I'm doing make install. After > > quite a while, I get the following error: > > > > checking if conversion of longlong to float works... Segmentation fault > > (core dumped) > > no > > configure: error: Your compiler cannot convert a longlong value to a > > float! If you are using gcc 2.8.# you should upgrade to egcs 1.0.3 or > > newer and try again > There's a problem with mysql 323 on fbsd 5.x - search the problem > reports summary page for 'mysql'. > There's a patch for it included in one of the follow up reports. This is the PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/53252 The actual patch is in PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/53561 You should be able to fix this by running: cd /usr/ports fetch -o patch.53561 "http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/53561" patch < patch.53561 rm patch.53561 -- Jez http://www.munk.nu/