Hi, I am trying to do a full (customised) release of 9.1 but I am having trouble building the docs. If I use NODOC it builds fine, but without that I get.. [andenes 7:04] /usr/src/release #/usr/bin/time make release BUILDNAME=$BUILDNAME make -C /usr/src/release BUILDNAME=9.1-GENESIS obj make -C /usr/src/release BUILDNAME=9.1-GENESIS ftp cdrom memstick cd /usr/src/release/doc && make all install clean 'FORMATS=html txt' INSTALL_COMPRESSED='' URLS_ABSOLUTE=YES DOCDIR=/usr/obj/usr/src/release/rdoc ===> en_US.ISO8859-1 (all) ===> en_US.ISO8859-1/relnotes (all) /usr/bin/grep '^<?xml version=.*?>' article.xml > article.parsed.xml.tmp grep: article.xml: No such file or directory *** [article.parsed.xml] Error code 2 Stop in /usr/src/release/doc/en_US.ISO8859-1/relnotes. *** [all] Error code 1 Stop in /usr/src/release/doc/en_US.ISO8859-1. *** [all] Error code 1 Stop in /usr/src/release/doc. *** [reldoc] Error code 1 Stop in /usr/src/release. *** [release] Error code 1 Stop in /usr/src/release. 0.48 real 0.37 user 0.10 sys There is article.sgml though.. I have installed textproc/docproj and I can build /usr/docs fine. I have /usr/src r253451 and /usr/doc r42325. I can copy a doc distfile from a 'real' release since I'm not customising that, but it would be nice to know what I'm doing wrong :) Thanks. -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
On Sat, 20 Jul 2013, Daniel O'Connor wrote:> Hi, > I am trying to do a full (customised) release of 9.1 but I am having trouble building the docs. If I use NODOC it builds fine, but without that I get.. > [andenes 7:04] /usr/src/release #/usr/bin/time make release BUILDNAME=$BUILDNAME > make -C /usr/src/release BUILDNAME=9.1-GENESIS obj > make -C /usr/src/release BUILDNAME=9.1-GENESIS ftp cdrom memstick > cd /usr/src/release/doc && make all install clean 'FORMATS=html txt' INSTALL_COMPRESSED='' URLS_ABSOLUTE=YES DOCDIR=/usr/obj/usr/src/release/rdoc > ===> en_US.ISO8859-1 (all) > ===> en_US.ISO8859-1/relnotes (all) > /usr/bin/grep '^<?xml version=.*?>' article.xml > article.parsed.xml.tmp > grep: article.xml: No such file or directory > *** [article.parsed.xml] Error code 2 > > Stop in /usr/src/release/doc/en_US.ISO8859-1/relnotes. > *** [all] Error code 1 > > Stop in /usr/src/release/doc/en_US.ISO8859-1. > *** [all] Error code 1 > > Stop in /usr/src/release/doc. > *** [reldoc] Error code 1 > > Stop in /usr/src/release. > *** [release] Error code 1 > > Stop in /usr/src/release. > 0.48 real 0.37 user 0.10 sys > > There is article.sgml though.. I have installed textproc/docproj and I can build /usr/docs fine.What does svn say about that file? % cd /usr/src/release/doc/en_US.ISO8859-1/relnotes/ % svn stat The article.sgml suggests a leftover file from an earlier /usr/src that was not removed before svn checkout. That does not explain why article.xml is missing, though. It is present on my 9-stable and 8-stable checkouts. Maybe a mixed or partial checkout?
On Sat, Jul 20, 2013 at 04:44:56PM +0930, Daniel O'Connor wrote:> Hi, > I am trying to do a full (customised) release of 9.1 but I am > having trouble building the docs. If I use NODOC it builds fine, > but without that I get..[...] May I ask why 9.1? Glen -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 488 bytes Desc: not available URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20130721/f0cc2821/attachment.sig>