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`[0m 18:30.44 [0m[1m[38;5;9merror[0m[0m[1m[38;5;15m: aborting due to previous error[0m 18:30.44 [0m[1m[38;5;15mFor more information about this error, try `rustc --explain E0506`.[0m 18:30.69 [0m[0m[1m[31merror:[0m Could not compile `cssparser`. 18:30.69 [0m[0m[1m[33mwarning:[0m build failed, waiting for other jobs to finish... 19:27.33 [0m[0m[1m[31merror:[0m 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 [0m[0m[1m[32m Compiling[0m lalrpop v0.16.0 23:09.03 [0m[0m[1m[32m Compiling[0m webidl v0.8.0 23:16.64 [0m[0m[1m[32m Compiling[0m binjs_meta v0.4.3 23:53.30 [0m[0m[1m[32m Compiling[0m binast v0.1.1 (D:\mozilla-release\js\src\frontend\binsource) 24:27.10 [0m[0m[1m[32m Finished[0m 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