Bug 245129 - cad/uranium: Requires graphics/py-PyOpenGL
Summary: cad/uranium: Requires graphics/py-PyOpenGL
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Diane Bruce
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-28 14:00 UTC by Zane C. Bowers-Hadley
Modified: 2020-03-29 00:04 UTC (History)
3 users (show)

See Also:
koobs: maintainer-feedback+


Attachments
svn diff (692 bytes, patch)
2020-03-28 14:00 UTC, Zane C. Bowers-Hadley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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