From owner-svn-ports-head@FreeBSD.ORG Fri Aug 29 20:26:08 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 318D1261; Fri, 29 Aug 2014 20:26:08 +0000 (UTC) Received: from mailrelay006.isp.belgacom.be (mailrelay006.isp.belgacom.be [195.238.6.172]) by mx1.freebsd.org (Postfix) with ESMTP id 2999D1288; Fri, 29 Aug 2014 20:26:06 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuIIAPTgAFRR8m2A/2dsb2JhbABbgw1TTQrHcodGBAIBgRIXd4QEAQU6HCMQCw4KCSUPKh4GExuIKwEIvEITBI9MB4RMAQSVX4Z8lR+DYjsvAYEFJIElAQEB Received: from 128.109-242-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.242.109.128]) by relay.skynet.be with ESMTP; 29 Aug 2014 22:24:56 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s7TKOt8T014547; Fri, 29 Aug 2014 22:24:55 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Fri, 29 Aug 2014 22:24:55 +0200 From: Tijl Coosemans To: Bryan Drewery Subject: Re: svn commit: r366560 - head/archivers/squeeze Message-ID: <20140829222455.3cf9321f@kalimero.tijl.coosemans.org> In-Reply-To: <5400DBA7.2020702@FreeBSD.org> References: <201408291949.s7TJnXHL039657@svn.freebsd.org> <5400DBA7.2020702@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, Olivier Duchateau , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 20:26:08 -0000 On Fri, 29 Aug 2014 14:59:35 -0500 Bryan Drewery wrote: > Please slow down with SSP_UNSAFE. These should probably be reverted. > > SSP_UNSAFE is not the fix. > > SSP_UNSAFE is for runtime issues or obviously wrong things such as > kernel modules. It was also very much a temporary solution with the goal > of removing it from broken ports. The idea is not to add more. > > The proper fix is fixing LD/LDFLAGS/CFLAGS. > > squeeze: > > /usr/bin/ld: .libs/libsqueeze_0_2_la-internals.o: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC > > So try with -fPIC. Try fixing this first: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193120