@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 |
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) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 15 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
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.