Created
July 7, 2017 13:27
-
-
Save ivanacostarubio/81b10263c071a5825444d4a2d6c769f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### stderr ### | |
# [...] | |
# Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc" | |
# /usr/lib/gcc/x86_64-alpine-linux-musl/5.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lsnappy | |
# /usr/lib/gcc/x86_64-alpine-linux-musl/5.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lsnappy | |
# collect2: error: ld returned 1 exit status | |
# *** omake: targets were not rebuilt because of errors: | |
# src/dllcamlleveldb.so | |
# src/leveldb.a | |
# src/leveldb.cma | |
# src/leveldb.cmxa | |
# src/libcamlleveldb.a | |
=-=- Error report -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | |
The following actions were aborted | |
- install tezos-deps dev | |
The following actions failed | |
- install leveldb 1.1.2 | |
No changes have been performed | |
=-=- leveldb.1.1.2 troobleshooting =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | |
=> This package relies on external (system) dependencies that may be missing. `opam depext leveldb.1.1.2' may help you find the correct installation for your system. | |
Makefile:18: recipe for target 'build-deps' failed | |
make: *** [build-deps] Error 4 | |
make -C src all | |
make[1]: Entering directory '/vagrant/src' | |
Makefile:327: .depend: No such file or directory | |
OCAMLDEP (node.cmxa) state.mli | |
ocamlfind: Package `leveldb' not found | |
Makefile:358: recipe for target 'node/shell/state.mli.deps' failed | |
make[1]: *** [node/shell/state.mli.deps] Error 2 | |
make[1]: Leaving directory '/vagrant/src' | |
Makefile:3: recipe for target 'all' failed | |
make: *** [all] Error 2 | |
alpine34:/vagrant$ apk add leveldb | |
ERROR: Unable to lock database: Permission denied | |
ERROR: Failed to open apk database: Permission denied | |
alpine34:/vagrant$ sudo apk add leveldb | |
OK: 978 MiB in 130 packages | |
alpine34:/vagrant$ sudo apk add lsnappy | |
ERROR: unsatisfiable constraints: | |
lsnappy (missing): | |
required by: world[lsnappy] | |
alpine34:/vagrant$ lsnappy | |
-ash: lsnappy: not found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment