Changes between Initial Version and Version 1 of Ticket #27247


Ignore:
Timestamp:
Nov 10, 2010, 7:53:55 PM (13 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27247

    • Property Owner changed from macports-tickets@… to mww@…
  • Ticket #27247 – Description

    initial v1  
    11I've been trying to build openmpi using macports.  The command:
    22
     3{{{
    34% sudo port install openmpi +gcc45
     5}}}
    46
    57Works 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.
     
    79The 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:
    810
    9 1) --with-xgrid not recognized
    10 2) why does build proceed with gcc-4.0 when gcc45 is an install prerequisite?
    11 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
    12 4) warnings with:
    13 -fno-strict-aliasing added to CFLAGS
    14 -finline-functions added to CXXFLAGS
    15 -fvisibility=hidden added to CFLAGS
     11 1. --with-xgrid not recognized
     12 1. why does build proceed with gcc-4.0 when gcc45 is an install prerequisite?
     13 1. errors for a number of missing includes: vtf3.h  BPatch.h f2c.h jvmti.h  papi.h libcpc.h  malloc.h ctool/ctool.h
     14 1. warnings with:
     15    * fno-strict-aliasing added to CFLAGS
     16    * finline-functions added to CXXFLAGS
     17    * fvisibility=hidden added to CFLAGS
    1618
    1719The build proceeds to:
    1820
     21{{{
    1922:info:build   CCLD   libopen-pal.la
    2023:info:build   CCLD   libopen-pal-lt.la
     
    2427ca/base/.libs/libmca_base.a: Resource temporarily unavailable
    2528:info:build make[2]: *** [libopen-pal.la] Error 1
     29}}}
    2630
    2731I've tried to build with the default: openmpi +gcc44 but get a similar errors