From owner-freebsd-gnome@FreeBSD.ORG Mon May 31 22:10:04 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2962106566C for ; Mon, 31 May 2010 22:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B2F1C8FC21 for ; Mon, 31 May 2010 22:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4VMA4Tb019076 for ; Mon, 31 May 2010 22:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4VMA4kF019074; Mon, 31 May 2010 22:10:04 GMT (envelope-from gnats) Date: Mon, 31 May 2010 22:10:04 GMT Message-Id: <201005312210.o4VMA4kF019074@freefall.freebsd.org> To: gnome@FreeBSD.org From: Gert Lynge Cc: Subject: Re: ports/146545: gio-querymodules in devel/glib20 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gert Lynge List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2010 22:10:04 -0000 The following reply was made to PR ports/146545; it has been noted by GNATS. From: Gert Lynge To: bug-followup@FreeBSD.org, mainhardt@oncampus.de Cc: Subject: Re: ports/146545: gio-querymodules in devel/glib20 Date: Mon, 31 May 2010 22:09:58 +0200 Same issue here: FreeBSD xxx.xxxxx.xxx 8.0-RELEASE-p3 FreeBSD 8.0-RELEASE-p3 #0: Wed May 26 05:45:12 UTC 2010 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 I've discovered that if you empties /usr/local/lib/gio/modules, glib will install just fine. If you then later installs anything (for example devel/gio-fam-backend - which populates /usr/local/lib/gio/modules) and run gio-querymodules (which the gio-fam-backend make install does) it will stall again. I'm not a skilled FreeBSD debugger, but by putting some debug "g_printerr"-calls in gio-querymodules.c, I discovered that the program stalls at this line in gio-querymodules.c module = g_module_open (path, G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL); path is /usr/local/lib/gio/modules/libgiofam.so when it happens for me... Hope it helps fixing this issues as it is quite annoying :-) Regards, Gert ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.