Your message dated Sat, 20 Apr 2013 20:48:31 -0700
with message-id <20130421034831.GA10797@elie.Belkin>
and subject line Re: git: FTBFS on a random selection of arches
has caused the Debian Bug report #704498,
regarding git: FTBFS on a random selection of arches
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
704498: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=704498
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: git
Version: 1:1.8.2-1
Severity: serious
Justification: ftbfs
Tags: patch

Hi,

Based on <https://buildd.debian.org/status/logs.php?pkg=git&ver=1%3A1.8.2-1>,
it seems that the git 1:1.8.2-1 build is unreliable.  The most
relevant seeming recent change was enabling parallel build.  Here's a
patch to undo that.

Thanks,
Jonathan

diff --git i/debian/rules w/debian/rules
index a761bd2..0146af7 100755
--- i/debian/rules
+++ w/debian/rules
@@ -27,10 +27,6 @@ endif
 ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
   TEST =
 endif
-ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-  NUMJOBS = $(patsubst parallel=%,%,$(filter PARALLEL=%,$(DEB_BUILD_OPTIONS)))
-  MAKEFLAGS += -j$(NUMJOBS)
-endif
 
 PKG_INDEP =
 PKG_INDEP += git-doc

--- End Message ---
--- Begin Message ---
Version: 1:1.8.2.1-1

New builds went fine, so closing.  Thanks again.

>       make: *** [git.deb-DEBIAN-md5sums] Error 1
>       make: *** Waiting for unfinished jobs....

Fixed by 39e7eefc (debian/rules: install docs before generating
md5sums, 2013-04-07).

>       not ok 4 - gc: implicit prune --expire
>       ...
>       make[3]: *** [t5304-prune.sh] Error 1
>       make[3]: *** Waiting for unfinished jobs....

Unsolved but no longer reproducible, probably because of 371b56f5
(debian/rules: set NUMJOBS to requested number of jobs, not ∞,
2013-04-07).

--- End Message ---

Reply via email to