This worked fine for playing with installing a few gems and running some
software that accessed them.
Coming back to play with them today, I ran:
sudo gem update --system
From the output of that command, none of the updated files went into
/opt/rubygems. Most of them went into /usr/local/lib/site_ruby, but it
looks like other files went other places too. gem went right down into
/usr/bin.
1.) I'm thinking I can just read the output of the update command I ran
and delete the files manually that it put everywhere? Is there an
easier, more sure, way?
2.) Also, I've looked on docs.rubygems.org and can't find how to run
this command so that the system update will go into /opt/rubygems?
Known problem, still unfixed AFAICT. See my report and workaround at
<URL:http://rubyforge.org/tracker/index.php?func=detail&aid=9346&group_id>\.
Be warned, that workaround didn't quite work for upgrading to 0.9.4 ,
I had to add a symlink usr -> . in my GEM_PREFIX before it finally put
everything in the right place.
Jeremy Henty
···
On 2007-06-10, levander <levander@mindspring.com> wrote:
2.) Also, I've looked on docs.rubygems.org and can't find how to run
this command so that the system update will go into /opt/rubygems?
This really isn't the best place to report bugs in RubyGems since the developers don't often read this list. Filing a bug in the bug tracker is the best place to report a bug. Sending an email to the RubyGems developers list is the second best.
···
On Jun 9, 2007, at 22:23, levander wrote:
[...]
From the output of that command, none of the updated files went into
/opt/rubygems. Most of them went into /usr/local/lib/site_ruby, but it
looks like other files went other places too. gem went right down into
/usr/bin.
[...]
--
Poor workers blame their tools. Good workers build better tools. The best
workers get their tools to do the work for them. -- Syndicate Wars
Submitted in February and March respectively. Both still unassigned.
Regards,
Jeremy Henty
···
On 2007-06-12, Eric Hodel <drbrain@segment7.net> wrote:
This really isn't the best place to report bugs in RubyGems since
the developers don't often read this list. Filing a bug in the bug
tracker is the best place to report a bug.
Bugs get fixed fastest when the party most-interested in the fix writes the fix. (The primary developers can sometimes be bribed, but sometimes they have other things to do.)
···
On Jun 12, 2007, at 05:50, Jeremy Henty wrote:
On 2007-06-12, Eric Hodel <drbrain@segment7.net> wrote:
This really isn't the best place to report bugs in RubyGems since
the developers don't often read this list. Filing a bug in the bug
tracker is the best place to report a bug.