Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922235 - dev-python/tables-3.9.1-r1 fails tests on big-endian: AttributeError: 'UnImplemented' object has no attribute 'cols'
Summary: dev-python/tables-3.9.1-r1 fails tests on big-endian: AttributeError: 'UnImpl...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL: https://github.com/PyTables/PyTables/...
Whiteboard:
Keywords:
Depends on:
Blocks: 916942
  Show dependency tree
 
Reported: 2024-01-16 17:02 UTC by matoro
Modified: 2024-01-16 17:04 UTC (History)
1 user (show)

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


Attachments
build.log and emerge --info (build.log.gz,78.73 KB, application/gzip)
2024-01-16 17:03 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
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