Project

General

Profile

Actions

Bug #15391

closed

JIT does not respect configuration options

Added by vo.x (Vit Ondruch) over 5 years ago. Updated over 5 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 2.6.0dev (2018-12-06 trunk 66252) [x86_64-linux]
[ruby-core:90365]

Description

JIT does not respect configuration options, mainly the header location options --with-rubyhdrdir, --with-rubyarchhdrdir, but it also ignores --with-ruby-version if I am not mistaken.

So far I came up with the patch attached. But while it seems it places the headers on reasonable places, there are 80+ JIT test cases failed, because it obviously tries to locate the file on a place (e.g. absolute path) specified by configuration, but such place is not available during a build.


Files

Updated by k0kubun (Takashi Kokubun) over 5 years ago

  • Status changed from Open to Feedback
  • Assignee changed from k0kubun (Takashi Kokubun) to nobu (Nobuyoshi Nakada)

there are 80+ JIT test cases failed

Then, we can't merge, right?

Also most of the changed places are mostly written by @nobu (Nobuyoshi Nakada). Reassigning this to him because TBH I have no idea about how multi-arch build is working.

Actions #2

Updated by nobu (Nobuyoshi Nakada) over 5 years ago

  • Status changed from Feedback to Closed

Applied in changeset trunk|r66282.


Honor configured ruby header locations as the MJIT header path

[Bug #15391]

Actions

Also available in: Atom PDF

Like0
Like0Like0