[Bug 230399] devel/libunwind: fails to build with Clang 7

2018-08-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230399 --- Comment #2 from Jan Beich --- Probably affects a number of LLD_UNSAFE ports: $ echo 'int main() {}' >a.c $ cc a.c -lexecinfo $ cc a.c -fuse-ld=bfd -lexecinfo /usr/lib/libgcc_s.so: undefined reference to `__gxx_personality_v0' cc:

[Bug 230400] devel/cmake, devel/qt5-buildtools: fails to build with libc++ 7

2018-08-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230400 --- Comment #2 from Jan Beich --- Created attachment 195942 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=195942=edit workaround Looks like C11 timespec_get() isn't implemented on FreeBSD unlike DragonFly or NetBSD. -- You

[Bug 230412] graphics/GraphicsMagick: fails to build with libc++ 7

2018-08-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230412 Bug ID: 230412 Summary: graphics/GraphicsMagick: fails to build with libc++ 7 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New

[Bug 230412] graphics/GraphicsMagick: fails to build with libc++ 7

2018-08-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230412 Jan Beich changed: What|Removed |Added Flags|maintainer-feedback?(sunpoe | |t...@freebsd.org)

[Bug 230399] devel/libunwind: fails to build with Clang 7

2018-08-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230399 --- Comment #3 from Jan Beich --- __gcc_personality_v0 is implemented by compiler-rt, while __gxx_personality_v0 is implemented by libcxxrt. LLD appears to use its own dependency on libc++ to resolve missing symbols. Even Gold (another C++

[Bug 230399] devel/libunwind: fails to build with Clang 7

2018-08-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230399 --- Comment #4 from Jan Beich --- Created attachment 195944 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=195944=edit workaround -- You are receiving this mail because: You are the assignee for the bug.