| Summary: | mplayer needs chpax to load plug-ins | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Peter Simons <simons> |
| Component: | New packages | Assignee: | solar (RETIRED) <solar> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Peter Simons
2003-12-15 13:15:28 UTC
mplayer was already listed in the SEGMEXEC_EXEMPT of /etc/conf.d/chpax what flags does yours have/need? Here is exactly what mine looks like. PeMRxs ET_EXEC /usr/bin/gmplayer PeMRxs ET_EXEC /usr/bin/mplayer Uh, is it? I'm running version 1.0_pre2, which is not the most current, and it doesn't seem to be registered in the chpax file here. (Yes, I had PaX activated and all tools installed when mplayer was emerged.) Perhaps an update is in order? Anyway, I disabled _all_ PaX features for mplayer, I didn't try to track down which particular feature causes the problem. Sorry. Yes perhaps you need to update your chpax to get the latest revision of the /etc/conf.d/chpax file.
Please try.
emerge -C chpax
rm /etc/{init,conf}.d/chpax
emerge '>=sys-apps/chpax-0.5'
chpax -z /usr/bin/mplayer ; # resets flags to default
# Edit the /etc/conf.d/chpax file to your desires then
/etc/init.d/chpax restart
# Then report back success story so I can close bug. thanks..
I have chpax-0.5 installed already, and according to "/var/log/emerge.log", this version was installed right after the initial "emerge system". So there really isn't anything to update on my machine. :-) I'll be installing a new machine any time soon now, then I'll have an eye on this issue. Until then, just close the bug and assume everything is fine. I'll re-open in, in case I still have problems with mplayer. Peter, It's very common for init/conf scripts to slightly change in portage without us needing to do a revision bump. This is what happened and why you dont have it. No big deal to me however. If you dont want to remerge then you dont have to. changing resolution to INVALID OK, thanks for the clarification. I'll be re-installing over the hollidays anyway, to get to the 2.6.x kernel on my main machine, so I'll be using that opportunity test the ebuild. Until then, I don't want to mess too much with my machine, because I need it _running_ for the next couple of days. :-) |