ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
From: "hsbt (Hiroshi SHIBATA)" <noreply@ruby-lang.org>
To: ruby-core@neon.ruby-lang.org
Subject: [ruby-core:110789] [Ruby master Bug#18281] Ruby 3.1.0: gem uninstall -aIx fails to uninstall debug
Date: Thu, 17 Nov 2022 06:40:57 +0000 (UTC)	[thread overview]
Message-ID: <redmine.journal-100139.20221117064056.1677@ruby-lang.org> (raw)
In-Reply-To: redmine.issue-18281.20211101230551.1677@ruby-lang.org

Issue #18281 has been updated by hsbt (Hiroshi SHIBATA).

Status changed from Open to Closed
Target version deleted (3.2)

```ruby
$ gem -v
3.4.0.dev
$ gem uninstall -aIx debug
Successfully uninstalled debug-1.4.0
Successfully uninstalled debug-1.6.2
```

The current master of Rubygems seems working with `GEM_HOME` variable. and without `GEM_HOME` variable is also working.

```
$ gem uninstall -aIx debug
Removing rdbg
Successfully uninstalled debug-1.6.3
```

I'll close this because this is dev environmental issue.



----------------------------------------
Bug #18281: Ruby 3.1.0: gem uninstall -aIx fails to uninstall debug
https://bugs.ruby-lang.org/issues/18281#change-100139

* Author: zzak (Zachary Scott)
* Status: Closed
* Priority: Normal
* ruby -v: ruby 3.1.0dev (2021-11-01T08:48:03Z master b474049c78) [x86_64-darwin20]
* Backport: 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN
----------------------------------------
👋  So I'm not sure this is a bug with `debug` or rubygems, but thought I'd start here.

When running `gem uninstall -aIx` on Ruby 3.1.0 I get the following error:

```
ERROR:  While executing gem ... (Gem::InstallError)
    debug is not installed in GEM_HOME, try:
	gem uninstall -i .../.rubies/ruby-core/lib/ruby/gems/3.1.0 debug
```



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

      parent reply	other threads:[~2022-11-17  6:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-01 23:05 [ruby-core:105893] [Ruby master Bug#18281] Ruby 3.1.0: gem uninstall -aIx fails to uninstall debug zzak (Zachary Scott)
2021-11-01 23:08 ` [ruby-core:105894] " zzak (Zachary Scott)
2022-11-17  6:40 ` hsbt (Hiroshi SHIBATA) [this message]

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-100139.20221117064056.1677@ruby-lang.org \
    --to=ruby-core@ruby-lang.org \
    --cc=ruby-core@neon.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).