Re: Bug#637236: gcc-4.6/gcj-4.6 build failures on kfreebsd-amd64 are back again

2011-11-04 Thread Robert Millan
2011/10/31 Aurelien Jarno : > It's worse than that, gcc-4.6 builds fine in the build daemon if the > build is done directly in the chroot or started directly by calling > sbuild. The problem only appears when the buildd process calls sbuild, > which makes things difficult to debug. Maybe something

Re: Bug#637236: gcc-4.6/gcj-4.6 build failures on kfreebsd-amd64 are back again

2011-10-31 Thread Robert Millan
2011/10/31 Aurelien Jarno : > The next step is probably to do the next source uploads with another > architecture than amd64, to see if the problem is reproducible on the > amd64 build daemon. It's already been, see: https://buildd.debian.org/status/logs.php?pkg=gcc-4.6&arch=amd64 -- Robert Mil

Re: Bug#637236: gcc-4.6/gcj-4.6 build failures on kfreebsd-amd64 are back again

2011-10-31 Thread Aurelien Jarno
On Sun, Oct 30, 2011 at 10:43:03PM +0100, Ludovic Brenta wrote: > Robert Millan writes: > >> Matthias tried to disable parallel builds on kfreebsd-*: > >> > >> ifneq (,$(filter $(DEB_TARGET_ARCH), kfreebsd-amd64 kfreebsd-i386)) > >>  USE_NJOBS = no > >> endif > >> > >> but it looks like the DEB_BU

Re: Bug#637236: gcc-4.6/gcj-4.6 build failures on kfreebsd-amd64 are back again

2011-10-30 Thread Ludovic Brenta
Robert Millan writes: >> Matthias tried to disable parallel builds on kfreebsd-*: >> >> ifneq (,$(filter $(DEB_TARGET_ARCH), kfreebsd-amd64 kfreebsd-i386)) >>  USE_NJOBS = no >> endif >> >> but it looks like the DEB_BUILD_OPTIONS on fano overrode him: >> >> # Support parallel= in DEB_BUILD_OPTIONS