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 failed]: when using helios as library for Android #365

Open
hsyodyssey opened this issue Sep 5, 2024 · 2 comments
Open

[build failed]: when using helios as library for Android #365

hsyodyssey opened this issue Sep 5, 2024 · 2 comments

Comments

@hsyodyssey
Copy link
Contributor

Description
Build failed when using helios as library for JNI.

error[E0433]: failed to resolve: could not find `linux` in `os`
  --> /home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/interprocess-2.2.1/src/os/unix/uds_local_socket/tokio/stream.rs:36:17
   |
36 |             use std::os::linux::net::SocketAddrExt;
   |                          ^^^^^ could not find `linux` in `os`
   |

This issue is caused by library interprocess-2.2.1

Trick to solve this for now
Manually add this part: in kotauskas/interprocess@db6c36d

@ncitron
Copy link
Collaborator

ncitron commented Sep 9, 2024

Is there anything actionable here or can we expect interprocess's next release to resolve this?

@hsyodyssey
Copy link
Contributor Author

My current solution is to find this piece of code and make the same local modification mentioned above before compiling. I think they will likely fix it in a future release.

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