From: "ngoto (Naohisa Goto)" Date: 2012-04-23T00:42:29+09:00 Subject: [ruby-core:44535] [ruby-trunk - Bug #6334][Feedback] 64 bit build broken for 1.9.3 on Solaris 10 and openindiana - test_fork.rb Issue #6334 has been updated by ngoto (Naohisa Goto). Status changed from Assigned to Feedback Please show full build log with ./configure CFLAGS="-m64" && gmake V=1 test In Solaris, more and more options may be needed for 64-bit compile. The r32562 fixes that "-m64" was always removed from CFLAGS. Without r32562, the "-m64" is removed and 32-bit binaries is always generated. Please check the binaries by using "file" command. ---------------------------------------- Bug #6334: 64 bit build broken for 1.9.3 on Solaris 10 and openindiana - test_fork.rb https://bugs.ruby-lang.org/issues/6334#change-26086 Author: cr_ellis (Colin Ellis) Status: Feedback Priority: Normal Assignee: nobu (Nobuyoshi Nakada) Category: Target version: ruby -v: ruby 1.9.3p195 (2012-04-20 revision 32371) [i386-solaris2.10] make test fails with: #248 test_fork.rb:51:in `': core dumped [ruby-dev:44005] [Ruby 1.9 - Bug #4950] FAIL 1/943 tests failed gmake: *** [yes-btest-ruby] Error 1 No coredump is actually produced. Operating System: Solaris 10 x86 Compiler: GCC 4.4.5 To reproduce: ./configure CFLAGS="-m64" && gmake test Seems that r32562 broke it. If I revert that changeset All tests pass as expected. -- http://bugs.ruby-lang.org/