From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 28 08:10:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A3684B8 for ; Wed, 28 May 2014 08:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6765A28E6 for ; Wed, 28 May 2014 08:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4S8A0Pt019921 for ; Wed, 28 May 2014 08:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4S8A00p019920; Wed, 28 May 2014 08:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 28 May 2014 08:10:00 GMT Resent-Message-Id: <201405280810.s4S8A00p019920@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Grant D. Watson" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E82F8262 for ; Wed, 28 May 2014 08:00:49 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D5FA82884 for ; Wed, 28 May 2014 08:00:49 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4S80npl016657 for ; Wed, 28 May 2014 08:00:49 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4S80nZ3016654; Wed, 28 May 2014 08:00:49 GMT (envelope-from nobody) Message-Id: <201405280800.s4S80nZ3016654@cgiserv.freebsd.org> Date: Wed, 28 May 2014 08:00:49 GMT From: "Grant D. Watson" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/190335: audio/pithos has undeclared dependencies X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2014 08:10:00 -0000 >Number: 190335 >Category: ports >Synopsis: audio/pithos has undeclared dependencies >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 28 08:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Grant D. Watson >Release: 10.0-RELEASE-p2 >Organization: >Environment: FreeBSD dweorh 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Tue Apr 29 17:06:01 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Pithos has undeclared dependencies on py27-pylast and one or more of the plugins in gstreamer-plugins-all. Upon initially installing and running pithos, you get a Python stack trace about failing to import pylast. Installing "pkg install py27-pylast" fixes this. After installing pylast, running pithos produces the following errors, with the GUI giving a similar message about GStreamer missing a plugin: gdwatson@dweorh:~$ pithos ** Message: pygobject_register_sinkfunc is deprecated (GstObject) ERROR:root:Could not bind media keys ERROR:root:Gstreamer error: Your GStreamer installation is missing a plug-in., gsturidecodebin.c(1285): GstElement *gen_source_element(GstURIDecodeBin *) (): /GstPlayBin2:player/GstURIDecodeBin:uridecodebin0, 12 ERROR:root:Gstreamer error: Your GStreamer installation is missing a plug-in., gsturidecodebin.c(1285): GstElement *gen_source_element(GstURIDecodeBin *) (): /GstPlayBin2:player/GstURIDecodeBin:uridecodebin1, 12 [More omitted. It goes on for a while.] The Pithos web site says that the necessary codecs are usually packaged as either "good" or "bad" GStreamer plugins. Installing gstreamer-plugins-good and gstreamer-plugins-bad does not fix the issue. Installing gstreamer-plugins-all does, so the missing plugin is in there somewhere. >How-To-Repeat: "pkg install pithos" on a system without py27-pylast or gstreamer-plugins-*; run pithos and watch it die. "pkg install py27-pylast"; run pithos and see the decoder errors. >Fix: Declare a dependency on py27-pylast and the mysterious codec. >Release-Note: >Audit-Trail: >Unformatted: