Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 781845 - media-gfx/blender-2.91.2 ERROR: failed (compile phase)
Summary: media-gfx/blender-2.91.2 ERROR: failed (compile phase)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Adrian
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-09 12:52 UTC by Marc Debruyne
Modified: 2021-04-10 18:30 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Build.log (build.log,407.27 KB, text/x-log)
2021-04-09 12:52 UTC, Marc Debruyne
Details
emerge --info (info,6.35 KB, text/plain)
2021-04-09 12:54 UTC, Marc Debruyne
Details
emerge -pqv (pqv,516 bytes, text/plain)
2021-04-09 12:55 UTC, Marc Debruyne
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Debruyne 2021-04-09 12:52:21 UTC
Created attachment 698838 [details]
Build.log

During emerge --ask =media-gfx/blender-2.91.2

* ERROR: media-gfx/blender-2.91.2::gentoo failed (compile phase):
 *   ninja -v -j40 -l0 failed
 * 
 * Call stack:
 *     ebuild.sh, line  125:  Called src_compile
 *   environment, line 3334:  Called cmake_src_compile
 *   environment, line 1422:  Called cmake_build
 *   environment, line 1391:  Called eninja
 *   environment, line 1843:  Called die
 * The specific snippet of code:
 *       "$@" || die "${nonfatal_args[@]}" "${*} failed"
 *
Comment 1 Marc Debruyne 2021-04-09 12:54:06 UTC
Created attachment 698841 [details]
emerge --info
Comment 2 Marc Debruyne 2021-04-09 12:55:37 UTC
Created attachment 698844 [details]
emerge -pqv
Comment 3 Adrian 2021-04-10 01:31:54 UTC
Hi Marc,

Thank you for your report. I have not been able to reproduce it here, compiling with the same USE flags

[ebuild   R   ~] media-gfx/blender-2.91.2::gentoo [2.91.2::ebuild-overlay] USE="bullet color-management cuda cycles dds elbeem ffmpeg fftw jack jemalloc jpeg2k nls openal opencl openexr openimageio openmp sdl sndfile system-numpy system-python tbb tiff -abi6-compat -abi7-compat -alembic -collada -debug (-doc) -headless -llvm -man -ndof -opensubdiv -openvdb -osl -standalone -test -valgrind" PYTHON_SINGLE_TARGET="python3_8 -python3_7" 0 KiB

I have seen ninja fail before in other packages when it is highly threaded, could you please try a single threaded build works by running 
# MAKEOPTS="-j1" emerge blender

Otherwise have you been able to successfully build any other versions of blender?

Regards, Adrian
Comment 4 Marc Debruyne 2021-04-10 08:58:13 UTC
(In reply to Adrian from comment #3)
> Hi Marc,
> 
> Thank you for your report. I have not been able to reproduce it here,
> compiling with the same USE flags
> 
> [ebuild   R   ~] media-gfx/blender-2.91.2::gentoo [2.91.2::ebuild-overlay]
> USE="bullet color-management cuda cycles dds elbeem ffmpeg fftw jack
> jemalloc jpeg2k nls openal opencl openexr openimageio openmp sdl sndfile
> system-numpy system-python tbb tiff -abi6-compat -abi7-compat -alembic
> -collada -debug (-doc) -headless -llvm -man -ndof -opensubdiv -openvdb -osl
> -standalone -test -valgrind" PYTHON_SINGLE_TARGET="python3_8 -python3_7" 0
> KiB
> 
> I have seen ninja fail before in other packages when it is highly threaded,
> could you please try a single threaded build works by running 
> # MAKEOPTS="-j1" emerge blender
> 
> Otherwise have you been able to successfully build any other versions of
> blender?
> 
> Regards, Adrian

I already tried
# MAKEOPTS="-j1" emerge blender
same problem.

Also previous version fails.

I did a lat of changes to my system ...
Now I am building a new one. will try on this one.

Regards, Marc
Comment 5 Marc Debruyne 2021-04-10 18:30:30 UTC
Hi Adrian,

On my new system
media-gfx/blender-2.91.2
emerged successfully.
Same use flags.
So I think that we can close this bug.