From owner-freebsd-current Wed Nov 18 15:54:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03192 for freebsd-current-outgoing; Wed, 18 Nov 1998 15:54:03 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from thing.dyn.ml.org (cc360882-a.strhg1.mi.home.com [24.2.221.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03126 for ; Wed, 18 Nov 1998 15:53:59 -0800 (PST) (envelope-from bsdx@spawnet.com) Received: from spawnet.com (bsdx [192.168.1.2]) by thing.dyn.ml.org (8.9.1/8.8.7) with ESMTP id SAA11996 for ; Wed, 18 Nov 1998 18:53:23 -0500 (EST) (envelope-from bsdx@spawnet.com) Message-ID: <36535DF0.B9E7EA1B@spawnet.com> Date: Wed, 18 Nov 1998 18:53:20 -0500 From: Adam McDougall X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: current@FreeBSD.ORG Subject: Re: kernel make failure in smbus References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Randy Bush wrote: > > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -aout ../../dev/smbus/smbus.c > ../../dev/smbus/smbus.c:84: `bus_create_intr_desc' undeclared here (not in a function) > ../../dev/smbus/smbus.c:84: initializer element for `smbus_methods[7].desc' is not constant > ../../dev/smbus/smbus.c:84: `bus_generic_create_intr' undeclared here (not in a function) > ../../dev/smbus/smbus.c:84: initializer element for `smbus_methods[7].func' is not constant > ../../dev/smbus/smbus.c:85: `bus_connect_intr_desc' undeclared here (not in a function) > ../../dev/smbus/smbus.c:85: initializer element for `smbus_methods[8].desc' is not constant > ../../dev/smbus/smbus.c:85: `bus_generic_connect_intr' undeclared here (not in a function) > ../../dev/smbus/smbus.c:85: initializer element for `smbus_methods[8].func' is not constant > *** Error code 1 > > Stop. Confirmed still broken on Wednesday, wondering if anyone has looked into it yet :/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message