Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 610636 - dev-python/pytables-3.3.0 breaks sci-misc/vitables
Summary: dev-python/pytables-3.3.0 breaks sci-misc/vitables
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Related Packages
URL: https://github.com/uvemas/ViTables/is...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-23 02:29 UTC by Benda Xu
Modified: 2017-09-16 07:31 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 Benda Xu gentoo-dev 2017-02-23 02:29:23 UTC
After upgrading to pytables-3.3, vitables no longer works with the following message.

$ vitables
Creating the Query results file...

Traceback (most recent call last):
  File "/fefs/disk/usr100/gentoo/usr/lib64/python2.7/site-packages/vitables/h5db/dbDoc.py", line 115, in openH5File
    h5file = tables.openFile(self.filepath, self.mode)
AttributeError: 'module' object has no attribute 'openFile'


Please, if you think it is a bug, report it to developers.

File creation failed due to unknown reasons!
Please, have a look to the last error displayed in the logger. If you think it's a bug, please report it to developers.
Comment 1 Benda Xu gentoo-dev 2017-02-23 02:37:15 UTC
It is pytables 2 to 3 API change.

http://www.pytables.org/MIGRATING_TO_3.x.html
Comment 2 Larry the Git Cow gentoo-dev 2017-09-16 07:31:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aff41e2c1a8c902230e51e8ac3f48a6d854cdb1

commit 0aff41e2c1a8c902230e51e8ac3f48a6d854cdb1
Author:     Benda Xu <heroxbd@gentoo.org>
AuthorDate: 2017-09-16 07:22:22 +0000
Commit:     Benda Xu <heroxbd@gentoo.org>
CommitDate: 2017-09-16 07:31:46 +0000

    sci-misc/vitables: version bump.
    
      Drop USE=doc because vitables bundles documentation in
      its own help system.
    
      Drop USE=examples because it does not distribute examples
      in the tarball.
    
    Closes: https://bugs.gentoo.org/610636
    
    Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-misc/vitables/Manifest              |  1 +
 sci-misc/vitables/vitables-3.0.0.ebuild | 36 +++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)