Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 1997 18:48:11 -0700 (PDT)
From:      Simon Shapiro <Shimon@i-Connect.Net>
To:        freebsd-stable@freebsd.org
Subject:   Make Release in RELENG_2_2
Message-ID:  <XFMail.970721193518.Shimon@i-Connect.Net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.970721193518.Shimon>