ubuntu feisty - 5sept 2007
Package: python-poker3d
Source: poker3d
Version: 1.1.35-1
report by julfx@radeau.net
--------------------------

gdb python
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(gdb) r /usr/bin/poker3d
Starting program: /usr/bin/python /usr/bin/poker3d

(no debugging symbols found)
(no debugging symbols found)
[...]
(no debugging symbols found)
(no debugging symbols found)

(no debugging symbols found)
Traceback (most recent call last):
  File "/usr/games/poker3d", line 48, in <module>
    from poker.poker3d import run
  File "/usr/lib/python2.5/site-packages/poker/poker3d.py", line 61, in <module>
    from poker.pokerclient3d import PokerClientFactory3D
  File "/usr/lib/python2.5/site-packages/poker/pokerclient3d.py", line 48, in <module>
    from poker.pokerskin3d import PokerSkin3D
  File "/usr/lib/python2.5/site-packages/poker/pokerskin3d.py", line 49, in <module>
    from poker.pokeroutfit import PokerOutfit, PokerOutfitEditor
  File "/usr/lib/python2.5/site-packages/poker/pokeroutfit.py", line 53, in <module>
    from underware.outfit import Outfit
  File "/usr/lib/python2.5/site-packages/underware/outfit.py", line 34, in <module>
    c_outfit = __import__('c_outfit')
ImportError: /usr/lib/python2.5/site-packages/c_outfit.so: undefined symbol: _ZTI16PokerOutfitModel

Program exited with code 01.

