Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2005 11:49:30 -0700
From:      Scott Long <scottl@samsco.org>
To:        Chuck Robey <chuckr@chuckr.org>
Cc:        FreeBSD-current@freebsd.org
Subject:   Re: aic7xxx/aicasm manpage
Message-ID:  <423DC5BA.3050605@samsco.org>
In-Reply-To: <423DC12C.6060600@chuckr.org>
References:  <423DC12C.6060600@chuckr.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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= <empty>
> 
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?423DC5BA.3050605>