Public bug reported:

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*.

** Affects: renpy (Ubuntu)
     Importance: Medium
         Status: New


** Tags: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2134079

Title:
  renpy 8.3.4+dfsg-5 FTBFS on resolute

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/renpy/+bug/2134079/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to