~alpine/users

5 2

[alpine-user] Trying to install mongodb-3.6.3-r2

bodenhaltung@gmail.com <bodenhaltung@gmail.com>
Details
Message ID
<CA+5YK2Fd0dQ1A54k62xfp8Xsg4McSwUVRY4cUnFGXgtjtkJLPA@mail.gmail.com>
Sender timestamp
1523263072
DKIM signature
missing
Download raw message
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.
Details
Message ID
<20180409090924.GA31348@alpine.my.domain>
In-Reply-To
<CA+5YK2Fd0dQ1A54k62xfp8Xsg4McSwUVRY4cUnFGXgtjtkJLPA@mail.gmail.com> (view parent)
Sender timestamp
1523264964
DKIM signature
missing
Download raw message
bodenhaltung wrote:

> 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?

Why all of these shenanigans? Just "apk add mongodb".

--
caóc



---
Unsubscribe:  alpine-user+unsubscribe@lists.alpinelinux.org
Help:         alpine-user+help@lists.alpinelinux.org
---
Details
Message ID
<20180409115555.GA16446@alpine.my.domain>
In-Reply-To
<CA+5YK2GZjsD5mZvj000vas93Wv5GGxzYBkRLkjXkz3-21UehOQ@mail.gmail.com> (view parent)
Sender timestamp
1523274956
DKIM signature
missing
Download raw message
bodenhaltung wrote:

> That installed mongodb in version 3.4 but i need it in 3.6.

Then comment v3.7 lines, run "apk update", and "apk add mongodb" or "apk
upgrade". It should've worked without commenting them out, after "apk
update".

Also, main and community are different repositories that don't have
same packages of different versions.

--
caóc



---
Unsubscribe:  alpine-user+unsubscribe@lists.alpinelinux.org
Help:         alpine-user+help@lists.alpinelinux.org
---
Details
Message ID
<20180409132241.GA14670@alpine.my.domain>
In-Reply-To
<CA+5YK2FBZLA5W1fi2OuXmS9foJZiLyCCfDzDcHmvZUJ+GavmTw@mail.gmail.com> (view parent)
Sender timestamp
1523280161
DKIM signature
missing
Download raw message
bodenhaltung wrote:

> Ok, but it looks not good:

You want to unpin the repositories - remove @edge @testing etc. from the
beginning of the lines, so it becomes

http://mirror.leaseweb.com/alpine/edge/main

instead of

@edge http://mirror.leaseweb.com/alpine/edge/main

and so on.

--
caóc



---
Unsubscribe:  alpine-user+unsubscribe@lists.alpinelinux.org
Help:         alpine-user+help@lists.alpinelinux.org
---
bodenhaltung@gmail.com <bodenhaltung@gmail.com>
Details
Message ID
<CA+5YK2GZjsD5mZvj000vas93Wv5GGxzYBkRLkjXkz3-21UehOQ@mail.gmail.com>
In-Reply-To
<20180409090924.GA31348@alpine.my.domain> (view parent)
Sender timestamp
1523273507
DKIM signature
missing
Download raw message
Hi,

2018-04-09 11:09 GMT+02:00 Cág <ca6c@bitmessage.ch>:

> bodenhaltung wrote:
>
> > What is the best practise way to install mongodb.3.6?
>
> Why all of these shenanigans? Just "apk add mongodb".
>

That installed mongodb in version 3.4 but i need it in 3.6.


Best regards,

Norbert
bodenhaltung@gmail.com <bodenhaltung@gmail.com>
Details
Message ID
<CA+5YK2FBZLA5W1fi2OuXmS9foJZiLyCCfDzDcHmvZUJ+GavmTw@mail.gmail.com>
In-Reply-To
<20180409115555.GA16446@alpine.my.domain> (view parent)
Sender timestamp
1523279440
DKIM signature
missing
Download raw message
Hi,

2018-04-09 13:55 GMT+02:00 Cág <ca6c@bitmessage.ch>:

> bodenhaltung wrote:
>
> > That installed mongodb in version 3.4 but i need it in 3.6.
>
> Then comment v3.7 lines, run "apk update", and "apk add mongodb" or "apk
> upgrade". It should've worked without commenting them out, after "apk
> update".
>

Ok, but it looks not good:

alpsrv:~# apk add mongodb
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]
  libpcrecpp-8.42-r0:
    masked in: @edge
    satisfies: mongodb-3.6.3-r2[so:libpcrecpp.so.0]
  db-5.3.28-r0:
    masked in: @edge
    satisfies: libsasl-2.1.26-r13[so:libdb-5.3.so]
  libsasl-2.1.26-r13:
    masked in: @edge
    satisfies: mongodb-3.6.3-r2[so:libsasl2.so.3]
  snappy-1.1.4-r3:
    masked in: @edge
    satisfies: mongodb-3.6.3-r2[so:libsnappy.so.1]
wiredtiger-libs-2.9.3.3.6.1-r0[so:libsnappy.so.1]
  wiredtiger-libs-2.9.3.3.6.1-r0:
    masked in: @edgecommunity
    satisfies: mongodb-3.6.3-r2[so:libwiredtiger.so.0]
  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]


Thank you an best regards,

Norbert
Reply to thread Export thread (mbox)