From owner-freebsd-gnome@FreeBSD.ORG Thu Jun 24 19:26:59 2004 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 8D07316A4CE for ; Thu, 24 Jun 2004 19:26:59 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92F6743D60 for ; Thu, 24 Jun 2004 19:26:58 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) i5OJPWuX010380; Thu, 24 Jun 2004 15:25:32 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: John Merryweather Cooper In-Reply-To: <20040624191323.GA1133@borgdemon.losaca.adelphia.net> References: <20040624094644.GC12820@borgdemon.losaca.adelphia.net> <20040624191323.GA1133@borgdemon.losaca.adelphia.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ontUT/Rh/yRAHphmKPMr" Organization: MarcusCom, Inc. Message-Id: <1088105253.868.15.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 24 Jun 2004 15:27:33 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: freebsd-gnome@freebsd.org Subject: Re: [BUG] Bug in lang/mono and request to rollback x11-toolkits/gtk-sharp to 0.17 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: Thu, 24 Jun 2004 19:26:59 -0000 --=-ontUT/Rh/yRAHphmKPMr Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2004-06-24 at 15:13, John Merryweather Cooper wrote: > On Thu, Jun 24, 2004 at 12:30:21PM -0500, Jeremy Messenger wrote: > > On Thu, 24 Jun 2004 02:46:44 -0700, John Merryweather Cooper =20 > > wrote: > >=20 > > >I'm making progress on getting comms/gfax 0.6.0 to work, but I'm > > >having some issues with lang/mono and x11-toolkits/gtk-sharp. > > > > > >First, lang/mono: > > > > > >Using the following command line (for example): > > > > > ># mcs -pkg:gnome-sharp something.cs > > > > > >causes mcs to core dump with a locking violation in libpthread > > >on -CURRENT. Internally, mcs is supposed to be calling > > > > > >pkg-config --libs gnome-sharp > > > > > >to extract the DLL's that are referenced. I can work around as > > >follows: > > > > > ># mcs `/usr/local/bin/pkg-config --libs gnome-sharp` something.cs > > > > > >But this leads me to the problem with x11-toolkits/gtk-sharp > > >version 0.93--it's incompatible with comms/gfax. Moreover, > > >http://gtk-sharp.sourceforge.net/ lists 0.17 as the present > > >release version. Unless there's something out there that > > >needs 0.93, I think a rollback to 0.17 would be in order-- > > >comms/gfax 0.6.0 compiles fine with it. > >=20 > > gfax is the one that who need to update to get it works with newer =20 > > gtk-sharp. The gtk-sharp is now part of Mono and it has been moved to M= ono =20 > > CVS now. The current release tag is 0.98, so there should be 0.98 tarba= ll =20 > > to download at Mono's website. > >=20 > > Check gtk-sharp's website said: > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > The project is closely associated with the Mono project. Development i= s =20 > > proceeding in the Mono CVS repository. The CVS Repository can be brows= ed =20 > > on the web[1]. > >=20 > > [1] http://cvs.hispalinux.es/cgi-bin/cvsweb/gtk-sharp/?cvsroot=3Dmono > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > >=20 > > Cheers, > > Mezz > >=20 > > >jmc > >=20 > >=20 > > --=20 > > mezz7@cox.net - mezz@FreeBSD.org > > FreeBSD GNOME Team > > http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org > > _______________________________________________ > > freebsd-gnome@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org= " > >=20 >=20 > Well, I'll just have to wait for the author to produce a new release. :( >=20 > But you didn't address the problems lang/mono is having on its command > line. In addition to the core dump that results from using the > -pkg: flag, the -r: flag no longer works as intended. Previously, e.g., > -r:gtk-sharp would reference the gtk-sharp assembly without an absolute > path. Now, lang/mono fails to reference an assembly without an absolute > path. Note: we don't maintain mono or gtk-sharp anymore. If you'd like to take those over, please, be my guest. We really need someone that can wrangle these mono bugs. Joe >=20 > jmc > _______________________________________________ > freebsd-gnome@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-ontUT/Rh/yRAHphmKPMr Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBA2yskb2iPiv4Uz4cRAjIGAJ4x5vdyRA8cuCH923vATRsiSSQ0SACeJWyy 6wEani0wY0KlKQlXvgGHnaY= =lChG -----END PGP SIGNATURE----- --=-ontUT/Rh/yRAHphmKPMr--