Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure on OpenBSD with Rust nightly. #27

Open
vext01 opened this issue Mar 15, 2017 · 1 comment
Open

Build failure on OpenBSD with Rust nightly. #27

vext01 opened this issue Mar 15, 2017 · 1 comment
Assignees

Comments

@vext01
Copy link

vext01 commented Mar 15, 2017

During cargo install mdbook:

   Compiling ansi_term v0.9.0
error[E0425]: cannot find value `EV_RECEIPT` in module `libc`
  --> .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.5/src/sys/unix/kqueue.rs:84:27
   |
84 |                     libc::EV_RECEIPT;
   |                           ^^^^^^^^^^ not found in `libc`

error[E0425]: cannot find value `EV_RECEIPT` in module `libc`
   --> .cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.5/src/sys/unix/kqueue.rs:120:50
    |
120 |             let filter = libc::EV_DELETE | libc::EV_RECEIPT;
    |                                                  ^^^^^^^^^^ not found in `libc`

Nightly from yesterday on amd64/openbsd.

Thanks

@kpcyrd
Copy link

kpcyrd commented May 30, 2017

I'm not sure this is related to rust-ansi-term, since it doesn't have a dependency to mio which is failing to build. Cargo runs builds for depencies concurrently if I'm not mistaken.

Some of the other depencies of mdbook have a depency to mio, which doesn't build on openbsd yet. This has been reported as tokio-rs/mio#593

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants