For 4.2.2 you removed depends_aarch64=("libcurl-openssl-1.0")
and now you added it again? Why?
Search Criteria
Package Details: mongodb-bin 8.0.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mongodb-bin.git (read-only, click to copy) |
---|---|
Package Base: | mongodb-bin |
Description: | A high-performance, open source, schema-free document-oriented database |
Upstream URL: | https://www.mongodb.com/ |
Keywords: | database document-oriented mongo mongod mongodb mongos |
Licenses: | SSPL-1.0 |
Conflicts: | mongodb, mongodb-shell-bin |
Provides: | mongodb |
Submitter: | ali.molaei |
Maintainer: | ali.molaei (rafaelff) |
Last Packager: | ali.molaei |
Votes: | 93 |
Popularity: | 0.39 |
First Submitted: | 2019-01-28 09:01 (UTC) |
Last Updated: | 2024-12-13 11:09 (UTC) |
Dependencies (5)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- mongosh-binAUR (mongosh-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- chrpath (chrpath-gitAUR) (make)
- mongodb-toolsAUR (percona-server-mongodb-binAUR, mongodb36-binAUR, mongodb-tools-gitAUR, mongodb-tools-binAUR) (optional) – The MongoDB tools provide import, export, and diagnostic capabilities.
Required by (31)
- adminer (requires mongodb) (optional)
- alerta (requires mongodb) (optional)
- camlistore (requires mongodb) (optional)
- cronsun-bin (requires mongodb)
- grasscutter-git (requires mongodb) (optional)
- graylog (requires mongodb) (optional)
- icalingua++ (optional)
- icalingua++-electron-git (requires mongodb) (optional)
- icalingua++-git (requires mongodb) (optional)
- nemesyst-git (requires mongodb) (optional)
- nodejs-generator-scalatra (requires mongodb) (optional)
- nodejs-wildduck
- omada-controller (requires mongodb)
- omada-controller-rxy (requires mongodb)
- pritunl-git (requires mongodb) (optional)
- pump.io (requires mongodb) (optional)
- pumpio-git (requires mongodb) (optional)
- python-ezdb-git (requires mongodb) (optional)
- Show 13 more...
Sources (7)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 Next › Last »
gj545rndmu commented on 2020-02-01 09:10 (UTC)
ali.molaei commented on 2019-10-27 17:12 (UTC)
@goodpicture I have redownloaded the package using yay AUR-Helper, it successfully reinstalled, are you using an AUR-Helper? If yes, is it keeping any cache? can you clear it's downloaded caches and try again? Is your internet connection fine? The only explanation for me is that the files are not completely downloaded or there is an issue downloading it anyway. Also, can you give me the sha256sum of the downloaded files of yours?
Is there anyone else having the same problem?
goodpicture commented on 2019-10-27 16:39 (UTC)
why cant I install this ? I keep getting "invalid or corrupted package:"
ali.molaei commented on 2019-10-19 07:37 (UTC) (edited on 2019-10-19 07:37 (UTC) by ali.molaei)
I think the checksums are now correct @monson, thanks
monson commented on 2019-09-04 06:14 (UTC) (edited on 2019-09-04 06:14 (UTC) by monson)
@ali.molaei ${CARCH}
should not be used in source_x86_64
/source_aarch64
because it's based on package system instead of build system when packaging. Please replace it with x86_64/aarch64 respectively, otherwise it will generate wrong checksum by makepkg -g
and wrong filename in .SRCINFO .
axedre commented on 2019-08-29 14:28 (UTC)
I need to revert back to mongodb-bin v3.4.x, cause the lack of the --ssl
flag is a blocker for me, since I use studio3t v2018.2.0 (and cannot upgrade it, sadly) which expects it in order to use IntelliShell. How would I go about doing it? There is no arch linux archive equivalent for AUR packages, is there? :(
ali.molaei commented on 2019-06-24 14:17 (UTC)
@C0rn3j Ok, in next version I will do it :D Thanks
C0rn3j commented on 2019-06-23 14:53 (UTC)
Please switch from the legacy mongodb.conf to the YAML syntax. I just banged my head against the wall for a bit wondering why my configuration option didn't work as I was using the YAML syntax.
https://docs.mongodb.com/manual/reference/configuration-options/
https://github.com/mongodb/mongo/blob/master/rpm/mongod.conf
ali.molaei commented on 2019-06-20 21:14 (UTC)
@monson I have edited PKGBUILD to support aarch64, but I will push it after a new version is released, I have made to rename the downloaded files from _amd64 to _x86_64 so if I push it now, the old users should download same files again, as the cached names do not match. I will push it for the next version
monson commented on 2019-06-18 06:00 (UTC)
Add aarch64 support and tested on aarch64 (not yet on x86_64), would you check out this and patch it? https://gist.github.com/holymonson/f003043faad75e135bbad7795e9c1380
Pinned Comments
ali.molaei commented on 2021-07-28 14:29 (UTC) (edited on 2024-11-02 19:21 (UTC) by ali.molaei)
If you get core dumps on version 5 or above, read this: https://jira.mongodb.org/browse/SERVER-58648