To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=77664
------- Additional comments from [EMAIL PROTECTED] Fri Aug 29 15:24:16 +0000 2008 ------- I did a few tests for file in <different makefiles>; do cp -f $file source/localedata/makefile.mk ; for ((i=1; i<=15; i++)); do echo $i >> $file.log; rm -rf unxmacxp.pro/ ; build || break ; done; done where the different makefiles had different combinations of one or two of the three obj-files in the NOOPTFLAGS macro. The only combination that did pass all 15 iterations was the combination of the saxparser.obj and LocaleNode.obj While this only tells that other combinations don't work (might reduce frequency of the breakers, but not workaround them completely), this combinations seems to do the trick. As it is a non-reproducible failure, one might need to add all three to really make the problem go away. I did start a new test with 50 iterations with the two files as nooptfiles - if that works, I'm pretty confident that the two are enough. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
