Bug 2053075

Summary: F36FailsToInstall: kicad
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: kicadAssignee: Steven A. Falco <stevenfalco>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 36CC: aimylios, alain.vigne.14, gmarr, ian.s.mcinerney, kiarakovalevsky, 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
Hello,

Please note that this comment was generated automatically. If you feel that this output has mistakes, please contact me via email (mhroncok).

Your package (kicad) Fails To Install in Fedora 36:

can't install kicad:
  - nothing provides libGLEW.so.2.1()(64bit) needed by kicad-1:6.0.1-4.fc36.x86_64
  
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.


If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.

P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors.

P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages

Thanks!

Comment 1 Steven A. Falco 2022-02-10 15:45:48 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.

Comment 2 Ian McInerney 2022-02-10 17:16:04 UTC
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.

Comment 3 Steven A. Falco 2022-02-10 18:31:41 UTC
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.

Comment 4 Miro Hrončok 2022-02-16 09:30:26 UTC
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!