Opened 14 years ago

Last modified 10 years ago

#27247 closed defect

openmpi +gcc45 won't build in Mac OS X 10.5.8 — at Initial Version

Reported by: ksnelgrove@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: leopard Cc:
Port: openmpi

Description

I've been trying to build openmpi using macports. The command:

% sudo port install openmpi +gcc45

Works fine on another machine with Mac OS X 10.6.4 but fails with 10.5.8 (Xcode 3.1.4). I've tried this on two separate machines with 10.5.8 with the same result and looked through most of the newer tickets without success.

The log (attached) shows the build does go very far and there are a number of warnings and errors in the configuration log. I'm not experienced enough to know how to fix these. Some highlights:

1) --with-xgrid not recognized 2) why does build proceed with gcc-4.0 when gcc45 is an install prerequisite? 3) errors for a number of missing includes: vtf3.h BPatch.h f2c.h jvmti.h papi.h libcpc.h malloc.h ctool/ctool.h 4) warnings with: -fno-strict-aliasing added to CFLAGS -finline-functions added to CXXFLAGS -fvisibility=hidden added to CFLAGS

The build proceeds to:

:info:build CCLD libopen-pal.la :info:build CCLD libopen-pal-lt.la :info:build ar: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_openmpi/work/build/opal/e vent/.libs/libevent.a: Resource temporarily unavailable :info:build ar: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_openmpi/work/build/opal/m ca/base/.libs/libmca_base.a: Resource temporarily unavailable :info:build make[2]: * [libopen-pal.la] Error 1

I've tried to build with the default: openmpi +gcc44 but get a similar errors

Change History (1)

Changed 14 years ago by ksnelgrove@…

Attachment: main.log added

openmpi build log

Note: See TracTickets for help on using tickets.