From owner-freebsd-ports@FreeBSD.ORG Mon Sep 22 06:28:07 2003 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 A07C416A4B3 for ; Mon, 22 Sep 2003 06:28:07 -0700 (PDT) Received: from pozo.com (pozo.com [216.101.162.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF62A43F93 for ; Mon, 22 Sep 2003 06:28:06 -0700 (PDT) (envelope-from null@pozo.com) Received: from quad.pozo.com (quad.pozo.com [192.168.0.61]) (authenticated bits=0) by pozo.com (8.12.10/8.12.10) with ESMTP id h8MDS5fC065888 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT); Mon, 22 Sep 2003 06:28:05 -0700 (PDT) (envelope-from null@pozo.com) Message-Id: <6.0.0.22.2.20030922062232.0307e350@pozo.com> X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 22 Sep 2003 06:28:04 -0700 To: Renato Botelho , ports@freebsd.org From: Manfred Antar In-Reply-To: <3F6ED56E.2050801@galle.com.br> References: <3F6ED56E.2050801@galle.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Re: make mysql323-server broken 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, 22 Sep 2003 13:28:07 -0000 At 03:56 AM 09/22/2003, Renato Botelho wrote: >Hi, > >Following the instructions of the ports, I=B4m reporting you that a make on= mysql323-server fails topday, packages.txt contais a result of ls= /var/db/pkg and I=B4m sending config.log from mysql323-server=B4s work dir > >Regards > >Renato Botelho If you are running current. You need to rebuild the system compiler (gcc) There was a change with the -pthread option that caused this. so the best thing is to cd /usr/src and make update then make buildworld then make installworld Then try it again. I spent a few hours Saturday trying to figure it out, as I was getting the same error. After I rebuilt gcc it built fine Manfred=20