From owner-freebsd-current@FreeBSD.ORG Tue May 27 09:17:21 2003 Return-Path: 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 39A0F37B401 for ; Tue, 27 May 2003 09:17:21 -0700 (PDT) Received: from bragi.housing.ufl.edu (bragi.housing.ufl.edu [128.227.47.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5168F43FA3 for ; Tue, 27 May 2003 09:17:20 -0700 (PDT) (envelope-from WillS@housing.ufl.edu) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Tue, 27 May 2003 12:17:18 -0400 Message-ID: <0E972CEE334BFE4291CD07E056C76ED8DB2DE4@bragi.housing.ufl.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Buildkernel broken Thread-Index: AcMkaVQj26FcvbRGRcWP+lJ8exh9FQAAeS4g From: "Will Saxon" To: , Subject: RE: Buildkernel broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 16:17:21 -0000 > -----Original Message----- > From: Krzysztof Parzyszek [mailto:kristof@swissmail.org] > Sent: Tuesday, May 27, 2003 11:50 AM > To: freebsd-current@freebsd.org > Subject: Buildkernel broken >=20 >=20 > Hello, >=20 > I cvsupped the source this morning and I get: >=20 > [...] > =3D=3D=3D> firewire/firewire > cc -O -pipe -march=3Dpentium2 -D_KERNEL -Wall=20 > -Wredundant-decls -Wnested-externs -Wstrict-prototypes =20 > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual =20 > -fformat-extensions -std=3Dc99 -DKLD_MODULE -nostdinc -I- -I.=20 > -I@ -I@/dev -I@/../include -fno-common -g=20 > -mno-align-long-strings -mpreferred-stack-boundary=3D2=20 > -ffreestanding -Wall -Wredundant-decls -Wnested-externs=20 > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith=20 > -Winline -Wcast-qual -fformat-extensions -std=3Dc99 -c=20 > /usr/src/sys/dev/firewire/firewire.c > cc -O -pipe -march=3Dpentium2 -D_KERNEL -Wall=20 > -Wredundant-decls -Wnested-externs -Wstrict-prototypes =20 > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual =20 > -fformat-extensions -std=3Dc99 -DKLD_MODULE -nostdinc -I- -I.=20 > -I@ -I@/dev -I@/../include -fno-common -g=20 > -mno-align-long-strings -mpreferred-stack-boundary=3D2=20 > -ffreestanding -Wall -Wredundant-decls -Wnested-externs=20 > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith=20 > -Winline -Wcast-qual -fformat-extensions -std=3Dc99 -c=20 > /usr/src/sys/dev/firewire/fwohci.c > In file included from /usr/src/sys/dev/firewire/fwohci.c:72: > @/dev/firewire/fwdma.h:38: redefinition of `bus_dmasync_op_t' > machine/bus_dma.h:94: `bus_dmasync_op_t' previously declared here > *** Error code 1 >=20 > [...] >=20 I have the exact same problem. I think it has something to do with a = commit from this morning. I commented out the offending #define in fwdma.h and the module compiles = fine now. -Will