9On Wed, May 13, 2009 at 01:01:59PM -0400, Ben Walton wrote:
> I did a little poking at this, and I think it's likely an oddity of
> openjade (a bug likely, but who knows).  I ran the command that
> generates the errors during the Make while is a subdirectory and
> referencing the sgml input file via ../ (this is the way the Makefile
> sets it up).  This saw the errors Dago reported and an truss shows:
> 
> open("/opt/csw/etc/sgml/../catalog", O_RDONLY)  Err#2 ENOENT
> 
> I then cd'd up a level and removed the ../ from the referenced sgml
> file.  The file was then processed correctly and truss showed:
> 
> open("/opt/csw/etc/sgml/catalog", O_RDONLY)     = 3
> 
> Neither of those runs saw the environment modified.

Nice detective work. So then, sounds like jade needs to be recompiled, so
that it doesnt use the '..' by default?

_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers

Reply via email to