Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 1996 14:19:01 -0500 (EST)
From:      Charles Owens <owensc@enc.edu>
To:        "Garrett A. Wollman" <wollman@lcs.mit.edu>
Cc:        questions list FreeBSD <freebsd-questions@freebsd.org>
Subject:   Re: Keeping multiple servers at -stable
Message-ID:  <Pine.BSF.3.91.960321140148.8396D-100000@itsdsv1.enc.edu>
In-Reply-To: <9603211809.AA19610@halloran-eldar.lcs.mit.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 21 Mar 1996, Garrett A. Wollman wrote:

> <<On Thu, 21 Mar 1996 12:54:53 -0500 (EST), Charles Owens <owensc@enc.edu> said:
> 
> > The "installmost" target in /usr/src/Makefile looks promising, but it 
> > doesn't look like it includes stuff like libraries and man pages. (I was 
> > thinking of mounting /usr/src on each server and then doing a make 
> > installmost).
> 
> This question comes up occasionally.  `installmost' is a kludge that
> should go away now that we have `install -C'.  What you want to do is
> NFS mount /usr/src and /usr/obj on each subject machine (and with the
> same mount points), and then simply do a `make install'.
> Alternatively (although I recommend against this) you can NFS-mount
> the other machine on the master and do a `make install
> DESTDIR=/path/to/other/machine'.  Or, you can set up a sup server and
> the appropriate collections, and use that.  Or, you can use rdist.

Ahhh... Ok I've tried this and run into some trouble.  The 'make install' 
died at one point (when 'install -C' was called) but I got this by doing 
'make install' from the /usr/src/usr.bin/xinstall directory.  Now doing 
the 'make install' from /usr/src was able to go much further, but it 
died with the following output:

===> gnu/usr.bin/cvs/contrib
install -c -o bin -g bin -m 555  ccvs-rsh rcs2log clmerge cln_hist 
commit_prep cvs_acls cvscheck  log log_accum mfpipe rcs-to-cvs rcs2log 
rcslock sccs2rcs  easy-import /usr/share/examples/cvs/contrib
usage: install [-Ccdps] [-f flags] [-g group] [-m mode] [-o owner] file1 file2;
        or file1 ... fileN directory
*** Error code 1

Stop.

So... what do I do now?  Is the makefile in this directory busted or 
something?

thanks very much,
 ---
-------------------------------------------------------------------------
  Charles Owens					 Email:  owensc@enc.edu
                                       "I read somewhere to learn is to
  Information Technology Services     remember... and I've learned that
  Eastern Nazarene College            we've all forgot..."   - King's X
-------------------------------------------------------------------------




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960321140148.8396D-100000>