Opened 13 years ago
Closed 13 years ago
#32321 closed defect (fixed)
libtool build hangs on checking for gcj option to produce PIC... -fno-common with mp-gcc45
Reported by: | kgh03@… | Owned by: | skymoo (Adam Mercer) |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt), fang@… | |
Port: | libtool |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
buiding on ox10.5 dual g5 macpro
checking for gcj... gcj checking if gcj supports -fno-rtti -fno-exceptions... (cached) no checking for gcj option to produce PIC... -fno-common
hung on this for over a day. switching to gcc42 fixed the problem, as gcj was not detected.
sudo port select --set gcc gcc42
Change History (5)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Description: | modified (diff) |
Keywords: | mp-gcc45 libtool removed |
Owner: | changed from macports-tickets@… to ram@… |
Port: | libtool added |
comment:3 Changed 13 years ago by khepler
This one bit me too. Wasted over nine hours of CPU time on an unattended install. mp-gcc44 builds libtool fine as well.
comment:4 Changed 13 years ago by skymoo (Adam Mercer)
Status: | new → assigned |
---|
comment:5 Changed 13 years ago by skymoo (Adam Mercer)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
should be fixed in r88313
Note: See
TracTickets for help on using
tickets.
Sounds like just as I already told libtool to not look for gfortran in r86790, we need to tell libtool not to look for gcj either.