Bug#730637: gtk+3.0: FTBFS when building with -j8

Raphael Geissert geissert at debian.org
Thu Nov 28 11:38:12 UTC 2013


On 28 November 2013 00:21, Emilio Pozuelo Monfort <pochu at debian.org> wrote:
[...]
> DEB_MAKE_PARALLEL ?= $(and $(DEB_BUILD_PARALLEL),$(DEB_PARALLEL_JOBS),-j$(DEB_PARALLEL_JOBS))
>
> That is an $(and ), so DEB_MAKE_PARALLEL becomes -j8 only if DEB_BUILD_PARALLEL is set. That is a flag that is to be set by the maintainer in debian/rules if the package supports parallel building. Since we don't set it in gtk+, DEB_MAKE_PARALLEL won't be set and thus -j8 won't be passed to make. If in the end make gets a -j8 flag, there is a bug somewhere, because that shouldn't be passed.

Right. Something else is probably picking on that option then, as I
can reliably reproduce the build failure when passing -j8. See
attached a copy of a failed build.

Oh, and it appears that the control file is being modified on the fly
and Martin Pitt is dropped from the Uploaders.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gtk+3.0_3.4.2-6_amd64.build.xz
Type: application/x-xz
Size: 46620 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20131128/1c75eaad/attachment-0001.bin>


More information about the pkg-gnome-maintainers mailing list