[#89806] [Ruby trunk Bug#15306] Generate prelude.c using miniruby — v.ondruch@...
Issue #15306 has been reported by vo.x (Vit Ondruch).
3 messages
2018/11/15
[ruby-core:89865] [Ruby trunk Bug#15280] r65509 - bundler & make install, no CLI
From:
Greg.mpls@...
Date:
2018-11-19 04:25:45 UTC
List:
ruby-core #89865
Issue #15280 has been updated by MSP-Greg (Greg L).
@hsbt
Sorry, I should have added some more info. It's a Windows build, and there are three *.cmd files in bin:
bundle.cmd
bundle_ruby.cmd
bundler.cmd
bundler.cmd which doesn't work, has one 'ruby' line
```
load File.expand_path("../bundle", __FILE__)
```
Console:
```
PS C:\Greg\GitHub\rubygems> bundler env
Traceback (most recent call last):
1: from C:/Greg/Ruby99-x64/bin/bundler.cmd:12:in `<main>'
C:/Greg/Ruby99-x64/bin/bundler.cmd:12:in `load': cannot load such file -- C:/Greg/Ruby99-x64/bin/bundle (LoadError)
```
bundle.cmd works, and has several lines of code. I can attached the two if it would be helpful.
Used `ruby 2.6.0dev (2018-11-19 trunk 65793) [x64-mingw32]` for this... thanks, Greg
----------------------------------------
Bug #15280: r65509 - bundler & make install, no CLI
https://bugs.ruby-lang.org/issues/15280#change-74924
* Author: MSP-Greg (Greg L)
* Status: Feedback
* Priority: Normal
* Assignee: hsbt (Hiroshi SHIBATA)
* Target version:
* ruby -v: ruby 2.6.0dev (2018-11-03 trunk 65510) [x64-mingw32]
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
Something may be amiss with the addition of bundler and `make install`, as `bundle(r) version` is not working. Previously, I installed the bundler gem, and all was fine...
If it's any help, the ruby-loco 7z file (ruby_trunk.7z) is available at:
https://ci.appveyor.com/project/MSP-Greg/ruby-loco/builds/20019752/artifacts
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>