From owner-freebsd-stable Fri Mar 19 20:22:46 1999 Delivered-To: freebsd-stable@freebsd.org Received: from guru.phone.net (guru.phone.net [209.157.82.120]) by hub.freebsd.org (Postfix) with SMTP id 195F815555 for ; Fri, 19 Mar 1999 20:22:18 -0800 (PST) (envelope-from mwm@phone.net) Received: (qmail 20659 invoked by uid 100); 20 Mar 1999 04:21:59 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 20 Mar 1999 04:21:59 -0000 Date: Fri, 19 Mar 1999 20:21:59 -0800 (PST) From: Mike Meyer To: stable@FreeBSD.ORG Subject: Build of 3.1-STABLE failing? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, I get to demonstrate my clueless nature - doing "make" on a freshly-sup'ped (as in minutes ago) 3.1-STABLE is failing with the following error: ===> usr.sbin/pccard/pccardc cc -O -pipe -I/usr/src/usr.sbin/pccard/pccardc/../pccardd -Wall -g -static -c /usr/src/usr.sbin/pccard/pccardc/beep.c /usr/src/usr.sbin/pccard/pccardc/beep.c: In function `beep_main': /usr/src/usr.sbin/pccard/pccardc/beep.c:74: `PIOCSBEEP' undeclared (first use this function) /usr/src/usr.sbin/pccard/pccardc/beep.c:74: (Each undeclared identifier is reported only once /usr/src/usr.sbin/pccard/pccardc/beep.c:74: for each function it appears in.) Do I need to go back and do a "make buildworld" for this one? Or is there some intermediate stage? Thanx,