From owner-freebsd-www@FreeBSD.ORG Mon Oct 20 06:59:38 2003 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00D3616A4B3; Mon, 20 Oct 2003 06:59:38 -0700 (PDT) Received: from shaft.techsupport.co.uk (shaft.techsupport.co.uk [212.250.77.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0D9E43F85; Mon, 20 Oct 2003 06:59:36 -0700 (PDT) (envelope-from setantae@submonkey.net) Received: from cpc3-cdif2-5-0-cust222.cdif.cable.ntl.com ([81.101.152.222] helo=shrike.submonkey.net ident=mailnull) by shaft.techsupport.co.uk with esmtp (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.24; FreeBSD 4.9) id 1ABaZL-000IlH-FK; Mon, 20 Oct 2003 14:59:35 +0100 Received: from setantae by shrike.submonkey.net with local (Exim 4.24; FreeBSD 4.9) id 1ABaZJ-000LaK-4F; Mon, 20 Oct 2003 14:59:33 +0100 Date: Mon, 20 Oct 2003 14:59:33 +0100 From: Ceri Davies To: WWW pseudo-user , andy@FreeBSD.org Message-ID: <20031020135933.GC3708@submonkey.net> Mail-Followup-To: Ceri Davies , WWW pseudo-user , andy@FreeBSD.org, freebsd-doc@FreeBSD.org References: <200310201252.h9KCqK9T063702@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cYtjc4pxslFTELvY" Content-Disposition: inline In-Reply-To: <200310201252.h9KCqK9T063702@freefall.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.4i Sender: Ceri Davies cc: freebsd-doc@FreeBSD.org Subject: Re: FreeBSD web build failed on freefall.freebsd.org X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 13:59:38 -0000 --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--