From owner-freebsd-current@FreeBSD.ORG Sun Jan 11 16:25:40 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE5A416A4CE; Sun, 11 Jan 2004 16:25:40 -0800 (PST) Received: from smtp.fud.org.nz (203-79-110-29.cable.paradise.net.nz [203.79.110.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C12643D55; Sun, 11 Jan 2004 16:25:38 -0800 (PST) (envelope-from andy@fud.org.nz) Received: by smtp.fud.org.nz (Postfix, from userid 1001) id 772AD170AA; Mon, 12 Jan 2004 13:25:37 +1300 (NZDT) Date: Mon, 12 Jan 2004 13:25:37 +1300 From: Andrew Thompson To: David O'Brien , current@freebsd.org Message-ID: <20040112002537.GD89979@kate.fud.org.nz> References: <200401111401.10418.sperber@gmx.at> <20040112001143.GA56860@dragon.nuxi.com> <20040112001527.GC89979@kate.fud.org.nz> <20040112002103.GB56860@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040112002103.GB56860@dragon.nuxi.com> User-Agent: Mutt/1.5.4i Subject: Re: emu10k1 broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 12 Jan 2004 00:25:40 -0000 On Sun, Jan 11, 2004 at 04:21:03PM -0800, David O'Brien wrote: > On Mon, Jan 12, 2004 at 01:15:27PM +1300, Andrew Thompson wrote: > > On Sun, Jan 11, 2004 at 04:11:43PM -0800, David O'Brien wrote: > > > On Sun, Jan 11, 2004 at 02:01:10PM +0100, Sperber wrote: > > > > I get following error with make depend: > > > > > > > > make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES -V GEN_M_CFILES | MKDEP_CPP="cc > > > > -E" CC="cc" xargs mkdep -a -f .newdep -O -pipe > > > > ../../../dev/sound/pci/emu10k1.c:32:50: gnu/dev/sound/pci/emu10k1-alsa% > > > > diked.h: No such file or directory > > > > mkdep: compile failed > > > > > > Sorry, about that. I had a extra copy of the file laying in a directory > > > that allowed it to compile locally. :-( I've fixed it now. > > > > There is another reference to it @ sys/modules/sound/driver/emu10k1/Makefile > > Please be explicit in what you mean, or so a build failure that clearly > shows a problem. I don't see what's wrong with > sys/modules/sound/driver/emu10k1/Makefile. Sorry, I didnt look at the patch you committed. I assumed that you were removing the '%diked' string in the filename, but now I see that you changed the include path. I was pointing out that sys/modules/sound/driver/emu10k1/Makefile referred to emu10k1-alsa%diked.h as well (which doesnt seem right). Andy