tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Python ctypes/util.py: netbsd is missing



On Sun, May 08, 2016 at 09:48:55PM +0200, Rhialto wrote:
> Unhandled exception detected in thread MainThread:
>   ImportError:glx.py:GL:20
> 
> Traceback (most recent call last):
>   File "/usr/pkg/share/fs-uae-launcher/OpenGL/platform/glx.py", line 17, in GL
>     mode=ctypes.RTLD_GLOBAL
>   File "/usr/pkg/share/fs-uae-launcher/OpenGL/platform/ctypesloader.py", line 45, in loadLibrary
>     return dllType( name, mode )
>   File "/usr/pkg/lib/python3.5/ctypes/__init__.py", line 347, in __init__
>     self._handle = _dlopen(self._name, mode)
> OSError: ('Shared object "GL" not found', 'GL', None)
> 
> However, temporarily editing the util.py file to include netbsd with
> freebsd didn't solve this immediate problem, so there is more to that;
> but that seems a separate matter then to me.


Hi,

Same as http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=51074

I've created a symlink to avoid the problem, but it is not a fix, and I
could not find one.


Home | Main Index | Thread Index | Old Index