ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
From: duerst@it.aoyama.ac.jp
To: ruby-core@ruby-lang.org
Subject: [ruby-core:87213] [Ruby trunk Bug#14747][Assigned] uninitialized constant Gem::PathSupport
Date: Mon, 21 May 2018 11:32:41 +0000 (UTC)	[thread overview]
Message-ID: <redmine.journal-72205.20180521113240.2b2cc7d1f9c0720c@ruby-lang.org> (raw)
In-Reply-To: redmine.issue-14747.20180510103600@ruby-lang.org

Issue #14747 has been updated by duerst (Martin Dürst).

Status changed from Feedback to Assigned

I have been able to 'solve' this problem by adding
```
require 'rubygems/path-support'
```
at the start (around line 23) of `lib/rubygems.rb`.

I can commit this, or feed it back upstream (or just keep it for myself, if I'm the only one having this problem).

----------------------------------------
Bug #14747: uninitialized constant Gem::PathSupport
https://bugs.ruby-lang.org/issues/14747#change-72205

* Author: duerst (Martin Dürst)
* Status: Assigned
* Priority: Normal
* Assignee: hsbt (Hiroshi SHIBATA)
* Target version: 
* ruby -v: ruby 2.3.6p384 (2017-12-14 revision 9808) [x86_64-cygwin] last_commit=ruby 2.3.3
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN
----------------------------------------
I'm getting the following error repeatedly:

```
/cygdrive/c/Data/ruby/lib/rubygems.rb:393:in `paths': uninitialized constant Gem::PathSupport (N   ameError)
make: *** [uncommon.mk:353: do-install-nodoc] Error 1
```

I have set --with-baseruby=/usr/bin/ruby, which is an old version of ruby, and started from ./configure, but that doesn't help.

The command I use to compile is
```
make up unicode-up install-nodoc runnable
```

The source is at the newest revision, r63393.



-- 
https://bugs.ruby-lang.org/

  parent reply	other threads:[~2018-05-21 11:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <redmine.issue-14747.20180510103600@ruby-lang.org>
2018-05-10 10:36 ` [ruby-core:86967] [Ruby trunk Bug#14747] uninitialized constant Gem::PathSupport duerst
2018-05-10 12:53 ` [ruby-core:86969] " hsbt
2018-05-11 11:00 ` [ruby-core:86994] " duerst
2018-05-11 14:20 ` [ruby-core:86998] [Ruby trunk Bug#14747][Feedback] " hsbt
2018-05-14  8:43 ` [ruby-core:87024] [Ruby trunk Bug#14747] " duerst
2018-05-21 11:32 ` duerst [this message]
2018-05-22  8:36 ` [ruby-core:87220] " janfri26
2018-05-22  9:34 ` [ruby-core:87221] " duerst
2019-03-11  5:52 ` [ruby-core:91750] " hsbt
2019-03-11  6:25 ` [ruby-core:91751] " duerst

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.ruby-lang.org/en/community/mailing-lists/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=redmine.journal-72205.20180521113240.2b2cc7d1f9c0720c@ruby-lang.org \
    --to=ruby-core@ruby-lang.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).