On Thu, Feb 16, 2023 at 06:37:36AM +1300, Lloyd Parkes wrote: > Oh, it's used to pass the compression level though pax to gzip. That's > explain it. Maybe we should switch to --use-compress-program="nbgzip > -LEVEL"???
The problem is that we only have ${TOOLDIR}/nbpax, but that invokes gunzip via $PATH and there is no ${TOOLDIR}/gunzip. So this causes a dependency on the host gunzip, which is why the problem does not show up when building on NetBSD. Martin