Skip to content

Instantly share code, notes, and snippets.

Created September 18, 2017 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5bb38867f3cc8b7890fc00f026398b55 to your computer and use it in GitHub Desktop.
Save anonymous/5bb38867f3cc8b7890fc00f026398b55 to your computer and use it in GitHub Desktop.
Dylans-MBP:mozilla-central droeh$ ./mach build
0:00.23 /usr/bin/make -f client.mk -s
0:01.17 Adding client.mk options from /Users/droeh/Sandbox/mozilla-central/.mozconfig:
0:01.18 CONFIG_GUESS=arm-linux-androideabi
0:01.18 MOZ_OBJDIR=/Users/droeh/Sandbox/mozilla-central/objdir-droid
0:01.18 OBJDIR=/Users/droeh/Sandbox/mozilla-central/objdir-droid
0:01.18 FOUND_MOZCONFIG=/Users/droeh/Sandbox/mozilla-central/.mozconfig
0:01.67 Elapsed: 0.00s; From dist/private: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
0:01.67 Elapsed: 0.00s; From dist/public: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories.
0:01.67 Elapsed: 0.00s; From dist/xpi-stage: Kept 12 existing; Added/updated 0; Removed 0 files and 0 directories.
0:01.74 Elapsed: 0.08s; From dist/idl: Kept 1021 existing; Added/updated 0; Removed 0 files and 0 directories.
0:01.74 Elapsed: 0.09s; From dist/bin: Kept 1040 existing; Added/updated 0; Removed 0 files and 0 directories.
0:01.75 Elapsed: 0.09s; From _tests: Kept 960 existing; Added/updated 0; Removed 0 files and 0 directories.
0:02.00 Elapsed: 0.34s; From dist/include: Kept 5371 existing; Added/updated 0; Removed 0 files and 0 directories.
0:02.09 buildid.h
0:02.09 source-repo.h
0:02.56 application.ini
0:02.70 application.ini.h
0:02.79 Elapsed: 0.07s; From ../../dist/idl: Kept 1021 existing; Added/updated 0; Removed 0 files and 0 directories.
0:22.92 force-cargo-library-build
0:24.08 Compiling u2fhid v0.1.0 (file:///Users/droeh/Sandbox/mozilla-central/dom/webauthn/u2f-hid-rs)
0:25.17 warning: unused macro definition
0:25.17 --> /Users/droeh/Sandbox/mozilla-central/dom/webauthn/u2f-hid-rs/src/util.rs:13:1
0:25.17 |
0:25.17 13 | / macro_rules! try_or {
0:25.17 14 | | ($val:expr, $or:expr) => {
0:25.17 15 | | match $val {
0:25.17 16 | | Ok(v) => { v }
0:25.17 ... |
0:25.17 19 | | }
0:25.17 20 | | }
0:25.17 | |_^
0:25.17 |
0:25.17 = note: #[warn(unused_macros)] on by default
0:25.17
0:25.19 error: native frameworks are only available on macOS targets
0:25.19
0:25.35 error: aborting due to previous error
0:25.35
0:25.38 error: Could not compile `u2fhid`.
0:25.38
0:25.38 To learn more, run the command again with --verbose.
0:25.38 make[5]: *** [force-cargo-library-build] Error 101
0:25.38 make[4]: *** [toolkit/library/rust/target] Error 2
0:25.38 make[4]: *** Waiting for unfinished jobs....
0:25.85 libmozglue_android.a.desc
0:25.93 make[3]: *** [compile] Error 2
0:25.93 make[2]: *** [default] Error 2
0:25.93 make[1]: *** [realbuild] Error 2
0:25.93 make: *** [build] Error 2
0:25.96 2 compiler warnings present.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment