[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:57:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271047 --- Comment #84 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=656ce340b0b153dbbb619f00152f3109f611dbb4 commit 656ce340b0b153dbbb619f00152f3109f611dbb4 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2023-06-25 16:53:43 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2023-06-25 16:57:15 +0000 math/libbraiding: 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: ./cbraid_implementation.h:1043:23: error: no member named 'bind2nd' in namespace 'std' --- braiding.lo --- ./cbraid_implementation.h:1043:23: error: no member named 'bind2nd' in namespace 'std' (+ many others) Since I’m there, strip the library. PR: 271047 Reported by: pkg-fallout math/libbraiding/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are on the CC list for the bug.