From: merch-redmine@... Date: 2020-05-29T20:52:59+00:00 Subject: [ruby-core:98580] [Ruby master Bug#16416] Suspicious include directories. Issue #16416 has been updated by jeremyevans0 (Jeremy Evans). Status changed from Open to Closed Looking at my include directories, I see directories such as: ``` /path/to/include/ruby-2.7/ruby-2.6/x86_64-openbsd /path/to/include/ruby-2.7/ruby-2.7/x86_64-openbsd ``` but nothing similar for 2.8 even though 2.8 is also installed. I'm guessing this issue has been fixed in the master branch. If it still occurs for you in the master branch, please respond and we can reopen. Maybe the fix was in commit:33d02e6bc7502c5a3f09c59908a8c9f08a474b8d, which skipped installing empty directories? ---------------------------------------- Bug #16416: Suspicious include directories. https://bugs.ruby-lang.org/issues/16416#change-85891 * Author: vo.x (Vit Ondruch) * Status: Closed * Priority: Normal * 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: