I tried to build blender 2.75a and now 2.76 on BS but compilation fails due to an upstream known issue in new python 3.5.0 package: https://bugs.python.org/issue25150 on BS I get: ------------------------------------------- In file included from /usr/include/python3.5m/Python.h:53:0, from /home/iurt/rpmbuild/BUILD/blender-2.76/source/blender/python/intern/gpu.c:40: /usr/include/python3.5m/pyatomic.h:35:5: sorry, unimplemented: '_Atomic' with OpenMP _Atomic void *_value; ^ source/blender/python/intern/CMakeFiles/bf_python.dir/build.make:62: recipe for target 'source/blender/python/intern/CMakeFiles/bf_python.dir/gpu.c.o' failed make[2]: *** [source/blender/python/intern/CMakeFiles/bf_python.dir/gpu.c.o] Error 1 CMakeFiles/Makefile2:6615: recipe for target 'source/blender/python/intern/CMakeFiles/bf_python.dir/all' failed make[1]: *** [source/blender/python/intern/CMakeFiles/bf_python.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... -------------------------------------------- I opened a new bug in upstream blender bug tracker and they confirm that this build issue come from python 3.5.0: https://developer.blender.org/T46464 So 2 solutions for now: - in a first time patching 'Python 3.5.0' - and in a second time upgrading to' Python 3.5.1' which will include this fix. Reproducible: Steps to Reproduce:
Assignee: bugsquad => makowski.mageia
Created attachment 7120 [details] upstream_pyatomic-2.patch attached upstream proposed patch for python 3.5.0
archlinux already applied this patch in their python 3.5.0 package: https://projects.archlinux.org/svntogit/packages.git/tree/trunk/issue25150.patch?h=packages/python
Link to upstream bug : http://bugs.python.org/issue25150 Link to upstream patch : https://hg.python.org/cpython/rev/d4fcb362f7c6
done in python3-3.5.0-5.mga6
Status: NEW => RESOLVEDResolution: (none) => FIXED
Thanks Philippe!