Commit 1048779
committed
Check for jruby.sh on install and warn or error
The skinny launcher on unix requires that JRuby's jruby.sh be
present in the target installation. If it is not, we try to log
a warning to /dev/tty indicating that the native executable will
not be installed. If we cannot write to /dev/tty, we log the same
warning but fail the extconf build.
The warning explains the situation, links to the ruby-build issue
about deleting jruby.sh, and recommends upgrading the host Ruby
manager.1 parent 6d8ebcb commit 1048779
1 file changed
+26
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
1 | 27 | | |
2 | 28 | | |
3 | 29 | | |
| |||
0 commit comments