ERROR: unsatisfiable constraints: tor (missing)
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
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
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
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
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
4531722
4531722
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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 |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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
},
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%2funix.stackexchange.com%2fquestions%2f315999%2ferror-unsatisfiable-constraints-tor-missing%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
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 |
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 |
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
23017
23017
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2funix.stackexchange.com%2fquestions%2f315999%2ferror-unsatisfiable-constraints-tor-missing%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