[Bug 256037] [patch] net/openmpi: fails to build if libfabric is installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 20 17:20:06 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256037

            Bug ID: 256037
           Summary: [patch] net/openmpi: fails to build if libfabric is
                    installed
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: danilo at FreeBSD.org
          Reporter: d8zNeCFG at aon.at
             Flags: maintainer-feedback?(danilo at FreeBSD.org)
          Assignee: danilo at FreeBSD.org

Scenario:
- FreeBSD 12.2 latest (from git)
- latest ports (from git)
- upgrade using portmaster
- tries to upgrade openmpi to latest 4.1.1

Result:
- Build fails with unknown ENODATA referenced from
/usr/local/include/rdma/fi_errno.h

Fix:
- in Makefile, add --without-ofi to CONFIGURE_ARGS

Root cause:
- libfabric installs a questionable /usr/local/include/rdma/fi_errno.h which
wants ENODATA, and that does not exist in FreeBSD 12.2

-- Martin

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list