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;
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
add a comment |
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
add a comment |
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
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
liquidity linux
asked Jun 7 at 7:42
ChmoshkChmoshk
604 bronze badges
604 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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
I trysudo 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
trysudo apt-get update
to update packages cache before re-tryingsudo apt-get install ...
– iguer
Jun 7 at 9:46
I'm running Ubuntu 18.04 as well, andapt-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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
I trysudo 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
trysudo apt-get update
to update packages cache before re-tryingsudo apt-get install ...
– iguer
Jun 7 at 9:46
I'm running Ubuntu 18.04 as well, andapt-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
add a comment |
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
I trysudo 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
trysudo apt-get update
to update packages cache before re-tryingsudo apt-get install ...
– iguer
Jun 7 at 9:46
I'm running Ubuntu 18.04 as well, andapt-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
add a comment |
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
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
answered Jun 7 at 8:31
igueriguer
6552 silver badges9 bronze badges
6552 silver badges9 bronze badges
I trysudo 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
trysudo apt-get update
to update packages cache before re-tryingsudo apt-get install ...
– iguer
Jun 7 at 9:46
I'm running Ubuntu 18.04 as well, andapt-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
add a comment |
I trysudo 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
trysudo apt-get update
to update packages cache before re-tryingsudo apt-get install ...
– iguer
Jun 7 at 9:46
I'm running Ubuntu 18.04 as well, andapt-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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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