From: walt <w41ter@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Re: webkit-gtk-2.4.8 fails to compile
Date: Fri, 27 Mar 2015 16:05:16 -0700 [thread overview]
Message-ID: <mf4nnd$8ee$1@ger.gmane.org> (raw)
In-Reply-To: <4164634.djNYgdSeMR@kushiel>
On 03/27/2015 02:56 AM, ddjones wrote:
> I seem to be hitting this bug:
>
> https://bugs.gentoo.org/show_bug.cgi?id=513386
>
> webkit-gtk fails:
>
> gtk-2.4.8/work/webkitgtk-2.4.8/.libs/libwebkitgtk-3.0.so: undefined reference
> to `_ZNSt6chrono3_V212steady_clock3nowEv@GLIBCXX_3.4.19'
I don't know if you understand the concepts discussed in that bug report, but
this this is basic idea:
You see that the undefined symbol includes the string "GLIBCXX". From this you
can tell that the program uses the well-known c++ standard library, which happens
to be installed separately by each version of gcc you have on your computer.
The error you are seeing is caused by using a different version of gcc to compile
webkit-gtk than you used to compile some other package that webkit-gtk depends on.
The tedious but necessary fix is to find every package on your computer that needs
libstdc++ and then recompile all of them with the same version of gcc. Yup, boring.
next prev parent reply other threads:[~2015-03-27 23:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-27 9:56 [gentoo-user] webkit-gtk-2.4.8 fails to compile ddjones
2015-03-27 23:05 ` walt [this message]
2015-03-28 10:42 ` [gentoo-user] " Alan McKinnon
2015-06-17 20:54 ` ddjones
2015-06-17 22:47 ` walt
2015-06-17 22:55 ` Canek Peláez Valdés
2015-06-17 23:15 ` walt
2015-06-19 4:03 ` Walter Dnes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='mf4nnd$8ee$1@ger.gmane.org' \
--to=w41ter@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox