From owner-freebsd-stable Mon Sep 2 19:57:21 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 D63E637B400; Mon, 2 Sep 2002 19:57:18 -0700 (PDT) Received: from ns4.sony.co.jp (NS4.Sony.CO.JP [146.215.0.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E95543E4A; Mon, 2 Sep 2002 19:56:58 -0700 (PDT) (envelope-from mistral@imasy.or.jp) Received: from mail2.sony.co.jp (mail2.sony.co.jp [43.0.1.202]) by ns4.sony.co.jp (R8/Sony) with ESMTP id g832uvh26769; Tue, 3 Sep 2002 11:56:57 +0900 (JST) Received: from mail2.sony.co.jp (localhost [127.0.0.1]) by mail2.sony.co.jp (R8/Sony) with ESMTP id g832uux28336; Tue, 3 Sep 2002 11:56:56 +0900 (JST) Received: from mistral.imasy.or.jp ([43.2.7.91]) by mail2.sony.co.jp (R8/Sony) with ESMTP id g832uul28332; Tue, 3 Sep 2002 11:56:56 +0900 (JST) Received: from mistral.imasy.or.jp (localhost [IPv6:::1]) by mistral.imasy.or.jp (8.12.5/8.12.5/mistral) with ESMTP id g832uhQQ024718 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 3 Sep 2002 11:56:43 +0900 (JST) (envelope-from mistral@imasy.or.jp) Received: (from sarumaru@localhost) by mistral.imasy.or.jp (8.12.5/8.12.5/Submit) id g832ugCk024717; Tue, 3 Sep 2002 11:56:42 +0900 (JST) (envelope-from sarumaru) From: mistral@imasy.or.jp (Yoshihiko SARUMARU) To: stable@FreeBSD.org Cc: scottl@FreeBSD.org Subject: sys/modules/aic7xxx/aicasm breaks buildworld with MODULES_WITH_WORLD=true Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Mailer: mnews [version 1.22PL5] 2001-02/07(Wed) Date: Tue, 3 Sep 2002 11:56:42 +0900 Message-ID: <020903115642.M0124544@mistral.imasy.or.jp> 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 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? Best regards, -- Yoshihiko SARUMARU mail: mistral@imasy.or.jp web: http://www.imasy.or.jp/~mistral/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message