From owner-freebsd-doc@FreeBSD.ORG Sat Mar 26 22:01:07 2005 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6419F16A4CE; Sat, 26 Mar 2005 22:01:07 +0000 (GMT) Received: from postal.sdsc.edu (postal.sdsc.edu [132.249.20.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2CC443D1D; Sat, 26 Mar 2005 22:01:06 +0000 (GMT) (envelope-from okumoto@ucsd.edu) Received: from multivac.sdsc.edu (IDENT:IFk8bJXcOJVMAUw6tDj7BCrY8dnmY4rB@multivac.sdsc.edu [132.249.20.57]) j2QM16C22871; Sat, 26 Mar 2005 14:01:06 -0800 (PST) Received: (from okumoto@localhost)j2QM16qa012448; Sat, 26 Mar 2005 14:01:06 -0800 (PST) X-Authentication-Warning: multivac.sdsc.edu: okumoto set sender to okumoto@ucsd.edu using -f To: John Baldwin References: <424565A9.1050500@dlr.de> From: Max Okumoto Date: Sat, 26 Mar 2005 14:01:06 -0800 In-Reply-To: <424565A9.1050500@dlr.de> (Hartmut Brandt's message of "Sat, 26 Mar 2005 14:37:45 +0100") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.2 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: harti@freebsd.org cc: doc@freebsd.org cc: Giorgos Keramidas Subject: Re: [Fwd: docs breaking my make release] X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2005 22:01:07 -0000 John, what version of usr.bin/make/var.c is being compiled? Max Hartmut Brandt writes: > From: Hartmut Brandt > Subject: [Fwd: docs breaking my make release] > To: okumoto@ucsd.edu > Date: Sat, 26 Mar 2005 14:37:45 +0100 > > Hi Max, > > could you please look at this? I'm back on wednesday. > > harti > From: John Baldwin > Subject: docs breaking my make release > To: doc@FreeBSD.org > Cc: harti@FreeBSD.org > Date: Fri, 25 Mar 2005 14:09:59 -0500 > > I'm trying to build a release with docs for some more ISO layout tweaks, but > the doc build keeps failing. Any ideas? > > ===> Cleaning for perl-5.8.6_2 > ===> Cleaning for freetype2-2.1.9 > ===> Cleaning for ghostscript-gnu-nox11-7.07_12 > ===> Cleaning for gsfonts-8.11_2 > ===> Cleaning for docbook-4.1_2 > ===> Cleaning for docbook-xml-4.2_1 > ===> Cleaning for docbook-xsl-1.68.1 > ===> Cleaning for dsssl-docbook-modular-1.79,1 > ===> Cleaning for html-4.01_2 > ===> Cleaning for iso8879-1986_2 > ===> Cleaning for jade-1.2.1_9 > ===> Cleaning for libxml2-2.6.18 > ===> Cleaning for libxslt-1.1.13 > ===> Cleaning for linuxdoc-1.1_1 > ===> Cleaning for scr2txt-1.1 > ===> Cleaning for sdocbook-xml-4.1.2.5_2 > ===> Cleaning for xhtml-1.0.20020801_4 > ===> Cleaning for xmlcatmgr-2.2 > ===> Cleaning for links-0.98,1 > ===> Cleaning for tidy-20000804_2 > ===> Cleaning for docproj-1.13 > ===> en_US.ISO8859-1 (all) > ===> en_US.ISO8859-1/articles (all) > ===> en_US.ISO8859-1/articles/5-roadmap (all) > ===> en_US.ISO8859-1/articles/checkpoint (all) > Unclosed substitution for @ (/ missing) > *** Error code 2 > > Stop in /usr/doc/en_US.ISO8859-1/articles. > *** Error code 1 > > Stop in /usr/doc/en_US.ISO8859-1. > *** Error code 1 > > Stop in /usr/doc. > *** Error code 1 > > Stop in /usr/src/release. > + umount /dev > *** Error code 1 > > Stop in /usr/src/release. > ---------------------------------------- > release started at 10:07:13 on 03/25/05 > release died at 10:52:31 on 03/25/05 > ---------------------------------------- > > make -d fl output seems to show it breaking here: > > # > # Create /usr/obj image subdirs when ${IMAGES} contains subdir/image.xxx > # > > _imagesubdir= > .for _imagedir in ${IMAGES:H} > .if ${_imagesubdir:M${_imagedir}} == "" > _imagesubdir+= ${_imagedir} > .endif > .endfor > > (debug output below) > > ---- at line 77 > For: Iterator __stage List build install > For: end for 1 > --- __stage = install > installincludes: > .if make(installincludes) > installincludes: _SUBDIR > .endif > > ---- at line 77 > --- __stage = build > buildincludes: > .if make(buildincludes) > buildincludes: _SUBDIR > .endif > > ---- at line 77 > For: Iterator _imagedir List > For: end for 1 > Unclosed substitution for @ (/ missing) > > Any ideas? > > -- > John Baldwin <>< http://www.FreeBSD.org/~jhb/