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

Binaries for Ubuntu 20, Ubuntu 22 #4

Open
SwiftAdviser opened this issue Sep 12, 2022 · 4 comments
Open

Binaries for Ubuntu 20, Ubuntu 22 #4

SwiftAdviser opened this issue Sep 12, 2022 · 4 comments

Comments

@SwiftAdviser
Copy link

SwiftAdviser commented Sep 12, 2022

TON Dev Chat contains many requests about binaries for ubuntu 20 and 22 with no instructions.

Binaries

Here are binaries from the toncli-local branch compiled 3 months ago:

https://github.com/SpyCheese/ton/actions/runs/2585669126

Binaries (func, fift, lite-client) from the link above are attached as an archive:

binaries.zip

Dependencies

@kdimentionaltree and I did research on which dependencies are necessary for each version:

  • Dependencies for Ubuntu 20: apt install libssl-dev
  • Dependencies for Ubuntu 22: apt install libatomic1 libssl-dev

Hope this would help upgrade the repository!

@N3koSempai
Copy link

N3koSempai commented Oct 5, 2022

ubuntu 20
fift = error
func = ok
lite-client = ok

fift in your binaries for Ubuntu 20 returned an error when running :

fift -V

error:

illegal instruction

the fift for ubuntu 18 work ok in my ubuntu 20.04 but lite-client does not #5 .

@SwiftAdviser
Copy link
Author

thanks for the feedback! Let me make a small investigation about that.

But at the same time, for ubuntu 18 worked this scenario:

  • func (ubuntu 20)
  • lite-client (ubuntu 20)
  • fift (ubuntu 18)

Do I understand right?

@N3koSempai
Copy link

N3koSempai commented Oct 5, 2022

I only tested with ubuntu 20 (20.04):

func (ubuntu 20) work ok.
lite-client (ubuntu 20) work ok
fift (ubuntu 20) error with fift -V command (error: illegal instruction)

on the same ubuntu 20 testing ubuntu 18 packages:
func (ubuntu 18) work ok.
lite-client (ubuntu 18) error #5
fift (ubuntu 18) work ok

additional information:
I only tested the -V command, I did not test more in depth.

@sharebravery
Copy link

ubuntu 22.04.3 LTS _ 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
fift -V
Illegal instruction

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

3 participants