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: RESOLVED WONTFIX
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-06-07 18:16 UTC (History)
2 users (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
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-06-07 18:15:33 UTC
Will dekeyword instead.
Comment 3 Larry the Git Cow gentoo-dev 2024-06-07 18:16:55 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf7321594e925bd3d871d392f3b5b9b52e8cc7f

commit 2cf7321594e925bd3d871d392f3b5b9b52e8cc7f
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-06-07 18:13:30 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-06-07 18:16:47 +0000

    profiles/features/big-endian: Mask dev-python/tables
    
    Bug: https://bugs.gentoo.org/922235
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 profiles/features/big-endian/package.mask | 4 ++++
 1 file changed, 4 insertions(+)