Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142872 - mozilla-firefox-bin-1.5.0.5.ebuild - Firefox directory not added to LDPATH
Summary: mozilla-firefox-bin-1.5.0.5.ebuild - Firefox directory not added to LDPATH
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-05 04:43 UTC by Krzysztof Kozlowski
Modified: 2006-08-05 05:22 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 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.