Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 336415 - firefox-3.6.9 fails to build if LINGUAS is set
Summary: firefox-3.6.9 fails to build if LINGUAS is set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-08 07:28 UTC by Satoshi Hayazaki
Modified: 2010-09-08 08:11 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 Satoshi Hayazaki 2010-09-08 07:28:16 UTC
While emerging firefox-3.6.9, LINGUAS settings make it look for wrong xpi file.





Reproducible: Always




The ebuild contains this section:

[[ ${X} != "en" ]] && xpi_unpack "mozilla-${P}-${X}.xpi"

Calling incorrectly named xpi files, as seen in the emerge error:

 * ERROR: www-client/firefox-3.6.9 failed:
 *   mozilla-firefox-3.6.9-pt-BR.xpi does not exist


The xpi files do not have "mozilla-" appended to them. This are the names of the xpi files that were pulled in according to my LINGUA settings:

firefox-3.6.9-de.xpi
firefox-3.6.9-ja.xpi
firefox-3.6.9-fi.xpi
firefox-3.6.9-pt-BR.xpi
Comment 1 Satoshi Hayazaki 2010-09-08 08:02:32 UTC

*** This bug has been marked as a duplicate of bug 336412 ***
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2010-09-08 08:11:06 UTC
Not a dupe
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2010-09-08 08:11:44 UTC
... but already fixed in tree. Please re-sync and try again.