You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build spdk-rs with README but failed for
failed to run custom build commandfor`spdk-rs v0.1.0 (/home/xuanwo/Code/openebs/spdk-rs)`
Caused by:
process didn't exit successfully: `/home/xuanwo/Code/openebs/spdk-rs/target/debug/build/spdk-rs-52a1fec7aa47c81d/build-script-build` (exit status: 1) --- stdout Configuring SPDK library... SPDK_PATH variable is set to /home/xuanwo/Code/spdk/spdk/build SPDK found at /home/xuanwo/Code/spdk/spdk/build **** PKG_CONFIG_PATH: (undefined) **** PKG_CONFIG_PATH_FOR_TARGET: (undefined) Added include path: /home/xuanwo/Code/spdk/spdk/build/include --- stderr Failed to configure SPDK: Failed to add include path '/home/xuanwo/Code/spdk/spdk/build/include/spdk_internal': No such file or directory (os error 2)
If you use the nix-shell, it will build spdk for you btw.
You can also use nix-shell --arg nospdk true which lets you build your own with most needed dependencies.
Please have a look at the README, if you haven't already.
Describe the bug
I tried to build
spdk-rs
with README but failed forTo Reproduce
Steps to reproduce the behavior:
spdk
git checkout v23.05
AS=yasm ./configure --enable-debug --target-arch=nehalem --without-shared \ --without-crypto \ --with-uring --without-uring-zns \ --disable-unit-tests --disable-tests
make
spdk-rs
cargo build
Expected behavior
Build succeeded.
Screenshots
Additional context
None.
The text was updated successfully, but these errors were encountered: