make install errors

mol-general@lists.maconlinux.org mol-general@lists.maconlinux.org
Wed, 26 Jun 2002 12:43:07 +0200


On Wed, Jun 26, 2002 at 08:27:35AM +1000, Dan Brunet wrote:
> Making install in Linux
> ===========================================================
>   Kernel headers:          /usr/src/linux/include
>   Module compiled for:     2.4.5-noav
>   Running kernel:          2.4.5-noav
> ===========================================================
> make[3]: *** [kuname-verbose] Error 1
> make[2]: *** [install-recursive] Error 1
> make[1]: *** [install-recursive] Error 1
> make: *** [install-recursive] Error 1
> 
> Any ideas? The installation on the nubus box is very minimal (due to HD 
> space) and there are only the basic libs installed..

I think this is due to a Makefile error. I believe I have
fixed it in the BK tree. Either use that tree, or replace
the kuname-verbose target in src/kmod/Linux/Makefile.am with

kuname-verbose:	
	true

Cheers,

/Samuel