[Bug 2134079] Re: renpy 8.3.4+dfsg-5 FTBFS on resolute

Launchpad Bug Tracker 2134079 at bugs.launchpad.net
Sat Dec 6 18:22:32 UTC 2025


This bug was fixed in the package renpy - 8.3.4+dfsg-6

---------------
renpy (8.3.4+dfsg-6) unstable; urgency=medium

  * Fix FTBFS with recent Cython (Closes: #1119772, LP: #2134079)

 -- Max Gilmour <max.gilmour at canonical.com>  Sat, 06 Dec 2025 00:27:44
+0100

** Changed in: renpy (Ubuntu Resolute)
       Status: In Progress => Fix Released

-- 
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:
  Fix Released
Status in renpy source package in Resolute:
  Fix Released

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