From owner-freebsd-current@FreeBSD.ORG Mon Mar 11 11:04:00 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 646E6816 for ; Mon, 11 Mar 2013 11:04:00 +0000 (UTC) (envelope-from clbuisson@orange.fr) Received: from smtp.smtpout.orange.fr (smtp01.smtpout.orange.fr [80.12.242.123]) by mx1.freebsd.org (Postfix) with ESMTP id EC902732 for ; Mon, 11 Mar 2013 11:03:59 +0000 (UTC) Received: from localhost ([92.136.17.114]) by mwinf5d48 with ME id AB3q1l0052Tfxgk03B3q94; Mon, 11 Mar 2013 12:03:51 +0100 Message-ID: <513DBA15.6010505@orange.fr> Date: Mon, 11 Mar 2013 12:03:49 +0100 From: Claude Buisson User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:10.0.12) Gecko/20130109 Thunderbird/10.0.12 MIME-Version: 1.0 To: Dimitry Andric Subject: Re: CURRENT: lang/gcc fails to build on CURRENT with error: configure: error: no usable dependency style found References: <513B56E8.2060702@zedat.fu-berlin.de> <8F5265A6-396A-426F-A3F8-EFD44D167313@FreeBSD.org> <20130309233930.GA95285@troutmask.apl.washington.edu> <513DAF4F.50602@FreeBSD.org> In-Reply-To: <513DAF4F.50602@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current , "Hartmann, O." , freebsd-ports@freebsd.org, Steve Kargl X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 11:04:00 -0000 On 03/11/2013 11:17, Dimitry Andric wrote: > On 2013-03-10 00:39, Steve Kargl wrote: > ... >> If you have a clang built FreeBSD-current, then it is no >> longer possible to *bootstrap* gcc-4.6.x, gcc-4.7.x, nor >> the upcoming gcc-4.8.0. AFAICT, the problem is related >> to /usr/bin/cpp. I haven't tried earlier versions of >> gcc. > > I have built the lang/gcc47 and lang/gcc48 ports just now, and they > compiled without any issues. What is the exact error you have been > getting? > > I think there must be a common problem you and Oliver have in your build > environment, most likely non-default CFLAGS. What happens if you remove > make.conf and src.conf, do the gcc ports then build successfully? > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > FWIW, Yesterday, I built lang/gcc on a 10.0-CURRENT amd64 svn 247236, WITH_CLANG_IS_CC, and got the same error than the OP. NO non-default CFLAGS. The build succeeded with USE_GCC=any I tried to restore the bootstrap phase by partially reverting r302041, and the build errored with clang AND with the base gcc, at another place (some double definitions building libcpp). Claude Buisson