i got this msg when trying to upgrade so i ended up just rolling back to 1.35.3 how do i fix this so i can upgrade to 1.35.4
Got NamedPackage ouroboros-consensus-cardano-tools
CallStack (from HasCallStack):
error, called at src/Distribution/Client/CmdInstall.hs:474:33 in main:Distribution.Client.CmdInstall
Also running the correct version of cabal 3.6.2.0? Here’s a github post about it but doesn’t have a solid solution. Do you have multiple cabal files in one directory?
cabal: Cannot build the package cardano-ping, it is not in this project
(either directly or indirectly). If you want to add it to the project then
edit the cabal.project file.
When I had strange errors, removing or renaming the ~/.cabal folder (from the home of the user used to build cardano-node) and running cabal update, then building again, helped.
Are you running a script that is doing the compiling for you? If so then check the cabal command that it is doing. cardano-ping seems to have been removed from version 1.35.4 whereas it was available to compile in version 1.35.3.