Gentoo Archives: gentoo-alt

From: Peter Abrahamsen <rainhead@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Getting Ruby 1.9.x over to Gentoo Prefix
Date: Fri, 13 Feb 2009 19:32:28
Message-Id: e3171c650902131132w45a7c385g6dd3c68384be6ccf@mail.gmail.com
In Reply to: Re: [gentoo-alt] Getting Ruby 1.9.x over to Gentoo Prefix by Svoop
1 Ack, Gmail ate my baby and I didn't see any gentoo-alt traffic this year.
2
3 My portage ate its own baby but I'm working on that and hope to test
4 your builds RSN.
5
6 Thanks!
7 Peter
8
9 On Wed, Jan 21, 2009 at 4:18 AM, Svoop <svoop@××××××××.ch> wrote:
10 >
11 > All tests of ruby-1.9.1-r1 do pass on Mac OS X - but one.
12 >
13 > #222 test_io.rb:11:in `<top (required)>':
14 > begin
15 > require "io/nonblock"
16 > r, w = IO.pipe
17 > w.nonblock = true
18 > w.write_nonblock("a" * 100000)
19 > w.nonblock = false
20 > t1 = Thread.new { w.write("b" * 4096) }
21 > t2 = Thread.new { w.write("c" * 4096) }
22 > sleep 0.5
23 > r.sysread(4096).length
24 > sleep 0.5
25 > r.sysread(4096).length
26 > t1.join
27 > t2.join
28 > rescue LoadError
29 > end
30 > #=> not finished in 10 seconds [ruby-dev:32566]
31 > FAIL 1/927 tests failed
32 >
33 > Ideas anyone?
34 > --
35 > View this message in context: http://www.nabble.com/Getting-Ruby-1.9.x-over-to-Gentoo-Prefix-tp21114547p21582010.html
36 > Sent from the gentoo-alt mailing list archive at Nabble.com.
37 >
38 >
39 >