Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Aug 2010 16:32:31 GMT
From:      Oleg Ginzburg <olevole@olevole.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/149990: multimedia/miro: missing py-gnome2 dependency in Makefile
Message-ID:  <201008261632.o7QGWVJN011119@www.freebsd.org>
Resent-Message-ID: <201008261640.o7QGe78c055318@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         149990
>Category:       ports
>Synopsis:       multimedia/miro: missing py-gnome2 dependency in Makefile
>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:   Thu Aug 26 16:40:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Oleg Ginzburg
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD gizmo.my.domain 9.0-CURRENT FreeBSD 9.0-CURRENT #9: Sun Aug 22 20:11:16 MSD 2010     root@gizmo.my.domain:/usr/obj/usr/src/sys/GENERIC-NODEBUG  amd64

>Description:
--
Traceback (most recent call last):
  File "/usr/local/bin/miro.real", line 47, in <module>
    from miro.plat import upgrade
  File "/usr/local/lib/python2.6/site-packages/miro/plat/upgrade.py", line 32, in <module>
    import gconf
ImportError: No module named gconf 
--
when miro start
>How-To-Repeat:
just start miro after install
>Fix:


Patch attached with submission follows:

diff -ruN miro.bak/Makefile miro/Makefile
--- miro.bak/Makefile	2010-08-26 20:23:19.502084664 +0400
+++ miro/Makefile	2010-08-26 20:26:29.516738482 +0400
@@ -21,7 +21,8 @@
 		${PYTHON_SITELIBDIR}/dbus/glib.py:${PORTSDIR}/devel/py-dbus	\
 		${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:${PORTSDIR}/devel/py-notify	\
 		${PYTHON_SITELIBDIR}/libtorrent.so:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15-python \
-		${PYTHON_SITELIBDIR}/webkit/webkit.so:${PORTSDIR}/www/py-webkitgtk
+		${PYTHON_SITELIBDIR}/webkit/webkit.so:${PORTSDIR}/www/py-webkitgtk \
+		${PYTHON_SITELIBDIR}/gtk-2.0/gconf.so:${PORTSDIR}/x11-toolkits/py-gnome2
 
 BUILD_WRKSRC=	${WRKSRC}/platform/gtk-x11
 INSTALL_WRKSRC=	${WRKSRC}/platform/gtk-x11


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008261632.o7QGWVJN011119>