Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63221 - gtk mode of app-sci/ecell-3.1.102 is broken
Summary: gtk mode of app-sci/ecell-3.1.102 is broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Chris Bainbridge (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 63220
  Show dependency tree
 
Reported: 2004-09-08 05:07 UTC by Andreas Korinek
Modified: 2005-01-02 09:27 UTC (History)
1 user (show)

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


Attachments
ecell: patch for gtk (ecell-3.1.102-r1.diff,1.07 KB, patch)
2004-10-01 17:32 UTC, daniel robert hyduke
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Korinek 2004-09-08 05:07:28 UTC
ecell has a gui gtk mode which seems to be broken

-----------------------------------------------------------------------------
gecell3-session
Traceback (most recent call last):
  File "/usr/bin/gecell3-session", line 9, in ?
    import ecell.GtkSessionMonitor
  File "/usr/lib/python2.3/site-packages/ecell/GtkSessionMonitor.py", line 42, in ?
    import MainWindow
ImportError: No module named MainWindow
-----------------------------------------------------------------------------

ecell3-session works fine.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.50-r11 (default-amd64-2004.0, gcc-3.3.4, glibc-2.3.4.20040808-r0, 
2.6.7-gentoo-r9) 
================================================================= 
System uname: 2.6.7-gentoo-r9 x86_64 AMD Athlon(tm) 64 Processor 3000+ 
Gentoo Base System version 1.5.3 
Autoconf: sys-devel/autoconf-2.59-r4 
Automake: sys-devel/automake-1.8.5-r1 
ACCEPT_KEYWORDS="amd64 ~amd64" 
AUTOCLEAN="yes" 
CFLAGS="-O2 -pipe -fomit-frame-pointer" 
CHOST="x86_64-pc-linux-gnu" 
COMPILER="" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3.3/share/config:/usr/kde/3.3/env:/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-O2 -pipe -fomit-frame-pointer" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache" 
GENTOO_MIRRORS="http://gentoo.osuosl.org 
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://rsync.gentoo.org/gentoo-portage" 
USE="X acpi alsa amd64 apache2 arts artswrappersuid avi bcmath berkdb 
bootsplash bzlib cdr codecs crypt cups dga divx4linux dvd encode esd ex exif 
f77 fftw foomaticdb ftp gd gdbm gif gimp gimpprint gnuplot gphoto2 gpm gsl gtk 
gtk2 imagemagick imap imlib java jpeg kde libg++ libwww mikmod motif moznoirc 
moznomail moznoxft mpeg multilib mupad-noscilab mysql nas ncurses nls nogcj 
oggvorbis opengl oss pam pcmcia pcre pdf pdflib pear-db perl php png ppds 
python qt quicktime readline rtc scanner sdl slang soap spell sqlite ssl tcltk 
tcpd tetex truetype usb xine xml2 xmms xosd xv zlib"
Comment 1 daniel robert hyduke 2004-10-01 17:32:01 UTC
Created attachment 40898 [details, diff]
ecell: patch for gtk

This patch should fix the gtk problem.	I also added package dependencies that
were missing in ecell-3.1.102.ebuild.
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2004-10-07 04:55:42 UTC
Looks like the maintainer didn't notice this yet. Chris, perhaps you should add yourself to the sci herd?
Comment 3 Chris Bainbridge (RETIRED) gentoo-dev 2004-10-07 14:26:26 UTC
Thanks for the fixes, but I get this:

configure: error: PyGtk2 version 2.0.0 or greater required for modeleditor
configure: error: /bin/sh './configure' failed for modeleditor

pygtk 2.2.0 is installed. I'll have a look at the configure later, assuming nobody else wants to investigate.
Comment 4 Chris Bainbridge (RETIRED) gentoo-dev 2005-01-02 09:27:25 UTC
The -r1 ebuild should fix this. I used the gnome flag instead of gtk, since it pulls in nautilus and lots of other big gnome stuff.