David, if you have one of your fast RISC-V machines, could you see if
you can reproduce this?
I believe the following is sufficient:
# dnf builddep nbdkit
$ git clone
https://gitlab.com/nbdkit/nbdkit
$ autoreconf -i
$ ./configure CFLAGS="$(rpm --eval '%{optflags}')" \
CXXFLAGS="$(rpm --eval '%{optflags}')" \
LDFLAGS="$(rpm --eval '%{__global_ldflags}')"
$ make
$ make -C tests check TESTS=test-sh-extents.sh
Rich.
--
Richard Jones, Virtualization Group, Red Hat
http://people.redhat.com/~rjones
Read my programming and virtualization blog:
http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html