Opened 10 months ago

#68804 new defect

Java PG: missed library dependency

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

Description

Let pick any port which uses java PG, for example abcl.

On clean system it says via port info that:

Full Name: abcl @1.9.2_3
Build Dependencies:   apache-ant
Library Dependencies: openjdk11

if I install openjdk17 to this system it changes its mind and says that:

Full Name: abcl @1.9.2_3
Build Dependencies:   apache-ant

=> if I have openjdk17 installed via some build depedency, and before run port reclaim I've install abcl, the next call of port reclaim will broke abcl because it had no depedency to java which will be removed, but it can't run without java.

Change History (0)

Note: See TracTickets for help on using tickets.