Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 749240

Summary: media-gfx/blender-2.90.1-r1 - ERROR (bpy.rna): .../work/blender-2.90.1/source/blender/python/intern/bpy_rna.c:7263 pyrna_srna_ExternalType: failed to find 'bpy_types' module
Product: Gentoo Linux Reporter: Einstok Fair <einfair>
Component: Current packagesAssignee: Paul Zander <negril.nx+gentoo>
Status: UNCONFIRMED ---    
Severity: normal CC: darkdefende, ilmostro7, mplichta, nbowler, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Einstok Fair 2020-10-15 06:39:31 UTC
* Messages for package media-gfx/blender-2.90.1-r1:

 * ERROR: media-gfx/blender-2.90.1-r1::gentoo failed (compile phase):
 *   sphinx failed.
 * 
 * Call stack:
 *     ebuild.sh, line 125:  Called src_compile
 *   environment, line 3429:  Called die
 * The specific snippet of code:
 *           "${BUILD_DIR}"/bin/blender --background --python doc/python_api/sphinx_doc_gen.py -noaudio || die "sphinx failed.";
Comment 1 Einstok Fair 2020-10-15 06:42:26 UTC
Created attachment 665765 [details]
build.log
Comment 2 Amel Hodzic 2020-11-11 11:12:38 UTC
Possible duplicate of or related to Bug 741664.
Comment 3 Michal Plichta 2020-11-11 12:57:35 UTC
Not totally related. I had problem with previous version of blender-2.79b-r2 with sphinx as well (see https://bugs.gentoo.org/734104). When I downgrade to dev-python/sphinx-2.0.1-r1 or dev-python/sphinx-2.4.4, blender-2.79b-r2 start compile successfully.

In this case with both sphinx-2.4.4 and sphinx-3.2.1, blender-2.83.4-r1 fail in the same manner.
Comment 4 Einstok Fair 2020-12-03 18:54:32 UTC
something similar in 2.91:

ERROR (bpy.rna): /var/tmp/portage/media-gfx/blender-2.91.0/work/blender-2.91.0/source/blender/python/intern/bpy_rna.c:7251 pyrna_srna_ExternalType: failed to find 'bpy_types' module
ModuleNotFoundError: No module named 'bpy_types'
Comment 5 Einstok Fair 2020-12-03 20:09:36 UTC
Requires USE="doc" to reproduce.