From owner-freebsd-ports@FreeBSD.ORG Thu Jul 1 04:38:14 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 E88F6106566B; Thu, 1 Jul 2010 04:38:14 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2B0178FC1B; Thu, 1 Jul 2010 04:38:13 +0000 (UTC) Received: by ewy26 with SMTP id 26so672774ewy.13 for ; Wed, 30 Jun 2010 21:38:03 -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 :user-agent:date:message-id:mime-version:content-type; bh=ngkSKAgAjUfxXvm0d2C3iTnuXY5qoZ2xbaXmXSGO5K8=; b=S5xjLPqbJOPA4tg13rTuDAYR5ONPJTIFNYXCOsIVSmQH9Z3NvZ0BlIgFckJX5ipRNL bdZpYLfk8j1BqdBPKDwjSU8sGQRMg0zAJENWRx1LuDqqabkMEW0UmGDfJF57A1m/568m JAD+wpQWCRWVVcvKI3jWH5RWyte33PA2yccJg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:user-agent:date:message-id :mime-version:content-type; b=qDp0c24ELdpoduNibO1oD4gsLSDA/ph1DbP+V0m+D6Wzi9TLBcq8HaFaiCT/dCozln xBzgM1G2phHYgtDFj0W+xHo/I19lz9uW4WArtqyMbfZ0Ce38Uxa2lrnXQoBtNLBj36rb QdxFzjw6qQ7RTNQAguQ7DCQdU6G+Qv7YhlE+Y= Received: by 10.213.33.135 with SMTP id h7mr4527234ebd.26.1277959083128; Wed, 30 Jun 2010 21:38:03 -0700 (PDT) Received: from localhost ([78.142.140.194]) by mx.google.com with ESMTPS id w43sm3146513eeh.15.2010.06.30.21.37.59 (version=SSLv3 cipher=RC4-MD5); Wed, 30 Jun 2010 21:38:01 -0700 (PDT) From: Anonymous To: Doug Barton References: <86zkydcl1e.fsf@gmail.com> <4C2AB9E4.4030200@FreeBSD.org> <86wrthym39.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) Date: Thu, 01 Jul 2010 08:37:51 +0400 Message-ID: <86lj9vrf4w.fsf@gmail.com> 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: Thu, 01 Jul 2010 04:38:15 -0000 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? > 1542: 00028060 26 FUNC GLOBAL DEFAULT 10 __stack_chk_fail > 2047: 00028060 26 FUNC GLOBAL DEFAULT 10 __stack_chk_fail_local@FB