Project

General

Profile

Actions

Bug #12186

closed

/snapshot/lib/rubygems/installer.rb:233

Added by sawa (Tsuyoshi Sawada) about 8 years ago. Updated about 8 years ago.

Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
Nightly snapshot (2016-3-13 03:01)
[ruby-core:74409]

Description

I downloaded the nightly snapshot (https://cache.ruby-lang.org/pub/ruby/snapshot.tar.gz), and did:

./configure
make
sudo make install

and got:

.../snapshot/lib/rubygems/installer.rb:233:in `check_executable_overwrite': no implicit conversion of nil into String (TypeError)

The offending line installer.rb:233 looks like this,

question << existing

and the values seem to be:

question # => "rake's executable \"rake\" conflicts with "
existing # => nil

Is this a bug, or is there something wrong with my environment?


Also, I am looking forward for Ruby 2.3.1. Is there a place where the schedule for the release of teeny versions are announced? Or is it is not announced until release?

Actions

Also available in: Atom PDF

Like0
Like0Like0