Skip to content

Instantly share code, notes, and snippets.

@gagern
Created January 25, 2017 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gagern/4d9388bd13b222796df0743799e199e6 to your computer and use it in GitHub Desktop.
Save gagern/4d9388bd13b222796df0743799e199e6 to your computer and use it in GitHub Desktop.
Blender fails to emerge, can't seem to get USE flag in there
# USE=python_targets_python3_5 emerge --nodeps -1 blender
!!! Problem resolving dependencies for media-gfx/blender
!!! The ebuild selected to satisfy "blender" has unmet requirements.
- media-gfx/blender-2.78a-r1::gentoo USE="boost bullet dds doc elbeem ffmpeg fftw game-engine jack jpeg2k nls openexr openmp sdl sndfile tiff -collada -colorio -cuda -cycles -debug -headless -jemalloc -libav -llvm -man -ndof -openal -opencl -openimageio -opensubdiv -openvdb -player -test -valgrind" ABI_X86="64" PYTHON_TARGETS="-python3_5"
The following REQUIRED_USE flag constraints are unsatisfied:
python_targets_python3_5
The above constraints are a subset of the following complete expression:
python_targets_python3_5 player? ( game-engine !headless ) cuda? ( cycles !opencl ) cycles? ( boost openexr tiff openimageio ) colorio? ( boost ) openvdb? ( boost ) opensubdiv? ( cuda ) nls? ( boost ) openal? ( boost ) opencl? ( cycles ) game-engine? ( boost ) at-most-one-of ( ffmpeg libav )
# grep PYTHON /etc/portage/make.conf
PYTHON_SINGLE_TARGET="python2_7"
PYTHON_TARGETS="python2_7 python3_4 python3_5"
USE_PYTHON="2.7 3.3"
# grep blender /etc/portage/package.use/* | grep -v :#
/etc/portage/package.use/python:media-gfx/blender python_targets_python3_5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment