Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mongodb-3.2.1 failed to start mongo client on alpine:edge #137

Closed
walktall opened this issue Jan 25, 2016 · 9 comments
Closed

mongodb-3.2.1 failed to start mongo client on alpine:edge #137

walktall opened this issue Jan 25, 2016 · 9 comments

Comments

@walktall
Copy link

alpine            edge                  002d302994b7        6 days ago          4.802 MB
docker run --rm -it alpine:edge sh

/ # 
/ # apk add mongodb --update-cache --repository http://dl-4.alpinelinux.org/alpine/edge/testing
fetch http://dl-4.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
fetch http://dl-4.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
fetch http://dl-4.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
ERROR: unsatisfiable constraints:
  so:libwiredtiger-2.6.0.so (missing):
    required by: mongodb-3.0.6-r0[so:libwiredtiger-2.6.0.so]
@andyshinn
Copy link
Contributor

At first glance it looks like the MongoDB package needs to be rebuilt against wiredtiger 2.7.0 as it was bumped. Wiredtiger 2.6.0 doesn't appear to be available anymore. I'll try to bump the revision of MongoDB package soon unless someone else gets to it before me (the pkgrel just needs to be bumped).

@walktall
Copy link
Author

MongoDB package is upgrade to mongodb-3.2.1 now, and it works ok.
@andyshinn thx! 😄

@dangoodman
Copy link

Great, I was waiting for it too.

However, I'm not able to run mongo shell:

/ # mongo
MongoDB shell version: 3.2.1
too much recursion
exception: Failed to initialize JSContext

Is that the case for you too?

@walktall
Copy link
Author

@dangoodman Yes,I have that case too.

@walktall walktall reopened this Jan 28, 2016
@walktall walktall changed the title mongodb-3.0.6 add failed on alpine:edge mongodb-3.2.1 failed to start mongo client on alpine:edge Jan 28, 2016
@franz-josef-kaiser
Copy link

Can confirm that behavior with a build of mvertes/alpine-mongo as well.

Sources: Docker HubGitHub.

@franz-josef-kaiser
Copy link

@mvertes opened a ticket in the Alpine Bug Tracker for that.

@franz-josef-kaiser
Copy link

Update: @mvertes fixed that bug upstream. Already got merged by Alpine devs in should be in the rolling release via alpine:edge. Should get closed here as well with props for @mvertes

@andyshinn
Copy link
Contributor

Thanks for the updates. Is this something we can close out since we have patches upstream now?

@franz-josef-kaiser
Copy link

Well, Mr. Tiger should work now :)

@walktall walktall closed this as completed Mar 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants