Summary: | media-video/ffmpeg-0.5_p20373 - mkdir .git/svn: Permission denied at /usr/libexec/git-core/git-svn line 5366 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jonathan Barnard <WineLauncher.Jonathan> |
Component: | [OLD] Unspecified | Assignee: | Gentoo Media-video project <media-video> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dememax |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Jonathan Barnard
2009-12-25 15:41:53 UTC
Created attachment 214135 [details]
build.log
(In reply to comment #0) > media-video/ffmpeg-0.5_p20373 violations the sandbox when you have git with > subverion flag on installed. > > Something in the build script calls git-svn half way into compiling ffmpeg. > As ffmpeg does not depend on git with subversion flag on, so the git-svn call > will just fail without stopping the compiling. It happens straight after src_compile() calls emake as well, so it isn't really relevant if it tries the same thing again half way through. :) I had a local git tree in root folder ('/'). Moving the folder out of way fixes this error. Trying to emerge coreutils gives a error which can be fixed the same way. So.. Why does a git tree in your root folder mess up emerge some packages? (In reply to comment #3) > I had a local git tree in root folder ('/'). Moving the folder out of way fixes > this error. Trying to emerge coreutils gives a error which can be fixed the > same way. > > So.. Why does a git tree in your root folder mess up emerge some packages? > I have the same problem with ".git" in "/". Does it mean that sandbox should do extra work preventing ".git" to be seen by the built? |