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.

-- 
Ludovic Brenta.


-- 
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87sjmcg2i8....@ludovic-brenta.org

Reply via email to