Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44191 - gnome-blog depends on gnome-python
Summary: gnome-blog depends on gnome-python
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-09 15:25 UTC by Michael McCabe (RETIRED)
Modified: 2004-03-10 01:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Adds gnome-python to the run time dependencies (gnome-blog.ebuild.patch,305 bytes, patch)
2004-03-09 15:29 UTC, Michael McCabe (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael McCabe (RETIRED) gentoo-dev 2004-03-09 15:25:07 UTC
When I emerge gnome-blog I can't run it.  It depends on gnome-python and that's not set in the ebuild.

Reproducible: Always
Steps to Reproduce:
1. emerge gnome-blog
2. Try to run gnome-blog
3.

Actual Results:  
Here's the output of the program when run from a x terminal.

wildcard@thebeast wildcard $ gnome-blog-poster
Traceback (most recent call last):
  File "/usr/bin/gnome-blog-poster", line 6, in ?
    import gnome
ImportError: No module named gnome


Expected Results:  
Started and run.

Portage 2.0.50-r1 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.4.24)
=================================================================
System uname: 2.4.24 i686 Mobile Intel(R) Pentium(R) 4     CPU 2.30GHz
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://mirror.clarkson.edu/pub/distributions/gentoo
http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync10.us.gentoo.org/gentoo-portage"
USE="X apm arts avi berkdb cdr crypt cups encode esd foomaticdb gdbm gif gnome
gpm gtk gtk2 imlib java jpeg ldap libg++ libwww mad mikmod mmx motif mozilla
mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python quicktime
readline sdl slang spell sse ssl svga tcpd truetype usb x86 xml2 xmms xv zlib"
Comment 1 Michael McCabe (RETIRED) gentoo-dev 2004-03-09 15:29:21 UTC
Created attachment 27123 [details, diff]
Adds gnome-python to the run time dependencies
Comment 2 Leonardo Boshell (RETIRED) gentoo-dev 2004-03-10 01:13:18 UTC
It is correct. The ebuild has been fixed now.

Thanks for your report.