docs breaking my make release
John Baldwin
jhb at FreeBSD.org
Fri Mar 25 19:12:02 UTC 2005
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 <jhb at FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve" = http://www.FreeBSD.org
More information about the freebsd-doc
mailing list