Package: mongrel2
Version: 1.9.1-2
Severity: normal
Tags: pending

Building mongrel2 fails on big endian machines with a failing test case:

ERROR in test tests/radixmap_tests:
----
RUNNING: ./tests/radixmap_tests
FAILED: Failed to properly sort the RadixMap.

This is because src/adt/radixmap.c accesses single bytes of an 64-bit
value in a non-portable way:

#define ByteOf(x,y) (((uint8_t *)x)[(y)])


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to