From owner-svn-ports-all@freebsd.org Wed May 30 12:34:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1A95EF7F3F; Wed, 30 May 2018 12:34:16 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 80FA080ED8; Wed, 30 May 2018 12:34:16 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6008A2CAB; Wed, 30 May 2018 12:34:16 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4UCYGrV031897; Wed, 30 May 2018 12:34:16 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4UCYGTD031896; Wed, 30 May 2018 12:34:16 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201805301234.w4UCYGTD031896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 30 May 2018 12:34:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471131 - head/devel/memleax X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/devel/memleax X-SVN-Commit-Revision: 471131 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2018 12:34:17 -0000 Author: tobik Date: Wed May 30 12:34:15 2018 New Revision: 471131 URL: https://svnweb.freebsd.org/changeset/ports/471131 Log: Mark devel/memleax LLD_UNSAFE same as devel/libunwind /usr/bin/ld: error: cannot preempt symbol: _Ux86_64_create_addr_space >>> defined in /usr/local/lib/libunwind-x86_64.so >>> referenced by tmp.c >>> /tmp/tmp-e91e1b.o:(main) PR: 226994 Submitted by: emaste Modified: head/devel/memleax/Makefile Modified: head/devel/memleax/Makefile ============================================================================== --- head/devel/memleax/Makefile Wed May 30 11:18:44 2018 (r471130) +++ head/devel/memleax/Makefile Wed May 30 12:34:15 2018 (r471131) @@ -23,6 +23,7 @@ USES= gmake HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} ALL_TARGET= memleax +LLD_UNSAFE= yes # cf. devel/libunwind PLIST_FILES= bin/memleax \ man/man1/memleax.1.gz