From owner-freebsd-current@FreeBSD.ORG Wed May 16 20:56:58 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7FDC116A404 for ; Wed, 16 May 2007 20:56:58 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 3847413C45E for ; Wed, 16 May 2007 20:56:57 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 4EBE98BD5F9; Wed, 16 May 2007 22:56:56 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RkoiTD3M5uL5; Wed, 16 May 2007 22:56:55 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 3E8178BD5F1; Wed, 16 May 2007 22:56:55 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l4GKurs5062275; Wed, 16 May 2007 22:56:53 +0200 (CEST) (envelope-from rdivacky) From: Roman Divacky To: Matthew Jacob Message-ID: <20070516205653.GA62177@freebsd.org> References: <7799307232011642944@unknownmsgid> <7579f7fb0705161019o4546e30fr106003b4026c3855@mail.gmail.com> <20070516175745.GA56409@freebsd.org> <7579f7fb0705161130lfd2f7dbidccc2d505b470f78@mail.gmail.com> <20070516183902.GA75347@xor.obsecurity.org> <7579f7fb0705161215s326d4ed9u3ce771c803b47b9d@mail.gmail.com> <464B593A.40506@samsco.org> <7579f7fb0705161228n1b06d8bel8d7435a9ace56e4e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7579f7fb0705161228n1b06d8bel8d7435a9ace56e4e@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: Bj?rn K?nig , Claus Guttesen , current@freebsd.org, Kris Kennaway Subject: Re: HEADS DOWN: gcc 4.2 import 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: , Date: Wed, 16 May 2007 20:56:58 -0000 X-Original-Date: Wed, 16 May 2007 22:56:53 +0200 X-List-Received-Date: Wed, 16 May 2007 20:56:58 -0000 On Wed, May 16, 2007 at 12:28:51PM -0700, Matthew Jacob wrote: > >> > >> Do I take this to mean "not yet" for patches to try? > > > >Symbol versioning only affects userland libraries and linker. It > >shouldn't matter for kernel code that you're looking to validate. > > > > Well, sure, in which case I just might as well build gcc4.2 stock > rather than apply patches to the tree. I dont think that will work.. we have some printf changes etc. iirc so you cannot build kernel with stock gcc. just use what kan@ provides on the web. I am sure he wont mind some testing roman