Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14848 - ftpcube-0.4.0 fails to start
Summary: ftpcube-0.4.0 fails to start
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-31 08:35 UTC by Tobias Sager
Modified: 2003-02-14 17:43 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Sager 2003-01-31 08:35:54 UTC
<error>
Making main application window.
Making console window.
Making control window.
Making queuing panel.
Making thread panel.
Creating archiver object.
Archiver has 1 extensions registered.
Making local file browsing window.
Making remote file browsing window.
Traceback (most recent call last):
  File "/usr/bin/ftpcube", line 23, in ?
    main.main (sys.argv)
  File "/usr/lib/python2.2/site-packages/libftpcube/main.py", line 247, in main
    app.createMainWindow ()
  File "/usr/lib/python2.2/site-packages/libftpcube/main.py", line 69, in createMainWindow
    self.main_window = mainwin.MainWindow (NULL, _("Ftpcube"))
  File "/usr/lib/python2.2/site-packages/libftpcube/mainwin.py", line 126, in __init__
    self.consolewin.displayBanner ()
  File "/usr/lib/python2.2/site-packages/libftpcube/consolewin.py", line 57, in displayBanner
    self.insertColorText ('local', _("Welcome to FtpCube v0.4.0"))
  File "/usr/lib/python2.2/site-packages/libftpcube/consolewin.py", line 63, in insertColorText
    color = self.getColor (kind)
  File "/usr/lib/python2.2/site-packages/libftpcube/consolewin.py", line 73, in getColor
    wx_color = apply (wxColour, current_color)
  File "/usr/lib/python2.2/site-packages/wxPython/gdi.py", line 269, in __init__
    self.this = apply(gdic.new_wxColour,_args,_kwargs)
OverflowError: float too large to convert
Exception exceptions.AttributeError: "wxColour instance has no attribute 'thisown'" in  ignored
</error>

Remerging wxGTK, wxPython and ftpcube does not help.

#emerge info
Portage 2.0.46-r9 (default-x86-1.4, gcc-3.2.1, glibc-2.2.5-r2,2.3.1-r2)
=================================================================
System uname: 2.4.19 i686 Intel(R) Pentium(R) 4 Mobile CPU 1.80GHz
GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/wget /etc/init.d /etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/portage.local"
USE="x86 oss apm crypt cups gif jpeg mikmod mmx ncurses nls pdflib png qtmt quicktime spell truetype xml2 xmms xv zlib gdbm berkdb slang readline bonobo svga java guile mysql X sdl gpm tcpd pam libwww ssl python esd imlib oggvorbis gtk qt motif opengl cdr sse sse2 -3dnow pcmcia pnp trusted pda gphoto2 dga fbcon -gnome libg++ tcltk tiff alsa dvd ggi mozilla xml perl samba -doc -kde xfs gtkhtml encode avi mpeg -arts gtk2"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 SpanKY gentoo-dev 2003-01-31 10:40:37 UTC
ftpcube needs to be updated (upstream that is) ... it doesnt work with wxPython 2.4.x.x
Comment 2 Tobias Sager 2003-01-31 11:33:26 UTC
I wrote the ftpcube-developer an email asking about an eventual update.

Or do you see a fix? I had a look into the code, but did not find the problem
(though neither do I like this wxPython nor do I use it ;).
Comment 3 Tobias Sager 2003-01-31 18:31:01 UTC
Noticed: ftpcube runs cleanly as root, but doesn't as 'normal' user...
can anyone verify? Is it a permissions problem?

Author Michael Gilfix <mgilfix at eecs dot tufts dot edu> says to have a look
at the code compatibility with wxPython 2.4.x maybe next week.

'Night,
Tobias
Comment 4 SpanKY gentoo-dev 2003-01-31 18:36:36 UTC
now that you mention it, i did get it to run once or twice ... but i still had other errors that 
prevented it from working correctly 
Comment 5 Tobias Sager 2003-02-01 04:22:05 UTC
Maybe you could post some more error messages?
I will forward these to the author.
Comment 6 Nick Hadaway 2003-02-04 05:17:51 UTC
I am currently using ftpcube without a problem on wxGTK-2.4.0 and wxPython-2.4.0.2
Maybe it's time to do an "emerge -e wxPython" ???
Comment 7 Tobias Sager 2003-02-04 05:23:47 UTC
Wow. That needs time...are you doing this often?

I'll try first a
"emerge /usr/portage/x11-libs/gtk+/gtk+-2.2.0.ebuild /usr/portage/x11-libs/gtk+/gtk+-1.2.10-r9.ebuild wxGTK wxPython"

Regards,
Tobias
Comment 8 Tobias Sager 2003-02-04 06:35:08 UTC
That did not help.
Currently I have no time for a `emerge -e`, that will have to wait.

Thanks,
Tobias
Comment 9 Nick Hadaway 2003-02-14 17:43:34 UTC
After doing a little research I noticed you have gtk2 in your USE variables.
This will cause problems with certain applications.  The gtk2 support in wxGTK
and subsequently wxPython is experimental and prone to problems in many apps.

I have successfully run ftpcube-0.4.0 without any problems with wxGTK-2.4.0/wxPython-2.4.0.2 in a -gtk2 +gtk environment.