Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 145627 - mplayerplug-in 3.31 does not compile
Summary: mplayerplug-in 3.31 does not compile
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-30 10:42 UTC by Tudor
Modified: 2006-08-30 10:45 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tudor 2006-08-30 10:42:19 UTC
the new plugin doesn't compile. I changed the dependency mozilla-firefox to mozilla-firefox-bin in the ebuild because I have the binary package installed


tuxbook tudor # ACCEPT_KEYWORDS="~x86" emerge mplayerplug-in
Calculating dependencies ...done!
>>> emerge (1 of 1) net-www/mplayerplug-in-3.31 to /
>>> md5 files   ;-) mplayerplug-in-3.31.ebuild
>>> md5 files   ;-) mplayerplug-in-3.25-r1.ebuild
>>> md5 files   ;-) mplayerplug-in-3.30.ebuild
>>> md5 files   ;-) mplayerplug-in-3.21.ebuild
>>> md5 files   ;-) mplayerplug-in-3.25.ebuild
>>> md5 files   ;-) files/fix-cflags.patch
>>> md5 files   ;-) files/digest-mplayerplug-in-3.21
>>> md5 files   ;-) files/digest-mplayerplug-in-3.25
>>> md5 files   ;-) files/digest-mplayerplug-in-3.30
>>> md5 files   ;-) files/digest-mplayerplug-in-3.31
>>> md5 files   ;-) files/digest-mplayerplug-in-3.25-r1
>>> md5 files   ;-) files/3.30-fix-cflags.patch
>>> md5 files   ;-) files/mplayerplug-in-gcc4.patch
>>> md5 src_uri ;-) mplayerplug-in-3.31.tar.gz
>>> Unpacking source...
>>> Unpacking mplayerplug-in-3.31.tar.gz to /home/tudor/tmp/portage/mplayerplug-in-3.31/work
 * Applying 3.30-fix-cflags.patch ...                                                        [ ok ]
>>> Source unpacked.
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-gtk2 --build=i686-pc-linux-gnu
checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-linux-gnu-g++ accepts -g... yes
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /bin/install -c
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: Determining mozilla/firefox packages to build against
checking for MOZPLUG... configure: WARNING: mozilla-plugin not found
checking for MOZPLUG... configure: WARNING: firefox-plugin not found
checking for MOZPLUG... configure: WARNING: seamonkey-plugin not found
checking for MOZPLUG... configure: WARNING: xulrunner-plugin not found
configure: error: Unable to find mozilla or firefox development files
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-08-30 10:45:57 UTC
(In reply to comment #0)
> the new plugin doesn't compile. I changed the dependency mozilla-firefox to
> mozilla-firefox-bin in the ebuild because I have the binary package installed

That won't work - ever. See below:

> configure: error: Unable to find mozilla or firefox development files

Sorry, user error, not a bug -> INVALID.