From owner-freebsd-gnome@FreeBSD.ORG Sat Aug 16 12:23:22 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33CE537B401 for ; Sat, 16 Aug 2003 12:23:22 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5101C43FAF for ; Sat, 16 Aug 2003 12:23:21 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158])h7GJLHnO000663; Sat, 16 Aug 2003 15:21:17 -0400 (EDT) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) h7GJMlUA046363; Sat, 16 Aug 2003 15:22:48 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Shin-ichi Yoshimoto In-Reply-To: <20030817012057690712.GyazMail.yosimoto@waishi.jp> References: <20030817012057690712.GyazMail.yosimoto@waishi.jp> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-oKQLVhQYI66xUyUGT8bu" Organization: MarcusCom, Inc. Message-Id: <1061061796.54862.14.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Sat, 16 Aug 2003 15:23:16 -0400 X-Spam-Status: No, hits=-11.6 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) cc: freebsd-gnome@freebsd.org Subject: Re: gnomemedia2 broken X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2003 19:23:22 -0000 --=-oKQLVhQYI66xUyUGT8bu Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2003-08-16 at 12:20, Shin-ichi Yoshimoto wrote: > audio/gnomemedia2 broken=20 >=20 > [snip] > In file included from gmix.c:72: > gmix.h:31: error: redefinition of `struct mixer_info' > gmix.h:36: error: redefinition of `mixer_info' > /usr/include/sys/soundcard.h:1082: error: `mixer_info' previously=20 > declared here > gmake[3]: *** [gmix.o] Error 1 > gmake[3]: Leaving directory=20 > `/usr/ports/audio/gnomemedia2/work/gnome-media-2.2.2/gmix' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory=20 > `/usr/ports/audio/gnomemedia2/work/gnome-media-2.2.2/gmix' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory=20 > `/usr/ports/audio/gnomemedia2/work/gnome-media-2.2.2' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 >=20 > because src/sys/sys/soundcard.h added "struct mixer_info" in Revision=20 > 1.42. > We need following patch after soundcard.h Revision 1.42. Actually, we need a little more since this will break -STABLE and older versions of -CURRENT. Thanks for the patch and the heads up. Joe >=20 > --- gmix/gmix.h.orig Sun Aug 17 01:04:41 2003 > +++ gmix/gmix.h Sun Aug 17 01:05:20 2003 > @@ -25,7 +25,7 @@ > */ > #define GMIX_VERSION 0x030000 > =20 > -#if defined(ALSA) || defined(__FreeBSD__) > +#if defined(ALSA) > /* stolen from OSS's soundcard.h */ > typedef struct mixer_info > { --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-oKQLVhQYI66xUyUGT8bu Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA/PoSkb2iPiv4Uz4cRAqfLAJ4wyv6Uoy59S9U5rp4UMmFrRIbacgCfQ40u uA+ZDM8xQO3bmOTg6pnvjP4= =8zHd -----END PGP SIGNATURE----- --=-oKQLVhQYI66xUyUGT8bu--