[Bug 271047] [exp-run] Against llvm-16-update branch on GitHub
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 271047] [exp-run] Against llvm-16-update branch on GitHub"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Jun 2023 16:42:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271047 --- Comment #83 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=86aa24afc629aefb9501fc55b6cdf1b94ce717e3 commit 86aa24afc629aefb9501fc55b6cdf1b94ce717e3 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2023-06-25 16:36:53 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2023-06-25 16:36:53 +0000 math/eclib: work-around to build with clang 16 Adding "CXXFLAGS+=-std=c++11" to fix the build on 14-CURRENT. Without that, it fails with this error: In file included from unimod.cc:24: In file included from ./eclib/unimod.h:27: In file included from ./eclib/interface.h:51: ./eclib/templates.h:64:12: error: no member named 'ptr_fun' in namespace 'std' using std::ptr_fun; ~~~~~^ --- interface.lo --- In file included from interface.cc:24: In file included from ./eclib/interface.h:51: ./eclib/templates.h:64:12: error: no member named 'ptr_fun' in namespace 'std' using std::ptr_fun; ~~~~~^ 1 error generated. *** [interface.lo] Error code 1 PR: 271047 Reported by: pkg-fallout math/eclib/Makefile | 1 + 1 file changed, 1 insertion(+) -- You are receiving this mail because: You are on the CC list for the bug.