Error 57 when installing LiquidityHow can a string be coerced into tez using Liquidity?How is the liquidity token.liq workingDeploying a simple contract using liquidityLiquidity - Unhandled exception (Invalid_argument List.fold_left2)Unable to build Tezos from source - alphanetUnable to deploy a Liquidity smart contract directly (without offline signature / forged operation)Liquidity “Syntax error”, ok, but what/where?How to concatenate a string and tez in Liquidity?How to split a string in Liquidity?Checking contract against contract type in Liquidity

How to get cool night-vision without lame drawbacks?

Did Karl Marx ever use any example that involved cotton and dollars to illustrate the way capital and surplus value were generated?

A player is constantly pestering me about rules, what do I do as a DM?

Going to get married soon, should I do it on Dec 31 or Jan 1?

How to split an equation over two lines?

Changing the opacity of lines on a plot based on their value

STM Microcontroller burns every time

Can White Castle?

Why do textbooks often include the solutions to odd or even numbered problems but not both?

How to extract the storage of a smart contract?

Distance Matrix (plugin) - QGIS

Are there any vegetarian astronauts?

Is adding a new player (or players) a DM decision, or a group decision?

Is there a maximum distance from a planet that a moon can orbit?

Should I tell my insurance company I'm making payments on my new car?

Links to webpages in books

Is it damaging to turn off a small fridge for two days every week?

What is the legal status of travelling with (unprescribed) methadone in your carry-on?

Why aren't (poly-)cotton tents more popular?

Can ADFS connect to other SSO services?

How to reply to small talk/random facts in a non-offensive way?

Apply brace expansion in "reverse order"

What sort of mathematical problems are there in AI that people are working on?

Peace Arch without exiting USA



Error 57 when installing Liquidity


How can a string be coerced into tez using Liquidity?How is the liquidity token.liq workingDeploying a simple contract using liquidityLiquidity - Unhandled exception (Invalid_argument List.fold_left2)Unable to build Tezos from source - alphanetUnable to deploy a Liquidity smart contract directly (without offline signature / forged operation)Liquidity “Syntax error”, ok, but what/where?How to concatenate a string and tez in Liquidity?How to split a string in Liquidity?Checking contract against contract type in Liquidity






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








4















I am trying to install Liquidity on a VM with Ubuntu 18.04.2 LTS following this instruction http://www.liquidity-lang.org/doc/installation/index.html . Everything goes well until stage 4: Install Liquidity dependencies: make build-deps. After entering this command, I get the error message:



opam install . --deps-only
[WARNING] Running as root is not recommended
[WARNING] Failed checks on liquidity package definition from source at
git+file:///root/liquidity#next:
error 57: Synopsis and description must not be both empty
The following actions will be performed:
∗ install conf-libcurl 1
∗ install conf-libsodium 1
∗ install ocurl 0.8.2
∗ install sodium 0.6.0
===== ∗ 4 =====
Do you want to continue? [Y/n] y

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocurl.0.8.2] found in cache
[sodium.0.6.0] found in cache

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] The compilation of conf-libcurl failed at
"/root/.opam/opam-init/hooks/sandbox.sh build pkg-config libcurl".
[ERROR] The compilation of conf-libsodium failed at
"/root/.opam/opam-init/hooks/sandbox.sh build pkg-config libsodium".

#=== ERROR while compiling conf-libsodium.1 ===================================#
# context 2.0.4 | linux/x86_64 | ocaml-base-compiler.4.06.1 | https://opam.ocaml.org/#c7c0bde9
# path ~/.opam/liquidity/.opam-switch/build/conf-libsodium.1
# command ~/.opam/opam-init/hooks/sandbox.sh build pkg-config libsodium
# exit-code 1
# env-file ~/.opam/log/conf-libsodium-1310-d2d111.env
# output-file ~/.opam/log/conf-libsodium-1310-d2d111.out


#=== ERROR while compiling conf-libcurl.1 =====================================#
# context 2.0.4 | linux/x86_64 | ocaml-base-compiler.4.06.1 | https://opam.ocaml.org/#c7c0bde9
# path ~/.opam/liquidity/.opam-switch/build/conf-libcurl.1
# command ~/.opam/opam-init/hooks/sandbox.sh build pkg-config libcurl
# exit-code 1
# env-file ~/.opam/log/conf-libcurl-1310-c61e7b.env
# output-file ~/.opam/log/conf-libcurl-1310-c61e7b.out



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
┌─ The following actions failed
│ λ build conf-libcurl 1
│ λ build conf-libsodium 1
└─
╶─ No changes have been performed

