Re: SpiderMonkey 45 released?
Mihai Dobrescu <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.jseng |
|---|---|
| Message-ID | <[email protected]> |
On Tuesday, May 3, 2016 at 6:50:56 PM UTC+3, Mihai Dobrescu wrote:
> Hi,
>
> Is SpiderMonkey 45 released? I see here: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/45
> Under Windows 10 x64 I get an error message at unarchiving: "Cannot create symbolic link: Access is denied." related to a path in /mozjs-45.0.2/js/src/devtools/rootAnalyssis/ra.away/tools/breakpad/osx64 and /mozjs-45.0.2/js/src/devtools/rootAnalyssis/tools/breakpad/osx64.
So far, I couldn't build it under MS VC 2015 x64. The configure fails with an error:
...
Reticulating splines...
Traceback (most recent call last):
File "./config.status", line 399, in <module>
config_status(**args)
File "d:\Mozilla\SpiderMonkey\mozjs-45.0.2\python\mozbuild\mozbuild\config_status.py", line 178, in config_status
the_backend.consume(definitions)
File "d:\Mozilla\SpiderMonkey\mozjs-45.0.2\python\mozbuild\mozbuild\backend\base.py", line 118, in consume
for obj in objs:
File "d:\Mozilla\SpiderMonkey\mozjs-45.0.2\python\mozbuild\mozbuild\frontend\emitter.py", line 165, in emit
for out in output:
File "d:\Mozilla\SpiderMonkey\mozjs-45.0.2\python\mozbuild\mozbuild\frontend\reader.py", line 1062, in read_mozbuild
raise bre
mozbuild.frontend.reader.BuildReaderError:
==============================
ERROR PROCESSING MOZBUILD FILE
==============================
The error occurred while processing the following file:
d:/Mozilla/SpiderMonkey/mozjs-45.0.2/config/external/zlib/moz.build
The underlying problem is we referenced a path that does not exist. That path is:
d:/Mozilla/SpiderMonkey/mozjs-45.0.2/modules/zlib/moz.build
Either create the file if it needs to exist or do not reference it.