Can we change the provides line to:
provides=(mongodb="$pkgver")
Thanks
| Git Clone URL: | https://aur.archlinux.org/mongodb44.git (read-only, click to copy) |
|---|---|
| Package Base: | mongodb44 |
| Description: | A high-performance, open source, schema-free document-oriented database (last version to support non-avx CPUs) |
| Upstream URL: | https://www.mongodb.com/ |
| Licenses: | Apache, custom:SSPL1 |
| Conflicts: | mongodb |
| Provides: | mongodb |
| Submitter: | JstKddng |
| Maintainer: | drankinatty |
| Last Packager: | drankinatty |
| Votes: | 3 |
| Popularity: | 0.000013 |
| First Submitted: | 2022-08-03 19:21 (UTC) |
| Last Updated: | 2026-04-26 22:59 (UTC) |
« First ‹ Previous 1 2
Can we change the provides line to:
provides=(mongodb="$pkgver")
Thanks
Binary builds for x86_64 are available:
https://software.opensuse.org//download.html?project=home%3Ajustkidding%3Aarch&package=mongodb44
Binary builds for aarch64 are not available for now.
Pinned Comments
drankinatty commented on 2026-04-26 08:20 (UTC) (edited on 2026-04-27 05:46 (UTC) by drankinatty)
Updated for boost 1.90 -> 1.91
A patch was required due to the 1.90 - 1.91 boost version change. The boost update moved macros around merging static_assert into config. A trivial header patch to include
boost/static_assert.hppfixes this issue.The update also broke compilation due to
boost::optionalchanges. Thanks to Seth's help in the discussion boost 1.91 broke mongodb44 build - need C++ help to properly fix theboost::optionalbuild failure, a simple change fixed the issue atsrc/mongo/db/catalog/coll_mod.cpp:361.Added 015-mongodb-4.4.29-boost-1.91.patch.
drankinatty commented on 2026-04-20 06:30 (UTC) (edited on 2026-04-20 08:43 (UTC) by drankinatty)
yaml-cpp Update 0.8 -> 0.9 Requires rebuild
After update of yaml-cpp from the current 0.8.0-3 to 0.9.0-1 a rebuild is required due to the shared library soname bump.
(Note, you can also downgrade to yaml-cpp-0.8.0-3 to restore mongodb44 until the chroot rebuild is complete)
drankinatty commented on 2025-12-31 20:31 (UTC)
WARNING, on December 15, an exploit was discovered in MongoDB zlib compressed headers:
zlib compression should be disabled in all versions that cannot upgrade to the new version of MongoDB. For MongoDB44, that means zlib compressed headers will be disabled going forward.