Advertisement
Allasso

Untitled

Nov 12th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. config:
  2.  
  3. #ac_add_options --enable-debug
  4. ac_add_options --disable-optimize
  5. # Automatically download and use compiled C++ components:
  6. #ac_add_options --enable-artifact-builds
  7. ac_add_options --disable-debug-symbols
  8. mk_add_options AUTOCLOBBER=1
  9.  
  10. Error:
  11.  
  12. 29:57.52 Compiling webrender_bindings v0.1.0 (file:///home/allasso/mozilla-central/mozilla-central_3/gfx/webrender_bindings)
  13. 29:57.52 Compiling style v0.0.1 (file:///home/allasso/mozilla-central/mozilla-central_3/servo/components/style)
  14. 29:57.52 error[E0106]: missing lifetime specifier
  15. 29:57.52 --> /home/allasso/mozilla-central/mozilla-central_3/obj-x86_64-pc-linux-gnu/toolkit/library/x86_64-unknown-linux-gnu/release/build/style-2c32fd162d34c309/out/gecko/bindings.rs:573:9
  16. 29:57.52 |
  17. 29:57.52 573 | -> RawGeckoNodeBorrowedOrNull;
  18. 29:57.52 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter
  19. 29:57.52 |
  20. 29:57.52 = help: this function's return type contains a borrowed value with an elided lifetime, but the lifetime cannot be derived from the arguments
  21. 29:57.52 = help: consider giving it an explicit bounded or 'static lifetime
  22. 29:57.52
  23. 29:57.52 error[E0106]: missing lifetime specifier
  24. 29:57.52 --> /home/allasso/mozilla-central/mozilla-central_3/obj-x86_64-pc-linux-gnu/toolkit/library/x86_64-unknown-linux-gnu/release/build/style-2c32fd162d34c309/out/gecko/bindings.rs:845:9
  25. 29:57.52 |
  26. 29:57.52 845 | -> RawServoAnimationValueBorrowedOrNull;
  27. 29:57.53 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected lifetime parameter
  28. 29:57.53 |
  29. 29:57.53 = help: this function's return type contains a borrowed value with an elided lifetime, but the lifetime cannot be derived from the arguments
  30. 29:57.53 = help: consider giving it an explicit bounded or 'static lifetime
  31. 29:57.53
  32. 29:57.53 error: aborting due to 2 previous errors
  33. 29:57.53
  34. 29:57.54 error: Could not compile `style`.
  35. 29:57.54
  36. 29:57.54 To learn more, run the command again with --verbose.
  37. 29:57.54 /home/allasso/mozilla-central/mozilla-central_3/config/rules.mk:986: recipe for target 'force-cargo-library-build' failed
  38. 29:57.54 make[5]: *** [force-cargo-library-build] Error 101
  39. 29:57.54 /home/allasso/mozilla-central/mozilla-central_3/config/recurse.mk:73: recipe for target 'toolkit/library/rust/target' failed
  40. 29:57.54 make[4]: *** [toolkit/library/rust/target] Error 2
  41. 29:57.54 make[4]: *** Waiting for unfinished jobs....
  42. 30:05.29 libipc_glue.a.desc
  43. 30:05.77 /home/allasso/mozilla-central/mozilla-central_3/config/recurse.mk:32: recipe for target 'compile' failed
  44. 30:05.77 make[3]: *** [compile] Error 2
  45. 30:05.79 /home/allasso/mozilla-central/mozilla-central_3/config/rules.mk:453: recipe for target 'default' failed
  46. 30:05.79 make[2]: *** [default] Error 2
  47. 30:05.86 /home/allasso/mozilla-central/mozilla-central_3/client.mk:422: recipe for target 'realbuild' failed
  48. 30:05.86 make[1]: *** [realbuild] Error 2
  49. 30:05.87 client.mk:173: recipe for target 'build' failed
  50. 30:05.87 make: *** [build] Error 2
  51. 30:05.93 0 compiler warnings present.
  52. 30:06.25 /usr/bin/notify-send --app-name=Mozilla Build System Mozilla Build System Build failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement