Closed
Bug 828550
Opened 13 years ago
Closed 13 years ago
Fail building gaia on windows - NS_ERROR_FILE_UNRECOGNIZED_PATH exception
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ochameau, Assigned: ochameau)
Details
(Whiteboard: QARegressExclude)
Attachments
(1 file)
|
167 bytes,
text/html
|
kaze
:
review+
sicking
:
approval-gaia-v1+
|
Details |
https://tbpl.mozilla.org/php/getParsedLog.php?id=18634440&tree=Mozilla-B2g18
run-js-command webapp-l10n
build/utils.js:93: NS_ERROR_FILE_UNRECOGNIZED_PATH: Component returned failure code: 0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH) [nsILocalFile.initWithPath]
make[7]: *** [webapp-l10n] Error 3
Regression from bug 815852
| Assignee | ||
Comment 1•13 years ago
|
||
I tried to run the multilocale rule as well with a LOCALES_BASEDIR var and gaia-l10n folder with 3 locale folders, *ON WIN32*!!
And it obviously work with that patch ;)
But can you test this on linux with various configurations?
Assignee: nobody → poirot.alex
Attachment #699940 -
Flags: review?(kaze)
Comment 2•13 years ago
|
||
Comment on attachment 699940 [details]
Pull request 7449
(In reply to Alexandre Poirot (:ochameau) from comment #1)
> But can you test this on linux with various configurations?
• works in developer mode
• works in “multilocale” mode with absolute paths for locales/ and locales/languages.json
• works in “multilocale” mode with relative paths for locales/ and locales/languages.json
Nice, thanks Alex!
Chris, would you merge/a+ this patch please? This fixes the errors you saw on TBPL a few hours ago.
Attachment #699940 -
Flags: review?(kaze)
Attachment #699940 -
Flags: review+
Attachment #699940 -
Flags: approval-gaia-master?(jones.chris.g)
Attachment #699940 -
Flags: approval-gaia-master?(jones.chris.g) → approval-gaia-master+
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment on attachment 699940 [details]
Pull request 7449
Heh, was just about to a+.
Comment 5•13 years ago
|
||
b2g18 tree is still failing regularly with same error for windows B2G opt build.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 6•13 years ago
|
||
The last test that is failing still doesn't use gaia repo with this fix.
I just looked at: https://tbpl.mozilla.org/?tree=Mozilla-B2g18&noignore=1
The very last failure is this one: https://tbpl.mozilla.org/php/getParsedLog.php?id=18664634&tree=Mozilla-B2g18
And it tells us:
build/utils.js:93: NS_ERROR_FILE_UNRECOGNIZED_PATH: Component returned failure code: 0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH) [nsILocalFile.initWithPath]
*but* the changeset landed in comment 3 moved the initWithPath call from line93 to line94, and we added additional logging where we display the failing path.
https://github.com/mozilla-b2g/gaia/blob/master/build/utils.js#L93
Is there any particular reason that would explain that tinderbox uses an outdated gaia repo?
Comment 7•13 years ago
|
||
(In reply to Alexandre Poirot (:ochameau) from comment #6)
> Is there any particular reason that would explain that tinderbox uses an
> outdated gaia repo?
aiui all b2g builds (part from the panda g-c build) use the nightly branch rather than master.
Comment 8•13 years ago
|
||
From one of the logs:
{
========= Started 'python e:/builds/moz2_slave/m-b2g18-w32-g/tools/buildfarm/utils/retry.py ...' (results: 0, elapsed: 2 mins, 59 secs) (at 2013-01-09 14:45:40.997286) =========
'python' 'e:/builds/moz2_slave/m-b2g18-w32-g/tools/buildfarm/utils/retry.py' '-s' '1' '-r' '5' '-t' '3660' 'python' 'e:/builds/moz2_slave/m-b2g18-w32-g/tools/buildfarm/utils/hgtool.py' '--mirror' 'http://hg-internal.dmz.scl3.mozilla.com/integration/gaia-nightly' '--rev' 'default' 'http://hg.mozilla.org/integration/gaia-nightly' 'gaia'
}
http://hg-internal.dmz.scl3.mozilla.com/integration/gaia-nightly
| Assignee | ||
Comment 9•13 years ago
|
||
(In reply to Ed Morley [:edmorley UTC+0] from comment #7)
> (In reply to Alexandre Poirot (:ochameau) from comment #6)
> > Is there any particular reason that would explain that tinderbox uses an
> > outdated gaia repo?
>
> aiui all b2g builds (part from the panda g-c build) use the nightly branch
> rather than master.
Oh right, good to know!
Nightly now contains this changeset and I can see a successfull build here:
https://tbpl.mozilla.org/php/getParsedLog.php?id=18670604&tree=Mozilla-B2g18
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Comment 10•13 years ago
|
||
Alex, thanks again for your help.
You need to log in
before you can comment on or make changes to this bug.
Description
•