Bug 2266697
Summary: | tzdata fails to build with java-21-openjdk | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Petra Alice Mikova <pmikova> |
Component: | tzdata | Assignee: | Patsy Griffin <pfrankli> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | ahughes, java-maint-sig, jvanek, mcermak, pfrankli, pmikova |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | tzdata-2024a-4.fc41 , tzdata-2024a-4.fc40 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-04-05 14:01:49 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2262141 |
Description
Petra Alice Mikova
2024-02-28 18:24:00 UTC
This is caused by this commit: https://src.fedoraproject.org/rpms/tzdata/c/150c8a0b8d3e56d2ead9aa11de35307c399744a0?branch=rawhide Hardcoding '/usr/lib/jvm/java-17-openjdk/bin/javac` but not depending on java-17-openjdk is obviously going to break as soon as `java-devel` changes. |