Bug 2053075
| Summary: | F36FailsToInstall: kicad | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
| Component: | kicad | Assignee: | Steven A. Falco <stevenfalco> |
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 36 | CC: | aimylios, alain.vigne.14, gmarr, kiarakovalevsky, mcianster, stevenfalco, thibault |
| 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-02-16 09:30:26 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: | 1992487 | ||
|
Description
Miro Hrončok
2022-02-10 14:23:03 UTC
It looks like the problem is elsewhere. The mock log shows: Error: Problem: package opencascade-devel-7.5.0-6.fc36.x86_64 requires opencascade-draw(x86-64) = 7.5.0-6.fc36, but none of the providers can be installed - package opencascade-draw-7.5.0-6.fc36.x86_64 requires libvtkCommonCore.so.1()(64bit), but none of the providers can be installed - package opencascade-draw-7.5.0-6.fc36.x86_64 requires libvtkCommonExecutionModel.so.1()(64bit), but none of the providers can be installed - package opencascade-draw-7.5.0-6.fc36.x86_64 requires libvtkRenderingCore.so.1()(64bit), but none of the providers can be installed - package opencascade-draw-7.5.0-6.fc36.x86_64 requires libvtkInteractionStyle.so.1()(64bit), but none of the providers can be installed - package opencascade-draw-7.5.0-6.fc36.x86_64 requires libvtkRenderingOpenGL2.so.1()(64bit), but none of the providers can be installed - package opencascade-draw-7.5.0-6.fc36.x86_64 requires libvtkIOImage.so.1()(64bit), but none of the providers can be installed - package opencascade-draw-7.5.0-6.fc36.x86_64 requires libvtkImagingCore.so.1()(64bit), but none of the providers can be installed - conflicting requests - nothing provides libGLEW.so.2.1()(64bit) needed by vtk-9.1.0-5.fc36.x86_64 (try to add '--skip-broken' to skip uninstallable packages) I.e. opencascade-devel needs opencascade-draw which needs vtk which needs libGLEW. Hopefully, once those are resolved, that will fix the kicad build. If I recall, KiCad also links directly to GLEW (at least when not using the EGL backend of wxWidgets, specified using the KICAD_USE_EGL CMake variable), so KiCad probably also needs to be rebuilt once the other GLEW-dependent packages have been. Once 6.0.2 is tagged, I'll be attempting rebuilding for that. It looks like glew 2.2.0 has been built, and vtk looks like it is currently building. I noticed that vtk failed on f36 for armv7hl - I don't know how that will affect things. Then the opencascade stuff will have to be built. This could take a while. Hello, Please note that this comment was generated automatically. If you feel that this output has mistakes, please contact me via email (mhroncok). All subpackages of a package against which this bug was filled are now installable or removed from Fedora 36. Thanks for taking care of it! |