Re: [gentoo-user] Building mongodb-3.4.2 scons error

2017-03-12 Thread Dick Middleton
On 03/12/17 17:49, Helmut Jarausch wrote: > What's your glibc? If it is version 2.24 or 2.25 you probably need the > following patch It's 2.23-r3. Maybe I should upgrade; next level is 2.24-r1 I applied your patch as given (that was a learning experience) but sadly it didn't help. Error is the

Re: [gentoo-user] Building mongodb-3.4.2 scons error

2017-03-12 Thread Helmut Jarausch
What's your glibc? If it is version 2.24 or 2.25 you probably need the following patch --- a/src/mongo/db/storage/mmap_v1/mmap_v1_engine.cpp.ORIG 2017-02-01 20:00:25.0 +0100 +++ b/src/mongo/db/storage/mmap_v1/mmap_v1_engine.cpp 2017-02-09 17:14:07.153905985 +0100 @@ -50,6 +50,8

[gentoo-user] Building mongodb-3.4.2 scons error

2017-03-12 Thread Dick Middleton
I'm trying to install mongodb 3.4.2 and have a troublesome scons error when linking the mongo shell. collect2: error: ld returned 1 exit status scons: *** [build/opt/mongo/mongo] Error 1 scons: building terminated because of errors. build/opt/mongo/mongo failed: Error 1 * ERROR: