Hi, On 22/12/16 at 09:08 +0000, Alastair McKinstry wrote: > Hi, > > Can you re-run this rebuild in your environment ? g2clib has built in > all autobuilders (the day before), and I've retested > locally both by hand, with pbuilder and sbuild, and its worked > successfully. The log has no hint as to what failed; the > .o files appeared to build, and then disappear - disk space?
You use debian/compat = 10, which means that dh will automatically build in parallel. g2clib builds fine with DEB_BUILD_OPTIONS=parallel=1 The machine I'm using has 64 cores. You might be able to reproduce the failure by setting DEB_BUILD_OPTIONS=parallel=n with a high enough value. 16 seems to be enough to get it to fail. Lucas

