Skip to content

Instantly share code, notes, and snippets.

@dginev
Created July 14, 2015 13:29
Show Gist options
  • Save dginev/c8c80c064dd8bdca596a to your computer and use it in GitHub Desktop.
Save dginev/c8c80c064dd8bdca596a to your computer and use it in GitHub Desktop.
cargo build for libarchive-sys
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:93:22: 93:35 error: use of unstable library feature 'box_raw': may be renamed or moved out of Box scope
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:93 let mut rc = Box::from_raw(_client_data as *mut ReadContainer);
^~~~~~~~~~~~~
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:93:22: 93:35 help: add #![feature(box_raw)] to the crate attributes to enable
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:96:9: 96:29 error: use of unstable library feature 'box_raw': renamed to Box::into_raw
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:96 std::boxed::into_raw(rc);
^~~~~~~~~~~~~~~~~~~~
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:96:9: 96:29 help: add #![feature(box_raw)] to the crate attributes to enable
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:111:18: 111:31 error: use of unstable library feature 'box_raw': may be renamed or moved out of Box scope
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:111 let rc = Box::from_raw(_client_data as *mut ReadContainer);
^~~~~~~~~~~~~
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:111:18: 111:31 help: add #![feature(box_raw)] to the crate attributes to enable
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:118:22: 118:35 error: use of unstable library feature 'box_raw': may be renamed or moved out of Box scope
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:118 let mut rc = Box::from_raw(_client_data as *mut ReadContainer);
^~~~~~~~~~~~~
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:118:22: 118:35 help: add #![feature(box_raw)] to the crate attributes to enable
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:122:13: 122:33 error: use of unstable library feature 'box_raw': renamed to Box::into_raw
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:122 std::boxed::into_raw(rc);
^~~~~~~~~~~~~~~~~~~~
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:122:13: 122:33 help: add #![feature(box_raw)] to the crate attributes to enable
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:127:9: 127:29 error: use of unstable library feature 'box_raw': renamed to Box::into_raw
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:127 std::boxed::into_raw(rc);
^~~~~~~~~~~~~~~~~~~~
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:127:9: 127:29 help: add #![feature(box_raw)] to the crate attributes to enable
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:194:59: 194:79 error: use of unstable library feature 'box_raw': renamed to Box::into_raw
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:194 archive_read_set_callback_data(*self.handler, std::boxed::into_raw(rc) as *mut c_void);
^~~~~~~~~~~~~~~~~~~~
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:194:59: 194:79 help: add #![feature(box_raw)] to the crate attributes to enable
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:220:6: 220:19 error: use of unstable library feature 'rc_unique': renamed to Rc::is_unique
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:220 if rc::is_unique(&self.handler) {
^~~~~~~~~~~~~
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:220:6: 220:19 help: add #![feature(rc_unique)] to the crate attributes to enable
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:234:6: 234:19 error: use of unstable library feature 'rc_unique': renamed to Rc::is_unique
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:234 if rc::is_unique(&self.handler) {
^~~~~~~~~~~~~
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:234:6: 234:19 help: add #![feature(rc_unique)] to the crate attributes to enable
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:274:6: 274:19 error: use of unstable library feature 'rc_unique': renamed to Rc::is_unique
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:274 if rc::is_unique(&self.handler) {
^~~~~~~~~~~~~
/home/dreamweaver/.cargo/registry/src/github.com-0a35038f75765ae4/libarchive-sys-0.0.2/src/lib.rs:274:6: 274:19 help: add #![feature(rc_unique)] to the crate attributes to enable
error: aborting due to 10 previous errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment