Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 84935

Summary: boa-constructor 0.3.0 doesn't load: undefined symbol in libwx_gtk2u-2.4.so
Product: Gentoo Linux Reporter: Ramiro Simões Lopes <ramirosimoeslopes>
Component: Current packagesAssignee: Gentoo wxWidgets project <wxwidgets>
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ramiro Simões Lopes 2005-03-11 22:47:41 UTC
Boa-constructor fails to load while trying to import wxPython. Complains about undefined symbol in libwx_gtk2u-2.4.so.

pycrust, pyshell, pyalamode, pyalacarte also fails with the same error message.

using:
boa-constructor 0.3.0
python 2.3
wxpython 2.4.2.4



Reproducible: Always
Steps to Reproduce:
1.boa-constructor
2.
3.

Actual Results:  
program doesn't load

Expected Results:  
program should

Gentoo Base System version 1.4.16
Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.3.5, glibc-2.3.4.20040808-r1,
2.4.26-gentoo-r9 i686)
=================================================================
System uname: 2.4.26-gentoo-r9 i686 AMD Duron(tm) Processor
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Mar  6 2005, 15:27:16)]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.4.22-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="ftp://ftp.las.ic.unicamp.br/pub/gentoo/
http://www.las.ic.unicamp.br/pub/gentoo/"
LANG="pt_BR.UFT-8"
MAKEOPTS="-j2"
PKGDIR="/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.samerica.gentoo.org/gentoo-portage"
USE="3dnow 3dnowex X aalib acpi alsa apm avi berkdb bitmap-fonts cdr cross crypt
cups curl dga directfb divx4linux doc emboss encode f77 fam fbcon font-server
foomaticdb fortran gdbm gif gpm gtk gtk2 imagemagick imlib java jpeg libg++
libwww mad mikmod mmx mmx2 motif mp3 mpeg ncurses nls oggvorbis opengl oss pam
pdflib perl pic plotutils png python qt quicktime readline real ruby sdl shared
sharedmem slang spell sse sse2 ssl svga tcltk tcpd tiff truetype truetype-fonts
type1-fonts unicode usb x86 xml xml2 xmms xv xvid zlib video_cards_sis"
Unset:  ASFLAGS, CBUILD, CTARGET, LC_ALL, LDFLAGS, PORTDIR_OVERLAY

========
ERROR:

Traceback (most recent call last):
  File "./Boa.py", line 194, in ?
    from wxPython import wx
  File "/usr/lib/python2.3/site-packages/wxPython/__init__.py", line 20, 
in ?
    import wxc
ImportError: /usr/lib/libwx_gtk2u-2.4.so: undefined symbol: 
_gtk_accel_group_detach
Comment 1 Rob Cakebread (RETIRED) gentoo-dev 2005-03-13 08:27:33 UTC
emerge the latest wxGTK, a patch has been added to fix this