@sid00100
what do you mean by that? is there an issue with this package?
| 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 nosql |
| Licenses: | SSPL-1.0 |
| Provides: | mongodb |
| Submitter: | felixonmars |
| Maintainer: | pricechrispy |
| Last Packager: | pricechrispy |
| Votes: | 36 |
| Popularity: | 0.001993 |
| First Submitted: | 2019-01-18 22:08 (UTC) |
| Last Updated: | 2026-05-08 20:13 (UTC) |
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 17 Next › Last »
@sid00100
what do you mean by that? is there an issue with this package?
Please fix dependency hell problem.
@agnotek
If you can't build you can download binaries here. https://software.opensuse.org//download.html?project=home%3Ajustkidding%3Aarch&package=mongodb
can't build
@rageltman
I believe you have to update to each major version until 4.4, then you can update to 5.0
@JstKddng: thanks for taking this up. The package as built right now (mongodb-5.0.6-1) breaks when upgrading from v4. It needs libyaml-cpp as a runtime dependency, and fails to start-up even when that's deployed after running a normal pacman upgrade (and explicitly installing libyaml-cpp). I've not dug into why it doesn't start yet after sorting out the dependency issue, just rolled back to v4 for now.
Hey everyone, new maintainer here. I've updated the package to the latest version. You can get prebuilt binaries for mongodb on my OBS repository.
https://software.opensuse.org//download.html?project=home%3Ajustkidding%3Aarch&package=mongodb
I was able to build with this patch.
Got an compilation error:
src/mongo/db/exec/plan_stats.h:214:10: error: 'optional' in namespace 'std' does not name a template type
214 | std::optional<std::string> replanReason;
| ^~~~~~~~
src/mongo/db/exec/plan_stats.h:41:1: note: 'std::optional' is defined in header '<optional>'; did you forget to '#include <optional>'?
40 | #include "mongo/util/container_size_helper.h"
+++ |+#include <optional>
41 | #include "mongo/util/time_support.h"
Perhaps a patch is required?
@xamindar You can use https://aur.archlinux.org/packages/mongodb-bin/ as it's downloading from official repositories of mongodb, or use the docker as you said, if you don't want to compile from source
Pinned Comments
pricechrispy commented on 2025-11-09 20:45 (UTC)
Current releases https://www.mongodb.com/try/download/community
pricechrispy commented on 2025-10-03 16:59 (UTC)
Before upgrading to 8.2, you must set the feature compatibility version to 8.0. See documentation: https://www.mongodb.com/docs/manual/release-notes/8.2-upgrade-standalone/#feature-compatibility-version
Note that building takes about 84gb of memory as of 8.2.1.