-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 27
-
Component/s: infrastructure
-
master
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8374817 | 8u491 | Erik Joelsson | P3 | Resolved | Fixed | master |
| JDK-8374815 | 25.0.3-oracle | Erik Joelsson | P3 | Resolved | Fixed | master |
| JDK-8374816 | 21.0.11-oracle | Erik Joelsson | P3 | Resolved | Fixed | master |
| JDK-8374813 | 17.0.19-oracle | Erik Joelsson | P3 | Resolved | Fixed | master |
| JDK-8374814 | 11.0.31-oracle | Erik Joelsson | P3 | Resolved | Fixed | master |
| JDK-8374812 | 26 | Erik Joelsson | P3 | Resolved | Fixed | master |
Here is the output:
TestMakeBase.gmk:392:
*** Wrong contents in vardep file. Stop.
FAILURE: Wrong contents in vardep file
Expected: >foo '""' "''" bar \$ORIGIN ©<
Actual: >foo '""' "''" bar \$ORIGIN &<
make[4]: *** [TestMake.gmk:30: make-base] Error 2
A bit more investigation shows that the contents of the vardep file differ depending on which make version this is run with:
< VARDEP_TEST_VAR3_old := foo '""' "''" bar \$$ORIGIN &\#x00a9
---
> VARDEP_TEST_VAR3_old := foo '""' "''" bar \$$ORIGIN ©
With 4.3, the backslash escape of the # character is lost.
- backported by
-
JDK-8374812 EscapeHash macro fails with GNU make 4.3 and 4.4
-
- Resolved
-
-
JDK-8374813 EscapeHash macro fails with GNU make 4.3 and 4.4
-
- Resolved
-
-
JDK-8374814 EscapeHash macro fails with GNU make 4.3 and 4.4
-
- Resolved
-
-
JDK-8374815 EscapeHash macro fails with GNU make 4.3 and 4.4
-
- Resolved
-
-
JDK-8374816 EscapeHash macro fails with GNU make 4.3 and 4.4
-
- Resolved
-
-
JDK-8374817 EscapeHash macro fails with GNU make 4.3 and 4.4
-
- Resolved
-
- relates to
-
JDK-8374656 Update jib GNU make dependency on Windows to latest 4.4.1
-
- Closed
-
- links to
-
Commit(jdk26)
openjdk/jdk/09817940
-
Commit(master)
openjdk/jdk/383fe1ef
-
Review(jdk26)
openjdk/jdk/29099
-
Review(master)
openjdk/jdk/29097