From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 15:21:39 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 847A33BA; Wed, 27 Nov 2013 15:21:39 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 445E8266E; Wed, 27 Nov 2013 15:21:39 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id E36F8BDC24; Wed, 27 Nov 2013 16:21:37 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id D0A86BDC44; Wed, 27 Nov 2013 16:21:37 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 363296113; Wed, 27 Nov 2013 16:21:32 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id A8B0765082CB; Wed, 27 Nov 2013 16:21:31 +0100 (CET) Date: Wed, 27 Nov 2013 16:21:30 +0100 From: Mathieu Arnold To: Gerald Pfeifer , Mathieu Arnold Subject: Re: svn commit: r334991 - head/lang/gcc49 Message-ID: In-Reply-To: References: <201311270110.rAR1APQS024492@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 15:21:39 -0000 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