Package Details: mongodb 8.2.5-1

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: 37
Popularity: 0.007845
First Submitted: 2019-01-18 22:08 (UTC)
Last Updated: 2026-02-14 21:42 (UTC)

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.

Latest Comments

1 2 3 4 5 6 .. 17 Next › Last »

pricechrispy commented on 2026-01-13 18:32 (UTC)

@omgold Per the mongodb build instructions, they verify functionality with GCC 14. To avoid introducing unknown side effects for such a large project, I won't deviate from their guidance on the major version of the compiler used. You may of course modify the PKGBUILD to do so if it suits your needs.

omgold commented on 2026-01-13 09:57 (UTC)

Is using GCC 14 still needed? For me it compiles just fine with the default version (Mongodb 8.2.3 with GCC 15.2.1).

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.

ItachiSan commented on 2025-09-14 08:59 (UTC) (edited on 2025-09-14 09:50 (UTC) by ItachiSan)

Hi, I host automatic builds here:

https://build.opensuse.org/package/show/home:ItachiSan:archlinux/mongodb

I saw that there is a download step; is there any way to avoid it?

fvalenduc commented on 2025-08-25 04:11 (UTC)

I can't believe this has been tested. Build fails right away with this error:

==> Starting build()... Could not find SCons in '/usr/src/mongodb/src/mongo-r8.0.13/src/third_party/scons-4.9.1/scons-local-4.9.1' ==> ERROR: A failure occurred in build(). Aborting...

fvalenduc commented on 2025-07-27 18:19 (UTC)

The patch does not apply anymore with 8.0.12:

Applying patch /var/tmp/makepkg/mongodb/src/mongodb-7.0.2-sconstruct.patch... patching file SConstruct Hunk #1 FAILED at 25. Hunk #2 FAILED at 1724. Hunk #3 succeeded at 3123 (offset -9 lines). Hunk #4 succeeded at 3191 (offset -9 lines). Hunk #5 succeeded at 3245 (offset -7 lines). Hunk #6 succeeded at 3639 (offset -7 lines). Hunk #7 succeeded at 4765 (offset -2 lines). Hunk #8 succeeded at 5263 (offset -2 lines). Hunk #9 succeeded at 5474 (offset -2 lines). 2 out of 9 hunks FAILED -- saving rejects to file SConstruct.rej

siavoshkc commented on 2025-07-11 20:50 (UTC)

Compilation problem persists and its related Jira ticket is not verified yet. I can no longer maintain this package.

siavoshkc commented on 2025-06-12 07:17 (UTC)

The compilation problem remains for 15.1.1. I believe there is nothing we can do about it at the moment as the problem seems to be the r8.0.10 version of Abseil being incompatible with the 15.1.1 version of g++ and if we change the version of Abseil it will be a big deviation from the official release. I created an issue regarding the matter: https://jira.mongodb.org/browse/SERVER-106213

fvalenduc commented on 2025-06-10 09:26 (UTC)

The package has been updated to 8.0.10 but the compile error remain the same.