-
Notifications
You must be signed in to change notification settings - Fork 753
Closed
Labels
Description
Internal/Exernal
Internal if an IOHK staff member.
External otherwise.
Summary
A clean install of 1.14.1 causes Could not resolve dependencies exception
Steps to reproduce
Steps to reproduce the behavior:
- On a branch new AWS Amazon Linux 2: git clone https://github.com/input-output-hk/cardano-node.git
- git checkout tags/1.14.1
- cabal install cardano-node cardano-cli --installdir="$HOME/.local/bin"
- See error
Expected behavior
A fresh build with no errors.
System info (please complete the following information):
- OS: Amazon Linux 2
- Version ami-032598fcc7e9d1c7a
- Node version: 1.14.1
Screenshots and attachments
Exception:
[root@ip-10-20-1-115 cardano-node]# cabal install cardano-node cardano-cli --installdir="$HOME/.local/bin"
cabal: Could not resolve dependencies:
[__0] next goal: cardano-crypto-class (user goal)
[__0] rejecting: cardano-crypto-class-2.0.0 (conflict: pkg-config package
libsodium-any, not found in the pkg-config database)
[__0] fail (backjumping, conflict set: cardano-crypto-class)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: cardano-crypto-class
Additional context
Add any other context about the problem here.
Reactions are currently unavailable