Closed
Bug 688846
Opened 14 years ago
Closed 14 years ago
"File 'chrome/storage.properties' not found" to compile Firefox 6.0.2
Categories
(Mozilla Localizations :: es-ES / Spanish, defect)
Mozilla Localizations
es-ES / Spanish
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: decedion, Assigned: rpmdisguise-nave)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2
Build ID: 20110905175240
Steps to reproduce:
I have download the mozilla stable version from http://releases.mozilla.org/pub/mozilla.org/firefox/releases/ and es-ES localization files from http://hg.mozilla.org/releases/l10n/mozilla-release
Actual results:
When I compile with localization es-ES it shows the error:
'RuntimeError: File "chrome/storage.properties" not found in /home/simon/sources/mozilla-release/es-ES/dom'
Expected results:
It should compile without problems
| Reporter | ||
Comment 1•14 years ago
|
||
I have download all from mercurial repository: "hg clone http://hg.mozilla.org/releases/mozilla-release" and localization with: "hg clone http://hg.mozilla.org/releases/l10n/mozilla-release/es-ES/"
But when I compile another error with localization: 'RuntimeError: File "necko.properties" not found in /home/simon/sources/mozilla-release/obj-x86_64-unknown-linux-gnu/es-ES/netwerk'
Is there any way to compile the firefox stable release with localization?
| Assignee | ||
Comment 2•14 years ago
|
||
As you've probably seen by now, necko.properties does exist in L10n es-ES:
http://hg.mozilla.org/releases/l10n/mozilla-release/es-ES/file/c1ab9a86be8c/netwerk/necko.properties
storage.properties doesn't exist in any of central, aurora, beta nor release.
Anyway, missing L10n files would prevent es-ES Firefox binaries from being shipped, which is clearly not the case. I suspect you have not found a bug; instead, you need help compiling Firefox, and you should look for it in other places like SUMO or mozilla.dev.* newsgroups.
| Reporter | ||
Comment 3•14 years ago
|
||
(In reply to Ricardo Palomares from comment #2)
> As you've probably seen by now, necko.properties does exist in L10n es-ES:
>
> http://hg.mozilla.org/releases/l10n/mozilla-release/es-ES/file/c1ab9a86be8c/
> netwerk/necko.properties
>
> storage.properties doesn't exist in any of central, aurora, beta nor release.
>
> Anyway, missing L10n files would prevent es-ES Firefox binaries from being
> shipped, which is clearly not the case. I suspect you have not found a bug;
> instead, you need help compiling Firefox, and you should look for it in
> other places like SUMO or mozilla.dev.* newsgroups.
I know this, but it's clear too that the compilation search for that properties files.
My mozconfig is:
ac_add_options --enable-application=browser --disable-necko-wifi --enable-official-branding --disable-accessibility --enable-raw --disable-tests --disable-parental-controls --enable-faststart --disable-pedantic --disable-debug --enable-optimize --enable-crypto --enable-ui-locale=es-ES --with-l10n-base=. --with-pthreads --disable-crashreporter --disable-updater --disable-freetypetest
mk_add_options MOZ_MAKE_FLAGS=-j7
I have tried to compile Firefox 6 with these instructions: https://developer.mozilla.org/En/L10n_on_Mercurial but it doesn't work due to missing properties files. Where there is a correct and updated documentation to compile Firefox 6 in Spanish?
| Reporter | ||
Comment 4•14 years ago
|
||
Sorry, it was my fault. ó_ò
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•