ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:96203] [Ruby master Bug#16415] MJIT is using/creating some suspicious include directories
       [not found] <redmine.issue-16415.20191211144938@ruby-lang.org>
@ 2019-12-11 14:49 ` v.ondruch
  2019-12-11 14:58 ` [ruby-core:96205] " v.ondruch
  1 sibling, 0 replies; 2+ messages in thread
From: v.ondruch @ 2019-12-11 14:49 UTC (permalink / raw
  To: ruby-core

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

----------------------------------------
Bug #16415: MJIT is using/creating some suspicious include directories
https://bugs.ruby-lang.org/issues/16415

* Author: vo.x (Vit Ondruch)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: ruby 2.7.0dev (2019-12-10 master af11efd377) [x86_64-linux]
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN
----------------------------------------
Building Ruby, there are some suspicious include directories created:

~~~
$ cd /usr/local/include/

$ tree
.
└── ruby-2.7.0
    ├── ruby
    │   ├── assert.h
    │   ├── backward
    │   │   ├── classext.h
    │   │   ├── cxxanyargs.hpp
    │   │   ├── rubyio.h
    │   │   ├── rubysig.h
    │   │   ├── st.h
    │   │   └── util.h
    │   ├── backward.h
    │   ├── debug.h
    │   ├── defines.h
    │   ├── digest.h
    │   ├── encoding.h
    │   ├── intern.h
    │   ├── io.h
    │   ├── missing.h
    │   ├── onigmo.h
    │   ├── oniguruma.h
    │   ├── regex.h
    │   ├── re.h
    │   ├── ruby.h
    │   ├── st.h
    │   ├── subst.h
    │   ├── thread.h
    │   ├── thread_native.h
    │   ├── util.h
    │   ├── version.h
    │   └── vm.h
    ├── ruby-
    │   └── x86_64-linux
    ├── ruby.h
    └── x86_64-linux
        ├── rb_mjit_min_header-2.7.0.h
        └── ruby
            └── config.h
~~~

The directory in question is the 'ruby-2.7.0/ruby-'. I suspect this is related to MJIT, because the mjit_config.h (in attachment) refers to these directories.

---Files--------------------------------
mjit_config.h (749 Bytes)


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

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

* [ruby-core:96205] [Ruby master Bug#16415] MJIT is using/creating some suspicious include directories
       [not found] <redmine.issue-16415.20191211144938@ruby-lang.org>
  2019-12-11 14:49 ` [ruby-core:96203] [Ruby master Bug#16415] MJIT is using/creating some suspicious include directories v.ondruch
@ 2019-12-11 14:58 ` v.ondruch
  1 sibling, 0 replies; 2+ messages in thread
From: v.ondruch @ 2019-12-11 14:58 UTC (permalink / raw
  To: ruby-core

Issue #16415 has been updated by vo.x (Vit Ondruch).

Status changed from Open to Closed

Actually scratch that. This might be issue in one of my patches. Sorry for the noise.

----------------------------------------
Bug #16415: MJIT is using/creating some suspicious include directories
https://bugs.ruby-lang.org/issues/16415#change-83094

* Author: vo.x (Vit Ondruch)
* Status: Closed
* Priority: Normal
* Assignee: 
* Target version: 
* ruby -v: ruby 2.7.0dev (2019-12-10 master af11efd377) [x86_64-linux]
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN
----------------------------------------
Building Ruby, there are some suspicious include directories created:

~~~
$ cd /usr/local/include/

$ tree
.
└── ruby-2.7.0
    ├── ruby
    │   ├── assert.h
    │   ├── backward
    │   │   ├── classext.h
    │   │   ├── cxxanyargs.hpp
    │   │   ├── rubyio.h
    │   │   ├── rubysig.h
    │   │   ├── st.h
    │   │   └── util.h
    │   ├── backward.h
    │   ├── debug.h
    │   ├── defines.h
    │   ├── digest.h
    │   ├── encoding.h
    │   ├── intern.h
    │   ├── io.h
    │   ├── missing.h
    │   ├── onigmo.h
    │   ├── oniguruma.h
    │   ├── regex.h
    │   ├── re.h
    │   ├── ruby.h
    │   ├── st.h
    │   ├── subst.h
    │   ├── thread.h
    │   ├── thread_native.h
    │   ├── util.h
    │   ├── version.h
    │   └── vm.h
    ├── ruby-
    │   └── x86_64-linux
    ├── ruby.h
    └── x86_64-linux
        ├── rb_mjit_min_header-2.7.0.h
        └── ruby
            └── config.h
~~~

The directory in question is the 'ruby-2.7.0/ruby-'. I suspect this is related to MJIT, because the mjit_config.h (in attachment) refers to these directories.

---Files--------------------------------
mjit_config.h (749 Bytes)


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

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

end of thread, other threads:[~2019-12-11 14:59 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-16415.20191211144938@ruby-lang.org>
2019-12-11 14:49 ` [ruby-core:96203] [Ruby master Bug#16415] MJIT is using/creating some suspicious include directories v.ondruch
2019-12-11 14:58 ` [ruby-core:96205] " v.ondruch

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).