From owner-freebsd-current@FreeBSD.ORG Wed Sep 11 20:06:46 2013 Return-Path: Delivered-To: freebsd-current@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 ESMTP id AAA842DF for ; Wed, 11 Sep 2013 20:06:46 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D8EB24A2; Wed, 11 Sep 2013 20:06:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8BK6krN049091; Wed, 11 Sep 2013 20:06:46 GMT (envelope-from obrien@freefall.freebsd.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8BK6jQQ049088; Wed, 11 Sep 2013 20:06:45 GMT (envelope-from obrien) Date: Wed, 11 Sep 2013 13:06:44 -0700 From: "David O'Brien" To: "O. Hartmann" Subject: Re: r255449: kernel compilation fails due to : cc: error: no input files Message-ID: <20130911200644.GA85978@dragon.NUXI.org> Mail-Followup-To: obrien@freebsd.org, "O. Hartmann" , John-Mark Gurney , FreeBSD CURRENT References: <20130910150322.0d5674f7@thor.walstatt.dyndns.org> <20130910162445.GV68682@funkthat.com> <20130910201430.67cbc9fa@thor.walstatt.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130910201430.67cbc9fa@thor.walstatt.dyndns.org> X-Operating-System: FreeBSD 10.0-CURRENT X-MUA-Host: dragon.NUXI.org X-to-the-FBI-CIA-and-NSA: HI! HOW YA DOIN? can i haz chizburger? X-NSA-real-insignia: https://www.eff.org/sites/default/files/nsa-all-your-data.png User-Agent: Mutt/1.5.20 (2009-06-14) Cc: John-Mark Gurney , FreeBSD CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Sep 2013 20:06:46 -0000 On Tue, Sep 10, 2013 at 08:14:30PM +0200, O. Hartmann wrote: > On Tue, 10 Sep 2013 09:24:45 -0700 John-Mark Gurney wrote: > > But, can you tell use how you built your kernel and on what system? > > COMPILER_TYPE should always be defined... Are you trying to build > > a HEAD kernel on 9stable w/o using buildkernel or something strange > > like that? > > With r255453 everything works as expected again. Thank you very much. It would still be helpful to know how you were building your kernel. If you were trying to build it on non-CURRENT, maybe we should add a check to ensure that "COMPILER_TYPE" is defined and if not warn folks their environment is not-supported. -- -- David (obrien@FreeBSD.org)