Opened 9 months ago

Closed 5 months ago

#68022 closed defect (fixed)

openjdk17: Can't build it with enabled ccache

Reported by: catap (Kirill A. Korinsky) Owned by: usersxx
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: breun (Nils Breunese)
Port: openjdk17

Description

An attempt to build openjdk17 on machine with enabled ccache leads to an error on configure stage:

configure: Will use user supplied compiler CC=ccache /usr/bin/clang
configure: error: User supplied compiler CC=ccache /usr/bin/clang does not exist
configure exiting with result code 1

Probably another java ports has the same issue.

Change History (3)

comment:1 Changed 9 months ago by ryandesign (Ryan Carsten Schmidt)

Summary: Can't build it with enabled ccacheopenjdk17: Can't build it with enabled ccache

comment:2 Changed 6 months ago by catap (Kirill A. Korinsky)

openjdk8 had the same issue as well. I may assume that it is global issue for all openjdk ports

comment:3 Changed 5 months ago by catap (Kirill A. Korinsky)

Resolution: fixed
Status: assignedclosed

In 7e7f39725b6d7987fd4b9619600b00e129fcb549/macports-ports (master):

openjdk*: fix build with ccache

Closes: #68022

[skip ci]

Note: See TracTickets for help on using tickets.