From owner-freebsd-gnome Sun Feb 9 8:43:40 2003 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 44FC137B401 for ; Sun, 9 Feb 2003 08:43:37 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3873F43F3F for ; Sun, 9 Feb 2003 08:43:36 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h19GhMRA015236; Sun, 9 Feb 2003 11:43:22 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Fix: devel/gnomevfs2 doesn't compile if audio/cdparanoia is installed (was: Problem compiling GNOME 2.2) From: Joe Marcus Clarke To: Arjan van Leeuwen Cc: freebsd-gnome@FreeBSD.ORG In-Reply-To: <200302091420.23973.avleeuwen@piwebs.com> References: <200302091420.23973.avleeuwen@piwebs.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-F3ycragTd+EiOHQeG2rU" Organization: MarcusCom, Inc. Message-Id: <1044809010.36366.3.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 09 Feb 2003 11:43:31 -0500 X-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_00_01 version=2.44 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-F3ycragTd+EiOHQeG2rU Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2003-02-09 at 08:20, Arjan van Leeuwen wrote: > Hi, >=20 > I just discovered why devel/gnomevfs2 gives an error when compiling on my= =20 > system. >=20 > If the audio/cdparanoia port is installed, it uses that port. The cdparan= oia=20 > library is a bit different on FreeBSD than it is on Linux, and that's why= =20 > gnomevfs2 fails to compile. >=20 > Included is=20 > 1) a patch to make gnomevfs2 compile when cdparanoia is installed (to be = put=20 > in the files/ directory of the gnomevfs2 port) Thanks, but perhaps you missed the patch I emailed out to ports@ and gnome@ yesterday. It's similar to yours, but I think it is more inline with the original intent of the code (plus it retains the original code on non-FreeBSD platforms). > 2) a diff to the Makefile so that it registers cdparanoia as a dependency= when=20 > it is installed > 3) a diff for the pkg-plist so that the extra files that are installed wh= en=20 > cdparanoia is present are registered correctly. >=20 > If I should also file a PR for this, please tell me. PS: I'm not on this = list. I'll get to this today since all I've really been waiting for is confirmation that my patch works. Joe >=20 > Best regards, >=20 > Arjan >=20 > ---------- Forwarded Message ---------- >=20 > Subject: Problem compiling GNOME 2.2 > Date: Saturday 08 February 2003 22:48 > From: Arjan van Leeuwen > To: freebsd-gnome@FreeBSD.org >=20 > I'm trying to compile the GNOME 2.2 metaport on FreeBSD 5.0-RELEASE, but = I'm > getting an error when compiling devel/gnomevfs2. >=20 > I already tried to upgrade all dependencies of gnomevfs2 with a 'portupgr= ade > -RNf devel/gnomevfs2', but that didn't help; I'm still getting this error= . >=20 > It looks like this: >=20 > cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -pthread -DORBIT2=3D1 > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include > -I/usr/local/include/libxml2 -I/usr/local/include > -I/usr/local/include/orbit-2.0 -I/usr/local/include/linc-1.0 > -I/usr/X11R6/include/gconf/2 -pthread -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -D_FILE_OFFSET_BITS=3D64 -D_BSD_SOURCE > -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_POSIX_PTHREAD_SEMANTICS -D_REENTRA= NT > -DG_DISABLE_DEPRECATED -DDATADIR=3D\"/usr/X11R6/share/gnome\" > -DPREFIX=3D\"/usr/X11R6\" -DLIBDIR=3D\"/usr/X11R6/lib\" > -DSYSCONFDIR=3D\"/usr/X11R6/etc\" -DG_LOG_DOMAIN=3D\"gnome-vfs-modules\" > -D_THREAD_SAFE -I/usr/local/include -O -pipe -mcpu=3Dpentiumpro -c > cdda-method.c -fPIC -DPIC -o .libs/cdda-method.lo > cdda-method.c: In function `do_get_file_info': > cdda-method.c:626: structure has no member named `cdda_device_name' > cdda-method.c:626: structure has no member named `cdda_device_name' > cdda-method.c: In function `do_open_directory': > cdda-method.c:712: structure has no member named `cdda_device_name' > cdda-method.c:712: structure has no member named `cdda_device_name' > gmake[3]: *** [cdda-method.lo] Error 1 > gmake[3]: Leaving directory > `/usr/ports/devel/gnomevfs2/work/gnome-vfs-2.2.0/modules' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory > `/usr/ports/devel/gnomevfs2/work/gnome-vfs-2.2.0/modules' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/devel/gnomevfs2/work/gnome-vfs-2.= 2.0' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 >=20 > Stop in /usr/ports/devel/gnomevfs2. >=20 > Is this a known problem? >=20 > Thanks, >=20 > Arjan >=20 > P.S. Please CC me if you reply, I'm not on this list. >=20 > ------------------------------------------------------- --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-F3ycragTd+EiOHQeG2rU Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+RoUyb2iPiv4Uz4cRAuAOAJ9ZhHHweDi+1A93cey76Wv96h3I7QCfWju3 IsnvuUnLiBFQQc844joYmPs= =9gUA -----END PGP SIGNATURE----- --=-F3ycragTd+EiOHQeG2rU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message