retitle 569594 git-core: [ia64 FTBFS] t7400-submodule-basic.sh fails thanks
Jonathan Nieder wrote: > Severity: serious > Justification: FTBFS > > Apparently re-enabling the git test suite (see #568915) reveals > another problem on the ia64. The test is in submodule support, so it > is probably worth disabling for the moment (since the rest of git > should be usable). What is most odd is that v1.6.6 built by hand on > merulo did not reveal the same problem. Still not clear to me what happened, so I am not sure whether the test should be skipped or not. If yes, something like the following would do it. -- %< -- From: Jonathan Nieder <jrnie...@gmail.com> Date: Fri, 12 Feb 2010 13:31:20 -0600 Subject: debian/rules: skip submodule update --init test on ia64 Works-around: http://bugs.debian.org/569594 Signed-off-by: Jonathan Nieder <jrnie...@gmail.com> --- debian/changelog | 7 +++++++ debian/rules | 5 +++++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/debian/changelog b/debian/changelog index d470427..5fe1e07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +git-core (1:1.6.6.2-2) unstable; urgency=low + + * debian/rules: skip test t7400.24 on ia64 to avoid build failure + (workaround: #569594). + + -- Jonathan Nieder <jrnie...@gmail.com> Fri, 12 Feb 2010 13:29:17 -0600 + git-core (1:1.6.6.2-1) unstable; urgency=medium * new upstream point release. diff --git a/debian/rules b/debian/rules index 596dd8e..2337878 100755 --- a/debian/rules +++ b/debian/rules @@ -25,6 +25,11 @@ ifeq (hppa,$(ARCH)) else CFLAGS +=-O2 endif +# work around #569594 +ifeq (ia64,$(ARCH)) + GIT_SKIP_TESTS=t7400.24 + export GIT_SKIP_TESTS +endif endif ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) TEST = -- 1.6.6.2 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org