X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail-ua0-f172.google.com (mail-ua0-f172.google.com [209.85.217.172]) by lists.alpinelinux.org (Postfix) with ESMTP id 917165C4F58 for ; Mon, 9 Apr 2018 08:37:53 +0000 (GMT) Received: by mail-ua0-f172.google.com with SMTP id v4so4452842uaj.3 for ; Mon, 09 Apr 2018 01:37:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=mZsDVK/SzY+UyHqivaWNRsqSz/SBpqXro8/c93OK3mM=; b=SnTw5btsyuDt7F9aRugiduKaPPB/l2MXcYKlH55P+FjxGSCT1MvcHtKS8cCSCaxmJz 1RU2mPWuGqZir2sbXeauXZGlTLC7RU/S1iSLdUlDpB8y0jDGwVvbfzTgm7TGIfiB3P5h LN1C/NBPMdeJCLtrP1NlN1yQOhuPeCCQKMgL8sLiQD2uUVHrP9XS7PMXXApefTVwjcTP 5jvdJrdG0/za7rSQBywsajAVGk8HQcjpW/SXvRWafbhcAexnvHjA1j3nynsZK9Llkn8p sxhVvqVBhJAp0fsoCRG21Gop5wiQG/+J40UvtowjhWwYeDjzzxhTQu7Yudo2YAH5PcZX iwYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=mZsDVK/SzY+UyHqivaWNRsqSz/SBpqXro8/c93OK3mM=; b=rU5SkazGR4xLRLA7FeLgd0RvPNyQaevOSCFX3X1oOfRuWeeJb2kGM4JNcyJ5iIn+0E BvDMgE50LlwZXRrC4Cb6Lp6ji7rr/Ssz3oZlMGIJhWaItsZBmiwUqiWKEhbnbFuDd/m4 jLZAuKwoQteTfGgMoN1+qrMCgc/vyL2+p1kUSOqS+Q98OnHkIvj/X1iFNFNy7UA3dztU QO4gq8GiFhaI1YehmMdsl/y9LGqg3vUyaCtXqkDUDZ1Sga7khAKg+WRAHZTy7RG0lhZ/ BUZ1WiQyJ7QxEUMzt35m/0uoOaza/Ghhw6pGiukhYm48l9C0Ee/1T9lmQaCBWHB+3nUb Ip/g== X-Gm-Message-State: ALQs6tB1GVHS9att30HOeR95sVZPSL1VT3mQNy9hH7BuPVrwOwB43ggZ jC/qWRJuqhdpBj8HMOQKdxDk9dbpbvpeHFJ7VGTgTQ== X-Google-Smtp-Source: AIpwx49Mj4jZSg5xy9K1UErSwyIVqddugHgly1xUwxZoN80UMzutFEAnhQESrNyLl7b8FLrkJkYwvH7tumwzFrDydY0= X-Received: by 10.176.96.50 with SMTP id n18mr16519421ual.155.1523263072857; Mon, 09 Apr 2018 01:37:52 -0700 (PDT) X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.103.85.19 with HTTP; Mon, 9 Apr 2018 01:37:52 -0700 (PDT) From: "bodenhaltung@gmail.com" Date: Mon, 9 Apr 2018 10:37:52 +0200 Message-ID: Subject: [alpine-user] Trying to install mongodb-3.6.3-r2 To: alpine-user@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="089e082e225c5b73f80569665237" --089e082e225c5b73f80569665237 Content-Type: text/plain; charset="UTF-8" Hi, i struggle how to install mongodb-3.6: alpsrv:~# apk add mongodb@edgecommunity=3.6.3-r2 ERROR: unsatisfiable constraints: boost-program_options-1.66.0-r0: masked in: @edge satisfies: world[boost-program_options] mongodb-3.6.3-r2[so:libboost_program_options-mt.so.1.66.0] boost-system-1.66.0-r0: masked in: @edge satisfies: mongodb-3.6.3-r2[so:libboost_system-mt.so.1.66.0] boost-filesystem-1.66.0-r0[so:libboost_system-mt.so.1.66.0] boost-filesystem-1.66.0-r0[so:libboost_system.so.1.66.0] boost-filesystem-1.66.0-r0: masked in: @edge satisfies: mongodb-3.6.3-r2[so:libboost_filesystem-mt.so.1.66.0] boost-iostreams-1.66.0-r0: masked in: @edge satisfies: mongodb-3.6.3-r2[so:libboost_iostreams-mt.so.1.66.0] Or: alpsrv:~# apk add mongodb@edge=3.6.3-r2 ERROR: unsatisfiable constraints: yaml-cpp-0.6.2-r0: masked in: @edgecommunity satisfies: world[yaml-cpp] mongodb-3.6.3-r2[so:libyaml-cpp.so.0.6] mongodb-3.6.3-r2: masked in: @edgecommunity satisfies: world[mongodb=3.6.3-r2] My "/etc/apk/repositories": ### http://mirror.leaseweb.com/alpine/v3.7/main http://mirror.leaseweb.com/alpine/v3.7/community @edge http://mirror.leaseweb.com/alpine/edge/main @edgecommunity http://mirror.leaseweb.com/alpine/edge/community @testing http://mirror.leaseweb.com/alpine/edge/testing ### It seems to be are dependencies betweet edge and edgecommunity and there es now way to resolve that blocker by "mixing" both (i understand why is mixing not a good idea, but in this case maybe)? What is the best practise way to install mongodb.3.6? Thank you for your Help. --089e082e225c5b73f80569665237 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

