Re: [head tinderbox] failure on i386/i386

From: David Wolfskill <david_at_catwhisker.org>
Date: Fri, 12 May 2006 11:49:19 -0700
On Fri, May 12, 2006 at 01:42:22PM -0400, FreeBSD Tinderbox wrote:
> [...]
> ===> sound/driver/ess (depend)
> _at_ -> /src/sys
> machine -> /src/sys/i386/include
> awk -f _at_/tools/makeobjops.awk _at_/kern/device_if.m -h
> awk -f _at_/tools/makeobjops.awk _at_/kern/bus_if.m -h
> awk -f _at_/tools/makeobjops.awk _at_/isa/isa_if.m -h
> awk -f _at_/tools/makeobjops.awk _at_/dev/pci/pci_if.m -h
> make: don't know how to make es1888.c. Stop
> *** Error code 2
> 
> Stop in /src/sys/modules/sound/driver.
> *** Error code 1
> 
> Stop in /src/sys/modules/sound.
> *** Error code 1
> 
> Stop in /src/sys/modules.
> *** Error code 1
> 
> Stop in /obj/src/sys/LINT.
> *** Error code 1
> 
> Stop in /src.
> *** Error code 1

Following patch fixes it for me:

Index: Makefile
===================================================================
RCS file: /cvs/freebsd/src/sys/modules/sound/driver/ess/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	23 Jan 2002 03:32:36 -0000	1.3
+++ Makefile	12 May 2006 18:09:29 -0000
_at__at_ -4,6 +4,6 _at__at_
 
 KMOD=	snd_ess
 SRCS=	device_if.h bus_if.h isa_if.h pci_if.h
-SRCS+=	ess.c es1888.c
+SRCS+=	ess.c
 
 .include <bsd.kmod.mk>

Peace,
david
-- 
David H. Wolfskill				david_at_catwhisker.org
Spam received via "opt-out" lists is still spam, and should be treated as such.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.
Received on Fri May 12 2006 - 16:49:35 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:55 UTC