problem compiling firefox-56.0.1

Discussion of third-party/unofficial Firefox/Thunderbird/SeaMonkey builds.
Locked
wweer
Posts: 1
Joined: October 18th, 2017, 1:37 pm

problem compiling firefox-56.0.1

Post by wweer »

0:13.15 error: doc comment not used by rustdoc
0:13.15 --> /src/firefox-56.0.1/servo/components/style/values/specified/image.rs:689:17
0:13.15 |
0:13.15 689 | /// `to` keyword is mandatory in modern syntax.
0:13.15 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0:13.15 |
0:13.15 note: lint level defined here
0:13.15 --> /src/firefox-56.0.1/servo/components/style/lib.rs:26:9
0:13.16 |
0:13.16 26 | #![deny(warnings)]
0:13.16 | ^^^^^^^^
0:13.16 = note: #[deny(unused_doc_comment)] implied by #[deny(warnings)]
0:13.16
0:13.16 error: doc comment not used by rustdoc
0:13.16 --> /src/firefox-56.0.1/servo/components/style/values/specified/image.rs:695:17
0:13.16 |
0:13.16 695 | /// There is no `to` keyword in webkit prefixed syntax. If it's consumed,
0:13.16 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0:13.16
0:13.34 error: doc comment not used by rustdoc
0:13.34 --> /src/firefox-56.0.1/obj-x86_64-pc-linux-gnu/toolkit/library/x86_64-unknown-linux-gnu/release/build/style-c0b0df863a6f4f88/out/gecko_properties.rs:9131:9
0:13.34 |
0:13.34 9131 | /// XXXManishearth this should also handle text zoom
0:13.34 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0:13.34
0:14.03 error[E0106]: missing lifetime specifier
0:14.03 --> /src/firefox-56.0.1/obj-x86_64-pc-linux-gnu/toolkit/library/x86_64-unknown-linux-gnu/release/build/style-c0b0df863a6f4f88/out/gecko/bindings.rs:569:9
0:14.03 |
0:14.03 569 | -> RawGeckoNodeBorrowedOrNull;
0:14.03 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter
0:14.03 |
0:14.03 = help: this function's return type contains a borrowed value with an elided lifetime, but the lifetime cannot be derived from the arguments
0:14.03 = help: consider giving it an explicit bounded or 'static lifetime
0:14.03
0:14.03 error[E0106]: missing lifetime specifier
0:14.03 --> /src/firefox-56.0.1/obj-x86_64-pc-linux-gnu/toolkit/library/x86_64-unknown-linux-gnu/release/build/style-c0b0df863a6f4f88/out/gecko/bindings.rs:841:9
0:14.03 |
0:14.03 841 | -> RawServoAnimationValueBorrowedOrNull;
0:14.03 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter
0:14.03 |
0:14.03 = help: this function's return type contains a borrowed value with an elided lifetime, but the lifetime cannot be derived from the arguments
0:14.04 = help: consider giving it an explicit bounded or 'static lifetime
0:14.04
0:14.39 error: aborting due to 5 previous errors
0:14.39
0:14.56 error: Could not compile `style`.
0:14.56
0:14.56 To learn more, run the command again with --verbose.
0:14.56 /src/firefox-56.0.1/config/rules.mk:986: recipe for target 'force-cargo-library-build' failed
0:14.56 make[6]: *** [force-cargo-library-build] Error 101
0:14.56 /src/firefox-56.0.1/config/recurse.mk:73: recipe for target 'toolkit/library/rust/target' failed
0:14.56 make[5]: *** [toolkit/library/rust/target] Error 2
0:14.56 make[5]: *** Waiting for unfinished jobs....
0:16.46 libdom_commandhandler.a.desc
0:17.77 libdom_cache.a.desc
0:44.74 libdom_canvas.a.desc
0:44.82 /src/firefox-56.0.1/config/recurse.mk:32: recipe for target 'compile' failed
0:44.82 make[4]: *** [compile] Error 2
0:44.82 /src/firefox-56.0.1/config/rules.mk:453: recipe for target 'default' failed
0:44.83 make[3]: *** [default] Error 2
0:44.83 /src/firefox-56.0.1/client.mk:419: recipe for target 'realbuild' failed
0:44.83 make[2]: *** [realbuild] Error 2
0:44.83 client.mk:170: recipe for target 'build' failed
0:44.83 make[1]: *** [build] Error 2
0:44.86 84 compiler warnings present.
GNUmakefile:9: recipe for target 'build' failed
make: *** [build] Error 2
Locked