From owner-freebsd-current@FreeBSD.ORG Thu Dec 23 04:25:43 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 35EBE16A4CE; Thu, 23 Dec 2004 04:25:43 +0000 (GMT) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01AB443D1D; Thu, 23 Dec 2004 04:25:43 +0000 (GMT) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) (192.168.1.2) by mail.ambrisko.com with ESMTP; 22 Dec 2004 20:25:42 -0800 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.11/8.12.9) with ESMTP id iBN4PgL8032458; Wed, 22 Dec 2004 20:25:42 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.11/8.12.11/Submit) id iBN4Pg8O032457; Wed, 22 Dec 2004 20:25:42 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200412230425.iBN4Pg8O032457@ambrisko.com> In-Reply-To: <41CA4240.3050605@freebsd.org> To: Scott Long Date: Wed, 22 Dec 2004 20:25:42 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII cc: "current@freebsd.org" Subject: Re: Kernel build failure 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: Thu, 23 Dec 2004 04:25:43 -0000 Scott Long writes: | Got this while trying to build a kernel from today's sources in | /sys/i386/compile/. I assume that we are still allowed | to build kernels in this way, yes? | | ===> aic7xxx (all) | ===> aic7xxx/aicasm (all) | make: don't know how to make aicasm.1. Stop I ran into that as well. I added NOMAN= 1 to my sys/modules/aic7xxx/aicasm/Makefile locally here. Now I can build the modules again. Doug A.