From: Dowling, W. (TS USA) <wil...@th...> - 2005-02-24 20:44:21
|
On Wed, 2005-02-23 at 18:17, Martin Quinson wrote: > Hello, > > make test fails on my box. Is it just me or the lastest changes to allow > several versions to coexist broke it? [...] I am seeing this: $ make BASE_DIR=/tmp/foo test Testing... make -C examples test make[1]: Entering directory `/space1/proj-temp/flexml/flexml/examples' Testing... ../flexml.pl -vD -a my-show.act my.dtd FleXML version Id: flexml.pl,v 1.44 2005/02/23 23:08:16 mquinson Exp. Fetching URL <file:my.dtd>. Processing DTD in my.dtd. Post-processing DTD. Writing XML application onto `my-show.c'. Can't exec "./flexml-act": No such file or directory at ../flexml.pl line 1527. readline() on closed filehandle ACTIONS at ../flexml.pl line 1534. ../flexml.pl: Cannot close pipe to flexml-act: Bad file descriptor make[1]: *** [my-show.c] Error 9 make[1]: Leaving directory `/space1/proj-temp/flexml/flexml/examples' make: *** [test] Error 2 I don't understand why this Makefile runs ../flexml.pl. We should be testing what we just built, right? If that is so, replace all "../flexml.pl" by "../$(FLEXML)" in examples/Makefile, and you get a lot farther. The next place it fails is at Fetching URL <file:xhtml-lat1.ent>. "xhtml1-transitional.dtd", line 29: URL <file:xhtml-lat1.ent> could not be fetched. make[1]: *** [xhtml-href.c] Error 2 make[1]: Leaving directory `/space1/proj-temp/flexml/flexml/examples' make: *** [test] Error 2 Are we missing a file xhtml-lat1.ent? I don't know if it was the latest changes -- I don't normally run 'make test' -- so I don't know when it started failing. The good news is this: When I run my own tests (not the examples/ directory), everything seems to be working. -- William F. Dowling Thomson/ISI (www.thomsonisi.com) 215-386-0100 x-1156 ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ |