You are not logged in.
Perhaps this is just a syncing issue but I think it is not.
I get a linking error after just having updated:
mongod --version
mongod: error while loading shared libraries: libwiredtiger-2.9.3.so: cannot open shared object file: No such file or directory
I have the following packages which seems to correspond to the package listing online.
➜ pacman -Qi mongodb
Name : mongodb
Version : 3.4.9-1
Description : A high-performance, open source, schema-free document-oriented database
Architecture : x86_64
URL : http://www.mongodb.org
Licenses : AGPL3
Groups : None
Provides : None
Depends On : pcre snappy openssl libsasl boost-libs yaml-cpp lsb-release wiredtiger libstemmer
Optional Deps : libpcap: needed for mongosniff [installed]
mongodb-tools: mongoimport, mongodump, mongotop, etc [installed]
Required By : None
Optional For : camlistore
Conflicts With : None
Replaces : None
Installed Size : 122.33 MiB
Packager : Felix Yan <....>
Build Date : Mon 18 Sep 2017 09:23:49 AM CEST
Install Date : Thu 21 Sep 2017 10:22:10 AM CEST
Install Reason : Explicitly installed
Install Script : Yes
Validated By : Signature
➜ pacman -Qi wiredtiger
Name : wiredtiger
Version : 2.9.1-1
Description : High performance, scalable, production quality, NoSQL, Open Source extensible platform for data management
Architecture : x86_64
URL : http://source.wiredtiger.com/
Licenses : GPL
Groups : None
Provides : None
Depends On : snappy lz4 zlib gperftools
Optional Deps : None
Required By : mongodb
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 4.19 MiB
Packager : Felix Yan <.....>
Build Date : Mon 02 Jan 2017 10:51:40 AM CET
Install Date : Thu 21 Sep 2017 10:24:07 AM CEST
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : Signature
I will try to downgrade in the meantime.
Offline
You have one package from [community-testing] and one from [community], did you do a partial update?
Offline
Not that I know just
pacman -Syu
Offline
Maybe it is just mirrors synching...
Offline
Downgrading also required a downgrade of boost-libs. I have no idea if it broke anything else...
Offline
How could it be a mirror sync issue? It clearly needs the wiredtiger in community testing to run. Thats not standard ops right? Packages in community should not depend on stuff in testing right?
Offline
They have been moved across, your mirror just hasn't picked it up yet.
Offline
Offline
It seems fixed now. The wiretiger libs was pushed later last night.
Offline