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
exec cargo +1.86.0 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_reuseport in 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 error
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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_reuseport
in 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