OPENDAP/libdap4

using libtirpc instead of glibc RPC breaks EXPR tests on big endian arches

sharkcz opened this issue · 3 comments

Looks like using libtirpc instead of glibc RPC breaks EXPR tests on big endian arches, as libtirpc is meant as 1:1 replacement, the problem should be in libtirpc rather.

observed on Fedora 28 ppc64 and s390x (only libtirpc available), confirmed with Fedora 27 s390x where both glibc RPC and libtirpc can be used.

I'm going to check, if http://git.linux-nfs.org/?p=steved/libtirpc.git;a=commit;h=145272c2b6d89a1c3a7de86a2cbef43880f1b61b will fix the problem.

And yes, the mentioned libtirpc commit fixes the problem.

logfile for the record EXPRTest.log