Package: git-core Version: 1:1.6.5.2-1 Severity: serious Justification: FTBFS
Some time between 1.6.5-1 and 1.6.5.2-1, git-core started failing to build on ia64, because the test t1001-read-tree-m-2way.sh is failing. This has continued in every version up through 1.6.6-1. The same bug was reported with git-core 1.6.3.3-2 on Ubuntu Karmic: https://bugs.launchpad.net/ubuntu/+source/git-core/+bug/445773 (I don’t personally care about ia64, but unfortunately this FTBFS is preventing new versions of Git from migrating to testing and Ubuntu Lucid.) Full build log: https://buildd.debian.org/build.php?arch=ia64&pkg=git-core&ver=1%3A1.6.5.2-1 *** t1001-read-tree-m-2way.sh *** * ok 1: setup * ok 2: 1, 2, 3 - no carry forward * FAIL 3: 4 - carry forward local addition. rm -f .git/index && git read-tree $treeH && git checkout-index -u -f -q -a && git update-index --add yomin && read_tree_twoway $treeH $treeM && git ls-files --stage >4.out || return 1 git diff --no-index M.out 4.out >4diff.out compare_change 4diff.out expected && check_cache_at yomin clean * FAIL 4: 5 - carry forward local addition. rm -f .git/index && git read-tree $treeH && git checkout-index -u -f -q -a && echo yomin >yomin && git update-index --add yomin && echo yomin yomin >yomin && read_tree_twoway $treeH $treeM && git ls-files --stage >5.out || return 1 git diff --no-index M.out 5.out >5diff.out compare_change 5diff.out expected && check_cache_at yomin dirty * ok 5: 6 - local addition already has the same. * ok 6: 7 - local addition already has the same. … * failed 2 among 27 test(s) make[3]: *** [t1001-read-tree-m-2way.sh] Error 1 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org