Date: Sat, 20 Jul 2013 07:17:32 -0600 (MDT) From: Warren Block <wblock@wonkity.com> To: "Daniel O'Connor" <doconnor@gsoft.com.au> Cc: freebsd-doc@freebsd.org, freebsd-stable stable <freebsd-stable@freebsd.org> Subject: Re: Trouble building release with docs Message-ID: <alpine.BSF.2.00.1307200709380.29834@wonkity.com> In-Reply-To: <D9C99751-2DD5-404A-9EEB-6F1B803FC34F@gsoft.com.au> References: <D9C99751-2DD5-404A-9EEB-6F1B803FC34F@gsoft.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
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?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1307200709380.29834>