On Tue, 30 Mar 2010, Dagobert Michelsen wrote: > Am 30.03.2010 um 18:38 schrieb Joel E. Denny: > > On Tue, 30 Mar 2010, Dagobert Michelsen wrote: > > > I have several failing tests for bison 2.4.2 on Solaris 8 with Sun Studio > > > 11: > > > > > > [GNU Bison 2.4.2] testsuite: 53 54 55 56 57 58 59 60 61 91 92 149 150 151 > > > 152 > > > 153 154 155 156 157 158 159 160 161 186 189 197 198 failed > > > > > > Exactly the same tests fail on Solaris 9 with Sun Studio 12. > > > > It looks like you're having trouble with C++ compilation. > > > > > If it helps I can give you an account on the OpenCSW buildfarm. > > > > Maybe later. First, please send us tests/testsuite.log. > > Sure. This one is for the Solaris 9 compile.
The problem is with compilation of lib/string.h, which we inherit from gnulib. It appears that gnulib already has a fix, and we've already updated gnulib for the Bison 2.4.3 release. Would you please check that the problem is fixed? Either I can roll a test release tarball for you to try, or you can checkout branch-2.4.3 from our git repo at git://git.sv.gnu.org/bison.git and then bootstrap. Either way, you'd then run the usual ./configure, make, and make check. Let me know what is easiest for you. Thanks.