i struggle how t= o install mongodb-3.6:

alpsrv:~# apk add mongodb@edgecommunity=3D3.6= .3-r2
ERROR: unsatisfiable constraints:
=C2=A0 boost-program_options-= 1.66.0-r0:
=C2=A0=C2=A0=C2=A0 masked in: @edge
=C2=A0=C2=A0=C2=A0 sat= isfies: world[boost-program_options] mongodb-3.6.3-r2[so:libboost_program_o= ptions-mt.so.1.66.0]
=C2=A0 boost-system-1.66.0-r0:
=C2=A0=C2=A0=C2= =A0 masked in: @edge
=C2=A0=C2=A0=C2=A0 satisfies: mongodb-3.6.3-r2[so:l= ibboost_system-mt.so.1.66.0] boost-filesystem-1.66.0-r0[so:libboost_system-= mt.so.1.66.0] boost-filesystem-1.66.0-r0[so:libboost_system.so.1.66.0]
= =C2=A0 boost-filesystem-1.66.0-r0:
=C2=A0=C2=A0=C2=A0 masked in: @edge=C2=A0=C2=A0=C2=A0 satisfies: mongodb-3.6.3-r2[so:libboost_filesystem-mt.= so.1.66.0]
=C2=A0 boost-iostreams-1.66.0-r0:
=C2=A0=C2=A0=C2=A0 maske= d in: @edge
=C2=A0=C2=A0=C2=A0 satisfies: mongodb-3.6.3-r2[so:libboost_i= ostreams-mt.so.1.66.0]

Or:
alpsrv:~# apk add mongodb@edge= =3D3.6.3-r2
ERROR: unsatisfiable constraints:
=C2=A0 yaml-cpp-0.6.2-r= 0:
=C2=A0=C2=A0=C2=A0 masked in: @edgecommunity
=C2=A0=C2=A0=C2=A0 sa= tisfies: world[yaml-cpp] mongodb-3.6.3-r2[so:libyaml-cpp.so.0.6]
=C2=A0 = mongodb-3.6.3-r2:
=C2=A0=C2=A0=C2=A0 masked in: @edgecommunity
=C2=A0= =C2=A0=C2=A0 satisfies: world[mongodb=3D3.6.3-r2]

My "/et= c/apk/repositories":

###
http://mirror.leaseweb.com/alpine/v3.7/main
http://mirror.lea= seweb.com/alpine/v3.7/community
@edge http://mirror.leaseweb.com/alpine/edge/main@edgecommunity http://mirror.leaseweb.com/alpine/edge/community
@testing http://mirror.leaseweb.= com/alpine/edge/testing
###

It seems to be are dependen= cies betweet edge and edgecommunity and there es now way to resolve that bl= ocker by "mixing" both (i understand why is mixing not a good ide= a, but in this case maybe)?

What is the best practise way to install= mongodb.3.6?


Thank you for your Help.

--089e082e225c5b73f80569665237-- --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---