Thanks for testing. On Sun, 2022-09-25 at 17:25 -0700, Mike Gran wrote: > I configured it using configure with CC=clang and no other options. > > loadapi.mk.3 and loadapi.mk.7 both complain that testapi.so failed > to load. If there is an actual testapi.so being built, I can't > find it. > > output of make -f work/features/loadapi.mk.3 > > work/features/loadapi.mk.3:2: File not found > work/features/loadapi.mk.3:2: *** testapi.so: failed to load. > Stop. > > features/loadapi.log.3 > > testapi_gmk_setup > testapi.so
Can you attach the contents of the "tests/work" subdirectory (for example tar it up and send it)? You can email it directly to me, you don't have to send it to the mailing list. > And shuffle.1 has the echo lines in a different order > > k, i, b, c, g, j, l, a, d, e, f, all This just means that OpenBSD uses a different random number algorithm which is not unexpected. I might think about implementing a simple RNG rather than using the system RNG. But in any event this is not important.