ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:90365] [Ruby trunk Bug#15391] JIT does not respect configuration options
       [not found] <redmine.issue-15391.20181207104457@ruby-lang.org>
@ 2018-12-07 10:44 ` v.ondruch
  2018-12-07 13:29 ` [ruby-core:90370] [Ruby trunk Bug#15391][Feedback] " takashikkbn
  1 sibling, 0 replies; 2+ messages in thread
From: v.ondruch @ 2018-12-07 10:44 UTC (permalink / raw)
  To: ruby-core

Issue #15391 has been reported by vo.x (Vit Ondruch).

----------------------------------------
Bug #15391: JIT does not respect configuration options
https://bugs.ruby-lang.org/issues/15391

* Author: vo.x (Vit Ondruch)
* Status: Open
* Priority: Normal
* Assignee: k0kubun (Takashi Kokubun)
* Target version: 
* ruby -v: ruby 2.6.0dev (2018-12-06 trunk 66252) [x86_64-linux]
* Backport: 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
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--------------------------------
ruby-2.6.0-Make-JIT-honor-configured-Ruby-header-locations.patch (2.82 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [ruby-core:90370] [Ruby trunk Bug#15391][Feedback] JIT does not respect configuration options
       [not found] <redmine.issue-15391.20181207104457@ruby-lang.org>
  2018-12-07 10:44 ` [ruby-core:90365] [Ruby trunk Bug#15391] JIT does not respect configuration options v.ondruch
@ 2018-12-07 13:29 ` takashikkbn
  1 sibling, 0 replies; 2+ messages in thread
From: takashikkbn @ 2018-12-07 13:29 UTC (permalink / raw)
  To: ruby-core

Issue #15391 has been updated by k0kubun (Takashi Kokubun).

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. Reassigning this to him because TBH I have no idea about how multi-arch build is working.

----------------------------------------
Bug #15391: JIT does not respect configuration options
https://bugs.ruby-lang.org/issues/15391#change-75480

* Author: vo.x (Vit Ondruch)
* Status: Feedback
* Priority: Normal
* Assignee: nobu (Nobuyoshi Nakada)
* Target version: 
* ruby -v: ruby 2.6.0dev (2018-12-06 trunk 66252) [x86_64-linux]
* Backport: 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
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--------------------------------
ruby-2.6.0-Make-JIT-honor-configured-Ruby-header-locations.patch (2.82 KB)


-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-07 13:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-15391.20181207104457@ruby-lang.org>
2018-12-07 10:44 ` [ruby-core:90365] [Ruby trunk Bug#15391] JIT does not respect configuration options v.ondruch
2018-12-07 13:29 ` [ruby-core:90370] [Ruby trunk Bug#15391][Feedback] " takashikkbn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).