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

Role is failing at the install rust dependencies task #1

Open
ultd opened this issue May 31, 2021 · 3 comments
Open

Role is failing at the install rust dependencies task #1

ultd opened this issue May 31, 2021 · 3 comments

Comments

@ultd
Copy link

ultd commented May 31, 2021

Role is failing at the install rust dependencies task. This was the log:

TASK [solana-rpc-ansible : install rust dependencies] ********************************************************
fatal: [51.81.67.16]: FAILED! => {"changed": false, "msg": "No package matching 'libssl-dev' is available"}

OS: Ubuntu 20.04
CPU: AMD Epyc 7371

Possible fix:
Add task to check if libssl-dev was installed. Also run apt-get update & check if git and other deps are installed prior to starting the installation process.

@linuskendall
Copy link
Contributor

This sounds like an odd config? libssl-dev should be available in Ubuntu 20.04 ? I think maybe your package repos are a bit off. Perhaps you could do an apt search libssl-dev and tell me what you find.

https://packages.ubuntu.com/search?keywords=libssl-dev&searchon=names&suite=focal&section=all

@linuskendall
Copy link
Contributor

Added a separate dependency file, if you have some particular dist that needs other package names let me know and we can add exceptions here:

1a2a462

@ultd
Copy link
Author

ultd commented Jun 4, 2021

Ok let me look into it but I believe it was a fresh Ubuntu 20.04 install and it was giving me libssl-dev not installed error. What do you think about adding solana-sys-tuner runner as a task? Currently, you have to run it manually.

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