From: Shota Fukumori Date: 2011-09-08T11:41:23+09:00 Subject: [ruby-core:39356] [Ruby 1.9 - Bug #5076] Mac OS X Lion Support Issue #5076 has been updated by Shota Fukumori. Hi, I've tested ruby with Xcode 4.2 Developer Preview 7. Test results are below: * llvm-gcc with optflags="-O3" * build succeeded * test-all (with TESTS="-j") fails by parallel.rb (worker process) crashes with "[BUG] Bus Error" * test-all (without TESTS="-j") fails by SystemStackError "stack level too deep" * At the build process, I saw some deprecated warnings at openssl. Sorry I missed taking the log. * clang with optflags="-O3" * build succeeded * test-all (with TESTS="-j") runs successfully. * I forgot to check deprecated warnings at openssl... Yui said at [ruby-core:39316] that: >* Xcode 4.2 ���������������: gcc (llvm-gcc) ���������������������gcc-4.2 ��������������������������� (Translated:) >* At the Xcode 4.2 environment: Ruby seems work at gcc (llvm-gcc). There is no gcc-4.2. Still in Beta As I tested with Xcode 4.2 + llvm-gcc, test-all wasn't passed in my environment :p -- Japanese below... Xcode 4.2 Developer Preview 7 ���������������������������������������������: * llvm-gcc with optflags="-O3" * build ��������� * test-all (with -j) ��� [BUG] Bus Error ��� parallel.rb ��������� * test-all (without -j) ������������������������stack level too deep * ���������������openssl������������������deprecated������������������������������������������������������������ * clang with optflags="-O3" * build ��������� * test-all (with -j) ������������������������ * openssl���������deprecated��������������������������������������� ������������������ [ruby-core:39316] ��� >* Xcode 4.2 ���������������: gcc (llvm-gcc) ���������������������gcc-4.2 ��������������������������� ������������������������������������������������������������������llvm-gcc���test-all������������������������ As I tested with Xcode 4.2 + llvm-gcc, test-all wasn't passed in my environment :p ���������������������������������������������������ruby-core��������������������������� ---------------------------------------- Bug #5076: Mac OS X Lion Support http://redmine.ruby-lang.org/issues/5076 Author: Yui NARUSE Status: Open Priority: Normal Assignee: Category: Target version: 1.9.4 ruby -v: - Ruby doesn't work on Lion. -- http://redmine.ruby-lang.org