From owner-freebsd-current Fri Jun 28 16:18:51 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA07655 for current-outgoing; Fri, 28 Jun 1996 16:18:51 -0700 (PDT) Received: from po2.glue.umd.edu (po2.glue.umd.edu [129.2.128.45]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA07633 for ; Fri, 28 Jun 1996 16:18:49 -0700 (PDT) Received: from thurston.eng.umd.edu (thurston.eng.umd.edu [129.2.103.25]) by po2.glue.umd.edu (8.7.5/8.7.3) with ESMTP id TAA16992; Fri, 28 Jun 1996 19:18:47 -0400 (EDT) Received: (from chuckr@localhost) by thurston.eng.umd.edu (8.7.5/8.7.3) id TAA02838; Fri, 28 Jun 1996 19:18:47 -0400 (EDT) Date: Fri, 28 Jun 1996 19:18:46 -0400 (EDT) From: Chuck Robey X-Sender: chuckr@thurston.eng.umd.edu To: "Jordan K. Hubbard" cc: FreeBSD current Subject: Re: remote make install In-Reply-To: <6093.836001959@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 28 Jun 1996, Jordan K. Hubbard wrote: > > I checked on the local machine, there wasn't a > > /usr/obj/usr/src/share/examples directory, so I went back to > > /usr/src/share/examples and did a make obj, which didn't create one. Am > > I leaving something out? > > Are you sure your make is properly bootstrapped? I just tried this > with NFS as well and it worked a treat. I really don't understand the > problems you're having. :-( Well, Jordan, I'm not doing this to cause trouble. I have followed your instructions completely, and as far as bootstrapping, well, on the remote machine I preinstalled make, /usr/share/mk, and install. I wonder if the error return from install is informative. Here's the error message again: install -C -o bin -g bin -m 644 worm/makecdfs.sh /usr/share/examples/worm/makecdfs.sh *** Error code 71 Here's a portion of /usr/include/errno.h: /* Network File System */ #define ESTALE 70 /* Stale NFS file handle */ #define EREMOTE 71 /* Too many levels of remote in path */ #define EBADRPC 72 /* RPC struct is bad */ Do I need to make some changes to nfs to get this to work? I'll try redoing it, but instead of mounting /usr/obj on the remote machine, I'll mount /usr/obj/usr/src (building a /usr/obj/usr/src on the remote machine to allow for it). ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+-----------------------------------------------