varasev on va-staking-dapp-light-optimization
Fix Staking DApp light optimiza… (compare)
varasev on va-staking-dapp-light-optimization
mix format (compare)
varasev on va-staking-dapp-light-optimization
Add Staking DApp light optimiza… (compare)
vbaranov on production-lukso-stg
DarkForest: apply theme to toke… Merge pull request #3540 from p… Staking dapp stats: total numbe… and 24 more (compare)
i am running mix phx.server
and the error i am getting is:
make: Entering directory '/home/danish/work_space/blockscout/deps/keccakf1600/c_src'
LD keccakf1600.so
/usr/bin/ld: cannot find -lerl_interface
collect2: error: ld returned 1 exit status
Makefile:140: recipe for target '/home/danish/work_space/blockscout/deps/keccakf1600/c_src/../priv/keccakf1600.so' failed
make: *** [/home/danish/work_space/blockscout/deps/keccakf1600/c_src/../priv/keccakf1600.so] Error 1
make: Leaving directory '/home/danish/work_space/blockscout/deps/keccakf1600/c_src'
===> Hook for compile failed!
** (Mix) Could not compile dependency :keccakf1600, "/home/danish/.mix/rebar3 bare compile --paths /home/danish/work_space/blockscout/_build/dev/lib/*/ebin" command failed. You can recompile this dependency with "mix deps.compile keccakf1600", update it with "mix deps.update keccakf1600" or clean it with "mix deps.clean keccakf1600"
Don't now what's the problem is even i am following each and every step properly. All the packages are properly installed
any one there know how to fix it.
hello! Trying to install local instance of blockscout via docker on CatalinaOS. On step [13/14] getting an error==> Checking PostrgeSQL container
==> Starting PostgreSQL container
Error response from daemon: Failed to inspect container postgres: error during connect: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/postgres/json": EOF
Error: failed to start containers: postgres
make: *** [postgres] Error 1
which also causes the Docker Daemon to fail with 2020-11-24T22:30:54Z dockerd time="2020-11-24T22:30:54.892067393Z" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
have run docker pull postgres
successfully. Any other actions I can take?