I have updated wiredtiger to the required commit for mongodb 4.0.6 and successfully build version 4.0.6. So this package can simply be updated :-)
Search Criteria
Package Details: mongodb 7.0.14-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mongodb.git (read-only, click to copy) |
---|---|
Package Base: | mongodb |
Description: | A high-performance, open source, schema-free document-oriented database |
Upstream URL: | https://www.mongodb.com/ |
Keywords: | database document-oriented |
Licenses: | SSPL-1.0 |
Provides: | mongodb |
Submitter: | felixonmars |
Maintainer: | JstKddng |
Last Packager: | JstKddng |
Votes: | 35 |
Popularity: | 0.072272 |
First Submitted: | 2019-01-18 22:08 (UTC) |
Last Updated: | 2024-09-24 02:53 (UTC) |
Dependencies (27)
- boost-libs
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gperftools (gperftools-gitAUR)
- krb5 (krb5-gitAUR)
- libldap
- libsasl
- libstemmer (libstemmer-gitAUR)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- pcre2 (pcre2-gitAUR)
- snappy (snappy-gitAUR)
- yaml-cpp
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- boost (boost-gitAUR) (make)
- mongo-c-driver (make)
- python-cheetah3 (make)
- python-psutil (make)
- python-pymongo (make)
- python-regex (python-regex-gitAUR) (make)
- python-requests (make)
- python-setuptools (make)
- python-yaml (python-yaml-gitAUR) (make)
- mongodb-toolsAUR (percona-server-mongodb-binAUR, mongodb36-binAUR, mongodb-tools-gitAUR, mongodb-tools-binAUR) (optional) – mongoimport, mongodump, mongotop, etc
- mongoshAUR (mongosh-gitAUR, mongosh-binAUR) (optional) – interactive shell to connect with MongoDB
Required by (29)
- adminer (optional)
- alerta (optional)
- camlistore (optional)
- cronsun-bin
- grasscutter-git (optional)
- graylog (optional)
- icalingua++-electron-git (optional)
- icalingua++-git (optional)
- nemesyst-git (optional)
- nodejs-generator-scalatra (optional)
- omada-controller
- omada-controller-rxy
- pritunl-git (optional)
- pump.io (optional)
- pumpio-git (optional)
- python-ezdb-git (optional)
- python-ivre (optional)
- python-ivre-git (optional)
- Show 11 more...
Sources (9)
Latest Comments
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 Next › Last »
chrbayer commented on 2019-02-08 07:25 (UTC)
gobyrne commented on 2019-01-28 17:14 (UTC)
I have an alternate solution that worked like a charm for me.
Create a docker container for your mongodb. Super simple, worked like a charm.
ali.molaei commented on 2019-01-28 09:09 (UTC)
Hi there, since we have all problems with compiling the MongoDB, I created a bin package for it, it is got from the MongoDB itself directly https://aur.archlinux.org/packages/mongodb-bin/
Use it happily :D
navarroaxel commented on 2019-01-26 22:11 (UTC)
@Leslie, maybe you run out of space of disk (33% is 150GB available)
The compilation took me 395 minutes (via time) and 180GB on disk on Intel i7. The best way for install it now is download both packages from the archlinux archive and use the pacman -U <package>
command:
https://archive.archlinux.org/packages/m/mongodb/
https://archive.archlinux.org/packages/w/wiredtiger/
Leslie commented on 2019-01-26 13:45 (UTC)
Any idea why I'm getting out of space while compiling while I am totally sure to have enough space? my drive is only 33% full with 256GB max cap
navarroaxel commented on 2019-01-25 13:05 (UTC)
Well, if you need the package you can download it from: https://archive.archlinux.org/packages/m/mongodb/ and https://archive.archlinux.org/packages/w/wiredtiger/
This is so frustrating...
Ten0 commented on 2019-01-25 11:25 (UTC)
MongoDB, Inc. buys mLab, database as-a-service provider, then changes the license in order to have a monopoly on database-as-a-service, and now I can't even have mongo on my own computer because I don't have enough space on my hard drive to even compile it, so I would have to buy database-as-a-service from mLab.
They don't deserve the binary package to be off of the arch repositories.
gobyrne commented on 2019-01-24 20:44 (UTC)
@vegarab, review the commetn from @ismet ~160gb required for compiling. Crazy.
vegarab commented on 2019-01-24 15:53 (UTC)
87GB free on disk. 16 hours of compiling and it ends due to no free space (used all 87GB).
Pinned Comments
JstKddng commented on 2022-08-03 23:28 (UTC)
Binary builds are available:
https://software.opensuse.org//download.html?project=home%3Ajustkidding%3Aarch&package=mongodb
JstKddng commented on 2022-08-03 23:28 (UTC)
If you have a pre-sandybridge CPU or an ARMv8 sbc, you can use mongodb44
If you'd like to stay in the V5.0 branch, you can use mongodb50
JstKddng commented on 2022-08-03 23:25 (UTC)
The
mongo
utility will be removed in future releases. Switching tomongosh
is recommended.