From owner-freebsd-arm@freebsd.org Thu Nov 12 18:36:56 2015 Return-Path: Delivered-To: freebsd-arm@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 F2361A2DF28 for ; Thu, 12 Nov 2015 18:36:56 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9B531F4B for ; Thu, 12 Nov 2015 18:36:56 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.14.9/8.14.5) with ESMTP id tACIErCW006442; Thu, 12 Nov 2015 10:14:53 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.14.9/8.14.5/Submit) id tACIErsh006441; Thu, 12 Nov 2015 10:14:53 -0800 (PST) (envelope-from fbsd) Date: Thu, 12 Nov 2015 10:14:53 -0800 From: bob prohaska To: freebsd-arm@freebsd.org Subject: fatal error: 'device_if.h' file not found Message-ID: <20151112181453.GA70166@www.zefox.net> References: <20151112121825.GJ2257@kib.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Nov 2015 18:36:57 -0000 Hi, The last two OS builds have reported /usr/src/sys/sys/bus.h:655:10: fatal error: 'device_if.h' file not found in buildkernel. It seemed possible to work around the missing file by separately updating /usr/src/sys and re-running buildkernel, but the fix didn't stick in the second iteration. What am I doing wrong? Many thanks, bob prohaska