[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



Robert Millan <rmh@debian.org> writes:
> 2011/10/27 Matthias Klose <doko@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.


Reply to: