cardano-community / guild-operators

Artifacts and scripts created by Guild operators
https://cardano-community.github.io/guild-operators
MIT License
354 stars 177 forks source link

command not found when running cabal-build-all.sh #1602

Closed CybertSys closed 1 year ago

CybertSys commented 1 year ago

Unable to build the node get an error when executing the cabal-build-all.sh

I setup the packages and folder structure using the document located here, https://cardano-community.github.io/guild-operators/basics/

  1. I ran the command guild-deploy.sh -n preview
  2. I cloned the repository using this document, https://cardano-community.github.io/guild-operators/Build/node-cli/
  3. I get the error when I execute this command $CNODE_HOME/scripts/cabal-build-all.sh

Error: Running cabal update to ensure you're on latest dependencies.. /opt/cardano/cnode/scripts/cabal-build-all.sh: line 70: cabal: command not found Building.. /opt/cardano/cnode/scripts/cabal-build-all.sh: line 76: cabal: command not found /opt/cardano/cnode/scripts/cabal-build-all.sh: line 79: cabal: command not found

rdlrt commented 1 year ago

I setup the packages and folder structure using the document located here

  1. Did you use parameter to -s for guild-deploy script?
  2. If yes , Did you source the bashrc right after?
CybertSys commented 1 year ago

No.

On Mon, Feb 6, 2023 at 7:18 PM RdLrT @.***> wrote:

I setup the packages and folder structure using the document located here

  1. Did you use parameter to -s for guild-deploy script?
      1. If yes , Did you source the bashrc right after? *

— Reply to this email directly, view it on GitHub https://github.com/cardano-community/guild-operators/issues/1602#issuecomment-1419978584, or unsubscribe https://github.com/notifications/unsubscribe-auth/APEJULK35SNDN65ZHRVKHNDWWGIDPANCNFSM6AAAAAAUTHZU6U . You are receiving this because you authored the thread.Message ID: @.***>

-- Jason Seibert “By humility and the fear of the LORD are riches, and honor, and life.” Proverbs 22:4

rdlrt commented 1 year ago

It's part of usage as well as example: image

Also, note the warning on the build page: image