Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 8u172, 9
-
Fix Version/s: 9
-
Component/s: infrastructure
-
Labels:
-
Subcomponent:
-
Resolved In Build:b104
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8208847 | 8u201 | Severin Gehwolf | P4 | Resolved | Fixed | b01 |
JDK-8205430 | 8u192 | Kevin Walls | P4 | Resolved | Fixed | b01 |
JDK-8216647 | emb-8u201 | Severin Gehwolf | P4 | Resolved | Fixed | master |
Description
During toolchain detection, if the found compiler (CC or CXX) is a symbolic link, we resolve it and point to the resolved binary. This was introduced to be able to debug systems with a broken setup, but it breaks use cases were a CC wrapper is used.
A better solution is to just print the path of the resolved symlink and keep the original value intact.
A better solution is to just print the path of the resolved symlink and keep the original value intact.
Attachments
Issue Links
- backported by
-
JDK-8205430 Only display resolved symlink for compiler, do not change path
-
- Resolved
-
-
JDK-8208847 Only display resolved symlink for compiler, do not change path
-
- Resolved
-
-
JDK-8216647 Only display resolved symlink for compiler, do not change path
-
- Resolved
-