Gentoo Archives: gentoo-user

From: Dick Middleton <dick@××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] SOLVED Building mongodb-3.4.2 scons error
Date: Wed, 15 Mar 2017 09:38:36
Message-Id: f327f8e3-743e-fcc3-d8e7-bf5221d35254@fouter.net
In Reply to: Re: [gentoo-user] Building mongodb-3.4.2 scons error by Dick Middleton
1 On 03/12/17 19:12, Dick Middleton wrote:
2
3 It turns out that the error is caused by ABI incompatibilities in the object
4 code generated by different versions of gcc compiler. I thought I'd fixed this
5 earlier by running
6
7 revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc
8
9 before emerging mongodb. It seems that wasn't the case and some mongodb
10 dependencies were overlooked.
11
12 I ran the command again and mongodb compile completed without errors.
13
14 Dick