Date: Wed, 26 Sep 2018 13:40:54 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480739 - head/devel/sope4 Message-ID: <201809261340.w8QDesil079507@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste (src committer) Date: Wed Sep 26 13:40:53 2018 New Revision: 480739 URL: https://svnweb.freebsd.org/changeset/ports/480739 Log: devel/sope4: set LLD_UNSAFE This port experiences odd failures with lld, so just fall back to GNU ld. amd64, lld 7.0: ld: error: corrupt input file: version definition index 2 for symbol undleManager.bundleSearchPaths is out of bounds >>> defined in ./../sope-core/NGExtensions/obj/libNGExtensions.so i386, lld 6.0: /usr/bin/ld: error: TLS attribute mismatch: _ThreadRuneLocale PR: 214864, 230608 Approved by: portmgr (lld blanket) Sponsored by: The FreeBSD Foundation Modified: head/devel/sope4/Makefile Modified: head/devel/sope4/Makefile ============================================================================== --- head/devel/sope4/Makefile Wed Sep 26 13:33:22 2018 (r480738) +++ head/devel/sope4/Makefile Wed Sep 26 13:40:53 2018 (r480739) @@ -28,6 +28,7 @@ MEMCACHED_DESC= Install memcached USES= gmake iconv gnustep USE_GNUSTEP= base build USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} +LLD_UNSAFE= yes # PR 230608 CONFLICTS= sope2-[0-9]* sope3-[0-9]*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809261340.w8QDesil079507>