-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cryptic error messages due to missing version constraints #114
Comments
Thanks for report. Apologies for late reply.
That is unfortunately frequent problem with plutus/cardano deps in this project and we fixed this a lot previously.
There was doc on this, it was removed, I am not sure why. Probably as we treat
@euonymos can I return this to README? |
We have two Nix setups - one in |
@euonymos Yes, but manual work as well, so I do not see a point to remove it from README. We can mark it like Unsupported method: do on your own risk. |
@uhbif19 sure, I have no objections, please go ahead. |
When I was trying to build the project for the first time in Arch Linux, I encountered the following error:
Click to expand
I was not able to figure out why cabal was resolving to the wrong version of plutus-tx.
So I pinned thie plutus-tx version in the cabal file and tried again. After pinning a few more dependencies as per the following snippet, I was able to obtain an error message that makes sense:
Fixes:
Error message:
Click to expand:
Then I proceeded to install
blst
from AUR andlibsecp256k1
from pacman, post which the build succeeded.Questions:
In addition to this:
The text was updated successfully, but these errors were encountered: