Opened 19 months ago

Last modified 19 months ago

#66925 closed defect

mpich @4.1 is broken on some systems: fatal error: os/lock.h: No such file or directory — at Initial Version

Reported by: barracuda156 Owned by: eborisch (Eric A. Borisch)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: mpich

Description

In file included from ./include/ofi_osd.h:60,
                 from ./include/ofi_abi.h:38,
                 from ./include/ofi.h:49,
                 from src/log.c:41:
./include/osx/osd.h:170:10: fatal error: os/lock.h: No such file or directory
  170 | #include <os/lock.h>
      |          ^~~~~~~~~~~
compilation terminated.
make[3]: *** [src/libfabric_la-log.lo] Error 1
In file included from ./include/ofi_osd.h:60,
                 from ./include/ofi_abi.h:38,
                 from ./include/ofi.h:49,
                 from ./include/ofi_util.h:57,
                 from src/fabric.c:46:
./include/osx/osd.h:170:10: fatal error: os/lock.h: No such file or directory
  170 | #include <os/lock.h>
      |          ^~~~~~~~~~~
compilation terminated.
make[3]: *** [src/libfabric_la-fabric.lo] Error 1
In file included from ./include/ofi_osd.h:60,
                 from ./include/ofi_abi.h:38,
                 from ./include/ofi.h:49,
                 from src/fi_tostr.c:45:
./include/osx/osd.h:170:10: fatal error: os/lock.h: No such file or directory
  170 | #include <os/lock.h>
      |          ^~~~~~~~~~~
compilation terminated.
make[3]: *** [src/libfabric_la-fi_tostr.lo] Error 1
In file included from ./include/ofi_osd.h:60,
                 from ./include/ofi_perf.h:40,
                 from src/perf.c:41:
./include/osx/osd.h:170:10: fatal error: os/lock.h: No such file or directory
  170 | #include <os/lock.h>
      |          ^~~~~~~~~~~
compilation terminated.

Change History (0)

Note: See TracTickets for help on using tickets.