Could you insert this before line 1087 in make/Main.gmk and post the output?
$(call PrintVar, ALL_NAMED_TESTS)
/Erik
On 2018-12-06 10:31, Matthias Klose wrote:
On 06.12.18 17:41, Aleksey Shipilev wrote:
On 12/6/18 4:34 PM, Matthias Klose wrote:
my bad, that happens in the test-image target:
In the build log I see:
FindJtregGroups /home/packages/openjdk/12/openjdk-12-12~23/test/jdk
FindJtregGroups /home/packages/openjdk/12/openjdk-12-12~23/test/langtools
FindJtregGroups /home/packages/openjdk/12/openjdk-12-12~23/test/nashorn
FindJtregGroups /home/packages/openjdk/12/openjdk-12-12~23/test/jaxp
make[5]: Leaving directory '/home/packages/openjdk/12/openjdk-12-12~23'
make/Main.gmk:1087: *** target pattern contains no '%'. Stop.
make[5]: Entering directory '/home/packages/openjdk/12/openjdk-12-12~23'
make[5]: warning: -j1 forced in submake: resetting jobserver mode.
I wonder if "~" in your path screws things up.
that worked at least for the openjdk-11 development cycle, and replacing the
tilde with a dash makes no difference.