Hi Lauris and Stablepool!
I’m running on an AWS Instance, with Linux.
I have followed exactly Cardano’s Stake Pool Guide. That means I’ve already run cabal update
and after that cabal --version
. Anyway, I have run them again. This is what I get:
[ec2-user@ip-172-31-37-144 ~]$ cabal update Downloading the latest package list from hackage.haskell.org To revert to previous state run: cabal v2-update 'hackage.haskell.org,2020-09-21T21:43:55Z' [ec2-user@ip-172-31-37-144 ~]$ cabal --version cabal-install version 3.2.0.0 compiled using version 3.2.0.0 of the Cabal library
And after that I’ve done cabal clean
and cabal build all
as you guys suggested. Now this is what I’m getting:
Cloning into '/home/ec2-user/cardano-node/dist-newstyle/src/ouroboros_-e7dffa0d85e2839'... remote: Enumerating objects: 1249, done. remote: Counting objects: 100% (1249/1249), done. remote: Compressing objects: 100% (749/749), done. remote: Total 104885 (delta 914), reused 613 (delta 422), pack-reused 103636 Receiving objects: 100% (104885/104885), 110.35 MiB | 14.03 MiB/s, done. Resolving deltas: 100% (73114/73114), done. HEAD is now at f0eb6e439 Merge #2546 Warning: Requested index-state2020-07-15T00:00:00Z is newer than 'hackage.haskell.org'! Falling back to older state (2020-07-14T22:50:55Z). Resolving dependencies... 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