[MacPorts] #31604: gcc44, gcc45, gcc46: build hangs on lion

MacPorts noreply at macports.org
Fri Oct 28 20:13:19 PDT 2011


#31604: gcc44, gcc45, gcc46: build hangs on lion
---------------------------------+------------------------------------------
 Reporter:  guygurari@…          |       Owner:  mww@…              
     Type:  defect               |      Status:  new                
 Priority:  Normal               |   Milestone:                     
Component:  ports                |     Version:  2.0.3              
 Keywords:  lion                 |        Port:  gcc44, gcc45, gcc46
---------------------------------+------------------------------------------

Comment(by larry.velazquez@…):

 Replying to [comment:84 ryandesign@…]:
 > Can someone please isolate which one(s) of these needs to be built with
 `configure.compiler=apple-gcc-4.2`, so that we can modify that port (those
 ports) to do that?

 Isolating {{{gmp}}} failed to solve the {{{f951}}} problem for me, but
 isolating {{{mpfr}}} worked:
 {{{
 sudo port -f uninstall gcc45 gawk       # Removed gawk just in case

 # Begin gmp isolation
 sudo port -f uninstall rdepof:gcc45
 sudo port clean --all rdepof:gcc45 gcc45
 sudo port install gcc_select xz         # Installing xz covered all gcc45
 deps that don't need gmp
 sudo port install gmp configure.compiler=apple-gcc-4.2
 sudo port install gcc45                 # Installed mpfr and libmpc,
 stalled during gcc45

 # Begin mpfr isolation
 sudo port -f uninstall rdepof:gcc45     # Cleaned up, started over
 sudo port clean --all rdepof:gcc45 gcc45
 sudo port install gcc_select xz gmp
 sudo port install mpfr configure.compiler=apple-gcc-4.2
 sudo port install gcc45                 # Finished successfully

 # Put gawk back ;)
 sudo port clean --all gawk
 sudo port install gawk
 }}}

 I have MacPorts 2.0.3 and Xcode 4.2 (4D199) on OS X 10.7.2 (11C74).

-- 
Ticket URL: <https://trac.macports.org/ticket/31604#comment:85>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list