Subject: bin/14358: 1-5-BRANCH BUILD BROKEN in sys/dev/{ic,pci}/Makefile (arch-independant)
To: None <gnats-bugs@gnats.netbsd.org>
From: None <windsor@warthog.com>
List: netbsd-bugs
Date: 10/25/2001 23:21:58
>Number:         14358
>Category:       bin
>Synopsis:       1-5-BRANCH BUILD BROKEN in sys/dev/{ic,pci}/Makefile (arch-independant)
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Oct 25 21:23:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        NetBSD 1.5.3_ALPHA
>Organization:
Nose-Pickers Anonymous
>Environment:
	
System: NetBSD dasher 1.5.3_ALPHA NetBSD 1.5.3_ALPHA (DASHER) #29: Wed Oct 10 14:03:38 CDT 2001 windsor@dasher:/usr/src/sys/arch/i386/compile/DASHER i386


>Description:
	on both i386 and sparc...

	includes ===> sys/dev/pcmcia
	includes ===> sys/dev/pci
	make: don't know how to make mlxio.h. Stop
	*** Error code 2

	and

	includes ===> sys/dev/pcmcia
	includes ===> sys/dev/pci
	make: don't know how to make mlxreg.h. Stop
	*** Error code 2

>How-To-Repeat:
	run "make build" or "make includes"

>Fix:
	apply following patch:
--- sys/dev/ic/Makefile.FCS	Thu Oct 25 23:13:09 2001
+++ sys/dev/ic/Makefile	Thu Oct 25 23:14:39 2001
@@ -15,7 +15,7 @@
 	lptreg.h lptvar.h mb86960reg.h mb86960var.h mc146818reg.h \
 	mc68450reg.h mc6845reg.h midwayreg.h midwayvar.h ncr5380reg.h \
 	ncr5380var.h ncr53c400reg.h ncr53c9xreg.h ncr53c9xvar.h ne2000reg.h \
-	ne2000var.h \
+	ne2000var.h mlxio.h mlxreg.h \
 	nec765reg.h ns16450reg.h ns16550reg.h opl3sa3reg.h pcdisplay.h \
 	pcdisplayvar.h pckbcvar.h pdqreg.h pdqvar.h rrunnerreg.h rrunnervar.h \
 	smc83c170reg.h smc83c170var.h smc90cx6reg.h smc91cxxreg.h \
--- sys/dev/pci/Makefile.FCS	Thu Oct 25 23:12:50 2001
+++ sys/dev/pci/Makefile	Thu Oct 25 23:14:15 2001
@@ -5,7 +5,7 @@
 INCSDIR= /usr/include/dev/pci
 
 INCS=	if_devar.h if_levar.h if_lmcioctl.h if_lmcvar.h if_lmc_types.h \
-	if_tlregs.h mlxio.h mlxreg.h ncrreg.h pcidevs.h pcidevs_data.h \
+	if_tlregs.h ncrreg.h pcidevs.h pcidevs_data.h \
 	pciidereg.h pciidevar.h pcireg.h pcivar.h ppbreg.h tgareg.h \
 	tgavar.h vga_pcivar.h
 

>Release-Note:
>Audit-Trail:
>Unformatted: