From owner-freebsd-gnome@FreeBSD.ORG Sat Jun 26 01:58:56 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 1431216A4CE for ; Sat, 26 Jun 2004 01:58:56 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id C29F143D2F for ; Sat, 26 Jun 2004 01:58:55 +0000 (GMT) (envelope-from johnmary@adelphia.net) Received: from 68-169-191-75.losaca.adelphia.net ([68.169.191.75]) by mta10.adelphia.netESMTP <20040626015829.NLRJ12887.mta10.adelphia.net@68-169-191-75.losaca.adelphia.net>; Fri, 25 Jun 2004 21:58:29 -0400 Received: by 68-169-191-75.losaca.adelphia.net (Postfix, from userid 1001) id A01D665C3; Fri, 25 Jun 2004 18:58:28 -0700 (PDT) Date: Fri, 25 Jun 2004 18:58:28 -0700 From: John Merryweather Cooper To: Jeremy Messenger Message-ID: <20040626015828.GA84377@borgdemon.losaca.adelphia.net> References: <20040624094644.GC12820@borgdemon.losaca.adelphia.net> <20040624191323.GA1133@borgdemon.losaca.adelphia.net> <1088105253.868.15.camel@gyros> <20040624194930.GB1133@borgdemon.losaca.adelphia.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Phone: 1-509-338-9391 WWW-Home-Page: http://www.borgsdemons.com/ cc: freebsd-gnome@freebsd.org cc: John Merryweather Cooper 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: Sat, 26 Jun 2004 01:58:56 -0000 On Fri, Jun 25, 2004 at 08:22:50PM -0500, Jeremy Messenger wrote: > On Thu, 24 Jun 2004 12:49:30 -0700, John Merryweather Cooper > wrote: > > >On Thu, Jun 24, 2004 at 03:27:33PM -0400, Joe Marcus Clarke wrote: > >>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 > >>> > wrote: > >>> > > >>> > >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. > >>> > > >>> > gfax is the one that who need to update to get it works with newer > >>> > gtk-sharp. The gtk-sharp is now part of Mono and it has been moved > >>to Mono > >>> > CVS now. The current release tag is 0.98, so there should be 0.98 > >>tarball > >>> > to download at Mono's website. > >>> > > >>> > Check gtk-sharp's website said: > >>> > ============================================ > >>> > The project is closely associated with the Mono project. > >>Development is > >>> > proceeding in the Mono CVS repository. The CVS Repository can be > >>browsed > >>> > on the web[1]. > >>> > > >>> > [1] http://cvs.hispalinux.es/cgi-bin/cvsweb/gtk-sharp/?cvsroot=mono > >>> > ============================================ > >>> > > >>> > Cheers, > >>> > Mezz > >>> > > >>> > >jmc > >>> > > >>> > > >>> > -- > >>> > 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" > >>> > > >>> > >>> Well, I'll just have to wait for the author to produce a new > >>release. :( > > > Just wanted to let you know that new 0.6.1 now support Gtk# 0.98 and Mono > 1.0 (beta3). I got this info from the gnomefiles.org :-) > > Cheers, > Mezz > > > -- > mezz7@cox.net - mezz@FreeBSD.org > FreeBSD GNOME Team > http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org > Ah! Correction, the release candidates are lang/mono 0.97 and x11-toolkits/gtk-sharp 0.99. Sigh, back to the drawing board --most of the patches need to be "rubbed" thoroughly. :) jmc