From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 15:24:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C9A369F for ; Wed, 27 Nov 2013 15:24:49 +0000 (UTC) Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com [209.85.217.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8ABCA2696 for ; Wed, 27 Nov 2013 15:24:48 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id c11so5389374lbj.23 for ; Wed, 27 Nov 2013 07:24:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=RqJ2J6uONE+dzUmeFVFx7j/z+/TkZ+TTD1gq5ACTgLI=; b=XhQFVl488LNiirXKMRu3UgOquV4qPSJzaUNccwxmalwCzei6snhI6V344Y8nPv4yxR 5oeDyFv6FIUIiBF9TFpGJCuvCBZD4xYZqyaAxDoKemBkF6eiOWpVcRowLihMYpLDbxA3 EOldxt5wJCZMS27562OQ4bvMuGgZ6FTzn17c14O0aVBKgMLZj+/IuWoArulD5fkvYlVN ubQSyv+p9W+9yTR8rRCbtYpxiJmXzSQfaTssTT5uK/Izekd8gLL1/BNKtCPxS0B53SyG BbFvTg0huUMuSgAPc89wdylj90D7gc53rmCV9cAzkgkvRQa+gFrP8lJidXF5z67lP+1s ZyQA== X-Gm-Message-State: ALoCoQmHPK+VOYJb0u1X/7RrW7fXhHm/sLbfE3Pl5Xxdj6zS3UfkMBvrAzXFowhLJ/zHbEuwu9jA X-Received: by 10.152.203.168 with SMTP id kr8mr55037lac.44.1385565878675; Wed, 27 Nov 2013 07:24:38 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.31.131 with HTTP; Wed, 27 Nov 2013 07:24:18 -0800 (PST) In-Reply-To: References: <201311270110.rAR1APQS024492@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 23:24:18 +0800 X-Google-Sender-Auth: z_zIte-zwhMDwEETmE-CfpTWgbs Message-ID: Subject: Re: svn commit: r334991 - head/lang/gcc49 To: Mathieu Arnold Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Gerald Pfeifer , Gerald Pfeifer , ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Wed, 27 Nov 2013 15:24:49 -0000 On Wed, Nov 27, 2013 at 11:21 PM, Mathieu Arnold wrote: > Hi, > > +--On 27 novembre 2013 21:57:04 +0900 Gerald Pfeifer > wrote: > | On Wed, 27 Nov 2013, Mathieu Arnold wrote: > |>| On the way update to the 20131124 snapshot of GCC 4.9.0. > |> After that, I get a compilation error : > |> > http://pkg.absolight.net/logs/bulk/91amd64-pkgng/2013-11-27_09h20m44s/lo > |> gs/errors/gcc49-4.9.0.20131124.log > | > | Grr, this is bad. I have a theory. > | > | Do you, by any chance, have a file ansidecl.h somewhere in your include > | path, possibly /usr/local/include. > | > | If so, can you please check which port installed that? > | > | And do a diff between that file and the one the new lang/gcc49 ports > | has in its source directory ($WRKDIR/gcc*)? > | > | And what happens if you (temporarily) remove it and try to update > | lang/gcc49? > > Hum, the thing is, it is a poudriere bulk build, so, there's nothing > installed that is not in gcc49's dependencies, so, I'm not sure how I can > fix that. > > -- > Mathieu Arnold > I guess gerald@ has found the reason (PR/184327). % pkg which /usr/local/include/ansidecl.h /usr/local/include/ansidecl.h was installed by package binutils-2.23.2 Regards, sunpoet