Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Sep 1999 19:39:02 -0500
From:      David Kelly <dkelly@HiWAAY.net>
To:        stable@FreeBSD.ORG
Subject:   'make release' what am I doing wrong?
Message-ID:  <199909090039.TAA27653@nospam.hiwaay.net>

next in thread | raw e-mail | index | archive | help
After a successful "make buildworld", "cd release; make release" has 
started failing like this:

===>  Cleaning for bzip2-0.9.5c
===>  Cleaning for tidy-0.7.99.2
===>  Cleaning for docproj-1.1
===> FAQ
sgmlfmt -f html -links /usr/doc/FAQ/FAQ.sgml
sgmlfmt -f html-split -links /usr/doc/FAQ/FAQ.sgml
"html-split" is an unknown output format.
Usage:
sgmlfmt [-d <doctype>] -f <format> [-i <namea> ...] [-links]
    [-e encoding] [-hdr file] [-ftr file] file
where <doctype> is one of: linuxdoc (default), docbook.
and <format> is one of: ascii, html, koi8-r, latin1, ps, roff
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

An interesting observation is that sgmlformat is not installed on my 
system. Yet somehow/somewhen the manpage was installed. Also it appears 
"release" is building a copy of sgmlfmt for its own uses:

nospam: [1050] find /usr/local/ -name "sgmlfmt*"
/usr/local/man/cat1/sgmlfmt.1.gz
nospam: [1051] find /home/release -name "sgmlfmt*"
/home/release/usr/local/bin/sgmlfmt
/home/release/usr/local/man/man1/sgmlfmt.1.gz
nospam: [1052] 

... Hence my question to the list.

--
David Kelly N4HHE, dkelly@nospam.hiwaay.net
=====================================================================
The human mind ordinarily operates at only ten percent of its
capacity -- the rest is overhead for the operating system.




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?199909090039.TAA27653>