Project

General

Profile

Actions

Bug #12392

closed

configure --with-sitedir=no --with-sitearchdir=no --with-vendordir=no --with-vendorarchdir=no が機能しない

Added by yoko-a (Atsushi YOKOYAMA) almost 8 years ago. Updated almost 4 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux]
[ruby-dev:49628]
Tags:

Description

configure のヘルプでは、オプション --with-sitedir, --with-sitearchdir, --with-vendordir, --with-vendorarchdir に noを与えられることになっているが、正しく機能しない。

make installでカレントディレクトリに誤ったディレクトリが生成される。
また、ライブラリ検索パスに誤ったエントリが残る。

% ./configure --with-sitedir=no --with-sitearchdir=no --with-vendordir=no --with-vendorarchdir=no
% make
% sudo make install
% ls -l | head -3
total 147396
drwxr-xr-x  3 root   root       4096 May 18 23:51 $(sitedir)/
drwxr-xr-x  3 root   root       4096 May 18 23:51 $(vendordir)/
%
% ruby -e 'puts $:.join("\n")'
/usr/local/lib/ruby/gems/2.3.0/gems/did_you_mean-1.0.0/lib
${sitedir}/2.3.0
${sitearchdir}
${sitedir}
${vendordir}/2.3.0
${vendorarchdir}
${vendordir}
/usr/local/lib/ruby/2.3.0
/usr/local/lib/ruby/2.3.0/x86_64-linux
%
Actions #1

Updated by nobu (Nobuyoshi Nakada) about 4 years ago

  • Status changed from Open to Closed

Applied in changeset git|8a6ba10f9dd456cf54de800203cf04bbe42271fb.


Do not make disabled directories at installation [Bug #12392]

Actions #2

Updated by nobu (Nobuyoshi Nakada) about 4 years ago

  • Backport changed from 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN to 2.5: REQUIRED, 2.6: REQUIRED, 2.7: REQUIRED

Updated by nagachika (Tomoyuki Chikanaga) about 4 years ago

  • Backport changed from 2.5: REQUIRED, 2.6: REQUIRED, 2.7: REQUIRED to 2.5: REQUIRED, 2.6: DONE, 2.7: REQUIRED

ruby_2_6 r67844 merged revision(s) 8a6ba10f9dd456cf54de800203cf04bbe42271fb.

Updated by naruse (Yui NARUSE) about 4 years ago

  • Backport changed from 2.5: REQUIRED, 2.6: DONE, 2.7: REQUIRED to 2.5: REQUIRED, 2.6: DONE, 2.7: DONE

ruby_2_7 95c3bb6c426a11253644a86137bb67c542fd5799.

Actions #5

Updated by usa (Usaku NAKAMURA) almost 4 years ago

  • Backport changed from 2.5: REQUIRED, 2.6: DONE, 2.7: DONE to 2.5: DONE, 2.6: DONE, 2.7: DONE
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0