Project

General

Profile

Actions

Bug #14248

closed

configure fails to detect fd_mask type on OS X

Added by drkaes (Stefan Kaes) over 6 years ago. Updated over 6 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.5.0p0 (2017-12-25 revision 61468) [x86_64-darwin16]
[ruby-core:84509]

Description

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

Actions #2

Updated by nobu (Nobuyoshi Nakada) over 6 years ago

  • Status changed from Open to Closed

Applied in changeset trunk|r61500.


fix fd mask detection on os x

This was broken in r59440 (3215b27a9abd8de793cf517f32d8901fd421eb1c)
[Bug #14248]

From: Stefan Kaes

Updated by drkaes (Stefan Kaes) over 6 years ago

Would you mind back porting the fix to the 2.5 branch?

Actions #4

Updated by naruse (Yui NARUSE) over 6 years ago

  • Backport changed from 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN to 2.3: DONTNEED, 2.4: DONTNEED, 2.5: REQUIRED

Updated by naruse (Yui NARUSE) over 6 years ago

  • Backport changed from 2.3: DONTNEED, 2.4: DONTNEED, 2.5: REQUIRED to 2.3: DONTNEED, 2.4: DONTNEED, 2.5: DONE

ruby_2_5 r61582 merged revision(s) 61500.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0