From owner-freebsd-current Mon Nov 25 22:19:56 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 464D737B401 for ; Mon, 25 Nov 2002 22:19:55 -0800 (PST) Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DA3443EB2 for ; Mon, 25 Nov 2002 22:19:54 -0800 (PST) (envelope-from gandalf@vilnya.demon.co.uk) Received: from vilnya.demon.co.uk ([158.152.19.238]) by anchor-post-30.mail.demon.net with esmtp (Exim 3.35 #1) id 18GZ4a-000Jpn-0U; Tue, 26 Nov 2002 06:19:53 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.rings (Postfix) with ESMTP id E8FF510790; Tue, 26 Nov 2002 06:21:13 +0000 (GMT) Received: from [10.2.4.64] (haveblue.rings [10.2.4.64]) by vilnya.demon.co.uk (Postfix) with ESMTP id 5C1A01078E; Tue, 26 Nov 2002 06:21:12 +0000 (GMT) Date: Tue, 26 Nov 2002 06:19:41 +0000 From: cameron grant To: Ray Kohler , freebsd-current@freebsd.org Subject: Re: cvs commit: src/sys/dev/sound/pcm buffer.c channel.c feeder.c feeder_fmt.c feeder_rate.c sndstat.c sound.c sound.h vchan.c Message-ID: <671799546.1038291581@[10.2.4.64]> In-Reply-To: <20021126030804.GA52363@arkadia.nv.cox.net> References: <20021126030804.GA52363@arkadia.nv.cox.net> X-Mailer: Mulberry/3.0.0 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I have no idea why, but this commit broke kernel building: > > cc -c -O -pipe -mcpu=athlon -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. > -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica > -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h > -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 > -ffreestanding -Werror /usr/src/sys/dev/sound/isa/ad1816.c > cc1: warnings being treated as errors > /usr/src/sys/dev/sound/isa/ad1816.c: In function `ad1816_lock': > /usr/src/sys/dev/sound/isa/ad1816.c:81: warning: dereferencing `void *' > pointer > /usr/src/sys/dev/sound/isa/ad1816.c:81: request for member `mtx_lock' in > something not a structure or union > /usr/src/sys/dev/sound/isa/ad1816.c: In function `ad1816_unlock': > /usr/src/sys/dev/sound/isa/ad1816.c:87: warning: dereferencing `void *' > pointer > /usr/src/sys/dev/sound/isa/ad1816.c:87: request for member `mtx_lock' in > something not a structure or union > *** Error code 1 > > And the same result for other consumers of snd_mtx* . i'm unable to reproduce this. have you tried a clean build? -cg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message