[Rubygems-developers] can not install RubyGems (uninitialized constant YAML::Syck::DefaultLoader (NameError))
Luis Lavena
luislavena at gmail.com
Fri Feb 6 17:45:16 EST 2009
On Fri, Feb 6, 2009 at 7:40 PM, Greg Hauptmann
<greg.hauptmann.ruby at gmail.com> wrote:
> I did see these warnings in the Ruby make - could this be the issue?
>
No, those are part of miniruby, later in the make process you should
see "compiling syck".
That's the one that maybe didn't complete properly.
Can you indicate which version of GCC you have? maybe this is
something that can be related to Ruby itself and not RubyGems.
Please try in the console (irb)
require 'yaml'
a = [1,2,3]
puts a.to_yaml
The output should be:
---
- 1
- 2
- 3
--
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry
More information about the Rubygems-developers
mailing list