statebox / fsm-oracle

Finite state machines as graphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`elba install` fails to install anything

stephen-smith opened this issue · comments

Docs indicate that elba can be used to install, unfortunately, I'm not seeing that as the case in the latest else release:

bss@monster % elba install

error: no manifest file (elba.toml) exists in any parent directory
bss@monster Exit Code: 1 % ls
CONTRIBUTING.md  fsm-oracle.ipkg  input.json  LICENSE.txt  README.md  src
bss@monster % elba --version
elba 0.3.2
bss@monster % git branch
* cartographer
  master
bss@monster % git rev-parse HEAD
a92ada8d89501aa65955bc22ab4a795b8a027d15
bss@monster % git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
bss@monster % elba --version
elba 0.3.2
bss@monster % elba install

error: no manifest file (elba.toml) exists in any parent directory
bss@monster Exit Code: 1 %                                                                                                                                  ~/fsm-oracle

Can you try again? I added the missing elba.toml file in #11

WFM Thanks!

bss@monster % git reset --hard origin/cartographer
HEAD is now at d0abbeb Add option to support both petrinets and finite state machines
bss@monster % git status
On branch cartographer
Your branch is up to date with 'origin/cartographer'.

nothing to commit, working tree clean
bss@monster % elba install
       [1/3] Resolving dependencies...
  Retrieving typedefs/typedefs (git+https://github.com/typedefs/typedefs#a0ce68a1e467ec845917cb1e1411250cfb89b881)
  Retrieving statebox/idris-ct (git+https://github.com/statebox/idris-ct#master)
       [2/3] Building targets...
    Building typedefs/typedefs 0.1.0 (git+https://github.com/typedefs/typedefs#a0ce68a1e467ec845917cb1e1411250cfb89b881) [65b617d6..]
    Building statebox/idris-ct 0.1.0 (git+https://github.com/statebox/idris-ct#fbc7f633e0d86bfe5b56a2c4b9db6f780d59106d) [2326bac3..]
...
   Compiling Main [fsm-oracle/fsm-oracle]       
     [error] Couldn't build binary 0 for fsm-oracle/fsm-oracle 0.1.0 (dir+/home/bss/git/fsm-oracle)
> "idris" "--check" "-i" "/home/bss/.cache/elba/build/2326bac3a7583776b026dcc0a4e1a859e40f3985d9fb2f6e50ba52209be925bd" "-i" "/home/bss/.cache/elba/build/65b61
7d6bf5b947041734cb3a3edf4f0948e6a81e240e1dca5dcf6d982cfa51b" "-p" "contrib" "-p" "idris-ct" "Main.idr"
Main.idr:56:20-65:11:                           
...