ERROR: unsatisfiable constraints: tor (missing)

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I'm trying to add alpine package tor and getting a following error:
root@linode:~/# docker run -it alpine /bin/sh
/ # apk update
fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/community/x86_64/APKINDEX.tar.gz
v3.4.4-14-g3b19e7e [http://dl-cdn.alpinelinux.org/alpine/v3.4/main]
v3.4.4-12-gebd7753 [http://dl-cdn.alpinelinux.org/alpine/v3.4/community]
OK: 5973 distinct packages available
/ # apk add tor
ERROR: unsatisfiable constraints:
tor (missing):
required by: world[tor]
/ # apk info tor
/ #
/ # cat /etc/alpine-release
3.4.3
/ # uname -a
Linux fb9225b194cb 4.7.0-x86_64-linode72 #1 SMP Thu Aug 4 15:15:18 EDT 2016 x86_64 Linux
/ #
Please advice.
tor alpine-linux apk-tools
add a comment |Â
up vote
0
down vote
favorite
I'm trying to add alpine package tor and getting a following error:
root@linode:~/# docker run -it alpine /bin/sh
/ # apk update
fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/community/x86_64/APKINDEX.tar.gz
v3.4.4-14-g3b19e7e [http://dl-cdn.alpinelinux.org/alpine/v3.4/main]
v3.4.4-12-gebd7753 [http://dl-cdn.alpinelinux.org/alpine/v3.4/community]
OK: 5973 distinct packages available
/ # apk add tor
ERROR: unsatisfiable constraints:
tor (missing):
required by: world[tor]
/ # apk info tor
/ #
/ # cat /etc/alpine-release
3.4.3
/ # uname -a
Linux fb9225b194cb 4.7.0-x86_64-linode72 #1 SMP Thu Aug 4 15:15:18 EDT 2016 x86_64 Linux
/ #
Please advice.
tor alpine-linux apk-tools
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to add alpine package tor and getting a following error:
root@linode:~/# docker run -it alpine /bin/sh
/ # apk update
fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/community/x86_64/APKINDEX.tar.gz
v3.4.4-14-g3b19e7e [http://dl-cdn.alpinelinux.org/alpine/v3.4/main]
v3.4.4-12-gebd7753 [http://dl-cdn.alpinelinux.org/alpine/v3.4/community]
OK: 5973 distinct packages available
/ # apk add tor
ERROR: unsatisfiable constraints:
tor (missing):
required by: world[tor]
/ # apk info tor
/ #
/ # cat /etc/alpine-release
3.4.3
/ # uname -a
Linux fb9225b194cb 4.7.0-x86_64-linode72 #1 SMP Thu Aug 4 15:15:18 EDT 2016 x86_64 Linux
/ #
Please advice.
tor alpine-linux apk-tools
I'm trying to add alpine package tor and getting a following error:
root@linode:~/# docker run -it alpine /bin/sh
/ # apk update
fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/community/x86_64/APKINDEX.tar.gz
v3.4.4-14-g3b19e7e [http://dl-cdn.alpinelinux.org/alpine/v3.4/main]
v3.4.4-12-gebd7753 [http://dl-cdn.alpinelinux.org/alpine/v3.4/community]
OK: 5973 distinct packages available
/ # apk add tor
ERROR: unsatisfiable constraints:
tor (missing):
required by: world[tor]
/ # apk info tor
/ #
/ # cat /etc/alpine-release
3.4.3
/ # uname -a
Linux fb9225b194cb 4.7.0-x86_64-linode72 #1 SMP Thu Aug 4 15:15:18 EDT 2016 x86_64 Linux
/ #
Please advice.
tor alpine-linux apk-tools
tor alpine-linux apk-tools
asked Oct 12 '16 at 17:17
alexus
443620
443620
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
As you can see at pkgs.alpinelinux.org, tor is not in v3.4 (last stable), just in edge (unstable). It will be in the upcoming release v3.5.
Since we are just migrating from openssl to libressl in edge, IâÂÂd be very risky to mix stable and edge now. Therefore I recommend you to build tor package on v3.4 yourself.
Read how to prepare your environment, clone aports repo, replace libressl-dev with openssl-dev in community/tor/APKBUILD and run abuild -r -i tor (in the community/tor directory).
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
As you can see at pkgs.alpinelinux.org, tor is not in v3.4 (last stable), just in edge (unstable). It will be in the upcoming release v3.5.
Since we are just migrating from openssl to libressl in edge, IâÂÂd be very risky to mix stable and edge now. Therefore I recommend you to build tor package on v3.4 yourself.
Read how to prepare your environment, clone aports repo, replace libressl-dev with openssl-dev in community/tor/APKBUILD and run abuild -r -i tor (in the community/tor directory).
add a comment |Â
up vote
0
down vote
As you can see at pkgs.alpinelinux.org, tor is not in v3.4 (last stable), just in edge (unstable). It will be in the upcoming release v3.5.
Since we are just migrating from openssl to libressl in edge, IâÂÂd be very risky to mix stable and edge now. Therefore I recommend you to build tor package on v3.4 yourself.
Read how to prepare your environment, clone aports repo, replace libressl-dev with openssl-dev in community/tor/APKBUILD and run abuild -r -i tor (in the community/tor directory).
add a comment |Â
up vote
0
down vote
up vote
0
down vote
As you can see at pkgs.alpinelinux.org, tor is not in v3.4 (last stable), just in edge (unstable). It will be in the upcoming release v3.5.
Since we are just migrating from openssl to libressl in edge, IâÂÂd be very risky to mix stable and edge now. Therefore I recommend you to build tor package on v3.4 yourself.
Read how to prepare your environment, clone aports repo, replace libressl-dev with openssl-dev in community/tor/APKBUILD and run abuild -r -i tor (in the community/tor directory).
As you can see at pkgs.alpinelinux.org, tor is not in v3.4 (last stable), just in edge (unstable). It will be in the upcoming release v3.5.
Since we are just migrating from openssl to libressl in edge, IâÂÂd be very risky to mix stable and edge now. Therefore I recommend you to build tor package on v3.4 yourself.
Read how to prepare your environment, clone aports repo, replace libressl-dev with openssl-dev in community/tor/APKBUILD and run abuild -r -i tor (in the community/tor directory).
answered Oct 13 '16 at 13:33
Jakub Jirutka
2007
2007
add a comment |Â
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f315999%2ferror-unsatisfiable-constraints-tor-missing%23new-answer', 'question_page');
);
Post as a guest
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
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
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