From owner-freebsd-stable@FreeBSD.ORG Mon Dec 26 20:49:12 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46B8116A41F for ; Mon, 26 Dec 2005 20:49:12 +0000 (GMT) (envelope-from romanp@unshadow.net) Received: from hurricane.wuppy.net.ru (hurricane.wuppy.net.ru [213.137.252.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91FE743D45 for ; Mon, 26 Dec 2005 20:49:10 +0000 (GMT) (envelope-from romanp@unshadow.net) Received: from localhost (localhost [127.0.0.1]) by hurricane.wuppy.net.ru (8.13.4+Sun/8.13.3) with ESMTP id jBQKmnKW025681; Mon, 26 Dec 2005 23:48:50 +0300 (MSK) Date: Mon, 26 Dec 2005 23:48:49 +0300 (MSK) From: "Roman V. Palagin" To: delphij@delphij.net In-Reply-To: Message-ID: References: <85621704@tfadh.localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: bsam@ipt.ru, freebsd-stable@freebsd.org Subject: Re: 6-BETA3 -> 6-STABLE: sys/modules/de: opt_ddb.h: No such file or directory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 20:49:12 -0000 On Dec 25, at 2:20am +0800, Xin LI wrote: > On 12/25/05, Boris Samorodov wrote: > > to 6-STABLE. Cvsupped twice, the result is the same. Buildworld stops > > at: > > ----- > > ===> sys/modules/de (depend) > > @ -> /usr/src/sys > > machine -> /usr/src/sys/i386/include > > touch opt_bdg.h > > awk -f @/tools/makeobjops.awk @/kern/device_if.m -h > > awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h > > awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h > > rm -f .depend > > mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/contrib/altq -I@/../include -I/usr/obj/usr/src/tmp/usr/include /usr/src/sys/modules/de/../../pci/if_de.c > > /usr/src/sys/modules/de/../../pci/if_de.c:43:21: opt_ddb.h: No such file or directory > > mkdep: compile failed > > Looks that removing MODULES_WITH_WORLD=true would work around the > issue, would you please try it? > > (Yes I think this is a bug that makes configurating the kernel a > prerequirsture of MODULES_WITH_WORLD world target, though. Will look > into the issue tomorrow.) Yes, this is longstanding bug. You need to MFC rev. 1.5 of sys/modules/de/Makefile to unbreak standalone build of if_de.ko > > Cheers, > -- > Xin LI http://www.delphij.net > - Roman --- Any opinions in this posting are my own and not those of my present or previous employers.