Changes between Initial Version and Version 1 of Ticket #16928


Ignore:
Timestamp:
Oct 20, 2008, 7:15:22 PM (16 years ago)
Author:
mf2k (Frank Schima)
Comment:

Assigning to maintainer.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16928

    • Property Owner changed from macports-tickets@… to kimuraw@…
  • Ticket #16928 – Description

    initial v1  
    11Running on Mac OS X 10.5.5, starting with a cleaned rb-cocoa port, I get a build error.
    22
    3 $ sudo port install rb-cocoa[[BR]]
    4 
    5 --->  Fetching rb-cocoa[[BR]]
    6 
     3{{{
     4$ sudo port install rb-cocoa
     5--->  Fetching rb-cocoa
    76--->  Attempting to fetch RubyCocoa-0.13.2.tgz from
    87http://downloads.sourceforge.net/rubycocoa
     
    3635---> ext
    3736---> ext/rubycocoa
    38 make[[BR]]
     37make
     38cc -dynamic -bundle -undefined suppress -flat_namespace -o rubycocoa.bundle rubycocoa.o -L. -L/opt/local/lib -F../../framework/build/Default -framework RubyCocoa -undefined suppress -flat_namespace -lxml2  -lffi     -lruby  -lpthread -ldl -lobjc
     39i686-apple-darwin9-gcc-4.0.1: rubycocoa.o: No such file or directory
     40make: *** [rubycocoa.bundle] Error 1
     41setup failed
     42'system make' failed
     43try 'ruby install.rb --help' for usage
    3944
    40 cc -dynamic -bundle -undefined suppress -flat_namespace -o rubycocoa.bundle rubycocoa.o -L. -L/opt/local/lib -F../../framework/build/Default -framework RubyCocoa -undefined suppress -flat_namespace -lxml2  -lffi     -lruby  -lpthread -ldl -lobjc  [[BR]]
    41 
    42 i686-apple-darwin9-gcc-4.0.1: rubycocoa.o: No such file or directory[[BR]]
    43 
    44 make: *** [rubycocoa.bundle] Error 1[[BR]]
    45 
    46 setup failed[[BR]]
    47 
    48 'system make' failed[[BR]]
    49 
    50 try 'ruby install.rb --help' for usage[[BR]]
    51 
    52 
    53 Error: Status 1 encountered during processing.[[BR]]
    54 
    55 
     45Error: Status 1 encountered during processing.
     46}}}