[8u-dev] RFR for JDK-8179079: Incremental HotSpot builds broken on Windows (original) (raw)
Alexey Ivanov alexey.ivanov at oracle.com
Wed Apr 18 12:06:57 UTC 2018
- Previous message (by thread): Amber repo build issue on MacOSX
- Next message (by thread): [8u-dev] RFR for JDK-8179079: Incremental HotSpot builds broken on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
Could you please review the following backport of the build fix for Windows:
jbs: https://bugs.openjdk.java.net/browse/JDK-8179079 review: http://mail.openjdk.java.net/pipermail/build-dev/2017-April/019045.html changeset: http://hg.openjdk.java.net/jdk10/jdk10/rev/6426c94ee05f
The patch does not apply to 8u: webrev: http://cr.openjdk.java.net/~aivanov/8179079/jdk8/webrev.0/
This problem exists in 8u builds as well. If you try to rebuild 8u, you'll get errors:
make[2]: *** No rule to make target '/cygdrive/c/ade/work/jdk8u/build/windows-x86-normal-server-release/jdk/include/jni.h ', needed by '/cygdrive/c/ade/work/jdk8u/build/windows-x86-normal-server-release/jdk/objs/libverify/check_code.obj'. Stop.
It's because the generated dependency file contain CR (\r) character at the end of the file name and make interprets it as part of the file name.
Thank you!
Regards, Alexey
- Previous message (by thread): Amber repo build issue on MacOSX
- Next message (by thread): [8u-dev] RFR for JDK-8179079: Incremental HotSpot builds broken on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]