Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83954 - PyTables-0.9.1 has an incorrect dependancy for an older version of numarray
Summary: PyTables-0.9.1 has an incorrect dependancy for an older version of numarray
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-03 07:01 UTC by Calvin Spealman
Modified: 2005-04-20 08:59 UTC (History)
0 users

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


Attachments
Simple patch that changes the dependancy of pytables-0.9.1 (pytables-0.9.1-na1.patch,64 bytes, patch)
2005-03-03 07:06 UTC, Calvin Spealman
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Calvin Spealman 2005-03-03 07:01:55 UTC
PyTables-0.9.1 requires numarray-1.0 or greater, but the ebuild specifies any version of numarray. So, until numarray-1.0 is flagged stable in portage, it wont be installed for PyTables-0.9.1 when installed.

Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS="~x86" emerge pytables

Actual Results:  
portage attempts to install PyTables-0.9.1 without the right version of 
numarray, and installation thus fails. 

Expected Results:  
installed numarray 1.0 and then PyTables-0.9.1 

numarray of course can be installed manually for the right version, but the 
install scripts are broken none-the-less
Comment 1 Calvin Spealman 2005-03-03 07:06:48 UTC
Created attachment 52545 [details, diff]
Simple patch that changes the dependancy of pytables-0.9.1
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2005-04-20 08:59:29 UTC
fixed in cvs. thanks for your report.