From owner-freebsd-stable@FreeBSD.ORG Sat Jul 20 13:17:34 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7AB8A8ED; Sat, 20 Jul 2013 13:17:34 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 3FFF9171; Sat, 20 Jul 2013 13:17:34 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r6KDHXu7029874; Sat, 20 Jul 2013 07:17:33 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r6KDHWHg029871; Sat, 20 Jul 2013 07:17:33 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 20 Jul 2013 07:17:32 -0600 (MDT) From: Warren Block To: "Daniel O'Connor" Subject: Re: Trouble building release with docs In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sat, 20 Jul 2013 07:17:33 -0600 (MDT) Cc: freebsd-doc@freebsd.org, freebsd-stable stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jul 2013 13:17:34 -0000 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 '^' 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?