[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()
Date: Sun, 24 Apr 2022 19:40:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263535 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, std::__1::default_delete<PLEXIL::Array> >::~unique_ptr() -- You are receiving this mail because: You are the assignee for the bug.