[#18121] [Ruby 1.8.7 - Bug #405] (Open) ssl.rb:31: [BUG] Bus Error — Anonymous <redmine@...>

Issue #405 has been reported by Anonymous.

14 messages 2008/08/04

[#18130] Re: New array methods cycle, choice, shuffle (plus bug in cycle) — Brian Candler <B.Candler@...>

> Seriously though... Array.first is a noun.

10 messages 2008/08/05

[#18319] NEW Command: absolute_path() -- — "C.E. Thornton" <admin@...>

Core,

14 messages 2008/08/16
[#18321] Re: NEW Command: absolute_path() -- — Yukihiro Matsumoto <matz@...> 2008/08/18

Hi,

[#18381] [Bug #496] DRb.start_service(nil) is very slow — Hongli Lai <redmine@...>

Bug #496: DRb.start_service(nil) is very slow

11 messages 2008/08/25

[ruby-core:18125] [Ruby 1.9 - Feature #403] Add support to Haiku

From: Olivier Coursière <redmine@...>
Date: 2008-08-05 02:16:02 UTC
List: ruby-core #18125
Issue #403 has been updated by Olivier Coursi竪re.

File new_ruby_1_9_haiku.patch added
File new_ruby_1_9_haiku_config.sub_config.guess.patch added
File config.guess_automake-1.10.1.patch added

Thank you for reviewing the patch. Here are some precisions :

1. Oups ! I obviously misunderstood that socket.h included in those files are BeOS workarounds. In fact, Haiku do not need this to compile.

#if defined(__BEOS__) && !defined(__HAIKU__) should be enough (see my new patch) as GCC under Haiku still define BEOS too. There is some discussions to remove it as most of the time (like in this case), Haiku's port should work without those weird BeOS workarounds.

2. Yes. One include should be enough. I have removed the second socket.h include.

3. I understand. In fact, it correspond to the files in  the latest stable version of automake (1.10.1) + a little patch to config.guess. I don't know what is the update policy for those files in the ruby project :
 - only stable version of automake ? : Haiku will have to wait the next release
 - only patch for ruby supported platforms ?
 - ...

Maybe, i can try to extract haiku related lines. Until then, people under Haiku can just drop config.guess and config.sub in there working copy the first time. Those files are included in the Haiku development package. A make rule could do this too.

I have extracted config.guess and config.sub from the main patch.
----------------------------------------
http://redmine.ruby-lang.org/issues/show/403

----------------------------------------
http://redmine.ruby-lang.org

In This Thread