From owner-freebsd-current@FreeBSD.ORG Sun Mar 20 18:52:15 2005 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 A7E9616A4CE for ; Sun, 20 Mar 2005 18:52:15 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB56D43D31 for ; Sun, 20 Mar 2005 18:52:14 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j2KIpNfs051418; Sun, 20 Mar 2005 11:51:24 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <423DC5BA.3050605@samsco.org> Date: Sun, 20 Mar 2005 11:49:30 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chuck Robey References: <423DC12C.6060600@chuckr.org> In-Reply-To: <423DC12C.6060600@chuckr.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org cc: FreeBSD-current@freebsd.org Subject: Re: aic7xxx/aicasm manpage 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: Sun, 20 Mar 2005 18:52:15 -0000 Chuck Robey wrote: > My kernel build is busted, it can't find: > > cd ../../../modules; > MAKEOBJDIRPREFIX=/usr/src/sys/amd64/compile/JULY/modules > KMODDIR=/boot/kernel DEBUG_FLAGS="-g" MACHINE=amd64 > KERNBUILDDIR="/usr/src/sys/amd64/compile/JULY" make all > ===> aac (all) > ===> accf_data (all) > ===> accf_http (all) > ===> agp (all) > ===> aha (all) > ===> aic7xxx (all) > ===> aic7xxx/aicasm (all) > make: don't know how to make aicasm.1. Stop > *** Error code 2 > > Stop in /usr/src/sys/modules/aic7xxx. > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > I know that to fix this, the simplest way is to merely stick a > NOMAN= > > into the Makefile at /sys/modules/aic7xxx/aicasm. I don't know if > that's the way you'd want to fix it, but it seems to break the build for > me, so a prompt fix is in order, I think. It's lingering breakage from the NO_MAN/NOMAN thing. I thought that some shims were put in to deal with this, but maybe not? How are you compiling the kernel? Do you have a current world built and installed? Scott