From owner-cvs-ports@FreeBSD.ORG Fri Jul 24 06:15:30 2009 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4AC81065679; Fri, 24 Jul 2009 06:15:30 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id 72FE78FC2B; Fri, 24 Jul 2009 06:15:30 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by wa-out-1112.google.com with SMTP id m38so305175waf.27 for ; Thu, 23 Jul 2009 23:15:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:message-id:to:cc :subject:from:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=uardNUFu5E1FhWPs5mujcJq/LifTKoPWGytAxbyy4Gs=; b=X0P9LDGyJ3ZUGIfh6DM65Ggjoz2IXB8ak2hs8l/iGQx/nsBag1hFKEhOQrFr0/c1pZ E8ECpuItcbAkP9ksO1z6P5fPqwHYe0I/LKAEXjLeSb/nwmjBMpBFys41kdntQ+WrlSr+ 3XPDCG14t6x6tNtFdAyTW7GaDfFDNIRy8mbFc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:message-id:to:cc:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; b=sgELwTJAjmSbo1qGUpqihSd5ZKJvsDr+aPsD/fWtxQBpsUBt2zRIBTw0Aw081+oFJ3 yOrpYGvGbNDuWoo21lZl8Ykef1elRU3I1ZaHXpb21Adhrs1DDDrG49U7PfK7qMQu2OkN xoGJBe87QJ0XvdnwLDFRllhq4XjSOqelHnEO0= Received: by 10.114.171.16 with SMTP id t16mr3801874wae.111.1248416129909; Thu, 23 Jul 2009 23:15:29 -0700 (PDT) Received: from localhost (rikad42.riken.jp [134.160.214.42]) by mx.google.com with ESMTPS id j28sm5397058waf.67.2009.07.23.23.15.27 (version=SSLv3 cipher=RC4-MD5); Thu, 23 Jul 2009 23:15:28 -0700 (PDT) Sender: Maho NAKATA Date: Fri, 24 Jul 2009 15:15:09 +0900 (JST) Message-Id: <20090724.151509.460114267490804990.chat95@mac.com> To: gerald@pfeifer.com From: Maho NAKATA In-Reply-To: References: <20090722104843.4C7C539843@qat.tcbug.org> <20090723.100400.623571555980913508.chat95@mac.com> X-Mailer: Mew version 6.2 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, QAT@FreeBSD.org, cvs-all@FreeBSD.org, openoffice@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice.org-3-RC Makefile distinfo ports/editors/openoffice.org-3-RC/files patch-i102679 X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2009 06:15:32 -0000 Hi Gerald, Of course using gcc42 from the ports tree is a nice idea, and note that this happens conditionally :-( not all cases. Best, From: Gerald Pfeifer Subject: Re: cvs commit: ports/editors/openoffice.org-3-RC Makefile distinfo ports/editors/openoffice.org-3-RC/files patch-i102679 Date: Fri, 24 Jul 2009 01:16:28 +0200 (CEST) > On Thu, 23 Jul 2009, Maho NAKATA wrote: >> Hi, * (add Gerald, a gcc guru) > > You are being kind, Maho-san. :-) > >> I investigated a bit and this is a bug of gcc. > > I looked into the log, and understand this is our system compiler. My > recommendation is to see whether this also occurs with lang/gcc42 (that > is, setting USE_GCC=4.2 in the port), lang/gcc43, or lang/gcc44. > This may be a very valid case where going for the ports compiler, a > recommendation I have heard from obrien and others, sounds like a good > idea and as you have seen I have started to push to get things cleaned > up for lang/gcc44 even. If lang/gcc44 works for you, GCC 4.4.1 has just > been released upstream and I would hope this to be a longer term solution; > otherwise lang/gcc43. > > Gerald >