[Bug 2134079] Re: renpy 8.3.4+dfsg-5 FTBFS on resolute
Max Gilmour
2134079 at bugs.launchpad.net
Fri Dec 5 18:46:04 UTC 2025
** Changed in: renpy (Ubuntu)
Status: New => In Progress
** Changed in: renpy (Ubuntu)
Assignee: (unassigned) => Max Gilmour (maxgmr)
** Also affects: renpy (Ubuntu Resolute)
Importance: Medium
Assignee: Max Gilmour (maxgmr)
Status: In Progress
--
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