Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107579 - Can't we use mplayerplug-in with mozilla-firefox-bin?
Summary: Can't we use mplayerplug-in with mozilla-firefox-bin?
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
: 128372 154149 (view as bug list)
Depends on: 107580
Blocks:
  Show dependency tree
 
Reported: 2005-09-29 03:14 UTC by MATSUI Tetsushi
Modified: 2006-11-05 09:17 UTC (History)
4 users (show)

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 MATSUI Tetsushi 2005-09-29 03:14:28 UTC
I'm using mozilla-firefox-bin.
Today, emerge -up world suggests to install mozilla,
because updated mplayerplug-in requires mozilla or mozilla-firefox.

Can't we use mplayerplug-in with mozilla-firefox-bin?

Reproducible: Always
Steps to Reproduce:





Expected Results:  
I expect mplayerplug-in may be able to be used with mozilla-firefox-bin.
But I don't know the truth.
If I'm correct, mozilla is not required by mplayerplug-in since there has been
mozilla-firefox-bin already.

emerge --info:

Portage 2.0.52-r1 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r1,
2.6.12-gentoo-r6 i586)
=================================================================
System uname: 2.6.12-gentoo-r6 i586 AMD-K6(tm) 3D+ Processor
Gentoo Base System version 1.6.13
dev-lang/python:     2.2.3-r5, 2.3.5, 2.4.1-r1
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.4.19-r1, 2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i586-pc-linux-gnu"
CFLAGS="-march=k6-3 -O2 -pipe"
CHOST="i586-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.1/share/config
/usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/bind
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-march=k6-3 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig digest distlocks sandbox sfperms strict userpriv"
GENTOO_MIRRORS="http://mirror.gentoo.gr.jp/ http://distfiles.gentoo.org/"
LANG="ja_JP.eucJP"
LINGUAS="ja en it de fr es"
MAKEOPTS="-j2 -l2.5"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /opt/portagejp"
SYNC="rsync://rsync.jp.gentoo.org/gentoo-portage/"
USE="x86 3dnow X alsa apm avi berkdb bitmap-fonts cjk crypt cups curl doc eds
emacs emboss encode fam foomaticdb fortran freewnn gcl gd gdbm gif gnome gpm
gstreamer gtk gtk2 imagemagick imlib java jpeg junit leim libg++ libwww mad
mikmod motif mp3 mpeg ncurses nls ogg oggvorbis opengl oss pam pdflib perl png
python qt quicktime readline ruby sdl slang spell ssl svga tcltk tcpd tiff
truetype truetype-fonts type1-fonts vorbis xml2 xmms xv zlib linguas_ja
linguas_en linguas_it linguas_de linguas_fr linguas_es userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS
Comment 1 Rodrigo Severo 2005-09-29 06:30:22 UTC
Take a look at bug #107580. After dealing with the issues mentioned there, you
just have to use the gecko-sdk flag on mplayerplug-in. This way you won't need
mozilla, just gecko-sdk.
Comment 2 Joe Jezak (RETIRED) gentoo-dev 2005-09-29 07:25:27 UTC
I don't know if the binary version comes with the development libraries (I only
use PPC, no x86 here.) You're welcome to try adding it to the !gecko-sdk DEPEND
line and see if it works, but otherwise, using the gecko-sdk use flag should
also solve the problem.
Comment 3 MATSUI Tetsushi 2005-09-29 08:21:41 UTC
(In reply to comment #1)

Thank you for your comment.
I didn't notice about the gecko-sdk flag.

But setting gecko-sdk flag makes thing worse.
It requires BOTH mozilla AND mozilla-firefox!
What's happening?


I think the line 18:

 !gecko-sdk? || ( >=www-client/mozilla-1.6 www-client/mozilla-firefox)

must be:

 !gecko-sdk? (|| ( >=www-client/mozilla-1.6 www-client/mozilla-firefox))

according to ebuild(5) manpage and supposed right behaviour
(If not gecko-sdk then (mozilla or mozilla-firefox)).
Comment 4 Joe Jezak (RETIRED) gentoo-dev 2005-09-29 08:29:56 UTC
Yes, that should already be fixed in CVS.
Comment 5 MATSUI Tetsushi 2005-09-29 08:46:21 UTC
Thank you.
I will use the gecko-sdk flag.

My first problem was that I wanna use mplayerplug-in with firefox-bin without
installing mozilla nor firefox from source. So the fixed ebuild and gecko-sdk
flag completely solve it.

I don't know about the development libraries either, and it's beyond my intention.
Comment 6 Joe Jezak (RETIRED) gentoo-dev 2005-09-29 08:48:55 UTC
If you could try anyway with USE="-gecko-sdk" and adding mozilla-firefox-bin to
the !gecko-sdk dependancy, I would be interested to know if it works.
Comment 7 Martin Schlemmer (RETIRED) gentoo-dev 2005-09-29 20:41:58 UTC
I wonder if we should not rather remove the gecko-sdk flag, and make it fall
back to that if 'mozilla' and 'firefox' is not in USE ?  This is what gnome
users (ie, using epiphany) will normally want, and they will not have mozilla or
firefox in USE ...
Comment 8 MATSUI Tetsushi 2005-09-30 10:00:28 UTC
(In reply to comment #6)

I tried with USE="-gecko-sdk" and adding mozilla-firefox-bin to the !gecko-sdk
dependancy.  Of course, I uninstalled older gecko-sdk beforehand.

The result:
...
configure: Determining mozilla/firefox packages to link against
checking for pkg-config... /usr/bin/pkg-config
checking for mozilla-plugin... configure: WARNING: mozilla-plugin not found
checking for firefox-plugin... configure: WARNING: firefox-plugin not found
checking for seamonkey-plugin... configure: WARNING: seamonkey-plugin not found
configure: error: Unable to find mozilla or firefox development files


Now it's clear that I can't use mplayerplug-in without gecko-sdk.
Comment 9 Joe Jezak (RETIRED) gentoo-dev 2005-10-11 20:08:23 UTC
Okay, so closing this bug, if you use -bin, you need to use gecko-sdk.
Comment 10 Jakub Moc (RETIRED) gentoo-dev 2006-04-01 05:18:41 UTC
*** Bug 128372 has been marked as a duplicate of this bug. ***
Comment 11 Jakub Moc (RETIRED) gentoo-dev 2006-11-05 09:00:59 UTC
*** Bug 154149 has been marked as a duplicate of this bug. ***
Comment 12 Caleb Cushing 2006-11-05 09:17:48 UTC
um... trying to emerge mplayerplug-in for ff2-bin no gecko-sdk flag? how do I emerge?