From owner-freebsd-current@FreeBSD.ORG Mon Jun 13 07:21:16 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 40E2216A428; Mon, 13 Jun 2005 07:21:16 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD7B343D1D; Mon, 13 Jun 2005 07:21:15 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-126.dynamic.qsc.de [212.202.39.126]) by mail.efacilitas.de (Postfix) with ESMTP id EF119123978; Mon, 13 Jun 2005 09:19:40 +0200 (CEST) Received: from localhost (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 2FCF012B0F7; Mon, 13 Jun 2005 09:19:43 +0200 (CEST) Received: from eurystheus.local ([192.168.1.67]) by localhost (eurystheus.locaL [192.168.1.67]) (amavisd-new, port 10024) with ESMTP id 47267-09; Mon, 13 Jun 2005 09:19:36 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id DF8C612B02A; Mon, 13 Jun 2005 09:19:36 +0200 (CEST) Message-ID: <42AD3388.2010009@cs.tu-berlin.de> Date: Mon, 13 Jun 2005 09:19:36 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050517 X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@freebsd.org References: <20050609234619.AD1F67306E@freebsd-current.sentex.ca> <84dead720506091950779d1661@mail.gmail.com> <86oeae3d8f.fsf@xps.des.no> <20050610071828.GB78035@ip.net.ua> <867jh23bwh.fsf@xps.des.no> <20050610074706.GE78035@ip.net.ua> <20050612022105.GB67746@dragon.NUXI.org> <20050612042406.GB5996@soaustin.net> <20050613065618.GA30092@dragon.NUXI.org> In-Reply-To: <20050613065618.GA30092@dragon.NUXI.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at example.com Cc: Mark Linimon , freebsd-current@freebsd.org, =?ISO-8859-1?Q?Dag-Erling_Sm=F8?= =?ISO-8859-1?Q?rgrav?= Subject: Re: [current tinderbox] failure on ...all... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 13 Jun 2005 07:21:16 -0000 David O'Brien wrote: > I could say that about tons of other ports. The gcc28 port works fine, > and I don't see what is wrong with the patch I supplied. gcc28 is still > the fastest compiler (in terms of compiler speed) we have on FreeBSD. It > is still useful. For what is it useful? It can't compile C++ code, it has a lack of standard conformance, gcc295 isn't quite worse and the utility ccache is a good choice you if you need fast recompilation. Björn