From owner-freebsd-current@FreeBSD.ORG Sat Jun 17 08:32:03 2006 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 6A6CD16A47C; Sat, 17 Jun 2006 08:32:03 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id B091C43D45; Sat, 17 Jun 2006 08:32:02 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (envelope-from xdivac02@eva.fit.vutbr.cz) (8.13.7/8.13.7) with ESMTP id k5H8Vv1M084837 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 17 Jun 2006 10:31:57 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.7/8.13.3/Submit) id k5H8VuAs084836; Sat, 17 Jun 2006 10:31:56 +0200 (CEST) Date: Sat, 17 Jun 2006 10:31:56 +0200 From: Divacky Roman To: Kris Kennaway Message-ID: <20060617083156.GA84611@stud.fit.vutbr.cz> References: <3223.1150403817@critter.freebsd.dk> <200606151259.57929.beech@alaskaparadise.com> <20060615212048.GA72318@xor.obsecurity.org> <20060616062841.GA2193@haakonia.hitnet.RWTH-Aachen.DE> <20060616084538.69fki90ri8wk8kcg@netchild.homeip.net> <20060616151931.GA42934@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060616151931.GA42934@xor.obsecurity.org> User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.54 on 147.229.10.14 Cc: Alexander Leidinger , Poul-Henning Kamp , freebsd-current@freebsd.org, Christian Brueffer , joel@freebsd.org Subject: Re: HEADS-UP: removed COMPAT_43 from GENERIC (and other configs) 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: Sat, 17 Jun 2006 08:32:03 -0000 On Fri, Jun 16, 2006 at 11:19:31AM -0400, Kris Kennaway wrote: > On Fri, Jun 16, 2006 at 08:45:38AM +0200, Alexander Leidinger wrote: > > Quoting Christian Brueffer (from Fri, 16 Jun > > 2006 08:28:41 +0200): > > > > >On Thu, Jun 15, 2006 at 05:20:49PM -0400, Kris Kennaway wrote: > > > > >>I did a full build for phk some time ago, I don't remember how many > > >>broke but it was enough to make it a significant (but perhaps not > > >>difficult) task to fix them. > > >> > > > > > >I think it would be helpful to do another run if possible and put the > > >results online somewhere. That could significantly speed up the whole > > >issue. > > > > That would be nice. And toss the list to me and Joel in case you do > > it, we will add an entry on the ideas list for this. > > I don't have time to rerun but here is the list from last time as a > starting point: > > --- > On Tue, Jan 10, 2006 at 10:52:38AM +0100, Poul-Henning Kamp wrote: > > > > Can I get you to look out for this one in the build logs ? > > > > #warning "Old BSD tty API used, please upgrade." > > > > Poul-Henning I am running COMPAT_43*-less kernel and I successfully built at least gtar from your list... basically I think that the only affected ports are those with mess with serial port etc. ie. where you use ioctl() on some tty device.... I doubt the list is accurate... there must have been another issue when you tried that