Gentoo Archives: gentoo-user

From: Alan Grimes <ALONZOTG@×××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: should everything compile?
Date: Tue, 27 Dec 2016 15:25:52
Message-Id: aa2fa674-104c-be69-1ae4-c68e676773e4@verizon.net
In Reply to: [gentoo-user] Re: should everything compile? by "Holger Hoffstätte"
1 Holger Hoffstätte wrote:
2 > ..indicates a mismatch in C++11 ABI which changed in gcc5. What happens is that one the
3 > dependencies of openimageio was built against the old C++11 std::string ABI (hence the
4 > link errors), and needs to be rebuilt. It looks to be "Imf" aka libIlmImf,
5 > whatever that is. Try to rebuild it with --oneshot and it should work.
6 > If a similar error pops up for a different dependency, repeat. :)
7 >
8 > -h
9
10 Yeah, I emptytree world my system after each Y in X.Y.Z compiler version
11 bump. Since I sad it, everyone will tell you it's bad advice but really
12 not. The binary distros will compile everything with the same compiler
13 so crap doesn't happen. Now it's not super important but then you have
14 no idea how many other abi link errors are hiding out there.
15
16
17 --
18 Strange Game.
19 The only winning move is not to play.
20
21 Powers are not rights.

Replies

Subject Author
Re: [gentoo-user] Re: should everything compile? Dale <rdalek1967@×××××.com>
Re: [gentoo-user] Re: should everything compile? Neil Bothwick <neil@××××××××××.uk>