ERROR: unsatisfiable constraints: tor (missing)

The name of the pictureThe name of the pictureThe name of the pictureClash 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.










share|improve this question

























    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.










    share|improve this question























      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.










      share|improve this question













      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Oct 12 '16 at 17:17









      alexus

      443620




      443620




















          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).






          share|improve this answer




















            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',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            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






























            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).






            share|improve this answer
























              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).






              share|improve this answer






















                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).






                share|improve this answer












                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).







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Oct 13 '16 at 13:33









                Jakub Jirutka

                2007




                2007



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    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













































































                    Popular posts from this blog

                    Peggy Mitchell

                    Palaiologos

                    The Forum (Inglewood, California)