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

Bug 142872

Summary: mozilla-firefox-bin-1.5.0.5.ebuild - Firefox directory not added to LDPATH
Product: Gentoo Linux Reporter: Krzysztof Kozlowski <krzysztof.kozlowski>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: 2006.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Krzysztof Kozlowski 2006-08-05 04:43:08 UTC
Firefox libraries are put into /opt/firefox. That directory should be included in LDPATH (some apps like Yelp and Liferea depend on its libraries). Maybe in ebuild in src_install() add something like:

dodir /etc/env.d
echo "LDPATH=${MOZILLA_FIVE_HOME}" > ${D}/etc/env.d/80firefox-bin
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-08-05 05:22:55 UTC
Yelp and all other ebuilds use mozilla-firefox or seamonkey, *not* firefox-bin. You can't compile anything against -bin stuff.