Project

General

Profile

Actions

Bug #18789

closed

make test-bundled-gems failed after make install

Added by znz (Kazuhiro NISHIYAMA) almost 2 years ago. Updated 7 months ago.

Status:
Feedback
Target version:
-
ruby -v:
ruby 3.2.0dev (2022-05-17T22:12:44Z master e2bad65eab) [x86_64-linux]
[ruby-core:108604]

Description

On snapshot-master CI, make test-bundled-gems failed.

https://github.com/ruby/actions/runs/6476724416?check_suite_focus=true#step:17:118

./tool/test-bundled-gems.rb:10:in `realpath': No such file or directory @ realpath_rec - /home/runner/work/actions/actions/snapshot-master/.bundle/bin/rake (Errno::ENOENT)
	from ./tool/test-bundled-gems.rb:10:in `<main>'
make: *** [uncommon.mk:1410: test-bundled-gems-run] Error 1

I investigated it, it causes after make install.

How to reproduce:

  1. Run configure
  2. make install
  3. make test-bundled-gems

or

In already built directory

  1. rm -rf path/to/srcdir/.bundle
  2. make install
  3. make test-bundled-gems

If I run rm -rf path/to/srcdir/.bundle and make test-bundled-gems without make install, .bundle/bin/rake exists.

Updated by hsbt (Hiroshi SHIBATA) about 1 year ago

  • Status changed from Open to Assigned
  • Assignee set to hsbt (Hiroshi SHIBATA)

Updated by jeremyevans0 (Jeremy Evans) 7 months ago

  • Status changed from Assigned to Feedback

@znz (Kazuhiro NISHIYAMA) I tried with current Ruby master and I could not reproduce the issue. Is it still a problem in your environment?

Actions

Also available in: Atom PDF

Like0
Like0Like0