[Bug 276035] net/mpich: ld: error: undefined reference due to --no-allow-shlib-undefined with clang-17
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Dec 2023 11:41:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276035 --- Comment #1 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d12f454e3692d7fbb8e95e4da0cb84f2d7c753a5 commit d12f454e3692d7fbb8e95e4da0cb84f2d7c753a5 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2023-12-31 11:34:41 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2023-12-31 11:40:31 +0000 net/mpich: work-around to build the dependencies on -CURRENT Since the switch from clang-16 to 17.0.6 on -CURRENT, MPICH encounters linker errors. A work-around to force the usage of clang <= 16 has been introduced in eb36006fdb70, but when the compiler has been forced to build, it must be kept to build the dependencies. PR: 276035 net/mpich/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.