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.37
First Submitted: 2019-01-18 22:08 (UTC)
Last Updated: 2024-04-12 01:52 (UTC)

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 »

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/

PolarianDev commented on 2023-09-17 13:07 (UTC)

@JstKddng No mongosh should not conflict mongosh-bin, the source package does not need to conflict or provide, it is the suffixed packages which need to (so -git, -bin etc).

mongosh is completely fine :)

Also cheers for the additional of the option, now it will build just fine :)