[Bug 276502] net/mpich fails to build with on 14-STABLE

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 21 Jan 2024 17:43:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276502

            Bug ID: 276502
           Summary: net/mpich fails to build with on 14-STABLE
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: cth-freebsd@pm.me

Since updating LLVM to 17 in 14-STABLE, net/mpich fails to build with linker
errors.

This is fixed for 15-CURRENT, and indeed anyone running with __FreeBSD_version
>= 1500005, but llvm 17 and clang-17 were merged into 14-STABLE on 2024/07/01,
and the version tagged 1400504.

Changing the Makefile to check for OSVERSION >= 1400504 fixes this for me.

See the git commit: 68584c97ecfb3046de7fb1b16c2caa785392237c

The original update to llvm17 might predate this commit even, but I'm not well
versed at perusing the git commit logs to find out.

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