What | Removed | Added |
---|---|---|
Status | NEW | RESOLVED |
Resolution | --- | FIXED |
Comparing 15.2 and 15.3 build logs, I see a problem in the exifprobe itself: < Creating byteorder.h: #define NATIVE_BYTEORDER_LITTLE_ENDIAN --- > Creating byteorder.h: #define NATIVE_BYTEORDER_BIGENDIAN 15.3 introduced /usr/include/bits/endianness.h, and the primitive script makebyteorder.sh badly fails on that without detecting that it failed. Not a mis-compulation, but invalid assumptions in the supplementary script. Fixed: https://build.opensuse.org/request/show/981022