From owner-freebsd-stable Mon Jul 21 19:35:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA29297 for stable-outgoing; Mon, 21 Jul 1997 19:35:08 -0700 (PDT) Received: from sendero-ppp.i-connect.net (sendero-ppp.i-Connect.Net [206.190.143.100]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id TAA29291 for ; Mon, 21 Jul 1997 19:35:03 -0700 (PDT) Received: (qmail 15255 invoked by uid 1000); 22 Jul 1997 02:35:18 -0000 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Mon, 21 Jul 1997 18:48:11 -0700 (PDT) Organization: Atlas Telecom From: Simon Shapiro To: freebsd-stable@freebsd.org Subject: Make Release in RELENG_2_2 Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Make release on cvs as of last night, produces: chflags -R noschg /R/stage/trees touch release.2 cd /usr/doc && make all distribute DISTDIR=/R/stage/trees ===> FAQ sgmlfmt -f html /usr/doc/FAQ/FAQ.sgml sgmlfmt: not found *** Error code 1 (continuing) sgmlfmt -f latin1 /usr/doc/FAQ/FAQ.sgml sgmlfmt: not found *** Error code 1 (continuing) `all' not remade because of errors. ===> handbook sgmlfmt -f html -links /usr/doc/handbook/handbook.sgml sgmlfmt: not found *** Error code 1 (continuing) sgmlfmt -f latin1 -links /usr/doc/handbook/handbook.sgml sgmlfmt: not found *** Error code 1 (continuing) `all' not remade because of errors. cd /usr/doc ; make afterdistribute DESTDIR=/R/stage/trees/bin ===> FAQ cd /usr/doc/FAQ ; make install DESTDIR=/R/stage/trees/doc SHARED=copies install -c -o bin -g bin -m 444 FAQ*.html /R/stage/trees/doc/usr/share/doc/FAQ install: FAQ*.html: No such file or directory .... ``which sgmlfmt'' produces: /usr/bin/sgmlfmt ll /usr/bin/sgmlfmt -r-xr-xr-x 1 bin bin 19170 Jul 15 05:30 /usr/bin/sgmlfmt /usr/src/usr.bin is missing sgmlfmt. Manual checkout yields empty diretory. The CVS directory has all the files moved to an Attic subdir. I just CVSup'ed again, and there is no change. Actually, usr.bin/sgmls, sys/pc98/pc98/{ic,matcd,sound}, usr.bin/chkey, compile_et/test, usr.bin/calendar/calendars/de_DE.ISO8859-1, usr.bin/fib,usr.bin/keylogin, usr.bin/keylogout, usr.bin/ld, usr.bin/man, usr.bin/ncftp, usr.bin/newkey, usr.bin/patch, usr.bin/timedef, usr.bin/tip/aculib, usr.sbin/ckdist, usr.sbin/dbsym, usr.sbin/eeprom, usr.sbin/fsdb, usr.sbin/mptable, and a bunch others which do not seem to care. I destroyed the cvs sup database and ran again; Same thing. I guess the sgmlfmt program is indeed depreciated, but the make release process needs it. One more thing: in usr.bin/vi: unifdef -UHAVE_TCL_INTERP /usr/src/usr.bin/vi/../../contrib/nvi/ex/ex_tcl.c > ex_notcl.c *** Error code 1 (ignored) unifdef -UHAVE_PERL_INTERP /usr/src/usr.bin/vi/../../contrib/nvi/ex/ex_perl.c > ex_noperl.c *** Error code 1 (ignored) A series of rmdir: ... rmdir: des/usr/share/man: Directory not empty rmdir: des/usr/share: Directory not empty rmdir: des/usr: Directory not empty rmdir: des: Directory not empty *** Error code 1 (ignored) touch release.5 R/stage/trees/doc/usr/share/doc/FAQ install: FAQ*.html: No such file or directory .... ``which sgmlfmt'' produces: /usr/bin/sgmlfmt ll /usr/bin/sgmlfmt -r-xr-xr-x 1 bin bin 19170 Jul 15 05:30 /usr/bin/sgmlfmt