[Webkit-unassigned] [Bug 131274] ERROR: net-libs/webkit-gtk-2.4.0::gnome-next failed (compile phase)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 16 18:28:35 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=131274


Kwanhong Lee <kwanhong.lee at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kwanhong.lee at gmail.com




--- Comment #5 from Kwanhong Lee <kwanhong.lee at gmail.com>  2014-08-16 18:28:43 PST ---
I'm not the one who filed this bug, but I have the same compile failure.
So I did the test you mentioned:

[[ In case of "x86_64-pc-linux-gnu-4.7.3" ]]
$ gcc --version
gcc (Gentoo 4.7.3-r1 p1.3, pie-0.5.5) 4.7.3
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ g++ -std=c++11 -c test.cc
$ g++ -o test test.o
$ ./test 
./test: relocation error: ./test: symbol _ZNSt6chrono12steady_clock3nowEv, version GLIBCXX_3.4.17 not defined in file libstdc++.so.6 with link time reference


[[ In case of "x86_64-pc-linux-gnu-4.8.3" ]]
$ gcc --version
gcc (Gentoo 4.8.3 p1.1, pie-0.5.9) 4.8.3
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ g++ -std=c++11 -c test.cc
$ g++ -o test test.o
$ ./test 
printing out 1000 stars...
**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list