Date: Fri, 29 Sep 1995 20:41:05 -0500 (EST) From: John Fieber <jfieber@indiana.edu> To: Chuck Robey <chuckr@eng.umd.edu> Cc: FreeBSD-current@freebsd.org Subject: Re: Make world -- share/doc Message-ID: <Pine.BSF.3.91.950929203028.14315D-100000@fieber-john.campusview.indiana.edu> In-Reply-To: <Pine.SUN.3.91.950929170139.9739A-100000@cappuccino.eng.umd.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 29 Sep 1995, Chuck Robey wrote: > My make world just failed in install, while trying to install share/doc/FAQ: > > install -c -o bin -g bin -m 444 freebsd-faq.ascii /usr/share/doc/FAQ > install: freebsd-faq.ascii: No such file or directory > *** Error code 1 > > Stop. (etc). > > What am I missing? hmmmm.... I suspect the generation of freebsd-faq.ascii failed. The generation depends on: /usr/share/mk/bsd.sgml.mk /usr/bin/sgmlfmt /usr/bin/sgmls /usr/bin/sgmlsasp /usr/share/sgml/FreeBSD/* As I ponder this, it occurs to me that a number of week ago the command line options for sgmlfmt changed. If you have an older sgmlfmt being driven by the current bsd.sgml.mk (as can happen in a make world) it will fail. Methinks this is Not A Good Thing.... Also, the make should have failed in the *build*, not the install. I'll look into the return codes from sgmlfmt. -john == jfieber@indiana.edu =========================================== == http://fieber-john.campusview.indiana.edu/~jfieber ============
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.950929203028.14315D-100000>