Date: Sun, 06 Jan 2019 00:19:47 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 234647] devel/llvm50: fix build with GCC-based architectures Message-ID: <bug-234647-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234647 Bug ID: 234647 Summary: devel/llvm50: fix build with GCC-based architectures Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: brooks@FreeBSD.org Reporter: pkubaj@anongoth.pl Flags: maintainer-feedback?(brooks@FreeBSD.org) Assignee: brooks@FreeBSD.org Created attachment 200819 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D200819&action= =3Dedit patch This port doesn't build after default GCC version in ports was changed to 8. Use older GCC (5) to build this port. GCC 7 could also be used, but GCC 5 is installed anyway on most GCC architectures, because it's needed for GCC 8. Remove USES=3Dcompiler:c++11-lib, leave only USES=3Dcompiler. The reason is= that compiler:c++11-lib overwrites USE_GCC and makes the port use GCC 8. Tested on powerpc64 and amd64. Hardware sponsored by IntegriCloud. --=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-234647-7788>