Package Details: mongodb 7.0.8-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
Licenses: SSPL-1.0
Provides: mongodb
Submitter: felixonmars
Maintainer: JstKddng
Last Packager: JstKddng
Votes: 34
Popularity: 0.22
First Submitted: 2019-01-18 22:08 (UTC)
Last Updated: 2024-04-12 01:52 (UTC)

Sources (7)

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 to mongosh is recommended.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 14 Next › Last »

ortonomy commented on 2023-09-29 02:52 (UTC) (edited on 2023-09-29 02:53 (UTC) by ortonomy)

There are a number of python package dependencies that must be installed before running this AUR and there is no warning or check to make sure they're present:

cheetah3 = "<=3.2.6.post1" # src/mongo/base/generate_error_codes.py packaging = "<=21.3" regex = "<=2021.11.10" requirements_parser = "<=0.3.1" setuptools = "58.1.0" psutil = "5.8.0" pymongo = "4.3.3" PyYAML = "5.3.1" requests = "2.26.0"

https://github.com/mongodb/mongo/blob/master/docs/building.md#python-prerequisites

PolarianDev commented on 2023-09-22 13:27 (UTC)

@siavoshkc This issue can not be reproduced without more information.

Were you compiling this in a clean chroot, were you using an AUR helper?

I do not believe there is anything wrong with the PKGBUILD as it compiles just fine in a clean chroot.

If you can not get it to help I suggest using a prebuilt package, JstKddng has their own ones, or I have ones available on polarrepo, both of which will allow you to update mongodb with pacman -Syu.

For more information see PolarRepo

Hope this helps!

Take care,
Polarian

PolarianDev commented on 2023-09-18 09:45 (UTC)

Hello,

Just wanted to correct myself, the following comment on this package: https://aur.archlinux.org/packages/mongodb?O=10#comment-910704

This was incorrect, Scimmia corrected me on IRC, curl is pulled in by pacman and is not a direct dependency of base-devel, I apologise for my mistake.

Secondly, polarrepo has caught up to binary builds for mongodb is also available there \o/

Take care,
Polarian

JstKddng commented on 2023-09-18 00:04 (UTC)

mongosh-bin should provide/conflict with mongosh, not the other way around.

I guess that works too

PolarianDev commented on 2023-09-17 16:41 (UTC)

also @JstKddng thanks for fixing the issues \o/

sorry for double posting

PolarianDev commented on 2023-09-17 16:41 (UTC)

@Scimmia thank you for helping clarify the point :D

Scimmia commented on 2023-09-17 15:33 (UTC)

JstKddng, you missed the point. mongosh-bin should provide/conflict with mongosh, not the other way around.

JstKddng commented on 2023-09-17 14:26 (UTC)

@PolarianDev

it should conflict since both provide /usr/bin/mongosh

You forgot the following:

done2

PolarianDev commented on 2023-09-17 14:10 (UTC)

@JstKddng You forgot the following:

  • Bump pkgrel to 2, because you have made modifications to the package for the same version.

  • Regenerate the .SRCINFO, you haven't done this and thus the AUR hasn't updated:

makepkg --printsrcinfo > .SRCINFO

After that I can build and deploy this to my repository \o/