From: "mame (Yusuke Endoh)" Date: 2012-11-05T22:20:00+09:00 Subject: [ruby-core:48914] [ruby-trunk - Bug #4199][Rejected] make test ruby-1.9.2-p0 failed on Solaris10 x86 Issue #4199 has been updated by mame (Yusuke Endoh). Status changed from Feedback to Rejected I'm thinking that too many platforms are "supported" currently with respect to the human resource. If Solaris is really supported as a "best effort" platform, this ticket should not be left untouched so long. No effort. So, I'm likely to reduce supported platform by making the support-level rule strict in 2.0.0. In addition, my personal opinion is that it is not so worth to make an effort to support Solaris because of the recent situation. Thus, I'm sorry but please make a patch yourself. It may be helpful to try trunk because sigaltstack handling was changed and improved. -- Yusuke Endoh ---------------------------------------- Bug #4199: make test ruby-1.9.2-p0 failed on Solaris10 x86 https://bugs.ruby-lang.org/issues/4199#change-32413 Author: dp (Dmitry Perfilyev) Status: Rejected Priority: Low Assignee: Category: Target version: 1.9.2 ruby -v: ruby 1.9.2p0 (2010-08-18 revision 29036) [i386-solaris2.10] =begin #./configure #./make #./make test make: Warning: Illegal dependency list for target `.DEFAULT' sample/test.rb:assignment ...... ............. test_thread.rb .............................................bootstraptest.tmp.rb:3: [BUG] rb_register_sigaltstack. malloc error ruby 1.9.2p0 (2010-08-18 revision 29036) [i386-solaris2.10] -- control frame ---------- c:0007 p:---- s:0018 b:0018 l:000017 d:000017 CFUNC :new c:0006 p:0017 s:0014 b:0014 l:00189c d:000013 BLOCK bootstraptest.tmp.rb:3 c:0005 p:---- s:0012 b:0012 l:000011 d:000011 FINISH c:0004 p:---- s:0010 b:0010 l:000009 d:000009 CFUNC :times c:0003 p:0015 s:0007 b:0006 l:00189c d:00048c EVAL bootstraptest.tmp.rb:3 c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH c:0001 p:0000 s:0002 b:0002 l:00189c d:00189c TOP --------------------------- -- Ruby level backtrace information ---------------------------------------- bootstraptest.tmp.rb:3:in `
' bootstraptest.tmp.rb:3:in `times' bootstraptest.tmp.rb:3:in `block in
' bootstraptest.tmp.rb:3:in `new' [NOTE] You may have encountered a bug in the Ruby interpreter or extension libraries. Bug reports are welcome. For details: http://www.ruby-lang.org/bugreport.html E.... #929 test_thread.rb:381:in `': core dumped FAIL 1/933 tests failed *** Error code 1 The following command caused the error: ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/runruby.rb --extout=.ext -- "./bootstraptest/runner.rb" --ruby="ruby -I./lib" -q make: Fatal error: Command failed for target `yes-btest-ruby' =end -- http://bugs.ruby-lang.org/