I'm trying to create an RPM package using the Fedora build infrastructure.
While dcmtk 3.6.6 builds successfully and all the tests pass on various architectures (i.e. x86_64, aarch64, ppc64le, etc.) I encountered a problem with s390x.
The dcmseg_roundtrip and dcmect_roundtrip tests fail, because (forgive me, but I'm not a developer):
Code: Select all
Dump produced:
# Dicom-Data-Set
# Used TransferSyntax: Big Endian Explicit
...
Dump expected:
# Dicom-Data-Set
# Used TransferSyntax: Little Endian Explicit
...
Thank you if you would provide any hint.