Martchus / cpp-utilities

Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities
GNU General Public License v2.0
52 stars 18 forks source link

Test fails on ppc64be #10

Closed lgbaldoni closed 5 years ago

lgbaldoni commented 5 years ago

(but not on ppc64le) on openSUSE Tumbleweed, version 4.16.0.

See log.

Martchus commented 5 years ago

I'll have a look at it. Even though ppc64be is likely almost dead this code should be platform independent. Thanks for reporting.

Martchus commented 5 years ago

I just tried to test it myself in my own OBS repo but apparently tests aren't executed here: https://build.opensuse.org/package/show/home:mkittler:vcs/c++utilities

Where does your log come from (OBS project)?

lgbaldoni commented 5 years ago

This branch.

Martchus commented 5 years ago

Fixed: https://github.com/Martchus/cpp-utilities/commit/a0dff23c26a0e6f5187efbb4eba8b4f94882d64b

Apparently big endian needs no special handing which I have been wrongly applied. Tested under Tumbleweed ppc64.