
Code: Select all
$ cat /etc/portage/package.use
media-video/ffmpeg a52 aac amr imlib mp3 theora vorbis x264 xvid
media-video/ffmpeg encode
Code: Select all
$ emerge -pv ffmpeg
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] media-video/ffmpeg-0.4.9_p20080326 USE="a52 aac amr encode imlib mmx mp3 theora threads vorbis xvid zlib -X (-altivec) -bindist -debug -doc -hardcoded-tables -ieee1394 -ipv6 -network -sdl -test -truetype (-x264)" 0 kB
It is not only under SELinux, but under any amd64 (and would assume ia64) profiles as well. It seems odd that it would be blocked, and no reason that I can see in any of the files explain why it is masked.defenderBG wrote:I think it is disabled (not beeing able to use it at all) under SElinux. No idea however why.
Code: Select all
[I] media-video/ffmpeg
Installed versions: 0.4.9_p20080326(01:09:51 AM 08/23/2008)(X a52 aac amr encode ieee1394 imlib mmx mp3 network sdl theora threads truetype vorbis x264 xvid zlib -altivec -bindist -debug -doc -hardcoded-tables -ipv6 -test)
Code: Select all
# eselect profile show
Current make.profile symlink:
/usr/portage/profiles/selinux/2007.0/amd64/hardenedLooks like you stumbled on a bug here.xathin wrote:Why would it not be enabled in the SELinux profiles then?Code: Select all
# eselect profile show Current make.profile symlink: /usr/portage/profiles/selinux/2007.0/amd64/hardened
Will this be fixed anytime soon so that the change can be permanent?yngwin wrote:Looks like you stumbled on a bug here.
To enable it you should add "-x264" (yes, that's a hyphen, I know it is counterintuitive) to /etc/portage/profile/package.use.mask (meaning that you will disable/override the mask this way).
cord: Note that /usr/portage/profiles/ will get overwritten by your next sync.