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
warning: output filename collision.
The lib target `zenoh_plugin_storage_manager` in package `zenoh-plugin-storage-manager v0.11.0-dev (/home/lieven/workspace/zenoh/plugins/zenoh-plugin-storage-manager)` has the same output filename as the lib target `zenoh_plugin_storage_manager` in package `zenoh-plugin-storage-manager v0.11.0-dev (/home/lieven/workspace/zenoh/plugins/zenoh-plugin-storage-manager)`.
Colliding filename is: /home/lieven/workspace/zenoh/target/release/deps/libzenoh_plugin_storage_manager.so
The targets should have unique names.
Consider changing their names to be unique or compiling them separately.
This may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>.
warning: output filename collision.
The lib target `zenoh_plugin_storage_manager` in package `zenoh-plugin-storage-manager v0.11.0-dev (/home/lieven/workspace/zenoh/plugins/zenoh-plugin-storage-manager)` has the same output filename as the lib target `zenoh_plugin_storage_manager` in package `zenoh-plugin-storage-manager v0.11.0-dev (/home/lieven/workspace/zenoh/plugins/zenoh-plugin-storage-manager)`.
Colliding filename is: /home/lieven/workspace/zenoh/target/release/deps/libzenoh_plugin_storage_manager.so.dwp
The targets should have unique names.
Consider changing their names to be unique or compiling them separately.
This may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>.
Compilation error at the end
Compiling unix-named-pipe v0.2.0
Compiling tokio-vsock v0.5.0
Compiling shared_memory v0.12.4
Compiling advisory-lock v0.3.0
Compiling filepath v0.1.2
Compiling zenoh-link-unixpipe v0.11.0-dev (/home/lieven/workspace/zenoh/io/zenoh-links/zenoh-link-unixpipe)
error: failed to build archive from rlib: No such file or directory
error: could not compile `zenoh-plugin-storage-manager` (test "wildcard") due to previous error
warning: build failed, waiting for other jobs to finish...
./zenoh.sh: line 10: ./target/release/zenohd: No such file or directory
Describe the bug
Warning at beginning
Compilation error at the end
To reproduce
Compilation setup arguments
System info
lieven@pcpav2:~/workspace/zenoh$ cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
The text was updated successfully, but these errors were encountered: