Description of problem: Package blender fails to build from source in Fedora Rawhide. Version-Release number of selected component (if applicable): 4.4.3-2.fc43 Steps to Reproduce: koji build --scratch f43 blender-4.4.3-2.fc43.src.rpm Additional info: This package is tracked by Koschei. See: https://koschei.fedoraproject.org/package/blender Reproducible: Always Actual Results: /builddir/build/BUILD/blender-4.4.3-build/blender-4.4.3/source/blender/python/intern/bpy_driver.cc: In function ‘bool is_opcode_secure(int)’: /builddir/build/BUILD/blender-4.4.3-build/blender-4.4.3/source/blender/python/intern/bpy_driver.cc:330:11: error: ‘BINARY_SUBSCR’ was not declared in this scope; did you mean ‘BINARY_SLICE’? 330 | OK_OP(BINARY_SUBSCR) | ^~~~~~~~~~~~~ /builddir/build/BUILD/blender-4.4.3-build/blender-4.4.3/source/blender/python/intern/bpy_driver.cc:316:10: note: in definition of macro ‘OK_OP’ 316 | case op: \ | ^~
Following the suggestion from the build system resolved the issue. Upstream prepared a fix for Blender 4.5 which is coming around July. https://projects.blender.org/blender/blender/issues/140695
Closing this report as the Rawhide release addresses the issue.