Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 922235

Summary: dev-python/tables-3.9.1-r1 fails tests on big-endian: AttributeError: 'UnImplemented' object has no attribute 'cols'
Product: Gentoo Linux Reporter: matoro <matoro_gentoo>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: CONFIRMED ---    
Severity: normal CC: matoro_gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/PyTables/PyTables/issues/951
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 916942    
Attachments: build.log and emerge --info

Description matoro archtester 2024-01-16 17:02:27 UTC
Log sample from ppc64, but this reproduces on all BE platforms, and confirmed by upstream.

ERROR: test00_version (tables.tests.test_index_backcompat.Indexes2_1TestCase.test00_version)
Checking index version.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/tables-3.9.1-r1/work/tables-3.9.1-python3_11/install/usr/lib/python3.11/site-packages/tables/tests/test_index_backcompat.py", line 12, in setUp
    self.sl = self.table1.cols.var1.index.slicesize
              ^^^^^^^^^^^^^^^^
AttributeError: 'UnImplemented' object has no attribute 'cols'

Reproducible: Always
Comment 1 matoro archtester 2024-01-16 17:03:52 UTC
Created attachment 882433 [details]
build.log and emerge --info