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

Following Getting Started instructions to make fails in Ubuntu Linux 24.04 #216

Closed
tonydiep opened this issue Jan 1, 2025 · 1 comment
Closed

Comments

@tonydiep
Copy link

tonydiep commented Jan 1, 2025

Steps to reproduce

  1. Follow instructions from README.MD, i.e.,
  2. npm run make
  3. Forge failes with error message
Error: Cannot make for rpm, the following external binaries need to be installed: rpmbuild
  1. Install per error mesage: npm i rpmbuild --save-dev
  2. npm run make
  3. Forge still fails saying rpmbuild is not installed
Error: Cannot make for rpm, the following external binaries need to be installed: rpmbuild
@tonydiep
Copy link
Author

tonydiep commented Jan 1, 2025

I don't know if rpmbuild was actually missing per the error message but this is what solved it:

sudo apt install rpm

@tonydiep tonydiep closed this as completed Jan 1, 2025
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

1 participant