Hello,
Actual error in log here:
unittests/sdl.cc:238: FAILED:
  REQUIRE( ptr2[0] == 0x44332211 )
with expansion:
  287454020 (0x11223344)
  ==
  1144201745 (0x44332211)

This test checks how SDL can convert surface to inverted format.
For example source pixel format can be RRGGBBAA and after conversion it must be 
AABBGGRR.
But here SDL 1.2 failed to do this. From my previous tests on ppc64le vm, SDL2 
works fine here.

For now manaplus package building with SDL 1.2, because SDL 2 too slow in 
software rendering mode.

Reply via email to