-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenJPEG failing tests on big endian #1204
Comments
I've been testing on big-endian (ubuntu 12.04 PPC), and Jpeg2k has always had issues. I think there's something with the underlying library on that version. What version is is suse testing against? |
It was openjpeg2-devel-2.1.0 |
Just got the PPC fired up here, and I'm seeing similar issues. (32bit, g4 mini on ubuntu 12.04). It's got openjpeg 2.1.0, and most of the jpeg2k bits are failing. I'm seeing a slightly different error in TestFileIco which at least points to something:
|
Ico files are little endian, ref #1204
(Partial) Fix #1232 is merged. |
Is this still an issue after the fix from #1232? |
I don't see how ICO fix would relate to OpenJPEG bug... |
Testsuites fail on big endian arch Upstream report: python-pillow/Pillow#3798 python-pillow/Pillow#1204
Testsuites fail on big endian arch Upstream report: python-pillow/Pillow#3798 python-pillow/Pillow#1204
The links to the test results have changed:
Both show a lot of problems with the self-tests, eventually ending in an "Segmentation fault". azaghal/pydenticon#10 is another related downstream issue. |
The opensuse builds are currently blocked by other packages. I'm going to say that this is resolved by #5901, since then all tests mentioned here pass on our Big Endian CI job. Please let us know if there are still problems. |
Looks like there are quite some issues within the code when executed on big endian machine, see testsuite failures:
Full build log can be found here:
https://build.opensuse.org/package/live_build_log/devel:languages:python/python-Pillow/openSUSE_Tumbleweed/ppc64
The text was updated successfully, but these errors were encountered: