Date: Sun, 25 Jun 2023 16:57:27 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 271047] [exp-run] Against llvm-16-update branch on GitHub Message-ID: <bug-271047-7788-TYyOLEYi2P@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-271047-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-271047-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271047 --- Comment #84 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D656ce340b0b153dbbb619f00152f310= 9f611dbb4 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+=3D-std=3Dc++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=E2=80=99m there, strip the library. PR: 271047 Reported by: pkg-fallout math/libbraiding/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271047-7788-TYyOLEYi2P>