[#29911] [Bug #3231] Digest Does Not Build — Charlie Savage <redmine@...>

Bug #3231: Digest Does Not Build

19 messages 2010/05/01

[#29920] [Feature #3232] Loops (while/until) should return last statement value if any, like if/unless — Benoit Daloze <redmine@...>

Feature #3232: Loops (while/until) should return last statement value if any, like if/unless

9 messages 2010/05/01

[#29997] years in Time.utc — Xavier Noria <fxn@...>

Does anyone have a precise statement about the years supported by

13 messages 2010/05/04

[#30010] [Bug #3248] extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly — Luis Lavena <redmine@...>

Bug #3248: extension 'tk' is finding tclConfig.sh and tkConfig.sh incorrectly

9 messages 2010/05/05

[#30226] [Bug #3288] Segmentation fault - activesupport-3.0.0.beta3/lib/active_support/callbacks.rb:88 — Szymon Jeż <redmine@...>

Bug #3288: Segmentation fault - activesupport-3.0.0.beta3/lib/active_support/callbacks.rb:88

10 messages 2010/05/13

[#30358] tk doesn't startup well in doze — Roger Pack <rogerdpack2@...>

Currently with 1.9.x and tk 8.5,the following occurs

12 messages 2010/05/22

[ruby-core:30405] Re: [Bug #3332] r27953: gem install causes "uninitialized constant Gem::Commands::InstallCommand"

From: Ryan Davis <ryand-ruby@...>
Date: 2010-05-25 01:46:11 UTC
List: ruby-core #30405
On May 22, 2010, at 13:49 , Gregory Brown wrote:

> Bug #3332: r27953: gem install causes "uninitialized constant Gem::Commands::InstallCommand"
> http://redmine.ruby-lang.org/issues/show/3332
> 
> Author: Gregory Brown
> Status: Open, Priority: Normal
> ruby -v: ruby 1.9.3dev (2010-05-22 trunk 27953) [x86_64-darwin10.3.0]
> 
> Building from http://svn.ruby-lang.org/repos/ruby/trunk at r27953 causes gem install to fail on both Mac OS X 10.5 and 10.6.
> 
> Steps to reproduce follow:
> 
> Build from SVN at the above revision in the standard way:
> 
> autoconf
> ./configure
> make
> make install
> 
> Then run the following:
> 
> $ gem install -prawn -V --debug

I can't repro at all. First off, I assume you don't mean "-prawn" and instead mean "prawn". I updated my svn checkout to the revision you specified, did the above commands (adding --prefix=/tmp/ruby19 --program-suffix=19 to configure) and it installed fine. I also set PATH and GEM_PATH to point to the new dirs.

So something else very odd is going on.

For the sake of documentation, can you provide the following:

1) Have you remove/renamed stock /usr/bin/{ruby,gem,rdoc} ?

2) `env | egrep "^PATH|GEM|RUBY"`

3) `xcodebuild -version`

4) `sw_vers`

For me:

1) no, I normally use stock ruby on 10.6.3

2) 

> 508 % env | egrep "^PATH|GEM|RUBY"
> PATH=/Users/ryan/Bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/sbin:/usr/local/bin:/opt/local/bin:/opt/local/sbin:/Developer/usr/bin:/usr/X11R6/bin
> GEM_PATH=/Library/Ruby/Gems/1.8

3)

> Xcode 3.2.1
> Component versions: DevToolsCore-1614.0; DevToolsSupport-1591.0
> BuildVersion: 10M2003

4)

> ProductName:	Mac OS X
> ProductVersion:	10.6.3
> BuildVersion:	10D573


Tangental problem: rubygems doesn't seem to use program-suffix for rdoc sub-commands.

In This Thread