Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211106 - dev-python/pytables-1.4 depends on >=dev-python/numarray-1.5.2
Summary: dev-python/pytables-1.4 depends on >=dev-python/numarray-1.5.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-22 13:50 UTC by Chris Kerr
Modified: 2008-02-23 13:21 UTC (History)
0 users

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


Attachments
Simple one-line patch (pytables.diff,293 bytes, patch)
2008-02-22 13:54 UTC, Chris Kerr
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Kerr 2008-02-22 13:50:30 UTC
pytables 1.4 depends on >=numarray-1.5.2, but this fact is not registered by Portage.

Reproducible: Always

Actual Results:  
>>> Emerging (1 of 1) dev-python/pytables-1.4 to /
...
.. ERROR:: You need numarray 1.5.2 or greater to run PyTables!
 *
 * ERROR: dev-python/pytables-1.4 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2318:  Called distutils_src_compile
 *             environment, line  689:  Called die
 * The specific snippet of code:
 *       ${python} setup.py build "$@" || die "compilation failed"
 *  The die message:
 *   compilation failed
Comment 1 Chris Kerr 2008-02-22 13:54:39 UTC
Created attachment 144333 [details, diff]
Simple one-line patch
Comment 2 Tiziano Müller (RETIRED) gentoo-dev 2008-02-23 13:21:36 UTC
Done. Thanks.