From owner-svn-src-all@FreeBSD.ORG Sat Dec 31 15:59:33 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D69C7106564A; Sat, 31 Dec 2011 15:59:33 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 6B2E28FC1E; Sat, 31 Dec 2011 15:59:33 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.4/8.14.4/ALCHEMY.FRANKEN.DE) with ESMTP id pBVFxVCQ059330; Sat, 31 Dec 2011 16:59:31 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.4/8.14.4/Submit) id pBVFxVOH059329; Sat, 31 Dec 2011 16:59:31 +0100 (CET) (envelope-from marius) Date: Sat, 31 Dec 2011 16:59:31 +0100 From: Marius Strobl To: "Bjoern A. Zeeb" Message-ID: <20111231155931.GH90831@alchemy.franken.de> References: <201112302122.pBULMAuS031216@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r229032 - head/sys/modules/cfi X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2011 15:59:33 -0000 On Sat, Dec 31, 2011 at 02:05:40PM +0000, Bjoern A. Zeeb wrote: > > On 30. Dec 2011, at 21:22 , Marius Strobl wrote: > > > Author: marius > > Date: Fri Dec 30 21:22:10 2011 > > New Revision: 229032 > > URL: http://svn.freebsd.org/changeset/base/229032 > > > > Log: > > Add header required by cfi_bus_fdt.c. > > > > Modified: > > head/sys/modules/cfi/Makefile > > > > This (most likely) broke at least the arm KB920X config: > > In file included from @/arm/xscale/ixp425/ixp425var.h:47, > from /scratch/tmp/bz/head.universe/sys/modules/cfi/../../dev/cfi/cfi_bus_ixp4xx.c:45: > @/dev/pci/pcivar.h:219:20: error: pci_if.h: No such file or directory > mkdep: compile failed > It didn't, the original r228981 just reveals a problem with ixp425var.h. The funny thing is that while it's pretty much clear from your above snippet what's going on I can't reproduce this, also not part of an universe build and apparently also not the tinderbox. I tried to fix this in r229125, however given that I wasn't able to reproduce this problem I'm not sure that will also fix the build for you. Marius