[ruby-core:96207] [Ruby master Bug#16416] Suspicious include directories.
| Newsgroups | gmane.comp.lang.ruby.core |
|---|---|
| Message-ID | <redmine.issue-16416.20191211153311.297b06b9a88720cc@ruby-lang.org> |
Issue #16416 has been reported by vo.x (Vit Ondruch).
----------------------------------------
Bug #16416: Suspicious include directories.
https://bugs.ruby-lang.org/issues/16416
* 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
----------------------------------------
There are created suspicious include directories:
~~~
$ cd /usr/local/include/
[vondruch@localhost 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.h
├── ruby-2.7.0
│ └── x86_64-linux
└── x86_64-linux
├── rb_mjit_min_header-2.7.0.h
└── ruby
└── config.h
~~~
My concern is specifically the ruby-2.7.0/ruby-2.7.0 directory structure.
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>