Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217952 - media-video/vlc-0.9.0_alpha20080409 with USE=nsplugin depends on www-client/mozilla-firefox
Summary: media-video/vlc-0.9.0_alpha20080409 with USE=nsplugin depends on www-client/m...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-16 13:32 UTC by Toei Rei
Modified: 2008-04-16 16:10 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 Toei Rei 2008-04-16 13:32:51 UTC
media-video/vlc-0.9.0_alpha20080409 with USE=nsplugin depends on www-client/mozilla-firefox while having www-client/mozilla-firefox-bin installed

Reproducible: Always

Steps to Reproduce:
1. add 'nsplugin' to your use-flags for vlc
2. emerge -pv media-video/vlc

Actual Results:  
[ebuild  N    ] www-client/mozilla-firefox-2.0.0.13 
[ebuild  N    ] media-video/vlc-0.9.0_alpha20080409
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2008-04-16 13:44:12 UTC
The ebuild has:
		nsplugin? (
			xulrunner? ( =net-libs/xulrunner-1.8* )
			!xulrunner? ( seamonkey? ( =www-client/seamonkey-1* ) )
			!xulrunner? ( !seamonkey? ( =www-client/mozilla-firefox-2* ) )
		)

So for nsplugin you need one of xulrunner, seamonkey or mozilla-firefox. I'd suggest xulrunner if you don't use firefox nor seamonkey. The browser plugin cannot build against the firefox binary. Therefore this bug is invalid.
Comment 2 Toei Rei 2008-04-16 14:13:52 UTC
I have www-client/mozilla-firefox-bin emerged AND it wants to emerge www-client/mozilla-firefox (NOT BIN) - which absolutely makes no sense to me
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2008-04-16 16:10:18 UTC
It needs to compile the plugin against *some* mozilla source, and mozilla-firefox-bin doesn't provide it, so you should probably:

# emerge net-libs/xulrunner

and try again.