I'm running creduce on FreeBSD on powerpc64 platform. creduce tries to check machdep.hyperthreading_allowed sysctl parameter on every run and fails, because this parameter is only available on amd64 and i386. Other than that, creduce works fine, this warning doesn't really cause any breakage, but creduce anyway should check on what architecture it's running.
I'm running creduce on FreeBSD on powerpc64 platform. creduce tries to check machdep.hyperthreading_allowed sysctl parameter on every run and fails, because this parameter is only available on amd64 and i386. Other than that, creduce works fine, this warning doesn't really cause any breakage, but creduce anyway should check on what architecture it's running.