
Eric Niebler wrote:
John Maddock wrote:
Beman Dawes wrote:
It looks like test is broken on Sun 5.9.
Please fix immediately, or revert the change that caused the breakage.
I mentioned this yesterday, and added some additional #includes that fixed things for Sun on Linux (all I can test with locally), but I don't think the Solaris tests have been run since then? I've just added a #include of stdlib.h as well since that's where mkstemp and friends live.
As of revision 40694 (test run yesterday), the foreach tests are failing on sun-5.8 due to a boost.test bug. See: http://tinyurl.com/37a894.
Looks like yet another missing header include :-( According to Sun's man pages you need both stdio.h and stdarg.h to use vsnprintf: I've just committed the missing #include, so let's hope for the best! Regards, John.