Date: Sat, 13 Mar 2004 19:04:20 +0800 From: Khairil Yusof <kaeru@pd.jaring.my> To: freebsd-gnome@freebsd.org Subject: x11-toolkits/py-gtk2 2.2.0 broken with gtk 2.3.6 and enable threading patch Message-ID: <1079175859.946.30.camel@wolverine.cerebro.net.my>
next in thread | raw e-mail | index | archive | help
--=-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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1079175859.946.30.camel>