Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 287912 - games-strategy/castle-combat-0.8.1 also depends on dev-python/numeric
Summary: games-strategy/castle-combat-0.8.1 also depends on dev-python/numeric
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-06 15:01 UTC by Dániel Varga
Modified: 2009-10-06 15:23 UTC (History)
0 users

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 Dániel Varga 2009-10-06 15:01:14 UTC
I have cleaned my system with depclean, which unmerged dev-python/numeric. It seems castle-combat needs it:
$ castle-combat 
Castle-Combat requires pygame and twisted. If the game doesn't start up correctly, please verify that these are installed.
Traceback (most recent call last):
  File "/usr/games/bin/castle-combat", line 7, in <module>
    import main
  File "/usr/games/lib64/castle-combat/main.py", line 4, in <module>
    import common
  File "/usr/games/lib64/castle-combat/common.py", line 3, in <module>
    from Numeric import *
ImportError: No module named Numeric

After I remerged dev-python/numeric castle-combat works again. Older pygame (pygame-1.7.1) depends on dev-python/numeric, but the latest stable don't.

Reproducible: Always

Steps to Reproduce:
1. emerge castle-combat
2. run the game
3. if you don't have dev-python/numeric it will fail
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2009-10-06 15:23:05 UTC
fixed in portage.  thanks for the bug report.