[MacRuby-devel] [macruby] #66: Death by Iconv

macruby ruby-noreply at macosforge.org
Thu May 29 23:45:56 PDT 2008


#66: Death by Iconv
-----------------------------------------+----------------------------------
 Reporter:  rowland at rowlandresearch.com  |       Owner:  lsansonetti at apple.com
     Type:  defect                       |      Status:  new                  
 Priority:  blocker                      |   Milestone:                       
Component:  MacRuby                      |    Keywords:                       
-----------------------------------------+----------------------------------
 The following script goes into a spin and must be killed (MacRuby 0.2):

 {{{
 Shiny:eideticpdf brent$ cat iconvtest.rb
 require 'iconv'
 ic = Iconv.new('UCS-2BE', 'ASCII')
 ic.close

 Shiny:eideticpdf brent$ macruby iconvtest.rb
 dyld: lazy symbol binding failed: Symbol not found: _rb_enc_find_index
   Referenced from:
 /Library/Frameworks/MacRuby.framework/Versions/0.2/usr/lib/ruby/1.9.0
 /universal-darwin9.0/iconv.bundle
   Expected in: flat namespace

 dyld: Symbol not found: _rb_enc_find_index
   Referenced from:
 /Library/Frameworks/MacRuby.framework/Versions/0.2/usr/lib/ruby/1.9.0
 /universal-darwin9.0/iconv.bundle
   Expected in: flat namespace

 Killed
 }}}

-- 
Ticket URL: <http://ruby.macosforge.org/trac/ticket/66>
macruby <http://ruby.macosforge.org/>


More information about the MacRuby-devel mailing list