From owner-freebsd-ports@FreeBSD.ORG Mon Jul 5 11:54:05 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2659106564A; Mon, 5 Jul 2010 11:54:05 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id C973B8FC13; Mon, 5 Jul 2010 11:54:04 +0000 (UTC) Received: by bwz12 with SMTP id 12so3283798bwz.13 for ; Mon, 05 Jul 2010 04:53:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=f6sU+RgW0AvOQfQT7ljHMSkp83hYnjtJ+VmYuZor0DM=; b=Af3LD9iaA65lIDX3vgfAVxYxVkPh8pZqvAhxlOxCyle+C4vRgpJAtsfyyK0ZvOH8ne OMbhKsOvClO/pBdl3CqTqmE7tWyOvjw57V3rfRdcKV0Fzh2af5la45hnjXk4kjNQCMT1 nUfdKrYpbQooEaZY5WAp3my1qH5Cw9LYpaLBs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=FwjboU4aJxeI7mQM/8qarVOGxOSM1IdR6aDIh1DMvUOOFpJ4uh6VZXnhzUyq8Xlm8H pTlDVr+Me/db37upDrrmMUhHdA9qOcSdvWdYPl3h+NNLMGFsrt8Tksn9IDPgdMdfoR75 p6MvVwAla/p3Y9e8eKgT4FA2NhzGTGbJFupk0= Received: by 10.204.50.207 with SMTP id a15mr2334516bkg.65.1278330838596; Mon, 05 Jul 2010 04:53:58 -0700 (PDT) Received: from localhost (tor-proxy.31173.se [193.138.216.157]) by mx.google.com with ESMTPS id y2sm16065182bkx.8.2010.07.05.04.53.56 (version=SSLv3 cipher=RC4-MD5); Mon, 05 Jul 2010 04:53:57 -0700 (PDT) From: Anonymous To: Doug Barton References: <86zkydcl1e.fsf@gmail.com> <4C2AB9E4.4030200@FreeBSD.org> <86wrthym39.fsf@gmail.com> <86lj9vrf4w.fsf@gmail.com> Date: Mon, 05 Jul 2010 15:50:35 +0400 In-Reply-To: <86lj9vrf4w.fsf@gmail.com> (Anonymous's message of "Thu, 01 Jul 2010 08:37:51 +0400") Message-ID: <86hbke6tbo.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dinoex@FreeBSD.org, ports@FreeBSD.org Subject: Re: graphics/png does not compile with gcc 4.5.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2010 11:54:05 -0000 Anonymous writes: > Doug Barton writes: > >> readelf -s /lib/libc.so.7 | fgrep __stack_chk_fail >> 952: 00028060 26 FUNC GLOBAL DEFAULT 10 __stack_chk_fail@@FBSD_1.0 >> 1457: 00028060 26 FUNC GLOBAL DEFAULT 10 __stack_chk_fail_local@FBSD_1.0 > >> 45: 000ecec0 29 FUNC LOCAL HIDDEN 10 __stack_chk_fail_local > > I don't see such HIDDEN symbol on i386/amd64 snapshots from Jun 30 at > allbsd.org. Can you *install* libc.so.7 from there and try again? Did it help? Based on result from above suggestion either my guesses were incorrect[1] or you have messed up environment/make.conf[2]. To debug the latter you'd have to bisect your own build configuration. [1] the problem is reproducable on libc from snapshot [2] ... *not* reproducable ... > >> 1542: 00028060 26 FUNC GLOBAL DEFAULT 10 __stack_chk_fail >> 2047: 00028060 26 FUNC GLOBAL DEFAULT 10 __stack_chk_fail_local@FB