[MacRuby-devel] [macruby] #54: build on Leopard fails on readline

macruby ruby-noreply at macosforge.org
Tue Jul 1 06:49:18 PDT 2008


#54: build on Leopard fails on readline
---------------------------------+------------------------------------------
 Reporter:  edarocket at gmail.com  |        Owner:  lsansonetti at apple.com
     Type:  defect               |       Status:  closed               
 Priority:  blocker              |    Milestone:                       
Component:  MacRuby              |   Resolution:  invalid              
 Keywords:  readline             |  
---------------------------------+------------------------------------------
Comment (by edarocket at gmail.com):

 Now that MacRuby is built using Rake, I am not sure how to specify build
 options.  Therefore, I am getting the exact same error that Eloy picked up
 on previously:

 {{{
 lipo: can't open input file:
 /var/folders/qi/qiRsmsrKFyGifWoVhWoCz++++TM/-Tmp-//ccNzT4hX.out (No such
 file or directory)
 }}}

 Rather than bother you immediately, I tried his initial suggestion, i.e. I
 tried to recompile readline-5.2 as a fat binary:

 {{{
 $ pwd
 /usr/local/src/readline-5.2
 $ make distclean
 $ ./configure --prefix=/usr/local --enable-fat-binary
 }}}


 I then went back to MacRuby, ran 'rake clean' and 'rake', but still
 received the same error.  So then I ran his check suggestion:

 {{{
 $ file /usr/local/lib/libreadline.dylib
 /usr/local/lib/libreadline.dylib: Mach-O dynamically linked shared library
 i386
 }}}

 So apparently I did not successfully rebuild readline as a fat binary.
 Can someone assist me with this problem?

-- 
Ticket URL: <http://ruby.macosforge.org/trac/ticket/54#comment:5>
macruby <http://ruby.macosforge.org/>


More information about the MacRuby-devel mailing list