From owner-freebsd-stable Thu Sep 5 10:24:33 2002 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 8ECBC37B401; Thu, 5 Sep 2002 10:24:28 -0700 (PDT) Received: from postal1.es.net (postal1.es.net [198.128.3.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id C75E943E42; Thu, 5 Sep 2002 10:24:27 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP id GQF37091; Thu, 05 Sep 2002 10:24:26 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 0D2F45D03; Thu, 5 Sep 2002 10:24:25 -0700 (PDT) To: Andre Albsmeier Cc: Yoshihiko SARUMARU , stable@FreeBSD.ORG, scottl@FreeBSD.ORG Subject: Re: sys/modules/aic7xxx/aicasm breaks buildworld with MODULES_WITH_WORLD=true In-reply-to: Your message of "Tue, 03 Sep 2002 09:07:51 +0200." <20020903090751.A26766@curry.mchp.siemens.de> Date: Thu, 05 Sep 2002 10:24:25 -0700 From: "Kevin Oberman" Message-Id: <20020905172425.0D2F45D03@ptavv.es.net> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Date: Tue, 3 Sep 2002 09:07:51 +0200 > From: Andre Albsmeier > Sender: owner-freebsd-stable@FreeBSD.ORG > > On Tue, 03-Sep-2002 at 11:56:42 +0900, Yoshihiko SARUMARU wrote: > > Hi all, > > > > Today, I buildworld with RELENG_4 branch (4.7-PRERELEASE) as > > usual, but it failed with sys/modules/aic7xxx/aicasm: > > > > (snip) > > cd /usr/src/sys; make buildincludes; make installincludes > > (snip) > > ===> sys/modules/aic7xxx > > ===> sys/modules/aic7xxx/aicasm > > make: don't know how to make buildincludes. Stop > > *** Error code 2 > > > > Stop in /usr/src/sys/modules/aic7xxx. > > *** Error code 1 > > (snip) > > > > > > I repeated buildworld with some situation and I found disabling > > MODULES_WITH_WORLD=true in my /etc/make.conf lead buildworld and > > buildkernel to be succeeded. > > > > But I see no one has trouble with this so far. Does > > MODULES_WITH_WORLD is obsoleted or my /usr/src is something wrong? > > I have the same problem here. I hope it gets fixed since I like to use > MODULES_WITH_WORLD=true. I hit this problem which I think turned out to be a problem with a Makefile. If I remember correctly, you need to clean out your sources under /usr/src/sys/modules/aic7xxx/aicasm and re-cvsup the sources to load the correct Makefile. (Or pull the Makefile out of CVS.) Also, make sure that /usr/src/MAkefile.inc1 contains the aicasm magic: cd ${KRNLOBJDIR}/${_kernel}; \ MAKESRCPATH=${KRNLSRCDIR}/dev/aic7xxx/aicasm \ ${MAKE} -DBOOTSTRAPPING -f ${KRNLSRCDIR}/dev/aic7xxx/aicasm/Makefile I don't understand why this is happening, but I hit it on only one system. I did not submit a PR because I assumed that I had screwed something up! Hope this helps as my memory is a bit fuzzy. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message