Santiago Vila <sanv...@unex.es> writes:

> I tried to build this package in stretch with "dpkg-buildpackage -A"
> (which is what the "Arch: all" autobuilder would do to build it)
> but it failed:

Any chance you've tried (and been able) to reproduce it outside the
VM/sbuild?

Since I don't have sbuild set up, I figured I'd try that first, and a
loop on my normal machine (somewhere between stretch and current sid)
hasn't failed after about 8 iterations:

  (set -ex
   i=0
   export DEB_BUILD_OPTIONS=parallel=3 
   while nice dpkg-buildpackage -us -uc -A -rfakeroot; do
     echo ===== trial $((i++))
     debian/rules clean
   done)

I suppose I might try a pbuilder sid chroot next, and then perhaps
sbuild on one of the buildds.

Oh, and did you have reason to think that the single core was important.
I can retry without parallel, but it'd be nice if we can find a faster
way to reproduce the problem.  I suppose one way to speed up the cycle
time would be to comment out the -x and -nox builds in debian/rules.

And not that I suspect it right now, but what does the build filesystem
look like?

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4

Reply via email to