You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out the installer.sh wasn't installing the right packages for me because it couldn't find one of the packages. Turns out that if it cannot find one package, it will not install any of them. I need to figure out how to make it go through each package independently. Maybe adding the --skip-broken flag to the command will help.
The text was updated successfully, but these errors were encountered:
I meet the same question and I delete the .cache.mk in the ssa.and the command make is successful.
And if you losing some head files. can using apt-file to find them.
Issue
Trustbase won't compile so I can run it on my machine. I believe it is because the installer didn't install the dependencies needed to run trustbase.
Reproduction
I am running on a Fedora 29 machine.
I cloned the repository and tried installing the packages.
After installing, I run
make
I get the following errors
Recommended Solution
Turns out the installer.sh wasn't installing the right packages for me because it couldn't find one of the packages. Turns out that if it cannot find one package, it will not install any of them. I need to figure out how to make it go through each package independently. Maybe adding the
--skip-broken flag
to the command will help.The text was updated successfully, but these errors were encountered: