Date: Sun, 24 Apr 2022 19:40:34 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 263535] Port lang/plexil fails with clang with error: undefined hidden symbol: std::__1::unique_ptr<PLEXIL::Array, std::__1::default_delete<PLEXIL::Array> >::~unique_ptr() Message-ID: <bug-263535-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263535 Bug ID: 263535 Summary: Port lang/plexil fails with clang with error: undefined hidden symbol: std::__1::unique_ptr<PLEXIL::Array, std::__1::default_delete<PLEXIL::Array> >::~unique_ptr() Product: Base System Version: 13.1-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: yuri@freebsd.org To reproduce: In lang/plexil/Makefile, remove post-patch and build. The failure is: > ld: error: undefined hidden symbol: std::__1::unique_ptr<PLEXIL::Array, s= td::__1::default_delete<PLEXIL::Array> >::~unique_ptr() --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263535-227>