On Thursday, October 10, 2019 at 9:21:29 PM UTC+8, Erxin Shang wrote:
> Hi Geniuses, 
> 
> I'm compiling and learning Firefox 65 for awhile. After one day I update 
> Visual Studio and try to rebuild the whole browser again. The compile process 
> always failed at 
> 
> ```
eturning this value requires that `self.input.cached_token.0` is borrowed for 
`'1`
18:30.44 error: aborting due to previous 
error
18:30.44 For more information about this error, try `rustc 
--explain E0506`.
18:30.69 error: Could not compile `cssparser`.
18:30.69 warning: build failed, waiting for other jobs to 
finish...
19:27.33 error: build failed
19:27.36 mozmake.EXE[4]: *** [d:/mozilla-release/config/rules.mk:1052: 
force-cargo-library-build] Error 101
19:27.38 mozmake.EXE[3]: *** [d:/mozilla-release/config/recurse.mk:74: 
toolkit/library/rust/target] Error 2
19:50.35    Compiling lalrpop v0.16.0
23:09.03    Compiling webidl v0.8.0
23:16.64    Compiling binjs_meta v0.4.3
23:53.30    Compiling binast v0.1.1 
(D:\mozilla-release\js\src\frontend\binsource)
24:27.10     Finished release [optimized] target(s) in 16m 
23s
24:27.17 mozmake.EXE[2]: *** [d:/mozilla-release/config/recurse.mk:34: compile] 
Error 2
24:27.19 mozmake.EXE[1]: *** [d:/mozilla-release/config/rules.mk:431: default] 
Error 2
24:27.19 mozmake.EXE: *** [client.mk:125: build] Error 2
24:27.24 0 compiler warnings present.
> ```
> 
> It seems a third party cssparser failed to build. 
> 
> My desktop environment is 
> Window 10
> Visual Studio 2017
> Visual Studio 2019
> Latest mozilla build tool
> 
> Success to run 
> $ mach bootstrap
> $ mach config
> $ mach clobber
> 
> When I try to run build. It will failed with the upper errors. 
> $ mach build 
> 
> My rust tool chain version is 
> $ rustup -V
> rustup 1.19.0 (2af131cf9 2019-09-08)
> 
> I have tried to fix the rust relative error E0506. But the compile process 
> will failed in other places. Is it relative to update rust toolchain not 
> match with version 65?
> 
> BTW my current environment can successfully build Firefox 68. This error 
> drive me crazy. Does any one can helps or provide any information? 
> Thanks in advance!
> 
> Best regards, 
> Edwin

Simplied the error message.
_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to