Jonathan Nieder wrote: > Therefore if anyone has a system that can reproduce this failure, I > would be very happy. Simple recipes to try out: > > setup: > > curl http://kernel.org/pub/software/scm/git/git-1.7.0.3.tar.bz2 | > tar -xf - && > cd git* && > echo NO_CURL=1 >config.mak && > echo NO_EXPAT=1 >>config.mak &&
I doubt this is important, but echo NO_OPENSSL=1 >>config.mak && > make; # or make -j20, or whatever is most convenient The other options keep the dependencies minimal for easier testing; this option ensures the fast SHA-1 implementation bundled with Git is used instead of the OpenSSL version. Jonathan > run the failing test: > > (cd t && sh -x t7400-submodule-basic.sh -v -i) > > run all tests: > > make test > > I would be happy if some DD could find time to try this out on zelenka [1]. > Similarly, results (positive or negative) from any z/Arch user with time to > try it out on a private machine would be welcome. > > Regards, > Jonathan > > [1] http://db.debian.org/machines.cgi?host=zelenka -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org