Stanislav Brabec changed bug 1187943
What Removed Added
Status NEW RESOLVED
Resolution --- FIXED

Comment # 1 on bug 1187943 from
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


You are receiving this mail because: