Closed Troy-Cao closed 2 years ago
Hey, this error means that you do not have llvm installed on your system. Ideally, when you do opam install bap
it should prompt you to install the missing system dependencies using your operating system package manager. However, if you refuse or if your operating system is not fully supported (misses proper specification) you may end up with missing system dependencies, resulting in a conf-* package failure.
To better assist you, I need to know more details. First, which instructions did you follow to install bap? Second, did opam offer you to install the system dependencies and if yes, what was the outcome? Finally, what operating system are you using?
Hi, Ivg. Thank you for your reply. I was using the ""opam install bap"" on Ubuntu Instance and I think opam does offer me to install all the dependencies. And when installing, it gives the error info like this. So should I install llvm in the ubuntu instance with package manager?
You can just repeat opam install bap
and say "yes" to opam when it will try installing the dependencies. Watch carefully for the output of your system package manager, it may fail for various reasons, like connectivity. It is also a good idea to run sudo apt update
before that, to ensure that your indices are up to date.
I am closing it for now, if you still experiencing problems don't hesitate to reopen and provide feedback.
Hi, Fellows. I encounter a problem when installing the tool, here is the error info, any hint on solving it?