From owner-freebsd-current@freebsd.org Sun Nov 29 09:39:33 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 3AA14A3B0FF for ; Sun, 29 Nov 2015 09:39:33 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-oi0-x22a.google.com (mail-oi0-x22a.google.com [IPv6:2607:f8b0:4003:c06::22a]) (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 EC25311FF; Sun, 29 Nov 2015 09:39:32 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by oies6 with SMTP id s6so81502471oie.1; Sun, 29 Nov 2015 01:39:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=BS1aGGNIjLYL9MRe7rEzJC3SV4BCxx889+C6rYD452g=; b=SSSeRa8XVrkJy4SC0YK6oty4UGt7Koe/ZFiKj/9Eh6cbnWB3VWqtFqMBUiaqmDoMuM CQjTdPxJXjlQ4mY4AvMKWmEUQQQtUCN2a3z0frcgCiLyJu14bsFm8TafriaIVF8c4Q5J vxe7dnFvO57GrinFS/QkWsxmvz89wBzZeu9GdvnTE+AdTPQhVHrDf3AShyihAaERVpW1 Dngzie7H8HASCnJNqi/wy88iPq+F7Z+Tu4fOrpyUgmLtVAWQlxr78MOANDc11gl3w9sC 6UQ58+R01M5OwfC5Bd4gJNza7UbhV9vhwUm1Q3E2AcE9OZgKacuhXMIcj8LrhfYBA1z8 mT3A== X-Received: by 10.202.98.86 with SMTP id w83mr37284689oib.135.1448789972136; Sun, 29 Nov 2015 01:39:32 -0800 (PST) Received: from ?IPv6:2601:601:800:126d:2802:e2ed:33ec:fa6a? ([2601:601:800:126d:2802:e2ed:33ec:fa6a]) by smtp.gmail.com with ESMTPSA id i8sm19392452oib.12.2015.11.29.01.39.29 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 Nov 2015 01:39:30 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: CURRENT: r291443: 'ar9300/ar953x.ini' file not found #include "ar9300/ar953x.ini" From: NGie Cooper In-Reply-To: <20151129093641.7049bf93.ohartman@zedat.fu-berlin.de> Date: Sun, 29 Nov 2015 01:39:28 -0800 Cc: FreeBSD CURRENT , Adrian Chadd Content-Transfer-Encoding: quoted-printable Message-Id: References: <20151129093641.7049bf93.ohartman@zedat.fu-berlin.de> To: "O. Hartmann" X-Mailer: Apple Mail (2.2104) 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 09:39:33 -0000 > On Nov 29, 2015, at 00:36, O. Hartmann = wrote: >=20 > CURRENT (At revision 291443.) fails building kernel with: >=20 > [...] > 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..=