Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
CVS ffmpeg ebuild fails
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
rcxAsh
Guru
Guru


Joined: 03 Jul 2003
Posts: 457
Location: /etc/localtime

PostPosted: Sat Mar 26, 2005 3:24 pm    Post subject: CVS ffmpeg ebuild fails Reply with quote

Hey, I'm using the fluidportage CVS ffmpeg ebuild. Used it before, and emerged fine.

However, trying to emerge again today, and it fails when trying to chmod /usr/lib/vhook I think. Not sure what's going on. I am doing this as root, of course.
Code:
make -C vhook install
make[1]: Entering directory `/var/tmp/portage/ffmpeg-20101010/work/ffmpeg/vhook'
install -d "/usr/lib/vhook"
ACCESS DENIED  chmod:     /usr/lib/vhook
install: cannot change permissions of `/usr/lib/vhook': Permission denied
make[1]: *** [install] Error 1
make[1]: Leaving directory `/var/tmp/portage/ffmpeg-20101010/work/ffmpeg/vhook'
make: *** [install-vhook] Error 2

!!! ERROR: media-video/ffmpeg-20101010 failed.
!!! Function src_install, Line 92, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-media-video_-_ffmpeg-20101010-22465.log"

chmod:     /usr/lib/vhook
--------------------------------------------------------------------------------
lostech root #

The log file that it generates just says the same thing.

The permissions for the directory /usr/lib/vhook are:
Code:
lostech tmp # ls -l /usr/lib | grep vhook
drwxr-xr-x    2 root root     4096 Feb 27 00:35 vhook


Any suggestions?
_________________
rcxAsh
Back to top
View user's profile Send private message
Darkael
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1321
Location: France

PostPosted: Sat Mar 26, 2005 4:07 pm    Post subject: Reply with quote

Hi,
the access violation thing means that the ebuild tried to do something out of the sandbox. So, to bypass this problem you have to disable the sandbox:
Code:

FEATURES="-sandbox -usersandbox" emerge ffmpeg

It should work now.
Back to top
View user's profile Send private message
rcxAsh
Guru
Guru


Joined: 03 Jul 2003
Posts: 457
Location: /etc/localtime

PostPosted: Sat Mar 26, 2005 4:42 pm    Post subject: Reply with quote

Ah, cool thanks KarnEvil!
_________________
rcxAsh
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum