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

error: failed to read /home/irevoire/rust-bindgen/bindgen-build/Cargo.toml #2

Open
irevoire opened this issue May 28, 2019 · 4 comments

Comments

@irevoire
Copy link

irevoire commented May 28, 2019

Hello,

I'm trying to use your crate. It seems like you were using something from rust-bindgen which was deleted.
I'm wondering fix or give me some workaround.
Also I would love to upgrade your crate to DPDK 19.05 but I can't find any documentation :(
But by looking at rte-sys I feel like all the works is almost done.

@flier
Copy link
Owner

flier commented May 29, 2019

The crate is experimental for old version DPDK, I haven't enough time to migrate the latest version DPDK :(

@irevoire
Copy link
Author

Well actually the 18.11 is still the last LTS version of DPDK, it's not so bad 👍
Just a last question, you don't known which version of rust-binding you were using at the time ?

@flier
Copy link
Owner

flier commented May 29, 2019

I think you can just use the latest bindgen, the binding file don't need change in most of time.

I'm using a customized bindgen for some reason, and will change to use crates.io later.

@irevoire
Copy link
Author

Well the thing I don't understand is here:
https://github.com/flier/rust-dpdk/blob/master/rte-sys/Cargo.toml#L27

bindgen-build = { path = "../../rust-bindgen/bindgen-build" }

You are searching for a bindgen-build directory inside of the rust-bindgen repository.
And when searching in the rust-bindgen repository I don't see anything like that https://github.com/rust-lang/rust-bindgen
Also I checked if 6 months ago (your last commit) they had one but it seems they never had one...

But I think it's the only problem before being able to use the bindings :(

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

2 participants