Re: [PATCH v8 00/17] Upstreaming the Scalar command
From: Johannes Schindelin <hidden>
Date: 2021-11-23 11:52:36
Hi Ævar, On Tue, 23 Nov 2021, Ævar Arnfjörð Bjarmason wrote:
[...]
$ make clean; make -C contrib/scalar test
[...]
CC hook.o
CC version.o
CC help.o
AR libgit.a
make[1]: Leaving directory '/home/avar/g/git'
SUBDIR ../..
make[1]: Entering directory '/home/avar/g/git'
* new link flags
CC contrib/scalar/scalar.o
LINK contrib/scalar/scalar
make[1]: Leaving directory '/home/avar/g/git'
make -C t
make[1]: Entering directory '/home/avar/g/git/contrib/scalar/t'
*** prove ***
error: GIT-BUILD-OPTIONS missing (has Git been built?).
t9099-scalar.sh .. Dubious, test returned 1 (wstat 256, 0x100)
No subtests runThat's cute. You seem to have missed that this is `contrib/`? The assumption of pretty much _everything_ in there is that Git was already built. Try this at home: `make clean && make -C contrib/subtree/ test` Yep. It "fails" in the same way. "has Git been built?". So if that was all the evidence in favor of that misinformation "Scalar's build is broken! Broken, broken, BROKEN!", I think we can now let it rest. At last. Ciao, Johannes