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

Could not compile 1.1.13 in FreeBSD #506

Open
hshh opened this issue Jan 21, 2025 · 1 comment
Open

Could not compile 1.1.13 in FreeBSD #506

hshh opened this issue Jan 21, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@hshh
Copy link

hshh commented Jan 21, 2025

Describe the bug
Could not compile 1.1.13 in FreeBSD

Describe the environment

  • FreeBSD 14.1
  • cargo-c-0.10.9_1, rust-1.84.0

How to Reproduce the bug
Steps to reproduce the behavior:

  1. git checkout 1.1.13, and update submodule
  2. cargo build --release
  3. I get this error
   Compiling default_net v0.1.0 (https://github.com/rustdesk-org/default_net#a831d47b)
error[E0432]: unresolved import `os`
  --> /root/.cargo/git/checkouts/default_net-7fd56e4671a492a6/a831d47/src/lib.rs:11:9
   |
11 | pub use os::get_mac;
   |         ^^ help: a similar path exists: `std::os`

For more information about this error, try `rustc --explain E0432`.
error: could not compile `default_net` (lib) due to 1 previous error
@hshh hshh added the bug Something isn't working label Jan 21, 2025
@rustdesk
Copy link
Owner

PR is welcome, we wont do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants