From owner-freebsd-current@freebsd.org Sun Nov 29 18:13:41 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34C14A222E0 for ; Sun, 29 Nov 2015 18:13:41 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x231.google.com (mail-ig0-x231.google.com [IPv6:2607:f8b0:4001:c05::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F3DDB1649 for ; Sun, 29 Nov 2015 18:13:40 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igvg19 with SMTP id g19so56978007igv.1 for ; Sun, 29 Nov 2015 10:13:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=m2e+KNz2Qq1WICFEaw7JazhOfpA+6FDsCBFzQ2pBGnM=; b=bQvobimYVbsiJ72+C4XdWOi7XmH8MbXwMtDIiA1N5v5F5F9K7aZZewXg5uuTW7iCnM pwaRPRoabbiuzIr+X9wN/IHZfw5ZwIVEKx8IaBaGQ4hJbhT9t46cSuu4vgDbLQXTyXxz 6Amxxf/NKIg96pXQQuUYFgcA6jGgx/+FcZfkSLHkA1tm0U50PhVfXfThgO1YTZSeLSfz DfBzZZ2I2klxnCf9lAuw8CtOdsJ4rGNxDdV8cdDsx7CKQb0VhcXma5K6AJroIvCctYr9 TTxtAbyBwUumL0EVaDhkeWugkeS20nFa5Hpa51tuWlI+93YUnNcNnBUYdVOHOpZtJOiE nhnw== MIME-Version: 1.0 X-Received: by 10.50.65.74 with SMTP id v10mr16156069igs.61.1448820820425; Sun, 29 Nov 2015 10:13:40 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.36.217.196 with HTTP; Sun, 29 Nov 2015 10:13:40 -0800 (PST) In-Reply-To: <20151129172750.205fb2c6.ohartman@zedat.fu-berlin.de> References: <20151129093641.7049bf93.ohartman@zedat.fu-berlin.de> <20151129172750.205fb2c6.ohartman@zedat.fu-berlin.de> Date: Sun, 29 Nov 2015 10:13:40 -0800 X-Google-Sender-Auth: e6xDHqkeV3V-3M8zCw4xklS4nGc Message-ID: Subject: Re: CURRENT: r291443: 'ar9300/ar953x.ini' file not found #include "ar9300/ar953x.ini" From: Adrian Chadd To: "O. Hartmann" Cc: NGie Cooper , FreeBSD CURRENT Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 29 Nov 2015 18:13:41 -0000 damnit I'll fix that in like 2 minutes -a On 29 November 2015 at 08:27, O. Hartmann wrote: > Am Sun, 29 Nov 2015 01:39:28 -0800 > NGie Cooper schrieb: > >> > On Nov 29, 2015, at 00:36, O. Hartmann wrote: >> > >> > CURRENT (At revision 291443.) fails building kernel with: >> > >> > [...] >> > make[2]: stopped in /usr/obj/usr/src/sys/GATE >> > --- .depend --- >> > /usr/src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c:45:10: fatal error: >> > 'ar9300/ar953x.ini' file not found #include "ar9300/ar953x.ini" >> >> Some .ini files/directories seem to have been missed in the past few commits.. >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > > ... indeed and they prevent a kernel from building :-(