From owner-freebsd-ports@FreeBSD.ORG Thu Apr 9 06:27:41 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06034106566C for ; Thu, 9 Apr 2009 06:27:41 +0000 (UTC) (envelope-from lehmann@ans-netz.de) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [78.111.72.186]) by mx1.freebsd.org (Postfix) with SMTP id 884008FC1A for ; Thu, 9 Apr 2009 06:27:40 +0000 (UTC) (envelope-from lehmann@ans-netz.de) Received: (qmail 65319 invoked by uid 89); 9 Apr 2009 06:27:38 -0000 Message-ID: <20090409062738.65318.qmail@avocado.salatschuessel.net> From: "Oliver Lehmann" To: gerald@FreeBSD.org Date: Thu, 09 Apr 2009 08:27:38 +0200 Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: problems with lang/gcc43 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2009 06:27:41 -0000 Hi, I've two problems with lang/gcc43. 1) for me it appears not to be MAKE_JOBS_SAFE. I'm getting continous errors compiling it on my dual PIII850 System: http://files.pofo.de/gcc-4.3.4_20090326.log 2) something in the /usr/local/lib/gcc-4.3.4/include/c++/bits/locale_facets.h header seems to be broken. just take the toupper() function definition. It takes two arguments and it conflicts somehow with the libc declaration of toupper() where toupper(3) reveals that it only takes one argument. http://files.pofo.de/freeorion-0.3.12.20090408_2.log