ports/130821: py25-opengl-3.0.0.b8 / "No platform plugin registered for ('freebsd7', 'posix')"

Michael Krauss hippodriver at gmx.net
Wed Jan 21 14:10:04 UTC 2009


>Number:         130821
>Category:       ports
>Synopsis:       py25-opengl-3.0.0.b8 / "No platform plugin registered for ('freebsd7', 'posix')"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 21 14:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Michael Krauss
>Release:        7.1 AMD64
>Organization:
>Environment:
FreeBSD gandalf.gondor 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan  1 08:58:24 UTC 2009     root at driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
py-opengl doesn't work on FreeBSD 7.1. Tested with games/glchess from ports and a self written game. The error message is:

[mickraus at gandalf ~]\$ glchess     
Traceback (most recent call last):
  File "/usr/local/bin/glchess", line 4, in <module>
    import glchess.main
  File "/usr/local/lib/python2.5/site-packages/glchess/main.py", line 20, in <module>
    import scene.opengl
  File "/usr/local/lib/python2.5/site-packages/glchess/scene/opengl/__init__.py", line 2, in <module>
    import OpenGL.GL
  File "/usr/local/lib/python2.5/site-packages/OpenGL/GL/__init__.py", line 2, in <module>
    from OpenGL.raw.GL import *
  File "/usr/local/lib/python2.5/site-packages/OpenGL/raw/GL/__init__.py", line 6, in <module>
    from OpenGL.raw.GL.constants import *
  File "/usr/local/lib/python2.5/site-packages/OpenGL/raw/GL/constants.py", line 7, in <module>
    from OpenGL import platform, arrays
  File "/usr/local/lib/python2.5/site-packages/OpenGL/platform/__init__.py", line 36, in <module>
    _load()
  File "/usr/local/lib/python2.5/site-packages/OpenGL/platform/__init__.py", line 26, in _load
    plugin  = PlatformPlugin.match( key )
  File "/usr/local/lib/python2.5/site-packages/OpenGL/plugins.py", line 44, in match
    raise KeyError( """No platform plugin registered for %s"""%(key,))
KeyError: "No platform plugin registered for ('freebsd7', 'posix')"

>How-To-Repeat:
Install e.g. games/glchess and start it. Probably any other py-opengl program will do, too.
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list