[#84280] [Ruby trunk Bug#14181] hangs or deadlocks from waitpid, threads, and trapping SIGCHLD — nobu@...
Issue #14181 has been updated by nobu (Nobuyoshi Nakada).
3 messages
2017/12/15
[#84398] [Ruby trunk Bug#14220] WEBrick changes - failures on MSWIN, MinGW — Greg.mpls@...
Issue #14220 has been reported by MSP-Greg (Greg L).
3 messages
2017/12/22
[#84472] Re: [ruby-dev:50394] [Ruby trunk Bug#14240] warn four special variables: $; $, $/ $\ — Eric Wong <normalperson@...>
Shouldn't English posts be on ruby-core instead of ruby-dev?
3 messages
2017/12/26
[ruby-core:84510] [Ruby trunk Bug#14248] configure fails to detect fd_mask type on OS X
From:
stkaes@...
Date:
2017-12-27 12:31:01 UTC
List:
ruby-core #84510
Issue #14248 has been updated by drkaes (Stefan Kaes). Proposed patch: https://github.com/skaes/rvm-patchsets/blob/master/patches/ruby/2.5.0/railsexpress/04-fix-fd-mask-detection-on-os-x.patch ---------------------------------------- Bug #14248: configure fails to detect fd_mask type on OS X https://bugs.ruby-lang.org/issues/14248#change-69036 * Author: drkaes (Stefan Kaes) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.5.0p0 (2017-12-25 revision 61468) [x86_64-darwin16] * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN ---------------------------------------- When running configure on trunk and/or 2.5.0, configure fails to detect that the type fd_mask exists. As a consequence, HAVE_RB_FD_INIT gets no set to 1, which leads to rb_fdset_t not being defined. The bug was introduced with this commit: https://github.com/ruby/ruby/commit/3215b27a9abd8de793cf517f32d8901fd421eb1c -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>