build failed
#6726
Replies: 1 comment
-
|
Not a support forum |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
~/Projects/agave$ ./cargo build
Compiling solana-gossip v3.0.0 (/home/xx/Projects/agave/gossip)
warning: gen-syscall-list@3.0.0: (not a warning) Generating ../../../platform-tools-sdk/sbf/syscalls.txt from ../src/syscalls/mod.rs
error[E0425]: cannot find value
socket_config_reuseportin this scope--> gossip/src/cluster_info.rs:2797:17
|
2797 | socket_config_reuseport,
| ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
For more information about this error, try
rustc --explain E0425.error: could not compile
solana-gossip(lib) due to 1 previous errorBeta Was this translation helpful? Give feedback.
All reactions