From owner-freebsd-gnome@FreeBSD.ORG Sat Mar 13 03:04:28 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 3E0C816A4CE for ; Sat, 13 Mar 2004 03:04:28 -0800 (PST) Received: from smtp106.mail.sc5.yahoo.com (smtp106.mail.sc5.yahoo.com [66.163.169.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 6750543D1F for ; Sat, 13 Mar 2004 03:04:25 -0800 (PST) (envelope-from kaeru@pd.jaring.my) Received: from unknown (HELO ?219.95.213.223?) (khairil?yusof@219.95.213.223 with plain) by smtp106.mail.sc5.yahoo.com with SMTP; 13 Mar 2004 11:04:24 -0000 From: Khairil Yusof To: freebsd-gnome@freebsd.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-CkJNUtrbt0Bs/R5hq9N4" Message-Id: <1079175859.946.30.camel@wolverine.cerebro.net.my> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.5.5FreeBSD GNOME Team Port Date: Sat, 13 Mar 2004 19:04:20 +0800 Subject: 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: Sat, 13 Mar 2004 11:04:28 -0000 --=-CkJNUtrbt0Bs/R5hq9N4 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable It was ok with gtk 2.3.5. Error is:=20 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) Also the Makefile check for threading is missing -E for grep, which would always disable threading (causing ports such as gdesklets to not run) --- 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!=3D /sbin/ldconfig -r | grep "c_r|pthread" || true +LIBC_R!=3D /sbin/ldconfig -r | grep -E "c_r|pthread" || true .if (${LIBC_R} !=3D "") && !defined(WITHOUT_THREADS) CONFIGURE_ARGS+=3D --enable-thread CFLAGS+=3D ${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 --=-CkJNUtrbt0Bs/R5hq9N4 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) iD8DBQBAUuqzDAqnLW/+/X8RAs2FAKDHOpGnM9CKfJVE75uWM/waMKJeswCg6+YV H+9lQ/AO06weDG++vxnuvKc= =kNxU -----END PGP SIGNATURE----- --=-CkJNUtrbt0Bs/R5hq9N4--