From owner-freebsd-stable Wed Sep 8 17:40:29 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 0977F14BFA for ; Wed, 8 Sep 1999 17:40:22 -0700 (PDT) (envelope-from dkelly@nospam.hiwaay.net) Received: from nospam.hiwaay.net (tnt8-216-180-14-22.dialup.HiWAAY.net [216.180.14.22]) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id TAA25062 for ; Wed, 8 Sep 1999 19:40:05 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by nospam.hiwaay.net (8.9.3/8.9.3) with ESMTP id TAA27653 for ; Wed, 8 Sep 1999 19:39:02 -0500 (CDT) (envelope-from dkelly@nospam.hiwaay.net) Message-Id: <199909090039.TAA27653@nospam.hiwaay.net> X-Mailer: exmh version 2.0.2 2/24/98 To: stable@FreeBSD.ORG Subject: 'make release' what am I doing wrong? From: David Kelly Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 08 Sep 1999 19:39:02 -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 ] -f [-i ...] [-links] [-e encoding] [-hdr file] [-ftr file] file where is one of: linuxdoc (default), docbook. and 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