Subject: Variable 'port' has not been declared.
To: None <netbsd-docs@NetBSD.org>
From: Hubert Feyrer <hubert@feyrer.de>
List: netbsd-docs
Date: 12/05/2006 18:42:45
Since a few days ago, I'm getting the error below when rebuilding any of 
the htdocs/Ports/*/index.html pages:

 	% make index.html
 	[xsltproc] index.xml -> index.html
 	runtime error: file file:///usr/cvs/htdocs/share/xsl/portpage.xsl line 40
 	element value-of
 	Variable 'port' has not been declared.
 	xmlXPathCompiledEval: evaluation failed
 	runtime error: file file:///usr/cvs/htdocs/share/xsl/portpage.xsl line 40
 	element value-of
 	XPath evaluation returned no result.
 	*** Error code 10

I don't remember changing any of the installed packages, and htdocs has no 
local changes.

Has anyone seen this before?


  - Hubert