Date: Mon, 20 Oct 2003 14:59:33 +0100 From: Ceri Davies <ceri@FreeBSD.org> To: WWW pseudo-user <www@FreeBSD.org>, andy@FreeBSD.org Cc: freebsd-doc@FreeBSD.org Subject: Re: FreeBSD web build failed on freefall.freebsd.org Message-ID: <20031020135933.GC3708@submonkey.net> In-Reply-To: <200310201252.h9KCqK9T063702@freefall.freebsd.org> References: <200310201252.h9KCqK9T063702@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--cYtjc4pxslFTELvY Content-Type: multipart/mixed; boundary="tNQTSEo8WG/FKZ8E" Content-Disposition: inline --tNQTSEo8WG/FKZ8E Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 20, 2003 at 05:52:20AM -0700, WWW pseudo-user wrote: > =3D=3D=3D> ../ru > (cd ../../../doc/ru_RU.KOI8-R/books/faq; make 'FORMATS=3Dhtml-split html'= DESTDIR=3D/data/ru/FAQ all) > make: don't know how to make security/advisories.xml. Stop > *** Error code 2 >=20 > Stop in /c/www/build/www/en. > 1779.29 real 1097.34 user 62.71 sys Wow, this is ugly, but it fixes the build. Ceri --=20 --tNQTSEo8WG/FKZ8E Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="www.ru.diff" Content-Transfer-Encoding: quoted-printable Index: www/ru/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/www/ru/Makefile,v retrieving revision 1.25 diff -u -r1.25 Makefile --- www/ru/Makefile 16 Oct 2003 17:57:44 -0000 1.25 +++ www/ru/Makefile 20 Oct 2003 13:57:43 -0000 @@ -87,6 +87,9 @@ DATA+=3D index.html CLEANFILES+=3D index.html =20 +security/advisories.xml: + (cd security; ${MAKE} advisories.xml) + index.html: index.xsl news/news.xml news/press.xml includes.xsl news/inclu= des.xsl security/advisories.xml ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ ${.CURDIR}/index.xsl ${.CURDIR}/news/news.xml Index: www/ru/security/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/www/ru/security/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- www/ru/security/Makefile 20 Oct 2003 11:23:44 -0000 1.4 +++ www/ru/security/Makefile 20 Oct 2003 13:55:23 -0000 @@ -19,10 +19,13 @@ =20 .include "${WEB_PREFIX}/share/mk/web.site.mk" =20 -CLEANFILES+=3D advisories.html.inc +CLEANFILES+=3D advisories.html.inc advisories.xml =20 security.html: advisories.html.inc =20 -advisories.html.inc: mkindex.xsl ../../en/security/advisories.xml +advisories.xml: + ${CP} ../../en/security/advisories.xml advisories.xml + +advisories.html.inc: advisories.xml mkindex.xsl ${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ - ${.CURDIR}/mkindex.xsl ${.CURDIR}/../../en/security/advisories.xml + ${.CURDIR}/mkindex.xsl advisories.xml --tNQTSEo8WG/FKZ8E-- --cYtjc4pxslFTELvY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/k+pEocfcwTS3JF8RApyrAKDAxfpgMjgnTS8qa1Sfh7Y3CGvjZQCfWbc5 gezPZMs/1XbMTUjrPaFoR7Y= =anyV -----END PGP SIGNATURE----- --cYtjc4pxslFTELvY--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031020135933.GC3708>