The packages you requested declare the following system dependencies. Please
make sure they are installed before retrying:
libcurl4-gnutls-dev libsodium-dev

Makefile:61: recipe for target 'build-deps' failed
make: *** [build-deps] Error 31
root@ubuntu-s-2vcpu-2gb-fra1-01:~/liquidity#


I'm not a very experienced Linux user. What am I doing wrong? Please, help










share|improve this question




























    4















    I am trying to install Liquidity on a VM with Ubuntu 18.04.2 LTS following this instruction http://www.liquidity-lang.org/doc/installation/index.html . Everything goes well until stage 4: Install Liquidity dependencies: make build-deps. After entering this command, I get the error message:



    opam install . --deps-only
    [WARNING] Running as root is not recommended
    [WARNING] Failed checks on liquidity package definition from source at
    git+file:///root/liquidity#next:
    error 57: Synopsis and description must not be both empty
    The following actions will be performed:
    ∗ install conf-libcurl 1
    ∗ install conf-libsodium 1
    ∗ install ocurl 0.8.2
    ∗ install sodium 0.6.0
    ===== ∗ 4 =====
    Do you want to continue? [Y/n] y

    <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
    [ocurl.0.8.2] found in cache
    [sodium.0.6.0] found in cache

    <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
    [ERROR] The compilation of conf-libcurl failed at
    "/root/.opam/opam-init/hooks/sandbox.sh build pkg-config libcurl".
    [ERROR] The compilation of conf-libsodium failed at
    "/root/.opam/opam-init/hooks/sandbox.sh build pkg-config libsodium".

    #=== ERROR while compiling conf-libsodium.1 ===================================#
    # context 2.0.4 | linux/x86_64 | ocaml-base-compiler.4.06.1 | https://opam.ocaml.org/#c7c0bde9
    # path ~/.opam/liquidity/.opam-switch/build/conf-libsodium.1
    # command ~/.opam/opam-init/hooks/sandbox.sh build pkg-config libsodium
    # exit-code 1
    # env-file ~/.opam/log/conf-libsodium-1310-d2d111.env
    # output-file ~/.opam/log/conf-libsodium-1310-d2d111.out


    #=== ERROR while compiling conf-libcurl.1 =====================================#
    # context 2.0.4 | linux/x86_64 | ocaml-base-compiler.4.06.1 | https://opam.ocaml.org/#c7c0bde9
    # path ~/.opam/liquidity/.opam-switch/build/conf-libcurl.1
    # command ~/.opam/opam-init/hooks/sandbox.sh build pkg-config libcurl
    # exit-code 1
    # env-file ~/.opam/log/conf-libcurl-1310-c61e7b.env
    # output-file ~/.opam/log/conf-libcurl-1310-c61e7b.out



    <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
    ┌─ The following actions failed
    │ λ build conf-libcurl 1
    │ λ build conf-libsodium 1
    └─
    ╶─ No changes have been performed

    The packages you requested declare the following system dependencies. Please
    make sure they are installed before retrying:
    libcurl4-gnutls-dev libsodium-dev

    Makefile:61: recipe for target 'build-deps' failed
    make: *** [build-deps] Error 31
    root@ubuntu-s-2vcpu-2gb-fra1-01:~/liquidity#


    I'm not a very experienced Linux user. What am I doing wrong? Please, help










    share|improve this question
























      4












      4








      4








      I am trying to install Liquidity on a VM with Ubuntu 18.04.2 LTS following this instruction http://www.liquidity-lang.org/doc/installation/index.html . Everything goes well until stage 4: Install Liquidity dependencies: make build-deps. After entering this command, I get the error message:



      opam install . --deps-only
      [WARNING] Running as root is not recommended
      [WARNING] Failed checks on liquidity package definition from source at
      git+file:///root/liquidity#next:
      error 57: Synopsis and description must not be both empty
      The following actions will be performed:
      ∗ install conf-libcurl 1
      ∗ install conf-libsodium 1
      ∗ install ocurl 0.8.2
      ∗ install sodium 0.6.0
      ===== ∗ 4 =====
      Do you want to continue? [Y/n] y

      <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
      [ocurl.0.8.2] found in cache
      [sodium.0.6.0] found in cache

      <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
      [ERROR] The compilation of conf-libcurl failed at
      "/root/.opam/opam-init/hooks/sandbox.sh build pkg-config libcurl".
      [ERROR] The compilation of conf-libsodium failed at
      "/root/.opam/opam-init/hooks/sandbox.sh build pkg-config libsodium".

      #=== ERROR while compiling conf-libsodium.1 ===================================#
      # context 2.0.4 | linux/x86_64 | ocaml-base-compiler.4.06.1 | https://opam.ocaml.org/#c7c0bde9
      # path ~/.opam/liquidity/.opam-switch/build/conf-libsodium.1
      # command ~/.opam/opam-init/hooks/sandbox.sh build pkg-config libsodium
      # exit-code 1
      # env-file ~/.opam/log/conf-libsodium-1310-d2d111.env
      # output-file ~/.opam/log/conf-libsodium-1310-d2d111.out


      #=== ERROR while compiling conf-libcurl.1 =====================================#
      # context 2.0.4 | linux/x86_64 | ocaml-base-compiler.4.06.1 | https://opam.ocaml.org/#c7c0bde9
      # path ~/.opam/liquidity/.opam-switch/build/conf-libcurl.1
      # command ~/.opam/opam-init/hooks/sandbox.sh build pkg-config libcurl
      # exit-code 1
      # env-file ~/.opam/log/conf-libcurl-1310-c61e7b.env
      # output-file ~/.opam/log/conf-libcurl-1310-c61e7b.out



      <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
      ┌─ The following actions failed
      │ λ build conf-libcurl 1
      │ λ build conf-libsodium 1
      └─
      ╶─ No changes have been performed

      The packages you requested declare the following system dependencies. Please
      make sure they are installed before retrying:
      libcurl4-gnutls-dev libsodium-dev

      Makefile:61: recipe for target 'build-deps' failed
      make: *** [build-deps] Error 31
      root@ubuntu-s-2vcpu-2gb-fra1-01:~/liquidity#


      I'm not a very experienced Linux user. What am I doing wrong? Please, help










      share|improve this question














      I am trying to install Liquidity on a VM with Ubuntu 18.04.2 LTS following this instruction http://www.liquidity-lang.org/doc/installation/index.html . Everything goes well until stage 4: Install Liquidity dependencies: make build-deps. After entering this command, I get the error message:



      opam install . --deps-only
      [WARNING] Running as root is not recommended
      [WARNING] Failed checks on liquidity package definition from source at
      git+file:///root/liquidity#next:
      error 57: Synopsis and description must not be both empty
      The following actions will be performed:
      ∗ install conf-libcurl 1
      ∗ install conf-libsodium 1
      ∗ install ocurl 0.8.2
      ∗ install sodium 0.6.0
      ===== ∗ 4 =====
      Do you want to continue? [Y/n] y

      <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
      [ocurl.0.8.2] found in cache
      [sodium.0.6.0] found in cache

      <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
      [ERROR] The compilation of conf-libcurl failed at
      "/root/.opam/opam-init/hooks/sandbox.sh build pkg-config libcurl".
      [ERROR] The compilation of conf-libsodium failed at
      "/root/.opam/opam-init/hooks/sandbox.sh build pkg-config libsodium".

      #=== ERROR while compiling conf-libsodium.1 ===================================#
      # context 2.0.4 | linux/x86_64 | ocaml-base-compiler.4.06.1 | https://opam.ocaml.org/#c7c0bde9
      # path ~/.opam/liquidity/.opam-switch/build/conf-libsodium.1
      # command ~/.opam/opam-init/hooks/sandbox.sh build pkg-config libsodium
      # exit-code 1
      # env-file ~/.opam/log/conf-libsodium-1310-d2d111.env
      # output-file ~/.opam/log/conf-libsodium-1310-d2d111.out


      #=== ERROR while compiling conf-libcurl.1 =====================================#
      # context 2.0.4 | linux/x86_64 | ocaml-base-compiler.4.06.1 | https://opam.ocaml.org/#c7c0bde9
      # path ~/.opam/liquidity/.opam-switch/build/conf-libcurl.1
      # command ~/.opam/opam-init/hooks/sandbox.sh build pkg-config libcurl
      # exit-code 1
      # env-file ~/.opam/log/conf-libcurl-1310-c61e7b.env
      # output-file ~/.opam/log/conf-libcurl-1310-c61e7b.out



      <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
      ┌─ The following actions failed
      │ λ build conf-libcurl 1
      │ λ build conf-libsodium 1
      └─
      ╶─ No changes have been performed

      The packages you requested declare the following system dependencies. Please
      make sure they are installed before retrying:
      libcurl4-gnutls-dev libsodium-dev

      Makefile:61: recipe for target 'build-deps' failed
      make: *** [build-deps] Error 31
      root@ubuntu-s-2vcpu-2gb-fra1-01:~/liquidity#


      I'm not a very experienced Linux user. What am I doing wrong? Please, help







      liquidity linux






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jun 7 at 7:42









      ChmoshkChmoshk

      604 bronze badges




      604 bronze badges




















          1 Answer
          1






          active

          oldest

          votes


















          6














          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





          share|improve this answer























          • 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

            – Chmoshk
            Jun 7 at 9:21






          • 1





            try sudo apt-get update to update packages cache before re-trying sudo apt-get install ...

            – iguer
            Jun 7 at 9:46











          • 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

            – iguer
            Jun 7 at 9:51












          • YEAH! Thank you!

            – Chmoshk
            Jun 7 at 9:58













          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "698"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftezos.stackexchange.com%2fquestions%2f1316%2ferror-57-when-installing-liquidity%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          6














          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





          share|improve this answer























          • 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

            – Chmoshk
            Jun 7 at 9:21






          • 1





            try sudo apt-get update to update packages cache before re-trying sudo apt-get install ...

            – iguer
            Jun 7 at 9:46











          • 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

            – iguer
            Jun 7 at 9:51












          • YEAH! Thank you!

            – Chmoshk
            Jun 7 at 9:58















          6














          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





          share|improve this answer























          • 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

            – Chmoshk
            Jun 7 at 9:21






          • 1





            try sudo apt-get update to update packages cache before re-trying sudo apt-get install ...

            – iguer
            Jun 7 at 9:46











          • 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

            – iguer
            Jun 7 at 9:51












          • YEAH! Thank you!

            – Chmoshk
            Jun 7 at 9:58













          6












          6








          6







          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





          share|improve this answer













          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






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jun 7 at 8:31









          igueriguer

          6552 silver badges9 bronze badges




          6552 silver badges9 bronze badges












          • 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

            – Chmoshk
            Jun 7 at 9:21






          • 1





            try sudo apt-get update to update packages cache before re-trying sudo apt-get install ...

            – iguer
            Jun 7 at 9:46











          • 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

            – iguer
            Jun 7 at 9:51












          • YEAH! Thank you!

            – Chmoshk
            Jun 7 at 9:58

















          • 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

            – Chmoshk
            Jun 7 at 9:21






          • 1





            try sudo apt-get update to update packages cache before re-trying sudo apt-get install ...

            – iguer
            Jun 7 at 9:46











          • 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

            – iguer
            Jun 7 at 9:51












          • YEAH! Thank you!

            – Chmoshk
            Jun 7 at 9:58
















          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

          – Chmoshk
          Jun 7 at 9:21





          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

          – Chmoshk
          Jun 7 at 9:21




          1




          1





          try sudo apt-get update to update packages cache before re-trying sudo apt-get install ...

          – iguer
          Jun 7 at 9:46





          try sudo apt-get update to update packages cache before re-trying sudo apt-get install ...

          – iguer
          Jun 7 at 9:46













          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

          – iguer
          Jun 7 at 9:51






          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

          – iguer
          Jun 7 at 9:51














          YEAH! Thank you!

          – Chmoshk
          Jun 7 at 9:58





          YEAH! Thank you!

          – Chmoshk
          Jun 7 at 9:58

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Tezos Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftezos.stackexchange.com%2fquestions%2f1316%2ferror-57-when-installing-liquidity%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

          Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

          What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company