Claudio Jeker wrote: >On Wed, Sep 29, 2004 at 07:35:19PM +0900, ts wrote: > > >>>>>>>"W" == Wes Moxam <wildwildwes / gmail.com> writes: >>>>>>> >>>>>>> >>W> longjmp botch. >> >> _setjmp()/_longjmp() is broken on OpenBSD/Sparc, replace it with >> setjmp()/longjmp() >> >> See [ruby-talk:96816] and [ruby-talk:96957] >> >> You have 2 occurence of _setjmp() to change in ruby >> >> >> > >This is no longer true. The sparc/sparc64 versions of _setjump/_longjump >are fixed in OpenBSD 3.6. The change did not make it back to 3.5-stable so >you need to patch or update to 3.6/-current. > > > Oh, good good. So there needs to be a patch for OpenBSD 3.5 and whichever are incompatible. --dross