From owner-freebsd-multimedia@FreeBSD.ORG Wed Apr 2 16:20:05 2008 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3151B106567B for ; Wed, 2 Apr 2008 16:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1C7E38FC2B for ; Wed, 2 Apr 2008 16:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m32GK4Ng067200 for ; Wed, 2 Apr 2008 16:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m32GK421067197; Wed, 2 Apr 2008 16:20:04 GMT (envelope-from gnats) Date: Wed, 2 Apr 2008 16:20:04 GMT Message-Id: <200804021620.m32GK421067197@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: "Keith Gaughan" Cc: Subject: Re: ports/122305: multimedia/gstreame - gst-inspect-0.10 hangs when checking for playbin, audioconvert, audioresample, gconfaudiosink, and gconfaudiosrc plugins X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Keith Gaughan List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2008 16:20:05 -0000 The following reply was made to PR ports/122305; it has been noted by GNATS. From: "Keith Gaughan" To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/122305: multimedia/gstreame - gst-inspect-0.10 hangs when checking for playbin, audioconvert, audioresample, gconfaudiosink, and gconfaudiosrc plugins Date: Wed, 2 Apr 2008 08:19:04 +0100 On 01/04/2008, Samuel Rodriguez Perez wrote: > Mmm, I can reproduce the same behavior on my athlon xp on FreeBSD 7-0 > updated from freebsd-update. > > My pc hangs on following ports because of pyhon: > gnome-applets, gstreamer-plugins-*, deskbar-applet > > Python hangs directly if you import gnomeapplet and some other libs, I > don't know why. > > Firefox hangs too but because of xregcom even if you try to install > with pkg_add when try to build chrome registry. That didn't happen to me exactly. I did have problems with Python apps that used GTK, I discovered that it was bsd.gnome.mk generating incorrect dependencies, and I fixed the missing two lines myself shortly before I discovered it'd already been patched in the ports tree. Just like you, I updated my system using freebsd-update, so there might be a connection. K.