From 'emerge mplayerplug-in' result: >>> Install mplayerplug-in-3.31 into /var/tmp/portage/mplayerplug-in-3.31/image/ category net-www install: cannot stat `mplayerplug-in-gmp.so': No such file or directory !!! ERROR: net-www/mplayerplug-in-3.31 failed. Call stack: ebuild.sh, line 1543: Called dyn_install ebuild.sh, line 1017: Called src_install mplayerplug-in-3.31.ebuild, line 69: Called die Looking at the 3.31 source tarball, for some reason the gmp plugin is now disabled by default. Relevant snippet from ./configure script: # Check whether --enable-gmp or --disable-gmp was given. if test "${enable_gmp+set}" = set; then enableval="$enable_gmp" if test "$enableval" = ""; then gmp=no; else gmp=$enableval; fi else gmp=no fi; Adding '--enable-gmp' to econf in the ebuild worked for me. I'll be attaching an updated ebuild shortly.
Created attachment 95588 [details] Updated ebuild This simply adds '--enable-gmp' to the econf line in the ebuild.
This is already fixed in portage, but thanks for reporting it and sorry for the trouble.