From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 7 17:59:01 2013 Return-Path: Delivered-To: ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 613B3605; Mon, 7 Jan 2013 17:59:01 +0000 (UTC) (envelope-from freebsdml@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) by mx1.freebsd.org (Postfix) with ESMTP id 3FDB3A51; Mon, 7 Jan 2013 17:59:00 +0000 (UTC) Received: from [10.31.9.108] (unknown [213.225.137.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 501CE43BA8; Mon, 7 Jan 2013 11:58:54 -0600 (CST) Message-ID: <50EB0CDD.9020503@marino.st> Date: Mon, 07 Jan 2013 18:58:53 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: awarecons Subject: Re: graphics/libmng gcc 4.6.3 ISSUE undefined reference to `__stack_chk_fail_local' References: <50EADCC1.1060702@marino.st> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jan 2013 17:59:01 -0000 On 1/7/2013 18:55, awarecons wrote: > Thank you. > > As you could notice from the lines (...gcc46 -fpic -DPIC -O2 -pipe > -march=pentium4 -mtune=pentium4...) it raised, when compiling for i386 > arch and, yes, it's not on amd64 platform, but i386. > Right, sorry about that. I caught the error after I sent the email when I reviewed the commit diff. So replace amd64 with i386. I described it wrong. John