| 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 packages | Assignee: | 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: | --- | |
Yelp and all other ebuilds use mozilla-firefox or seamonkey, *not* firefox-bin. You can't compile anything against -bin stuff. |
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