From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 12:57:09 2013 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 975F9735; Wed, 27 Nov 2013 12:57:09 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 7577D2E43; Wed, 27 Nov 2013 12:57:09 +0000 (UTC) Received: from [172.40.1.185] (unknown [122.212.234.130]) by ainaz.pair.com (Postfix) with ESMTPSA id CE5413F429; Wed, 27 Nov 2013 07:57:06 -0500 (EST) Date: Wed, 27 Nov 2013 21:57:04 +0900 (JST) From: Gerald Pfeifer To: Mathieu Arnold Subject: Re: svn commit: r334991 - head/lang/gcc49 In-Reply-To: Message-ID: References: <201311270110.rAR1APQS024492@svn.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Gerald Pfeifer , ports-committers@freebsd.org 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 12:57:09 -0000 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/logs/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? Gerald