Re: [MacRuby-devel] [MacRuby] #289: macgem error "uninitialized constant Gem::Marshal (NameError)"

2009-07-05 Thread MacRuby
#289: macgem error "uninitialized constant Gem::Marshal (NameError)"
-+--
 Reporter:  ingo.viete...@…  |   Owner:  lsansone...@…
 Type:  defect   |  Status:  new  
 Priority:  major|   Milestone:  MacRuby 0.5  
Component:  MacRuby  |Keywords:  macgem   
-+--

Comment(by msas...@…):

 I was getting the same error when trying to run `rake spec:ci` and `rake
 bench:ci` as noted in the readme. Turns out I had the RUBYOPT environment
 variable set to "rubygems". Unsetting it fixed the problem. Now I'm
 getting segfaults, which is more the type of error I was expecting from
 the experimental branch. :-)

-- 
Ticket URL: 
MacRuby 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


[MacRuby-devel] [MacRuby][0.5] Which version of rake version to use?

2009-07-05 Thread Conrad Taylor
Hi, I was wondering, which version of rake should one use to build and run
the specs/benchmarks with?  I ask this questions because my default points
to
/opt/local/bin/rake

which is the version
that's parts of my MacPorts install of Ruby 1.9.1p129.  Also, I
noticed that there's a version
called macrake which generates the following error on execution:

Segementation fault

-Conrad
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby][0.5] Which version of rake version to use?

2009-07-05 Thread Laurent Sansonetti

Hi,

Our Rakefile-based system has only been tested with /usr/bin/rake, the  
version that ships with Mac OS X and that uses Ruby 1.8.


I did not try with 1.9's rake (though it may perhaps work), and I am  
sure that it won't work with macruby's macrake (this explains your  
SEGV) for the moment.


HTH
Laurent

On Jul 5, 2009, at 4:40 PM, Conrad Taylor wrote:

Hi, I was wondering, which version of rake should one use to build  
and run the specs/benchmarks with?  I ask this questions because my  
default points to


/opt/local/bin/rake

which is the version that's parts of my MacPorts install of Ruby  
1.9.1p129.  Also, I noticed that there's a version called macrake  
which generates the following error on execution:


Segementation fault

-Conrad









___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


[MacRuby-devel] [MacRuby][0.5] Bison Error

2009-07-05 Thread Conrad Taylor
The following error prevents the build from moving forward:
BEGIN ERROR:

bison -t -v -oy.tab.c ripper.y
ripper.y:2960.25-26: $$ for the midrule at $6 of `primary' has no declared
type
make: *** [ripper.c] Error 1

END ERROR:

-Conrad
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby][0.5] Which version of rake version to use?

2009-07-05 Thread Conrad Taylor
The ruby 1.9.1 rake does work without any issues but I wasn't 100% sure
because there's also a version of rake in
/macruby-experimental/bin

-Conrad

On Sun, Jul 5, 2009 at 4:54 PM, Laurent Sansonetti wrote:

> Hi,
>
> Our Rakefile-based system has only been tested with /usr/bin/rake, the
> version that ships with Mac OS X and that uses Ruby 1.8.
>
> I did not try with 1.9's rake (though it may perhaps work), and I am sure
> that it won't work with macruby's macrake (this explains your SEGV) for the
> moment.
>
> HTH
> Laurent
>
>
> On Jul 5, 2009, at 4:40 PM, Conrad Taylor wrote:
>
>  Hi, I was wondering, which version of rake should one use to build and run
>> the specs/benchmarks with?  I ask this questions because my default points
>> to
>>
>> /opt/local/bin/rake
>>
>> which is the version that's parts of my MacPorts install of Ruby
>> 1.9.1p129.  Also, I noticed that there's a version called macrake which
>> generates the following error on execution:
>>
>> Segementation fault
>>
>> -Conrad
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> ___
>> MacRuby-devel mailing list
>> [email protected]
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>
>
> ___
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] [MacRuby][0.5] Bison Error

2009-07-05 Thread Laurent Sansonetti

What's the version of your bison?

I am guessing you have a version of bison that is incompatible in your  
$PATH.


MacRuby should build fine with the system one.

Laurent

On Jul 5, 2009, at 4:56 PM, Conrad Taylor wrote:


The following error prevents the build from moving forward:

BEGIN ERROR:

bison -t -v -oy.tab.c ripper.y
ripper.y:2960.25-26: $$ for the midrule at $6 of `primary' has no  
declared type

make: *** [ripper.c] Error 1

END ERROR:

-Conrad




___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel