From owner-freebsd-ports@FreeBSD.ORG Mon Jan 24 23:28:35 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45B8A16A4CE; Mon, 24 Jan 2005 23:28:35 +0000 (GMT) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED8BB43D55; Mon, 24 Jan 2005 23:28:34 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.alpha-tierchen.de (port-212-202-169-228.dynamic.qsc.de [212.202.169.228]) by mail.efacilitas.de (Postfix) with ESMTP id 87F091239BA; Tue, 25 Jan 2005 00:28:13 +0100 (CET) Received: from localhost (localhost.local [127.0.0.1]) by mail.alpha-tierchen.de (Postfix) with ESMTP id A2073CCD81E; Tue, 25 Jan 2005 00:27:47 +0100 (CET) Received: from mail.alpha-tierchen.de ([127.0.0.1]) by localhost (mail.efacilitas.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02583-02; Tue, 25 Jan 2005 00:27:45 +0100 (CET) Received: from [192.168.1.2] (alpha.local [192.168.1.2]) by mail.alpha-tierchen.de (Postfix) with ESMTP id CEA3DCCD81D; Tue, 25 Jan 2005 00:27:45 +0100 (CET) Message-ID: <41F584A3.3020305@cs.tu-berlin.de> Date: Tue, 25 Jan 2005 00:28:35 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0 (X11/20050120) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: ports@freebsd.org References: <20050124225859.GRA9818.aamta03-winn.mailhost.ntl.com@winxp> In-Reply-To: <20050124225859.GRA9818.aamta03-winn.mailhost.ntl.com@winxp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at alpha-tierchen.de cc: daniel.briley@ntlworld.com cc: ale@freebsd.org Subject: Re: FreeBSD Port: mysql-server-4.0.23a X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2005 23:28:35 -0000 Daniel Briley schrieb: > >Here's the error output: > >In file included from mysql_priv.h:352, > from sql_help.cc:17: >item.h: In member function `virtual Item** Item_cache_row::addr(uint)': >item.h:1296: error: `Itum' undeclared (first use this function) > Looks like a typical malicious bit error of faulty RAM. Itum should be Item. e = 0x65 = 0110 0101 u = 0x75 = 0111 0101 ^ make clean and try install again and it might work without problems, but it is more possible that you'll get another error. Check your RAM. Regards Björn