
2 Sep
2014
2 Sep
'14
3:08 a.m.
I pushed a fix for the tests in ghc-api. Edward Excerpts from Reid Barton's message of 2014-08-23 20:07:40 +0200:
I have seen this too just running "make THREADS=8". Looks like it's because the other tests in this directory are cleaning too aggressively. From the Makefile:
... clean: rm -f *.o *.hi
T6145: clean '$(TEST_HC)' $(TEST_HC_OPTS) --make -v0 -package ghc T6145 ./T6145 "`'$(TEST_HC)' $(TEST_HC_OPTS) --print-libdir | tr -d '\r'`" ...
so ghcApi.o is getting removed before the final link step, I would guess.
Regards, Reid Barton