On Sun, Jun 10, 2018 at 12:42:58PM -0500, Rob Browning wrote: > If it's easy for you to re-test, I suddenly wondered if there might be a > chance that a race condition in the makefiles that's only exposed when > cross-building is causing the failure. It's just a random guess based > on the missing file. If so, building without any parallelism should > "fix" the problem.
I can reproduce the issue with DEB_BUILD_OPTIONS=parallel=1 (i.e. non-parallel). Helmut