Hey Guys!
I’m trying to install a Cardano node and running into an issue. I’ve been unable to find anything about this online. I’ve made sure I have all of the dependencies installed and am running the appropriate versions of cabal/GHC so a bit stumped. If you have any thoughts, that would be much appreciated. Error below:
src/Ledger/Update.hs:1:1: error:
Exception when trying to run compile-time code:
/home/will/src/cardano-node/dist-newstyle/tmp/src-84326/cs-ledger-0.1.0.0/src/goblin_genomes/UPIREG_UPREGFailure_DoesNotVerify: openBinaryFile: does not exist (No such file or directory)
Code: mkGoblinGens
“UPIREG”
[“UPREGFailure_DoesNotVerify”, “UPREGFailure_NotGenesisDelegate”,
“UPREGFailure_UPVFailure_AVChangedInPVUpdate”,
“UPREGFailure_UPVFailure_PVChangedInSVUpdate”, …]
|
1 | {-# LANGUAGE DeriveAnyClass #-}
| ^
cabal: Failed to build cs-ledger-0.1.0.0 (which is required by exe:chairman
from cardano-node-1.9.3, exe:cardano-node from cardano-node-1.9.3 and others).
See the build log above for details.
Thanks!
Will