Date: Sat, 26 Aug 2000 19:16:06 -0700 From: Gary Kline <kline@thought.org> To: John Ryan <jryan@kgv.edu.hk> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 3.4STABLE to 4.1STABLE can't make modules Message-ID: <20000826191606.A27736@tao.thought.org> In-Reply-To: <3.0.6.32.20000827074204.007c7a80@kgv.net>; from jryan@kgv.edu.hk on Sun, Aug 27, 2000 at 07:42:04AM %2B0800 References: <3.0.6.32.20000827074204.007c7a80@kgv.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 27, 2000 at 07:42:04AM +0800, John Ryan wrote: > I've followed the instructions in UPDATING to the letter, but when I get to > /usr/src/sys/modules > make install, I get: > > bash-2.03# cd sys/modules > bash-2.03# make install > ===> accf_data > install -c -o root -g wheel -m 555 accf_data.ko /modules > install: accf_data.ko: No such file or directory > *** Error code 71 > > I noticed in the archives, that other people are people are having this > problem. Has anyone fixed it? What is accf_data.ko? > I stumbled into this same err a week or so ago. The upshot of my experience is that when your # make buildkernel installkernel KERNEL=GENERIC completes, the kernel objects (*.ko files) will be in your root directory, in /modules. In other words, the UPDATING file is incorrect. I made changes to UPDATING and sent the maintainer a patch, but evidently he hasn't seen fit to use my patch. gary PS: Fellow engineer Sean O'Connell at Duke helped me out ... I'm just sharing along the assist. -- Gary D. Kline kline@tao.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000826191606.A27736>