ports/149990: multimedia/miro: missing py-gnome2 dependency in Makefile

Oleg Ginzburg olevole at olevole.ru
Thu Aug 26 16:40:08 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list