From owner-freebsd-ports@FreeBSD.ORG Mon Mar 11 10:40:13 2013 Return-Path: Delivered-To: freebsd-ports@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 68E29A84 for ; Mon, 11 Mar 2013 10:40:13 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 4EB86613 for ; Mon, 11 Mar 2013 10:40:13 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UF09M-0003Xa-EQ for freebsd-ports@freebsd.org; Mon, 11 Mar 2013 03:40:12 -0700 Date: Mon, 11 Mar 2013 03:40:12 -0700 (PDT) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1362998412440-5794557.post@n5.nabble.com> In-Reply-To: <513DAF4F.50602@FreeBSD.org> References: <513B56E8.2060702@zedat.fu-berlin.de> <8F5265A6-396A-426F-A3F8-EFD44D167313@FreeBSD.org> <20130309233930.GA95285@troutmask.apl.washington.edu> <513DAF4F.50602@FreeBSD.org> Subject: Re: CURRENT: lang/gcc fails to build on CURRENT with error: configure: error: no usable dependency style found MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 10:40:13 -0000 Merging my question in here if you don't mind, since same issue (http://freebsd.1045724.n5.nabble.com/sbintime-t-quot-error-unknown-type-name-quot-Should-I-file-PR-td5794526.html) I have no special CFLAGS. For debug I have disabled these: #FORCE_MAKE_JOBS=yes \ #MAKE_JOBS_NUMBER=9 \ #WITH_CPUFLAGS=yes \ #BUILD_OPTIMIZED=yes The output for lang/perl5.16 is in the other thread. There is no log file, I can post a config.cache if you like. output for #make lang/gcc: config.status: creating testsuite/Makefile config.status: creating config.h config.status: executing default commands none configure: error: no usable dependency style found gmake[1]: *** [configure-libcpp] Error 1 gmake[1]: Leaving directory `/usr/obj/asp/ports/lang/gcc/work/build' gmake: *** [all] Error 2 *** [do-build] Error code 1 output for #make -DNO_CCACHE lang/gcc: config.status: creating Makefile config.status: creating testsuite/Makefile config.status: creating config.h config.status: executing default commands gmake[1]: Leaving directory `/usr/obj/asp/ports/lang/gcc/work/build' gmake: *** [all] Error 2 *** [do-build] Error code 1 output for #make -DNO_CCACHE lang/gcc48: config.status: creating backtrace-supported.h config.status: creating config.h config.status: executing libtool commands config.status: executing gstdint.h commands config.status: executing default commands gmake[2]: Leaving directory `/usr/obj/asp/ports/lang/gcc48/work/build' gmake[1]: *** [stage1-bubble] Error 2 gmake[1]: Leaving directory `/usr/obj/asp/ports/lang/gcc48/work/build' gmake: *** [bootstrap-lean] Error 2 *** [do-build] Error code 1 -- View this message in context: http://freebsd.1045724.n5.nabble.com/CURRENT-lang-gcc-fails-to-build-on-CURRENT-with-error-configure-error-no-usable-dependency-style-foud-tp5793999p5794557.html Sent from the freebsd-ports mailing list archive at Nabble.com.