I ran cabal build all
successfully, did not see anything error like.
I run cabal install all --bindir ~/.local/bin
and at first it seems to work, but then I get a problem:
(seems to work, can see my cardano-node and cardano-cli tar.gz’s…)
But then starts to fail:
(screenshot below)
Falling back to older state (2020-11-14T23:50:07Z).
cabal: Cannot build the executables in the package byron-spec-chain because it
does not contain any executables. Check the .cabal file for the package and
make sure that it properly declares the components that you expect.
Cannot build the executables in the package byron-spec-ledger because it does
not contain any executables. Check the .cabal file for the package and make
sure that it properly declares the components that you expect.
Any ideas?
I also tried these recommended commands:
cp -p dist-newstyle/build/x86_64-linux/ghc-8.10.2/cardano-node-<TAGGED VERSION>/x/cardano-node/build/cardano-node/cardano-node ~/.local/bin/
cp -p dist-newstyle/build/x86_64-linux/ghc-8.10.2/cardano-cli-<TAGGED VERSION>/x/cardano-cli/build/cardano-cli/cardano-cli ~/.local/bin/
But the .../cardano-node-1.24.2/x/....
path does not exist. Any ideas why? Here is what I have:
As you can see, my directories only extend out to:
dist-newstyle/build/x86_64-linux/ghc-8.10.2/
.and all the tar.gz’s mentioned earlier (“Wrote tarball sdist to…”) are not there either.
My PATH variable:
echo $PATH
/home/thinkocapo/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/thinkocapo/.local
/bin