From owner-freebsd-current@FreeBSD.ORG Thu Jul 17 13:26:58 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2272F37B401 for ; Thu, 17 Jul 2003 13:26:58 -0700 (PDT) Received: from lakemtao06.cox.net (lakemtao06.cox.net [68.1.17.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A1E743FBD for ; Thu, 17 Jul 2003 13:26:57 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao06.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20030717202657.TRPT15657.lakemtao06.cox.net@mezz.mezzweb.com>; Thu, 17 Jul 2003 16:26:57 -0400 Date: Thu, 17 Jul 2003 15:26:53 -0500 To: Peter Kadau Content-Type: text/plain; charset=utf-8; format=flowed References: <1058366903.81198.18.camel@skeeve> <20030716110743.1e44c8e0.ak03@gte.com> <200307162209.22237.michaelnottebrock@gmx.net> <1058472457.12586.30.camel@straycat> From: Jeremy Messenger MIME-Version: 1.0 Message-ID: In-Reply-To: <1058472457.12586.30.camel@straycat> User-Agent: Opera7.11/Linux M2 build 406 cc: freebsd-current@freebsd.org Subject: Re: gcc-3.3 issues X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2003 20:26:58 -0000 On 17 Jul 2003 22:07:37 +0200, Peter Kadau wrote: > Hi ! > >> > s/gcc-3.3/ports/ issues and we are in agreement. > alright, `port compile issues raised with the adoption of gcc-3.3' >> > Patches to fix broken ports are welcome. > Looking at AbiWord2 I suspect this has to be pushed > upstream in some cases. > OK, here is a - ahem - patch for aspell: > --- prog/checker_string.hpp.orig Tue Sep 24 03:34:52 2002 > +++ prog/checker_string.hpp Thu Jul 17 20:02:58 2003 > @@ -5,6 +5,7 @@ > // it at http://www.gnu.org/. > #include > +#include > #include "aspell.h" > > It works on my colleague's and my current and my stable. > But maybe it's not the right way (tm) (to 'do-it) :-) > But should I post that on -ports, -current or send it to the > ports maintainer ? I'd rather avoid tracking -ports... But, this patch doesn't work/fix to me on yesterday -CURRENT. Here's what I get error following: ============================= In file included from check_funs.hpp:10, from aspell.cpp:25: checker_string.hpp:8:23: g++/cassert: No such file or directory gmake[1]: *** [aspell.o] Error 1 gmake[1]: Leaving directory `/usr/ports/textproc/aspell/work/aspell- 0.50.3/prog' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/textproc/aspell. ============================= Without this patch, I get error following: ============================= checker_string.cpp: In member function `void CheckerString::replace(acommon::ParmString)': checker_string.cpp:113: error: `assert' undeclared (first use this function) checker_string.cpp:113: error: (Each undeclared identifier is reported only once for each function it appears in.) gmake[1]: *** [checker_string.o] Error 1 gmake[1]: Leaving directory `/usr/ports/textproc/aspell/work/aspell- 0.50.3/prog' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/textproc/aspell. *** Error code 1 ============================= I am willing to test the patches if one of you have any. Cheers, Mezz -- bsdforums.org 's moderator, mezz.