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
can you show the entire error message? post it on pastebin, for instance.
some preemptive analysis, though: your protoc version is lower than my system's [1]. that could be one of the causes of the build failure. another possible cause is that you might have too little system memory. to build namada successfully you need, at least, around 16 GiB of RAM. if the latter is the cause, try switching to mold as your linker. their github page shows you how to make the switch.
I ran
make install
on my Ubuntu 22with correct pre-requirement package version
But it always failed when build bin:
I used branch v0.28.2
protoc --version ==> libprotoc 3.12.4
cometbft version ==> 0.37.2
The text was updated successfully, but these errors were encountered: