From owner-freebsd-current@FreeBSD.ORG Mon Apr 25 16:05:08 2005 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 C221216A4CE for ; Mon, 25 Apr 2005 16:05:08 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED1DE43D1D for ; Mon, 25 Apr 2005 16:05:05 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j3PG9dGj004700; Mon, 25 Apr 2005 10:09:39 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <426D1459.1050504@samsco.org> Date: Mon, 25 Apr 2005 10:01:29 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= References: <20050424175543.71041.qmail@web51805.mail.yahoo.com> <20050424151517.O68772@lexi.siliconlandmark.com> <3822.216.177.243.38.1114385370.localmail@webmail.dnswatch.com> <20050425000459.GA28667@xor.obsecurity.org> <6.2.1.2.0.20050424204611.072105a0@64.7.153.2> <20050425010242.GA44110@xor.obsecurity.org> <6.2.1.2.0.20050424210422.03d22990@64.7.153.2> <20050425014453.GA59981@xor.obsecurity.org> <426C6B1D.3040704@elischer.org> <20050425061459.GA33247@xor.obsecurity.org> <20050425062106.GB91852@voodoo.oberon.net> <426CF3DE.4000409@samsco.org> <20050425160146.4795fe1b.flynn@energyhq.es.eu.org> <426D14A1.9080707@t-hosting.hu> In-Reply-To: <426D14A1.9080707@t-hosting.hu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: mike@sentex.net cc: freebsd-current@freebsd.org cc: julian@elischer.org cc: krion@voodoo.oberon.net cc: kris@obsecurity.org Subject: Re: FreeBSD 6 is coming too fast 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: Mon, 25 Apr 2005 16:05:08 -0000 Kövesdán Gábor wrote: > >> >> Definitely not for 6.0, and I usually avoid .0 releases on critical >> software, but nonetheless it would interesting setting a tinderbox, >> launch a buildworld process with gcc40 and see where/if it breaks. I >> have a spare k6-2 box I could setup for that task. >> >> >> > What about installing gcc40 port to an alternative location and testing > it with changing the CC, CFLAGS and CXXFLAGS macros so that make uses > that version of gcc? I'm compiling the new gcc now, I'm interested in > the result... > There is already /usr/ports/lang/gcc40. It's possible to substitute it into a 'buildworld' by re-assigning the CC variable in the shell. Scott