#16928: rb-cocoa 0.13.2 build error ------------------------------------+--------------------------------------- Reporter: colin.dewey@gmail.com | Owner: kimuraw@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: rb-cocoa Port: rb-cocoa | ------------------------------------+--------------------------------------- Changes (by macsforever2000@macports.org): * owner: macports-tickets@lists.macosforge.org => kimuraw@macports.org Old description:
Running on Mac OS X 10.5.5, starting with a cleaned rb-cocoa port, I get a build error.
$ sudo port install rb-cocoa[[BR]]
---> Fetching rb-cocoa[[BR]]
---> Attempting to fetch RubyCocoa-0.13.2.tgz from http://downloads.sourceforge.net/rubycocoa ---> Verifying checksum(s) for rb-cocoa ---> Extracting rb-cocoa ---> Applying patches to rb-cocoa ---> Configuring rb-cocoa ---> Building rb-cocoa with target setup Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_ruby_rb-cocoa/work/RubyCocoa-0.13.2" && /opt/local/bin/ruby -rvendor-specific install.rb setup " returned error 1 Command output: setenv VERSION_INFO_STRING "\"@(#)PROGRAM:RubyCocoa PROJECT:RubyCocoa-\"" setenv WARNING_CFLAGS "-Wmost -Wno-four-char-constants -Wno-unknown- pragmas" setenv WRAPPER_EXTENSION framework setenv WRAPPER_NAME RubyCocoa.framework setenv WRAPPER_SUFFIX .framework setenv XCODE_APP_SUPPORT_DIR /Developer/Library/Xcode setenv XCODE_VERSION_ACTUAL 0300 setenv XCODE_VERSION_MAJOR 0300 setenv YACC /Developer/usr/bin/yacc /bin/sh -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_ruby_rb- cocoa/work/RubyCocoa-0.13.2/framework/build/RubyCocoa.build/Default/RubyCocoa.build /Script-4D7AD1190BF2994500F1A2C6.sh
Touch /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_ruby_rb- cocoa/work/RubyCocoa-0.13.2/framework/build/Default/RubyCocoa.framework cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_ruby_rb-cocoa/work/RubyCocoa-0.13.2/framework /usr/bin/touch -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_ruby_rb- cocoa/work/RubyCocoa-0.13.2/framework/build/Default/RubyCocoa.framework ** BUILD SUCCEEDED ** strip -x build/Default/RubyCocoa.framework/Versions/Current/RubyCocoa <--- framework ---> lib ---> lib/osx <--- lib/osx <--- lib ---> ext ---> ext/rubycocoa make[[BR]]
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]]
i686-apple-darwin9-gcc-4.0.1: rubycocoa.o: No such file or directory[[BR]]
make: *** [rubycocoa.bundle] Error 1[[BR]]
setup failed[[BR]]
'system make' failed[[BR]]
try 'ruby install.rb --help' for usage[[BR]]
Error: Status 1 encountered during processing.[[BR]]
New description: Running on Mac OS X 10.5.5, starting with a cleaned rb-cocoa port, I get a build error. {{{ $ sudo port install rb-cocoa ---> Fetching rb-cocoa ---> Attempting to fetch RubyCocoa-0.13.2.tgz from http://downloads.sourceforge.net/rubycocoa ---> Verifying checksum(s) for rb-cocoa ---> Extracting rb-cocoa ---> Applying patches to rb-cocoa ---> Configuring rb-cocoa ---> Building rb-cocoa with target setup Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_ruby_rb-cocoa/work/RubyCocoa-0.13.2" && /opt/local/bin/ruby -rvendor-specific install.rb setup " returned error 1 Command output: setenv VERSION_INFO_STRING "\"@(#)PROGRAM:RubyCocoa PROJECT:RubyCocoa-\"" setenv WARNING_CFLAGS "-Wmost -Wno-four-char-constants -Wno-unknown- pragmas" setenv WRAPPER_EXTENSION framework setenv WRAPPER_NAME RubyCocoa.framework setenv WRAPPER_SUFFIX .framework setenv XCODE_APP_SUPPORT_DIR /Developer/Library/Xcode setenv XCODE_VERSION_ACTUAL 0300 setenv XCODE_VERSION_MAJOR 0300 setenv YACC /Developer/usr/bin/yacc /bin/sh -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_ruby_rb- cocoa/work/RubyCocoa-0.13.2/framework/build/RubyCocoa.build/Default/RubyCocoa.build /Script-4D7AD1190BF2994500F1A2C6.sh Touch /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_ruby_rb- cocoa/work/RubyCocoa-0.13.2/framework/build/Default/RubyCocoa.framework cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_ruby_rb-cocoa/work/RubyCocoa-0.13.2/framework /usr/bin/touch -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_ports_ruby_rb- cocoa/work/RubyCocoa-0.13.2/framework/build/Default/RubyCocoa.framework ** BUILD SUCCEEDED ** strip -x build/Default/RubyCocoa.framework/Versions/Current/RubyCocoa <--- framework ---> lib ---> lib/osx <--- lib/osx <--- lib ---> ext ---> ext/rubycocoa make 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 i686-apple-darwin9-gcc-4.0.1: rubycocoa.o: No such file or directory make: *** [rubycocoa.bundle] Error 1 setup failed 'system make' failed try 'ruby install.rb --help' for usage Error: Status 1 encountered during processing. }}} -- Comment: Assigning to maintainer. -- Ticket URL: <http://trac.macports.org/ticket/16928#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS