From owner-freebsd-questions Wed Jan 24 11:41: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gdmckee.local (gdm.demon.co.uk [193.237.88.62]) by hub.freebsd.org (Postfix) with ESMTP id 2950337B404 for ; Wed, 24 Jan 2001 11:40:15 -0800 (PST) Received: from [192.168.0.5] (helo=p300) by gdmckee.local with smtp (Exim 3.16 #1) id 14LVll-0000TI-00 for freebsd-questions@FreeBSD.ORG; Wed, 24 Jan 2001 19:39:49 +0000 Message-ID: <015e01c0863d$5c2305a0$0500a8c0@gdmckee.local> From: "G D McKee" To: "freebsd-questions" Subject: Compiling FreeBSD Website Date: Wed, 24 Jan 2001 19:39:26 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I get the following error when trying to compile FreeBSD's www site kursk# cd /usr/www/ kursk# make ===> en (sed -e 's///' availability.sgml | SGML_CATALOG_FILES='' sgmlnorm -d -c /usr/local/share/sgml/html/catalog -D /usr/www/en > availability.html) || (rm -f availability.html && false) (sed -e 's///' index.sgml | SGML_CATALOG_FILES='' gmlnorm -d -c /usr/local/share/sgml/html/catalog -D /usr/www/en > index.html) || (rm -f index.html && false) (sed -e 's///' support.sgml | SGML_CATALOG_FILES='' gmlnorm -d -c /usr/local/share/sgml/html/catalog -D /usr/www/en > support.html) || (rm -f support.html && false) ===> en/security ===> en/commercial ===> en/docproj ===> en/news (sed -e 's///' newsflash.sgml | SGML_CATALOG_FILES='' sgmlnorm -d -c /usr/local/share/sgml/html/catalog -D /usr/www/en/news > newsflash.html) || (rm -f newsflash.html && false) ===> en/news/1996 ===> en/news/1997 ===> en/alpha ===> en/internal ===> en/java ===> en/java/dists ===> en/java/docs ===> en/java/links ===> en/copyright (sed -e 's///' freebsd-license.sgml | SGML_CATALOG_FILES='' sgmlnorm -d -c /usr/local/share/sgml/html/catalog -D /usr/www/en/copyright > freebsd-license.html) || (rm -f freebsd-license.html && false) make: don't know how to make /ports/LEGAL,v. Stop *** Error code 2 Stop in /usr/www/en. *** Error code 1 Stop in /usr/www. kursk# Does any one have any ideas? Gordon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message