Intermittent failures in scanparse
| Bugzilla Link | 788 |
| Created on | Nov 30, 2010 11:23 |
| Resolution | FIXED |
| Resolved on | Feb 02, 2011 16:08 |
| Version | svn |
| OS | All |
| Architecture | PC |
Extended Description
The following error is from a clustix masterrun (HEAD:HEAD:1398) scanparse/sac.tab.h:37:1: error: unterminated #ifndef scanparse/sac.tab.h:37:1: error: unterminated #ifndef scanparse/sac.tab.h:37:1: error: unterminated #ifndef scanparse/sac.tab.h:37:1: error: unterminated #ifndef scanparse/sac.tab.h:37:1: error: unterminated #ifndef scanparse/sac.tab.h:37:1: error: unterminated #ifndef scanparse/sac.tab.h:37:1: error: unterminated #ifndef global/resource.c:88: error: expected identifier before ‘static’ make[6]: *** [global/resource.p.o] Error 1 make[5]: *** [make_prod] Error 2 make[4]: *** [prod] Error 2 We've seen similar errors from the scanner/parser on Gutemine and Asterix. The makefile is run with "-j" so this could be a missing dependency in the Makefile somewhere. The file sac.tab.h is generated by Bison so it may be being read before bison has finished writing to the file?