Closed smclinden closed 1 year ago
Hi @smclinden , to build from source, you don't need the sift-cli repo, you only need the sift-saltstack repo and saltstack. However, the error you're having as listed above is indicative of an apt
issue, not a SIFT
issue.
Additionally the salt states aren't packages that depend upon code in flux, they're instructions to allow SaltStack to install those packages from source. To install SIFT using the salt states, you will require that Salt 3004.1 and git be installed, then issue the commands found here
The CLI tool will accomplish the above, but the broken packages issue you have will prevent this. You could try running:
sudo apt-get install -f
to see if you can rectify the broken packages issue.
Closing due to age. (stale)
I get:
This is with the current LTS download of 20.04.
I can't build from source because there is no documentation on what config.json should look like for sift-cli."
I would really like to be able to install from source rather than rely on packages that depend upon code that appears to be in flux.