Bug 1702548
Summary: | module javapackages-tools fails to install on platform:f31 | ||
---|---|---|---|
Product: | [Fedora] Fedora Modules | Reporter: | Mikolaj Izdebski <mizdebsk> |
Component: | javapackages-tools | Assignee: | Mikolaj Izdebski <mizdebsk> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | mat.booth, mizdebsk |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | javapackages-tools-201801-2820190425234444.819b5873 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-04-26 00:14:53 UTC | Type: | Bug |
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: | 1700324 |
Description
Mikolaj Izdebski
2019-04-24 06:06:46 UTC
FWIW this prevents me from building Eclipse on F31. IMO, since javapackages-tools is a "build only" module and users won't normally be installing it on workstations, it's not a big deal if there is no python bytecode shipped in this module. I'm not a python wonk so there could be a better way :-) The current draft plan is to: - move Python modules out of /usr/lib/python3.X/site-packages/ to a private location somewhere under /usr/share/ - do not bytecompile the modules so that they keep working with any Python 3 minor version - implement basic tests for javapackages-tools module that will make sure that the module is installable on all platforms (bug #1684621) But I need to confirm what are Fedora rules for Python bytecode generation and for installing Python modules in non-standard locations - I don't want to violate any packaging guidelines. POST-ed for testing in MBI. This should be fixed in the latest javapackages-tools module, stream 201801. |