Hi, While building Servo source on Ubuntu 15.10, servo-glutin failed because it couldn't get wayland-client crate. Here is the output of "cargo build" executed inside servo/.cargo/registry/src/github.com-1ecc6299db9ec823/servo-glutin-0.4.16:
cargo build --verbose Fresh libc v0.2.11 Fresh log v0.3.6 Fresh bitflags v0.7.0 Fresh xml-rs v0.3.4 Fresh khronos_api v1.0.0 Fresh gl_generator v0.5.1 Fresh lazy_static v0.1.16 Fresh shared_library v0.1.4 Compiling servo-glutin v0.4.16 (file:///servo/.cargo/registry/src/github.com-1ecc6299db9ec823/servo-glutin-0.4.16) Running `rustc src/lib.rs --crate-name glutin --crate-type lib -g --cfg feature=\"default\" --out-dir /servo/.cargo/registry/src/github.com-1ecc6299db9ec823/servo-glutin-0.4.16/target/debug --emit=dep-info,link -L dependency=/servo/.cargo/registry/src/github.com-1ecc6299db9ec823/servo-glutin-0.4.16/target/debug -L dependency=/servo/.cargo/registry/src/github.com-1ecc6299db9ec823/servo-glutin-0.4.16/target/debug/deps --extern shared_library=/servo/.cargo/registry/src/github.com-1ecc6299db9ec823/servo-glutin-0.4.16/target/debug/deps/libshared_library-b85e0bdc9ad1c2fe.rlib --extern libc=/servo/.cargo/registry/src/github.com-1ecc6299db9ec823/servo-glutin-0.4.16/target/debug/deps/liblibc-6b483f9a7097e9a4.rlib --extern lazy_static=/servo/.cargo/registry/src/github.com-1ecc6299db9ec823/servo-glutin-0.4.16/target/debug/deps/liblazy_static-3a04918be71c80ee.rlib` src/lib.rs:61:1: 61:29 error: can't find crate for `wayland_client` [E0463] src/lib.rs:61 extern crate wayland_client; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: aborting due to previous error error: Could not compile `servo-glutin`. Caused by: Process didn't exit successfully: `rustc src/lib.rs --crate-name glutin --crate-type lib -g --cfg feature="default" --out-dir /servo/.cargo/registry/src/github.com-1ecc6299db9ec823/servo-glutin-0.4.16/target/debug --emit=dep-info,link -L dependency=/servo/.cargo/registry/src/github.com-1ecc6299db9ec823/servo-glutin-0.4.16/target/debug -L dependency=/servo/.cargo/registry/src/github.com-1ecc6299db9ec823/servo-glutin-0.4.16/target/debug/deps --extern shared_library=/servo/.cargo/registry/src/github.com-1ecc6299db9ec823/servo-glutin-0.4.16/target/debug/deps/libshared_library-b85e0bdc9ad1c2fe.rlib --extern libc=/servo/.cargo/registry/src/github.com-1ecc6299db9ec823/servo-glutin-0.4.16/target/debug/deps/liblibc-6b483f9a7097e9a4.rlib --extern lazy_static=/servo/.cargo/registry/src/github.com-1ecc6299db9ec823/servo-glutin-0.4.16/target/debug/deps/liblazy_static-3a04918be71c80ee.rlib` (exit code: 101) crate.io does show that wayland-client crate is available. Any idea how to make build get this crate? Thanks, Atul. _______________________________________________ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo