https://bugzilla.redhat.com/show_bug.cgi?id=2373840
Bug ID: 2373840 Summary: blender: FTBFS in Fedora Rawhide: error: ‘BINARY_SUBSCR’ was not declared in this scope; did you mean ‘BINARY_SLICE’? Product: Fedora Version: rawhide URL: https://koschei.fedoraproject.org/package/blender OS: Linux Status: NEW Component: blender Severity: medium Assignee: luya_tfz@thefinalzone.net Reporter: ksurma@redhat.com QA Contact: extras-qa@fedoraproject.org CC: code@musicinmybrain.net, design-devel@lists.fedoraproject.org, epel-packagers-sig@lists.fedoraproject.org, kwizart@gmail.com, luya_tfz@thefinalzone.net, negativo17@gmail.com Target Milestone: --- Classification: Fedora
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: \ | ^~
https://bugzilla.redhat.com/show_bug.cgi?id=2373840
Karolina Surma ksurma@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2322407 (PYTHON3.14), | |2339432 | |(F43FTBFS,RAWHIDEFTBFS)
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=2322407 [Bug 2322407] Python 3.14 https://bugzilla.redhat.com/show_bug.cgi?id=2339432 [Bug 2339432] Fedora 43 FTBFS Tracker
https://bugzilla.redhat.com/show_bug.cgi?id=2373840
Luya Tshimbalanga luya_tfz@thefinalzone.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #1 from Luya Tshimbalanga luya_tfz@thefinalzone.net --- 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
https://bugzilla.redhat.com/show_bug.cgi?id=2373840
Luya Tshimbalanga luya_tfz@thefinalzone.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Fixed In Version| |blender-4.4.3-4.fc43 Resolution|--- |RAWHIDE Last Closed| |2025-06-27 02:14:08
--- Comment #2 from Luya Tshimbalanga luya_tfz@thefinalzone.net --- Closing this report as the Rawhide release addresses the issue.
design-devel@lists.fedoraproject.org