Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Aug 2001 22:52:43 +0200
From:      Pascal Pederiva <freebsd@paped.com>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: error in make kernel-Stable (again)
Message-ID:  <20010806225243.A3899@paped.com>
In-Reply-To: <20010806195630.8344B5C7C@clyde.goodleaf.net>; from john@goodleaf.net on Mon, Aug 06, 2001 at 07:56:30PM %2B0000
References:  <20010806195630.8344B5C7C@clyde.goodleaf.net>

next in thread | previous in thread | raw e-mail | index | archive | help


> MAKEOBJDIRPREFIX=/clyde/obj/usr/src/sys/SMPKERNEL/modules make install
> ===> accf_data
> install -c -o root -g wheel -m 555   accf_data.ko /modules/
> *** Error code 71 

grep 71 /usr/include/errno.h
#define EREMOTE         71              /* Too many levels of remote in path */

MAKEOBJDIRPREFIX=/clyde/....

Just interpreting the error-code, I'd guess there is a misconfigured NFS/amd
at work - you could also try to use a 'standard' MAKEOBJDIRPREFIX.

Pascal


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?20010806225243.A3899>