Package: git-core
Version: 1:1.5.3~rc0-1
Severity: serious

Hi,

your package failed to build from source. Some new test failures this
time. Unstable seems to be affected as well.

| Automatic build of git-core_1:1.5.3~rc0-1 on meitner by sbuild/hppa 98-farm
| Build started at 20070704-1526
| ******************************************************************************
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 1626kB of source archives.
| Get:1 http://ftp.de.debian.org experimental/main git-core 1:1.5.3~rc0-1 (dsc) 
[804B]
| Get:2 http://ftp.de.debian.org experimental/main git-core 1:1.5.3~rc0-1 (tar) 
[1484kB]
| Get:3 http://ftp.de.debian.org experimental/main git-core 1:1.5.3~rc0-1 
(diff) [142kB]
| Fetched 1626kB in 33s (49.2kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: libz-dev, libcurl3-gnutls-dev | libcurl3-dev, asciidoc (>> 
7.0.2-3), xmlto, libexpat1-dev, subversion, libsvn-perl | libsvn-core-perl, 
unzip, tcl8.4
| Checking for already installed source dependencies...
]...]
| *** t9100-git-svn-basic.sh ***
| define NO_SVN_TESTS to skip git-svn tests
| * FAIL 1: initialize git-svn
|       
|               mkdir import &&
|               cd import &&
|               echo foo > foo &&
|               ln -s foo foo.link
|               mkdir -p dir/a/b/c/d/e &&
|               echo 'deep dir' > dir/a/b/c/d/e/file &&
|               mkdir bar &&
|               echo 'zzz' > bar/zzz &&
|               echo '#!/bin/sh' > exec.sh &&
|               chmod +x exec.sh &&
|               svn import -m 'import for git-svn' . 
file:///build/buildd/git-core-1.5.3~rc0/t/trash/svnrepo >/dev/null &&
|               cd .. &&
|               rm -rf import &&
|               git-svn init 
file:///build/buildd/git-core-1.5.3~rc0/t/trash/svnrepo
| * FAIL 2: import an SVN revision into git
|       git-svn fetch
| *   ok 3: checkout from svn
| * FAIL 4: try a deep --rmdir with a commit
|       
|               git checkout -f -b mybranch remotes/git-svn &&
|               mv dir/a/b/c/d/e/file dir/file &&
|               cp dir/file file &&
|               git update-index --add --remove dir/a/b/c/d/e/file dir/file 
file &&
|               git commit -m 'try a deep --rmdir with a commit' &&
|               git-svn set-tree --find-copies-harder --rmdir           
remotes/git-svn..mybranch &&
|               svn up 
'/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree' &&
|               test -d 
'/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree'/dir && 
test ! -d 
'/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree'/dir/a
| *   ok 5: detect node change from file to directory #1
| *   ok 6: detect node change from directory to file #1
| *   ok 7: detect node change from file to directory #2
| *   ok 8: detect node change from directory to file #2
| * FAIL 9: remove executable bit from a file
|       
|               rm -f '/build/buildd/git-core-1.5.3~rc0/t/trash/.git'/index &&
|               git checkout -f -b mybranch5 remotes/git-svn &&
|               chmod -x exec.sh &&
|               git update-index exec.sh &&
|               git commit -m 'remove executable bit from a file' &&
|               git-svn set-tree --find-copies-harder --rmdir           
remotes/git-svn..mybranch5 &&
|               svn up 
'/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree' &&
|               test ! -x 
'/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree'/exec.sh
| * FAIL 10: add executable bit back file
|       
|               chmod +x exec.sh &&
|               git update-index exec.sh &&
|               git commit -m 'add executable bit back file' &&
|               git-svn set-tree --find-copies-harder --rmdir           
remotes/git-svn..mybranch5 &&
|               svn up 
'/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree' &&
|               test -x 
'/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree'/exec.sh
| * FAIL 11: executable file becomes a symlink to bar/zzz (file)
|       
|               rm exec.sh &&
|               ln -s bar/zzz exec.sh &&
|               git update-index exec.sh &&
|               git commit -m 'executable file becomes a symlink to bar/zzz 
(file)' &&
|               git-svn set-tree --find-copies-harder --rmdir           
remotes/git-svn..mybranch5 &&
|               svn up 
'/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree' &&
|               test -L 
'/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree'/exec.sh
| * FAIL 12: new symlink is added to a file that was also just made executable
|       
|               chmod +x bar/zzz &&
|               ln -s bar/zzz exec-2.sh &&
|               git update-index --add bar/zzz exec-2.sh &&
|               git commit -m 'new symlink is added to a file that was also 
just made executable' &&
|               git-svn set-tree --find-copies-harder --rmdir           
remotes/git-svn..mybranch5 &&
|               svn up 
'/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree' &&
|               test -x 
'/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree'/bar/zzz &&
|               test -L 
'/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree'/exec-2.sh
| * FAIL 13: modify a symlink to become a file
|       
|               echo git help > help || true &&
|               rm exec-2.sh &&
|               cp help exec-2.sh &&
|               git update-index exec-2.sh &&
|               git commit -m 'modify a symlink to become a file' &&
|               git-svn set-tree --find-copies-harder --rmdir           
remotes/git-svn..mybranch5 &&
|               svn up 
'/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree' &&
|               test -f 
'/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree'/exec-2.sh 
&&
|               test ! -L 
'/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree'/exec-2.sh 
&&
|               git diff help 
/build/buildd/git-core-1.5.3~rc0/t/trash/.git/svn/git-svn/svn-tree/exec-2.sh
| UTF-8 locale not set, test skipped (C)
| *   ok 14: test fetch functionality (svn => git) with alternate GIT_SVN_ID
| * FAIL 15: check imported tree checksums expected tree checksums
|       git diff a expected
| * FAIL 16: exit if remote refs are ambigious
|       
|               git config --add svn-remote.svn.fetch                           
    bar:refs/remotes/git-svn &&
