Bug 245129

Summary: cad/uranium: Requires graphics/py-PyOpenGL
Product: Ports & Packages Reporter: Zane C. Bowers-Hadley <vvelox>
Component: Individual Port(s)Assignee: Diane Bruce <db>
Status: Closed FIXED    
Severity: Affects Some People CC: db, fernape, python
Priority: --- Flags: koobs: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn diff none

Description Zane C. Bowers-Hadley 2020-03-28 14:00:46 UTC
Created attachment 212793 [details]
svn diff

If you attempt to start cad/cura, it will fail with UM/View/GL/OpenGL.py being unable to include OpenGL.


/usr/local/lib/python3.7/site-packages/UM/PluginRegistry.py:4: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  import imp
Traceback (most recent call last):
  File "/usr/local/bin/cura", line 21, in <module>
    from cura.CrashHandler import CrashHandler
  File "/usr/local/lib/python3.7/site-packages/cura/CrashHandler.py", line 27, in <module>
    from UM.Application import Application
  File "/usr/local/lib/python3.7/site-packages/UM/Application.py", line 9, in <module>
    from UM.Controller import Controller
  File "/usr/local/lib/python3.7/site-packages/UM/Controller.py", line 12, in <module>
    from UM.View.View import View
  File "/usr/local/lib/python3.7/site-packages/UM/View/View.py", line 8, in <module>
    from UM.View.Renderer import Renderer
  File "/usr/local/lib/python3.7/site-packages/UM/View/Renderer.py", line 7, in <module>
    from UM.View.RenderPass import RenderPass #For typing.
  File "/usr/local/lib/python3.7/site-packages/UM/View/RenderPass.py", line 8, in <module>
    from UM.View.GL.OpenGL import OpenGL
  File "/usr/local/lib/python3.7/site-packages/UM/View/GL/OpenGL.py", line 22, in <module>
    import OpenGL.GL as gl
ModuleNotFoundError: No module named 'OpenGL'
Comment 1 Fernando ApesteguĂ­a freebsd_committer freebsd_triage 2020-03-28 18:56:01 UTC
^Triage: set maintainer-feedback, remove tags.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-03-28 19:42:45 UTC
A commit references this bug:

Author: db
Date: Sat Mar 28 19:41:50 UTC 2020
New revision: 529758
URL: https://svnweb.freebsd.org/changeset/ports/529758

Log:
  Report:
  If you attempt to start cad/cura, it will fail with UM/View/GL/OpenGL.py
  being unable to include OpenGL.

  Maintainer:
  I bumped PORTREVSION

  PR:		ports/245129
  Submitted by:	vvelox@vvelox.net

Changes:
  head/cad/uranium/Makefile
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2020-03-29 00:04:20 UTC
^Triage: Assign to committer that resolved