Installation Error #1

Closed
opened 2022-12-19 18:12:14 +00:00 by autotunafish · 2 comments
autotunafish commented 2022-12-19 18:12:14 +00:00 (Migrated from gitlab.com)

Following the installation procedure, running stack install from inside /zenith returns the following

Error: [S-636]
Stack looks for packages in the directories configured in
the 'packages' and 'extra-deps' fields defined in your stack.yaml
The current entry points to /home/john/zenith/haskoin-core/,
but no .cabal or package.yaml file could be found there.

Following the installation procedure, running stack install from inside /zenith returns the following Error: [S-636] Stack looks for packages in the directories configured in the 'packages' and 'extra-deps' fields defined in your stack.yaml The current entry points to /home/john/zenith/haskoin-core/, but no .cabal or package.yaml file could be found there.

Zenith currently depends on a patched version of haskoin-core available on Github.

The folder haskoin-core is a git submodule pointing to that repo, you should be able to go into the folder and git pull the needed code.

I have an open pull request to the main branch of haskoin-core but it has been sitting there for 6 months with no feedback.

Zenith currently depends on a patched version of `haskoin-core` available on [Github](https://github.com/khazaddum/haskoin-core). The folder `haskoin-core` is a git submodule pointing to that repo, you should be able to go into the folder and `git pull` the needed code. I have an open pull request to the main branch of `haskoin-core` but it has been sitting there for 6 months with no feedback.

Responding here now if thats preferable to your recent update post about haskoin. It's building now, should be just few minutes.

Looks Good! Cant screen shot it here but thats the output

zenith > Installing executable zenith in /home/john/zenith/.stack-work/install/x86_64-linux-tinfo6/789e60cb5acb839f056ea9bf79d7021d4c8b18256f7078bada5401553f0f051c/9.0.2/bin
zenith > Registering library for zenith-0.3.2..
Completed 2 action(s).
Copying from /home/john/zenith/.stack-work/install/x86_64-linux-tinfo6/789e60cb5acb839f056ea9bf79d7021d4c8b18256f7078bada5401553f0f051c/9.0.2/bin/zenith to /home/john/.local/bin/zenith

Copied executables to /home/john/.local/bin:

  • zenith
    john@john-HP-Z400-Workstation:~/zenith$ zenith
    Connected to Zcash Full Node :)
    ______ _ _ _
    |___ / () | | |
    / / ___ _ __ | || |__
    / / / _ \ '
    | | | ' \
    / /| __/ | | | | || | | |
    /
    ___|| |||_|| ||
    Zcash Full Node CLI
    Zenith > ?
  • exit: exit app
  • uri: send ZEC reading details from URI
  • new: create new Unified Address
  • copy: copies an address to the clipboard
  • send: prompt for sending ZEC
  • txs: 'txs ' shows transactions for address from list command
  • list: lists all addresses known to the node
Responding here now if thats preferable to your recent update post about haskoin. It's building now, should be just few minutes. Looks Good! Cant screen shot it here but thats the output zenith > Installing executable zenith in /home/john/zenith/.stack-work/install/x86_64-linux-tinfo6/789e60cb5acb839f056ea9bf79d7021d4c8b18256f7078bada5401553f0f051c/9.0.2/bin zenith > Registering library for zenith-0.3.2.. Completed 2 action(s). Copying from /home/john/zenith/.stack-work/install/x86_64-linux-tinfo6/789e60cb5acb839f056ea9bf79d7021d4c8b18256f7078bada5401553f0f051c/9.0.2/bin/zenith to /home/john/.local/bin/zenith Copied executables to /home/john/.local/bin: - zenith john@john-HP-Z400-Workstation:~/zenith$ zenith Connected to Zcash Full Node :) ______ _ _ _ |___ / (_) | | | / / ___ _ __ _| |_| |__ / / / _ \ '_ \| | __| '_ \ / /_| __/ | | | | |_| | | | /_____\___|_| |_|_|\__|_| |_| Zcash Full Node CLI Zenith > ? - exit: exit app - uri: send ZEC reading details from URI - new: create new Unified Address - copy: copies an address to the clipboard - send: prompt for sending ZEC - txs: 'txs <id>' shows transactions for address <id> from list command - list: lists all addresses known to the node
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Vergara_Tech/zenith#1
No description provided.