[MacRuby-devel] [MacRuby] #730: macrubyc is failing on trunk

MacRuby ruby-noreply at macosforge.org
Tue May 25 00:45:29 PDT 2010


#730: macrubyc is failing on trunk
----------------------------------------+-----------------------------------
 Reporter:  martinlagardette@…          |       Owner:  lsansonetti@…        
     Type:  defect                      |      Status:  new                  
 Priority:  critical                    |   Milestone:  MacRuby 0.7          
Component:  MacRuby                     |    Keywords:                       
----------------------------------------+-----------------------------------
Description changed by martinlagardette@…:

Old description:

> $> cat test.rb
> a = 1
> $> macrubyc test.rb
> Undefined symbols:
>   "_kCFNull", referenced from:
>       _vm_ocval_to_rval in test.o
>       _vm_rval_to_ocval in test.o
>   "_auto_zone_set_write_barrier", referenced from:
>       _vm_ivar_set in test.o
>       _vm_fast_aset in test.o
>       _vm_fast_shift in test.o
>       _vm_rary_aset in test.o
>   "_kCFBooleanFalse", referenced from:
>       _vm_ocval_to_rval in test.o
>       _vm_rval_to_ocval in test.o
>   "_kCFBooleanTrue", referenced from:
>       _vm_ocval_to_rval in test.o
>       _vm_rval_to_ocval in test.o
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> Error when executing `/usr/bin/g++ -o "a.out" -arch x86_64 -framework
> MacRuby -lobjc
> "/var/folders/9r/9rOxb0xQGeqKS6rl0lt+5U+++TI/-Tmp-/main-31125.o"
> "./test.o"'

New description:

 {{{
 $> cat test.rb
 a = 1
 $> macrubyc test.rb
 Undefined symbols:
   "_kCFNull", referenced from:
       _vm_ocval_to_rval in test.o
       _vm_rval_to_ocval in test.o
   "_auto_zone_set_write_barrier", referenced from:
       _vm_ivar_set in test.o
       _vm_fast_aset in test.o
       _vm_fast_shift in test.o
       _vm_rary_aset in test.o
   "_kCFBooleanFalse", referenced from:
       _vm_ocval_to_rval in test.o
       _vm_rval_to_ocval in test.o
   "_kCFBooleanTrue", referenced from:
       _vm_ocval_to_rval in test.o
       _vm_rval_to_ocval in test.o
 ld: symbol(s) not found
 collect2: ld returned 1 exit status
 Error when executing `/usr/bin/g++ -o "a.out" -arch x86_64 -framework
 MacRuby -lobjc
 "/var/folders/9r/9rOxb0xQGeqKS6rl0lt+5U+++TI/-Tmp-/main-31125.o"
 "./test.o"'
 }}}

--

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/730#comment:1>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list