Bug#431736: git-core_1:1.5.3~rc0-1(hppa/experimental): FTBFS: test failure in git-svn tests

2007-07-05 Thread Gerrit Pape
On Wed, Jul 04, 2007 at 05:16:30PM +0200, Frank Lichtenheld wrote:
 your package failed to build from source. Some new test failures this
 time. Unstable seems to be affected as well.

Yes, the workaround to use -O0 on hppa did help a bit; now, I'm nearly
sure, it's subversion that fails in git's selftests, and that's still
bug#427398.

Regards, Gerrit.


 | 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 
 | 

Bug#431736: git-core_1:1.5.3~rc0-1(hppa/experimental): FTBFS: test failure in git-svn tests

2007-07-04 Thread Frank Lichtenheld
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