Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: webkit-gtk-2.4.8 fails to compile
Date: Fri, 27 Mar 2015 23:05:35
Message-Id: mf4nnd$8ee$1@ger.gmane.org
In Reply to: [gentoo-user] webkit-gtk-2.4.8 fails to compile by ddjones
1 On 03/27/2015 02:56 AM, ddjones wrote:
2 > I seem to be hitting this bug:
3 >
4 > https://bugs.gentoo.org/show_bug.cgi?id=513386
5 >
6 > webkit-gtk fails:
7 >
8 > gtk-2.4.8/work/webkitgtk-2.4.8/.libs/libwebkitgtk-3.0.so: undefined reference
9 > to `_ZNSt6chrono3_V212steady_clock3nowEv@GLIBCXX_3.4.19'
10
11 I don't know if you understand the concepts discussed in that bug report, but
12 this this is basic idea:
13
14 You see that the undefined symbol includes the string "GLIBCXX". From this you
15 can tell that the program uses the well-known c++ standard library, which happens
16 to be installed separately by each version of gcc you have on your computer.
17
18 The error you are seeing is caused by using a different version of gcc to compile
19 webkit-gtk than you used to compile some other package that webkit-gtk depends on.
20
21 The tedious but necessary fix is to find every package on your computer that needs
22 libstdc++ and then recompile all of them with the same version of gcc. Yup, boring.

Replies

Subject Author
Re: [gentoo-user] Re: webkit-gtk-2.4.8 fails to compile Alan McKinnon <alan.mckinnon@×××××.com>
Re: [gentoo-user] Re: webkit-gtk-2.4.8 fails to compile ddjones <ddjones@××××××××××××.org>