|               git-svn migrate
|               
| *   ok 17: exit if init-ing a would clobber a URL
| * FAIL 18: init allows us to connect to another directory in the same repo
|       
|               git-svn init --minimize-url -i bar 
file:///build/buildd/git-core-1.5.3~rc0/t/trash/svnrepo/bar &&
|               git config --get svn-remote.svn.fetch                           
    '^bar:refs/remotes/bar$' &&
|               git config --get svn-remote.svn.fetch                           
    '^:refs/remotes/git-svn$'
|               
| * FAIL 19: able to dcommit to a subdirectory
|       
|               git-svn fetch -i bar &&
|               git checkout -b my-bar refs/remotes/bar &&
|               echo abc > d &&
|               git update-index --add d &&
|               git commit -m '/bar/d should be in the log' &&
|               git-svn dcommit -i bar &&
|               test -z "`git diff refs/heads/my-bar refs/remotes/bar`" &&
|               mkdir newdir &&
|               echo new > newdir/dir &&
|               git update-index --add newdir/dir &&
|               git commit -m 'add a new directory' &&
|               git-svn dcommit -i bar &&
|               test -z "`git diff refs/heads/my-bar refs/remotes/bar`" &&
|               echo foo >> newdir/dir &&
|               git update-index newdir/dir &&
|               git commit -m 'modify a file in new directory' &&
|               git-svn dcommit -i bar &&
|               test -z "`git diff refs/heads/my-bar refs/remotes/bar`"
|               
| * FAIL 20: able to set-tree to a subdirectory
|       
|               echo cba > d &&
|               git update-index d &&
|               git commit -m 'update /bar/d' &&
|               git-svn set-tree -i bar HEAD &&
|               test -z "`git diff refs/heads/my-bar refs/remotes/bar`"
|               
| * failed 13 among 20 test(s)
| make[2]: *** [t9100-git-svn-basic.sh] Error 1
| make[2]: Leaving directory `/build/buildd/git-core-1.5.3~rc0/t'
| make[1]: *** [test] Error 2
| rm test-delta.o test-match-trees.o test-chmtime.o test-sha1.o test-date.o 
test-genrandom.o
| make[1]: Leaving directory `/build/buildd/git-core-1.5.3~rc0'
| make: *** [build-arch-stamp] Error 2
| ******************************************************************************
| Build finished at 20070704-1544
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?&ver=1:1.5.3~rc0-1&pkg=git-core&arch=hppa

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to