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 aurel...@aurel32.net:
 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 in the environment triggers it.  How about adding a
call to env command to fill the build log with?

-- 
Robert Millan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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 r...@debian.org 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=n in DEB_BUILD_OPTIONS (see #209008)
  ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS
   NJOBS := -j $(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), 
  ,$(DEB_BUILD_OPTIONS
  endif
 
  The package FTBFS on fano (the kfreebsd-amd64 buildd).
 
  As Matthias is travelling, I'll try to upload 4.6.1-3 this weekend.
 
  Cool, thanks!
 
 The build on fano failed again despite using only one job :(

It was expected, but at least it allows to compare the build logs more
easily.

 At this point I'll have to leave it to kFreeBSD porters to find the real
 cause.  There must be a difference between the buildds and
 asdfasdf.debian.net.

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.

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.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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 aurel...@aurel32.net:
 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.6arch=amd64

-- 
Robert Millan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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

2011-10-30 Thread Ludovic Brenta
Robert Millan r...@debian.org 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=n in DEB_BUILD_OPTIONS (see #209008)
 ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS
  NJOBS := -j $(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), 
 ,$(DEB_BUILD_OPTIONS
 endif

 The package FTBFS on fano (the kfreebsd-amd64 buildd).

 As Matthias is travelling, I'll try to upload 4.6.1-3 this weekend.

 Cool, thanks!

The build on fano failed again despite using only one job :(

At this point I'll have to leave it to kFreeBSD porters to find the real
cause.  There must be a difference between the buildds and
asdfasdf.debian.net.

-- 
Ludovic Brenta.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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

2011-10-29 Thread Robert Millan
2011/10/29 Ludovic Brenta ludo...@ludovic-brenta.org:
 Robert Millan r...@debian.org writes:
 2011/10/27 Matthias Klose d...@debian.org:
 looks like bug #637236 is back again. is this a buildd issue again?
 can the package be built locally?

 The #637236 log suggests that the problem is likely to be a race
 condition.  About one month ago, Petr asked [1] if parallel build
 could be disabled. In the bug log this question remains unanswered.

 Could parallel build be disabled, either unconditionally or
 specifically for (kfreebsd-)amd64?

 [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=637236#37

 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=n in DEB_BUILD_OPTIONS (see #209008)
 ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS
  NJOBS := -j $(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), 
 ,$(DEB_BUILD_OPTIONS
 endif

 The package FTBFS on fano (the kfreebsd-amd64 buildd).

 As Matthias is travelling, I'll try to upload 4.6.1-3 this weekend.

Cool, thanks!

-- 
Robert Millan



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org