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

Can't build bin files #2362

Closed
VuKhuongDuy opened this issue Jan 4, 2024 · 1 comment
Closed

Can't build bin files #2362

VuKhuongDuy opened this issue Jan 4, 2024 · 1 comment

Comments

@VuKhuongDuy
Copy link

I ran make install on my Ubuntu 22
with correct pre-requirement package version
But it always failed when build bin:
Screen Shot 2024-01-04 at 23 03 07

I used branch v0.28.2
protoc --version ==> libprotoc 3.12.4
cometbft version ==> 0.37.2

@sug0
Copy link
Contributor

sug0 commented Jan 4, 2024

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.


[1]:

[sugo@honda ~]$ protoc --version
libprotoc 24.1

@sug0 sug0 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 12, 2024
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