Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Mar 1999 09:18:03 -0800 (PST)
From:      rjbubon@bigI.com
To:        freebsd-gnats-submit@freebsd.org
Subject:   kern/10602: Brooktree support broken in kernel build after move from 2.2.8 to 3.1
Message-ID:  <19990315171803.63F5814C3F@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         10602
>Category:       kern
>Synopsis:       Brooktree support broken in kernel build after move from 2.2.8 to 3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 15 09:20:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Robert J Bubon
>Release:        3.1
>Organization:
Bolder Internet Group, Inc.
>Environment:
FreeBSD viper.secure.bigi.com 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Mon Feb 15 11:08:08 GMT 1999     jkh@usw3.freebsd.org:/usr/src/sys/compile/GENERIC  i386
>Description:
I upgraded 2 systems from 2.2.8 to 3.1.
I needed to rebuild the kernel with bktr0 support on one system.

make depend failed on new kernel
aram.c vnode_if.c config.c
../../pci/brooktree848.c:379: smbus_if.h: No such file or directory
../../pci/brooktree848.c:380: iicbus_if.h: No such file or directory
../../pci/bt848_i2c.c:61: iicbb_if.h: No such file or directory
../../pci/bt848_i2c.c:62: smbus_if.h: No such file or directory
mkdep: compile failed
*** Error code 1

Tried building a kernel on other system. Same result.

>How-To-Repeat:
Upgrade system from 2.2.8 to 3.1
Add to GENERIC kernel config file brooktree support
device          bktr0
controller      snd0
device sb0      at isa? port 0x220 irq 5 drq 1 vector sbintr
device sbxvi0   at isa? drq 5
device sbmidi0  at isa? port 0x330
device awe0     at isa? port 0x620 

config GENERIC then make depend it.

It should eventually fail with the following:
aram.c vnode_if.c config.c
../../pci/brooktree848.c:379: smbus_if.h: No such file or directory
../../pci/brooktree848.c:380: iicbus_if.h: No such file or directory
../../pci/bt848_i2c.c:61: iicbb_if.h: No such file or directory
../../pci/bt848_i2c.c:62: smbus_if.h: No such file or directory
mkdep: compile failed
*** Error code 1

>Fix:
Looks as if various includes and data structures have moved around
between the releases.


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990315171803.63F5814C3F>