Hi,

On Thu, Sep 14, 2023 at 11:12 PM Luya Tshimbalanga
<l...@fedoraproject.org> wrote:
>
> Hello everyone,
>
> Blender 3.6.2 [0] failed to build on both Rawhide and incoming Fedora 39 [1] 
> but succeeded on Fedora 38 and lower. It seems the issues related to python 
> 3.12 yet again despite the applied patches. Could some investigate please?
> Thanks.

I don't see any reference to Python 3.12 there. The error is:

In file included from /usr/include/epoxy/egl.h:46,
                 from
/builddir/build/BUILD/blender-3.6.2/intern/ghost/intern/GHOST_ContextEGL.hh:13,
                 from
/builddir/build/BUILD/blender-3.6.2/intern/ghost/intern/GHOST_XrGraphicsBinding.cc:12:
/builddir/build/BUILD/blender-3.6.2/intern/ghost/intern/GHOST_XrGraphicsBinding.cc:
In member function ‘virtual void
GHOST_XrGraphicsBindingOpenGL::initFromGhostContext(GHOST_Context&)’:
/builddir/build/BUILD/blender-3.6.2/intern/ghost/intern/GHOST_XrGraphicsBinding.cc:154:42:
error: invalid conversion from ‘void (* (*)(const char*))()’ to
‘PFN_xrEglGetProcAddressMNDX’ {aka ‘void* (*)(const char*)’}
[-fpermissive]
  154 |         oxr_binding.egl.getProcAddress = eglGetProcAddress;
      |                                          ^~~~~~~~~~~~~~~~~
      |                                          |
      |                                          void (* (*)(const char*))()

which looks like
https://projects.blender.org/blender/blender/issues/111820 Try
applying the linked patch in
https://projects.blender.org/blender/blender/commit/8159bd90e527552ccfe27db5f2c5a91d64855e9e

> Reference
> -------------
> [0] https://src.fedoraproject.org/rpms/blender
> [1] https://koji.fedoraproject.org/koji/taskinfo?taskID=106208127

-- 
Elliott
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to