On 2020-01-04 at 22:14:21, John Paul Adrian Glaubitz wrote: > Hi! > > On 1/4/20 9:14 PM, John Paul Adrian Glaubitz wrote: > > It seems that git is failing its testsuite on all 64-bit Big-Endian targets, > > full build log can be found in [1]. There seem to be multiple failures. > > Just checked out git with git from github (SCNR ;)) and built and ran the > testsuite on ppc64, s390x and sparc64. > > ppc64: > > make aggregate-results > make[3]: Entering directory '/srv/glaubitz/git-git/t' > for f in 'test-results'/t*-*.counts; do \ > echo "$f"; \ > done | '/bin/sh' ./aggregate-results.sh > fixed 0 > success 20683 > failed 0 > broken 239 > total 21161 > > s390x: > > make aggregate-results > make[3]: Entering directory '/home/glaubitz/git/t' > for f in 'test-results'/t*-*.counts; do \ > echo "$f"; \ > done | '/bin/sh' ./aggregate-results.sh > fixed 0 > success 21298 > failed 0 > broken 249 > total 21760 > > sparc64: > > make aggregate-results > make[3]: Entering directory '/home/glaubitz/git/t' > for f in 'test-results'/t*-*.counts; do \ > echo "$f"; \ > done | '/bin/sh' ./aggregate-results.sh > fixed 0 > success 20703 > failed 0 > broken 239 > total 21176 > > So, it looks like the failures might be specific to the Debian package, > doesn't it? Where there maybe any recent commits that may have fixed > those issues? Did you build your version of Git with Subversion support, and if so, which version of Subversion did you use (version of Debian package or other source)? The tests that were failing all require git-svn, which in turn require libsvn-perl and subversion (/usr/bin/svn). If you're missing those packages, the Subversion tests will automatically be skipped. The latest version on master is 2.25-rc1, and that's failing in the Debian package. I haven't checked recently, but last I looked, the Debian package wasn't applying any additional patches on top of Git, so the version you're getting off GitHub is literally the same version that you're getting in the Debian package. -- brian m. carlson: Houston, Texas, US OpenPGP: https://keybase.io/bk2204