Bug 2104087
Summary: | native pcl depends on to be removed i686 java-openjdk packages | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | jiri vanek <jvanek> |
Component: | pcl | Assignee: | Till Hofmann <thofmann> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | java-maint-sig, jhuttana, judovana, jvanek, pmikova, richmattes, sgehwolf, thofmann, zzambers |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-07-17 10:40:00 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: | 2104109 | ||
Bug Blocks: | 2083750 |
Description
jiri vanek
2022-07-05 14:49:00 UTC
PCL only depends on Java indirectly because of VTK. BR: java-devel was added to fix some issue with vtk-java: https://src.fedoraproject.org/rpms/pcl/c/9d2e6b0c88b46afc8bda3897a52b830f806404b4?branch=rawhide However, PCL does not use any of the vtk-java bits, it's just an issue of the imported VTK target. So very likely, this issue will be fixed once the Java issue has been tackled in VTK. As an intermediate fix, I %ifarch'ed the BR for java-devel. This will only work once VTK gets rid of the VTK::Java target on non-java arches. Once this is done, pcl should not pull in any java dependencies on non-java arches anymore. thax! sounds reasonably. |