[Bug 2134079] Re: renpy 8.3.4+dfsg-5 FTBFS on resolute
Max Gilmour
2134079 at bugs.launchpad.net
Fri Dec 5 19:41:38 UTC 2025
I forwarded the patch to Debian here: https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=1119772
** Bug watch added: Debian Bug tracker #1119772
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1119772
--
You received this bug notification because you are a member of Ubuntu
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2134079
Title:
renpy 8.3.4+dfsg-5 FTBFS on resolute
Status in renpy package in Ubuntu:
In Progress
Status in renpy source package in Resolute:
In Progress
Bug description:
renpy fails to build, preventing migration, due to type coercion
issues during compilation of the environ shader:
Error compiling Cython file:
------------------------------------------------------------
...
glGetProgramiv(handle, GL_INFO_LOG_LENGTH, &log_length)
log = ' ' * log_length
if shader:
glGetShaderInfoLog(handle, log_length, &log_length, <char *> log)
^
------------------------------------------------------------
/<<PKGBUILDDIR>>/renpy/gl/glenviron_shader.pyx:284:69: Unicode objects
only support coercion to Py_UNICODE*.
Error compiling Cython file:
------------------------------------------------------------
...
log = ' ' * log_length
if shader:
glGetShaderInfoLog(handle, log_length, &log_length, <char *> log)
else:
glGetProgramInfoLog(handle, log_length, &log_length, <char *> log)
^
------------------------------------------------------------
/<<PKGBUILDDIR>>/renpy/gl/glenviron_shader.pyx:286:70: Unicode objects
only support coercion to Py_UNICODE*.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/renpy/+bug/2134079/+subscriptions
More information about the Ubuntu-sponsors
mailing list