Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 518570 - media-gfx/blender-2.71 - src_install(): subprocess.CalledProcessError: Command '['../work/blender-2.71_build/bin/blender', '--help']' returned non-zero exit status -11
Summary: media-gfx/blender-2.71 - src_install(): subprocess.CalledProcessError: Comman...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Julian Ospald
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-30 10:27 UTC by Charlie Gehlin
Modified: 2014-09-30 07:40 UTC (History)
2 users (show)

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


Attachments
'emerge --info' (emerge.info,26.21 KB, application/x-info)
2014-07-30 10:27 UTC, Charlie Gehlin
Details
build.log.tar.bz2 (build.log.tar.bz2,108.57 KB, application/x-bzip-compressed-tar)
2014-07-30 10:30 UTC, Charlie Gehlin
Details
build.log.bz2 (build.log.bz2,108.42 KB, application/x-bzip)
2014-07-30 10:44 UTC, Charlie Gehlin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie Gehlin 2014-07-30 10:27:26 UTC
Having a look at 'source/creator/cmake_install.cmake:564' it wants to do:
FILE(INSTALL DESTINATION "/usr/share/man/man1" TYPE FILE FILES "/var/tmp/portage/media-gfx/blender-2.71/work/blender-2.71_build/bin/blender.1")
and that file doesn't exist.
However the .py-file, genrating the manpage, exists at:
/var/tmp/portage/media-gfx/blender-2.71/work/blender-2.71/doc/manpage/blender.1.py
and not in the build-directory.

Reproducible: Always

Steps to Reproduce:
1. emerge -v media-gfx/blender
2.
3.
Actual Results:  
-- Installing: /var/tmp/portage/media-gfx/blender-2.71/image/usr/share/icons/hicolor/256x256/apps/blender.png
-- Installing: /var/tmp/portage/media-gfx/blender-2.71/image/usr/share/icons/hicolor/scalable/apps/blender.svg
-- Installing: /var/tmp/portage/media-gfx/blender-2.71/image/usr/bin/blender-thumbnailer.py
CMake Error at source/creator/cmake_install.cmake:564 (FILE):
  file INSTALL cannot find
  "/var/tmp/portage/media-gfx/blender-2.71/work/blender-2.71_build/bin/blender.1".
Call Stack (most recent call first):
  cmake_install.cmake:40 (INCLUDE)


Makefile:71: recipe for target 'install/fast' failed
make: *** [install/fast] Error 1
make: Leaving directory '/var/tmp/portage/media-gfx/blender-2.71/work/blender-2.71_build'
 * ERROR: media-gfx/blender-2.71::gentoo failed (install phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=media-gfx/blender-2.71::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=media-gfx/blender-2.71::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/media-gfx/blender-2.71/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-gfx/blender-2.71/temp/environment'.
 * Working directory: '/var/tmp/portage/media-gfx/blender-2.71/work/blender-2.71'
 * S: '/var/tmp/portage/media-gfx/blender-2.71/work/blender-2.71'

>>> Failed to emerge media-gfx/blender-2.71, Log file:

>>>  '/var/tmp/portage/media-gfx/blender-2.71/temp/build.log'



Will attach 'emerge --info' and build.log after initial submission.
Comment 1 Charlie Gehlin 2014-07-30 10:27:59 UTC
Created attachment 381894 [details]
'emerge --info'
Comment 2 Charlie Gehlin 2014-07-30 10:30:55 UTC
Created attachment 381896 [details]
build.log.tar.bz2

build.log compressed w/ tar & bzip2
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2014-07-30 10:41:08 UTC
Comment on attachment 381896 [details]
build.log.tar.bz2

Why did you put a single file in a tar archive?
Comment 4 Charlie Gehlin 2014-07-30 10:44:42 UTC
Created attachment 381898 [details]
build.log.bz2

Old habbit, I suppose...
Comment 5 Charlie Gehlin 2014-07-30 11:02:39 UTC
I'm not entirely sure that the exit code -11 is the actual problem, as 'make install' seems to move on.. Used MAKEOPTS="-j1" for the build as well.
Comment 6 Julian Ospald 2014-09-27 12:46:07 UTC
try 2.72
Comment 7 Charlie Gehlin 2014-09-29 09:05:52 UTC
(In reply to Julian Ospald (hasufell) from comment #6)
> try 2.72

Works, thanks!
As a side-note; I have USE="cycles" and didn't hit bug #523928
Comment 8 Julian Ospald 2014-09-29 14:49:29 UTC
(In reply to Charlie Gehlin from comment #7)
> (In reply to Julian Ospald (hasufell) from comment #6)
> > try 2.72
> 
> Works, thanks!
> As a side-note; I have USE="cycles" and didn't hit bug #523928

Could you test 2.71-r2 as well? The old 2.71 wasn't the release version (blender upstream doesn't mark their tarballs RC), and if it's fixed there, then 2.71-r2 will be the next stable candidate.
Comment 9 Charlie Gehlin 2014-09-30 07:40:33 UTC
(In reply to Julian Ospald (hasufell) from comment #8)
> (In reply to Charlie Gehlin from comment #7)
> > (In reply to Julian Ospald (hasufell) from comment #6)
> > > try 2.72
> > 
> > Works, thanks!
> > As a side-note; I have USE="cycles" and didn't hit bug #523928
> 
> Could you test 2.71-r2 as well? The old 2.71 wasn't the release version
> (blender upstream doesn't mark their tarballs RC), and if it's fixed there,
> then 2.71-r2 will be the next stable candidate.

Compiles, installs and runs ok here on ~amd64 w/ USE="boost bullet collada colorio cycles dds elbeem ffmpeg fftw game-engine jack jpeg2k nls openal openexr openimageio openmp opennl player sdl sndfile sse sse2 tiff -debug -doc -ndof -redcode" PYTHON_SINGLE_TARGET="python3_4" PYTHON_TARGETS="python3_4"