Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 217952

Summary: media-video/vlc-0.9.0_alpha20080409 with USE=nsplugin depends on www-client/mozilla-firefox
Product: Gentoo Linux Reporter: Toei Rei <gbugs>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.