From owner-freebsd-current@FreeBSD.ORG Mon Aug 30 18:44:58 2004 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 A6B5916A4CF; Mon, 30 Aug 2004 18:44:58 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4317743D1F; Mon, 30 Aug 2004 18:44:58 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7UIgWb3054631; Mon, 30 Aug 2004 12:42:32 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 30 Aug 2004 12:42:38 -0600 (MDT) Message-Id: <20040830.124238.106608377.imp@bsdimp.com> To: tjr@freebsd.org From: "M. Warner Losh" In-Reply-To: <20040830121024.GA57911@cat.robbins.dropbear.id.au> References: <200408291240.i7TCemk02197@Mail.NOSPAM.DynDNS.dK> <20040830121024.GA57911@cat.robbins.dropbear.id.au> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-misuser@NOSPAM.dyndns.dk cc: current@freebsd.org Subject: Re: RELENG_5 buildworld failures 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, 30 Aug 2004 18:44:58 -0000 In message: <20040830121024.GA57911@cat.robbins.dropbear.id.au> Tim Robbins writes: : On Sun, Aug 29, 2004 at 02:40:48PM +0200, Barry Bouwsma wrote: : > [keep replies to the list and I'll catch up next time I'm online, thanks] : > : > The beer's on me if this hasn't been fixed -- source updated : > late 22.Aug, haven't been online since then. I've just updated : > my source but haven't done a build, and it looks like there's : > still one problem that has not been addressed, just from reading : > the latest updates. NOT verified yet. : > : > The following makefile seems to need attention to get a crossbuild : > (from 4.x) to succeed -- failures in _depend step at first... : > : > --- /dist/src/FreeBSD5-src/source-hacks/sys/modules/linprocfs/Makefile-ORIG : > Wed Nov 19 06:08:26 2003 : > +++ /dist/src/FreeBSD5-src/source-hacks/sys/modules/linprocfs/Makefile-IS_THIS_S : > TILL_NEEDED Wed Aug 25 07:45:41 2004 : > @@ -6,4 +6,9 @@ : > SRCS= vnode_if.h \ : > linprocfs.c : > +# XXX HACK from current : > +opt_compat.h: : > + touch ${.TARGET} : > + : > + : > .include : > : > : > Note that this is identical to HEAD -- well, kinda. I don't : > see a MFC to RELENG_5 for this. Maybe it's been handled : > somewhere else. If so, the beer's on me too. Patch above is : > ugly and cut-n-pasted. See 1.12 of this file. : : This should be fixed in RELENG_5 with src/sys/modules/linprocfs/Makefie : revision 1.11.4.1. I wonder why the opt_compat.h hack is needed at all. Basically, if you add it to the SRCS list, it happens automatically. Can you try that too? Warner