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

clipboard not compiling on Travis CI linux targets #77

Open
Ninjani opened this issue May 3, 2020 · 0 comments
Open

clipboard not compiling on Travis CI linux targets #77

Ninjani opened this issue May 3, 2020 · 0 comments

Comments

@Ninjani
Copy link

Ninjani commented May 3, 2020

Thanks for this crate, I'm using it for a terminal code snippets manager here. I'm having some issues building binaries for Linux using Travis, and the failure seems to be related to clipboard's xcb dependency. This is the error:

error: failed to run custom build command for `xcb v0.8.2`

Caused by:

  process didn't exit successfully: `/target/debug/build/xcb-642392b748273c1b/build-script-build` (exit code: 101)

--- stderr

thread 'main' panicked at 'Unable to find build dependency python3: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /cargo/registry/src/github.com-1ecc6299db9ec823/xcb-0.8.2/build.rs:67:26

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

I've tried adding dependencies to the travis file (here) based on some other issues and pull requests from this repo, but no luck. This is the first time I'm trying something like this so maybe I've made a silly error somewhere, let me know if it's unrelated and I'll close this issue.

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

1 participant