#26341: ruby19-1.9.2p0 Build fails on Mac 10.4.11 PPC ---------------------------------+------------------------------------------ Reporter: mauser@… | Owner: kimuraw@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: tiger | Port: ruby19 ---------------------------------+------------------------------------------ Comment(by chris_johnsen@…): I also ran into this same problem on my 10.4 system. I was eventually able to get [http://rvm.beginrescueend.com/ RVM] to build 1.9.2 by “backporting” [http://svn.ruby-lang.org/cgi- bin/viewvc.cgi?view=rev&sortby=rev&sortdir=down&revision=28709 changeset 28709] from Ruby’s SVN repository. {{{ #!sh svn diff svn diff -c 28709 http://svn.ruby-lang.org/repos/ruby > /tmp/ruby-r28709.patch # remove (edit) the ChangeLog section so that it is skipped (applies cleanly) MACOSX_DEPLOYMENT_TARGET=10.4 rvm install --patch /tmp/ruby-r28709.patch%1 -C --with-baseruby=/usr/bin/ruby ruby-1.9.2-head }}} It should be possible to do something similar for the port. -- Ticket URL: <http://trac.macports.org/ticket/26341#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS