From owner-freebsd-gnome@FreeBSD.ORG Sun Mar 14 01:24:51 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 A178116A4CE for ; Sun, 14 Mar 2004 01:24:51 -0800 (PST) Received: from lakemtao08.cox.net (lakemtao08.cox.net [68.1.17.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22C9C43D2F for ; Sun, 14 Mar 2004 01:24:51 -0800 (PST) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao08.cox.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP id <20040314092449.YMRX10550.lakemtao08.cox.net@mezz.mezzweb.com>; Sun, 14 Mar 2004 04:24:49 -0500 To: Joe Marcus Clarke References: <1079175859.946.30.camel@wolverine.cerebro.net.my> <1079220136.13553.20.camel@shumai.marcuscom.com> Message-ID: From: Jeremy Messenger Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Sun, 14 Mar 2004 03:23:53 -0600 In-Reply-To: <1079220136.13553.20.camel@shumai.marcuscom.com> User-Agent: Opera7.23/Linux M2 build 518 cc: freebsd-gnome@freebsd.org Subject: Re: x11-toolkits/py-gtk2 2.2.0 broken with gtk 2.3.6 and enable threading patch 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: Sun, 14 Mar 2004 09:24:51 -0000 On Sat, 13 Mar 2004 18:22:16 -0500, Joe Marcus Clarke wrote: > On Sat, 2004-03-13 at 06:04, Khairil Yusof wrote: >> It was ok with gtk 2.3.5. >> >> Error is: >> GLib-GObject-WARNING **: cannot register existing type `GtkRcStyle' >> >> I'm checking out if there is a fix for it right now. This is currently >> breaking all python gtk ports (meld, gdesklets etc) > > Thanks. Let us know what you find. > >> >> Also the Makefile check for threading is missing -E for grep, which >> would always disable threading (causing ports such as gdesklets to not >> run) > > This should be fixed now. I have verified Meld and Straw work just fine > with gtk+-2.2.4, and will verify the 2.3.6 problem as soon as I can. It works fine here w/ 2.3.6. Cheers, Mezz > Joe > >> >> --- Makefile.orig Sat Mar 13 18:43:45 2004 >> +++ Makefile Sat Mar 13 19:01:27 2004 >> @@ -33,7 +33,7 @@ >> # Use the same way as the Python port to determine if we want >> # threading support. >> # >> -LIBC_R!= /sbin/ldconfig -r | grep "c_r|pthread" || true >> +LIBC_R!= /sbin/ldconfig -r | grep -E "c_r|pthread" || true >> .if (${LIBC_R} != "") && !defined(WITHOUT_THREADS) >> CONFIGURE_ARGS+= --enable-thread >> CFLAGS+= ${PTHREAD_CFLAGS} >> >> >> >> -- "You keep using that word. I do not think it means what you think it >> means." FreeBSD 5.2-CURRENT i386 6:22pm up 5:56, 4 users, load averages: >> 1.67, 1.39, 1.29 -- bsdforums.org 's moderator, mezz.