#36415: hdfeos5 @1.13r2 Configure failure ----------------------------+----------------------- Reporter: uthyr@… | Owner: takeshi@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: ncarg hdfeos5 | ----------------------------+----------------------- Comment (by uthyr@…): I had this same issue on one of our Mac Pro computers, running 10.6.8, with Xcode 3.6.2 installed. same problem, with h5cc calling /opt/local/bin/gcc-mp-4.5, apparently unable to compile executables. To me this is odd, as 2 of my 8 Mac Pros went through the process of "selfupdate", and "upgrade outdated" without any hitches or changes to package files, while 1 of the 8 exhibited the problem I've found on one of my Xserve computers. on the problematic Mac Pro, I modified the lines in /opt/local/bin/h5cc to: {{{ CCBASE="/usr/bin/gcc-4.2" CLINKERBASE="/usr/bin/gcc-4.2" }}} This did not solve the issue. I then modified them further, to: {{{ CCBASE="/Developer/usr/bin/gcc-4.2" CLINKERBASE="/Developer/usr/bin/gcc-4.2" }}} and then the hdfeos5 package compiled and installed completely! MacPorts found 4 broken ports (wgrib2, ImageMagick, vis5d, and ncarg), which it then repaired. There was an issue with the ncarg install, which was resolved after running the "port clean ncarg" command. However, when I applied a similar procedure on my Xserve, trying both the paths for gcc-4.2 (with and without the /Developer prefix), I had no success. I will be proceeding though the other 5 Mac Pros, and gathering more statistics on my issues with this port. thanks, Roy -- Ticket URL: <https://trac.macports.org/ticket/36415#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS