Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 145772 - mplayerplug-in-3.31 fails to install (gmp plugin not built)
Summary: mplayerplug-in-3.31 fails to install (gmp plugin not built)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Joe Jezak (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-31 15:02 UTC by Jim Ramsay (lack) (RETIRED)
Modified: 2006-09-01 00:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Updated ebuild (mplayerplug-in-3.31-r1.ebuild,2.12 KB, text/plain)
2006-08-31 15:03 UTC, Jim Ramsay (lack) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Ramsay (lack) (RETIRED) gentoo-dev 2006-08-31 15:02:55 UTC
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.
Comment 1 Jim Ramsay (lack) (RETIRED) gentoo-dev 2006-08-31 15:03:59 UTC
Created attachment 95588 [details]
Updated ebuild

This simply adds '--enable-gmp' to the econf line in the ebuild.
Comment 2 Joe Jezak (RETIRED) gentoo-dev 2006-09-01 00:13:40 UTC
This is already fixed in portage, but thanks for reporting it and sorry for the trouble.