2nd - Trying to update CABAL I get the following errors
No user sessions are running outdated binaries.
[ Warn ] New GHCup version available: 0.1.17.7. To upgrade, run 'ghcup upgrade'
[ Warn ] New GHC version available: 9.0.1. To upgrade, run 'ghcup install ghc 9.0.1'
[ Error ] Unable to find a download for the requested version/distro.
[ Error ] Also check the logs in "/home/trusted/.ghcup/logs"
[ Warn ] New GHCup version available: 0.1.17.7. To upgrade, run 'ghcup upgrade'
[ Warn ] New GHC version available: 9.0.1. To upgrade, run 'ghcup install ghc 9.0.1'
[ Error ] The version "3.6.2.0" of the tool "Cabal" is not installed.
[ Warn ] New GHCup version available: 0.1.17.7. To upgrade, run 'ghcup upgrade'
[ Warn ] New GHC version available: 9.0.1. To upgrade, run 'ghcup install ghc 9.0.1'
[ Warn ] Symlink "/home/trusted/.ghcup/bin/cabal" is broken.
Did the commands in the “Installing 1.35.3” section work? Do you have old binaries somewhere else? What does which -a cardano-node or which -a cardano-cli say? Do you have an absolute path to some other binary in your systemd units that start the node?
Ran it install again so I could capture the failures.
sudo cp $(find $HOME/git/cardano-node-1.35.3/dist-newstyle/build -type f -name “cardano-cli”) /usr/local/bin/cardano-cli
find: ‘/home/trusted/git/cardano-node-1.35.3/dist-newstyle/build’: No such file or directory
cp: missing destination file operand after ‘/usr/local/bin/cardano-cli’
Try ‘cp --help’ for more information.
trusted@ribeye:~/cardano-my-node$ cp: missing destination file operand after '/us
cabal build cardano-cli cardano-node cardano-submit-api
fatal: destination path ‘cardano-node-1.35.3’ already exists and is not an empty directory.
Fetching origin
HEAD is now at 950c4e222 Merge #4269
cabal: Error parsing project file
/home/trusted/git/cardano-node-1.35.3/cabal.project:185:
“” (line 2, column 1):
unexpected ‘b’
expecting space or end of input