Error 57 al instalar Liquidez
1 respuesta
- votos
-
- 2019-06-07
En realidad,
error 57: Synopsis and description must not be both empty
debe verse como una advertenciaemitidapor opam.La razón de lafalla se da alfinal.Se debe a la ausencia de algunas dependencias del sistema.Intenteinstalarlos de la siguientemanera antes de volver a compilar Liquidity:sudo apt-get install libcurl4-gnutls-dev libsodium-dev
Actually,
error 57: Synopsis and description must not be both empty
should be seen as a warning emitted by opam. The reason of the failure is given at the end. It's due to absence of some system dependencies. Try to install them as follows before recompiling Liquidity:sudo apt-get install libcurl4-gnutls-dev libsodium-dev
-
Intento `sudo apt-getinstall libcurl4-gnutls-dev libsodium-dev` y obtengoesto:` s-dev libsodium-dev Leyendo listas depaquetes ... Hecho Construyendo árbol de dependencia Leyendoinformación deestado ... Hecho E: No sepuede ubicarelpaquete libcurl4-gnutls-dev E: No sepuede localizarelpaquete libsodium-dev 'I try `sudo apt-get install libcurl4-gnutls-dev libsodium-dev` and get this: `s-dev libsodium-dev Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libcurl4-gnutls-dev E: Unable to locate package libsodium-dev `
- 0
- 2019-06-07
- Chmoshk
-
intente `sudo apt-get update`para actualizar la caché depaquetes antes de volver aintentar` sudo apt-getinstall ... `try `sudo apt-get update` to update packages cache before re-trying `sudo apt-get install ...`
- 1
- 2019-06-07
- iguerNL
-
Tambiénestoyejecutando Ubuntu 18.04,y `apt-cache search libsodium-dev` devuelve:` libsodium-dev - Comunicación de red,criptografía ybiblioteca defirmas -encabezados`.Esposible quetambién deseeprobareste comandoen su VMpara ver siencuentraelpaquete.Sino seencuentraelpaquete,tal vez `/etc/apt/sources.list `no contienetodas lasfuentes"estándar "I'm running Ubuntu 18.04 as well, and `apt-cache search libsodium-dev` returns: `libsodium-dev - Network communication, cryptography and signaturing library - headers`. You may want to also try this command on your VM to see if it finds the package. If the package is not found then, maybe `/etc/apt/sources.list ` does not contain all "standard" sources
- 0
- 2019-06-07
- iguerNL
-
¡SI! ¡Gracias!YEAH! Thank you!
- 0
- 2019-06-07
- Chmoshk
Estoyintentandoinstalar Liquidityen unamáquina virtual con Ubuntu 18.04.2 LTS siguiendoestainstrucción http://www.liquidity-lang.org/doc/installation/index.html . Todo vabien hasta laetapa 4: Instale las dependencias de Liquidity:
make build-deps
. Después deingresareste comando,apareceelmensaje deerror:No soy un usuario de Linux conmuchaexperiencia. ¿Quéestoy haciendomal? Porfavor,ayuda