Skip to content

[BUG] - Fresh build of 1.14.1 causes Could not resolve dependencies exception #1355

@sionsmith

Description

@sionsmith

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:

  1. On a branch new AWS Amazon Linux 2: git clone https://github.com/input-output-hk/cardano-node.git
  2. git checkout tags/1.14.1
  3. cabal install cardano-node cardano-cli --installdir="$HOME/.local/bin"
  4. 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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions