Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 398484 Details for
Bug 542654
dev-qt/qtwebkit fails to compile with -std=gnu11/-std=gnu++11
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
qtwebkit-4.8.5:20150308-022904.log
qtwebkit-4.8.5:20150308-022904.log (text/plain), 72.35 KB, created by
Agostino Sarubbo
on 2015-03-09 09:41:00 UTC
(
hide
)
Description:
qtwebkit-4.8.5:20150308-022904.log
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2015-03-09 09:41:00 UTC
Size:
72.35 KB
patch
obsolete
> * Package: dev-qt/qtwebkit-4.8.5 > * Repository: gentoo > * Maintainer: qt@gentoo.org > * Upstream: https://bugreports.qt.io/ > * USE: abi_x86_64 amd64 elibc_glibc exceptions gstreamer icu kernel_linux userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox > * Unpacking parts of qt-everywhere-opensource-src-4.8.5.tar.gz: configure LICENSE.GPL3 LICENSE.LGPL projects.pro src/qbase.pri src/qt_targets.pri src/qt_install.pri bin config.tests mkspecs qmake include src ... > [ ok ] > * Applying qtwebkit-4.8.1-no-use-ld-gold.patch ... > [ ok ] > * Applying 4.8.2-javascriptcore-x32.patch ... > [ ok ] >./configure -prefix /usr -bindir /usr/bin -libdir /usr/lib64/qt4 -docdir /usr/share/doc/qt-4.8.5 -headerdir /usr/include/qt4 -plugindir /usr/lib64/qt4/plugins -importdir /usr/lib64/qt4/imports -datadir /usr/share/qt4 -translationdir /usr/share/qt4/translations -sysconfdir /etc/qt4 -examplesdir /usr/share/qt4/examples -demosdir /usr/share/qt4/demos -opensource -confirm-license -shared -fast -largefile -stl -verbose -nomake examples -nomake demos -arch x86_64 -platform linux-g++ -L/usr/lib64 -release -no-separate-debug-info -exceptions -no-rpath -no-pch -reduce-relocations -I/usr/include/freetype2 -webkit -system-sqlite -icu -no-javascript-jit >Determining system architecture... (Linux:3.2.65-hardened-r2-xxxx-std-ipv6-64:x86_64) > 64-bit AMD 80x86 (x86_64) > 'x86_64' is supported >System architecture: 'x86_64' >Symbol visibility control enabled. >Symbolic function binding enabled. > >This is the Open Source Edition. > >You are licensed to use this software under the terms of >the Lesser GNU General Public License (LGPL) versions 2.1. >You are also licensed to use this software under the terms of >the GNU General Public License (GPL) versions 3. > >You have already accepted the terms of the license. > >floatmath auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o floatmath.o floatmath.cpp >floatmath.cpp:44:5: warning: unused parameter âargcâ [-Wunused-parameter] > int main(int argc, char **argv) > ^ >floatmath.cpp:44:5: warning: unused parameter âargvâ [-Wunused-parameter] >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o floatmath floatmath.o -L/usr/lib64 >floatmath enabled. >mmx auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -mmmx -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o mmx.o mmx.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o mmx mmx.o -L/usr/lib64 -mmmx >mmx enabled. >3dnow auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -m3dnow -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o 3dnow.o 3dnow.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o 3dnow 3dnow.o -L/usr/lib64 -m3dnow >3dnow enabled. >sse auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -msse -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o sse.o sse.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o sse sse.o -L/usr/lib64 -msse >sse enabled. >sse2 auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -msse2 -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o sse2.o sse2.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o sse2 sse2.o -L/usr/lib64 -msse2 >sse2 enabled. >sse3 auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -msse3 -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o sse3.o sse3.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o sse3 sse3.o -L/usr/lib64 -msse3 >sse3 enabled. >ssse3 auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -mssse3 -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o ssse3.o ssse3.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o ssse3 ssse3.o -L/usr/lib64 -mssse3 >ssse3 enabled. >sse4_1 auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -msse4.1 -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o sse4_1.o sse4_1.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o sse4_1 sse4_1.o -L/usr/lib64 -msse4.1 >sse4_1 enabled. >sse4_2 auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -msse4.2 -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o sse4_2.o sse4_2.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o sse4_2 sse4_2.o -L/usr/lib64 -msse4.2 >sse4_2 enabled. >avx auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -mavx -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o avx.o avx.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o avx avx.o -L/usr/lib64 -mavx >avx enabled. >ipc_sysv auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o ipc.o ipc.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o ipc_sysv ipc.o -L/usr/lib64 >ipc_sysv enabled. >zlib auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o zlib.o zlib.cpp >zlib.cpp: In function âint main(int, char**)â: >zlib.cpp:46:15: warning: variable âstreamâ set but not used [-Wunused-but-set-variable] > z_streamp stream; > ^ >zlib.cpp:48:17: warning: variable âverâ set but not used [-Wunused-but-set-variable] > const char *ver = zlibVersion(); > ^ >zlib.cpp:51:9: warning: variable âresâ set but not used [-Wunused-but-set-variable] > int res = compress2(0, 0, 0, 0, 1); > ^ >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o zlib zlib.o -L/usr/lib64 -lz >zlib enabled. >libjpeg auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o libjpeg.o libjpeg.cpp >libjpeg.cpp: In function âint main(int, char**)â: >libjpeg.cpp:51:32: warning: âcinfoâ is used uninitialized in this function [-Wuninitialized] > jpeg_create_compress(cinfo); > ^ >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o libjpeg libjpeg.o -L/usr/lib64 -ljpeg >libjpeg enabled. >libtiff auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o libtiff.o libtiff.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o libtiff libtiff.o -L/usr/lib64 -ltiff >libtiff enabled. >libmng auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o libmng.o libmng.cpp >libmng.cpp:42:20: fatal error: libmng.h: No such file or directory > #include <libmng.h> > ^ >compilation terminated. >Makefile:181: recipe for target 'libmng.o' failed >gmake: *** [libmng.o] Error 1 >libmng disabled. >libpng auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o libpng.o libpng.cpp >libpng.cpp: In function âint main(int, char**)â: >libpng.cpp:50:17: warning: variable âpng_ptrâ set but not used [-Wunused-but-set-variable] > png_structp png_ptr; > ^ >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o libpng libpng.o -L/usr/lib64 -lpng >libpng enabled. >DB2 auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o db2.o db2.cpp >db2.cpp:42:20: fatal error: sqlcli.h: No such file or directory > #include <sqlcli.h> > ^ >compilation terminated. >Makefile:181: recipe for target 'db2.o' failed >gmake: *** [db2.o] Error 1 >DB2 disabled. >InterBase auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o ibase.o ibase.cpp >ibase.cpp:42:19: fatal error: ibase.h: No such file or directory > #include <ibase.h> > ^ >compilation terminated. >Makefile:181: recipe for target 'ibase.o' failed >gmake: *** [ibase.o] Error 1 >InterBase disabled. >MySQL (thread-safe) auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/include/mysql -I/usr/include -o mysql.o ../mysql/mysql.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o mysql_r mysql.o -L/usr/lib64 -lpthread -lz -lm -lssl -lcrypto -ldl -lmysqlclient_r >MySQL (thread-safe) enabled. >OCI auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o oci.o oci.cpp >oci.cpp:42:17: fatal error: oci.h: No such file or directory > #include <oci.h> > ^ >compilation terminated. >Makefile:181: recipe for target 'oci.o' failed >gmake: *** [oci.o] Error 1 >OCI disabled. >ODBC auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o odbc.o odbc.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o odbc odbc.o -L/usr/lib64 -lodbc >ODBC enabled. >PostgreSQL auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/include/postgresql-9.4 -o psql.o psql.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o psql psql.o -L/usr/lib64 -L/usr/lib64/postgresql-9.4/lib64 -lpq >PostgreSQL enabled. >SQLite auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o sqlite.o sqlite.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o sqlite sqlite.o -L/usr/lib64 -lsqlite3 >SQLite enabled. >SQLite2 auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o sqlite2.o sqlite2.cpp >sqlite2.cpp:42:20: fatal error: sqlite.h: No such file or directory > #include <sqlite.h> > ^ >compilation terminated. >Makefile:181: recipe for target 'sqlite2.o' failed >gmake: *** [sqlite2.o] Error 1 >SQLite2 disabled. >unknown SQL driver: sqlite_symbian >unknown SQL driver: symsql >TDS auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o tds.o tds.cpp >tds.cpp:42:22: fatal error: sybfront.h: No such file or directory > #include <sybfront.h> > ^ >compilation terminated. >Makefile:181: recipe for target 'tds.o' failed >gmake: *** [tds.o] Error 1 >TDS disabled. >NIS auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o nis.o nis.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o nis nis.o -L/usr/lib64 -lnsl >NIS enabled. >Cups auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o cups.o cups.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o cups cups.o -L/usr/lib64 -lcups >Cups enabled. >POSIX iconv auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o iconv.o iconv.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o iconv iconv.o -L/usr/lib64 >POSIX iconv enabled. >D-Bus auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -o dbus.o dbus.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o dbus dbus.o -L/usr/lib64 -ldbus-1 >D-Bus enabled. >Glib auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -o glib.o glib.cpp >glib.cpp: In function âint main(int, char**)â: >glib.cpp:52:9: warning: âvoid g_thread_init(gpointer)â is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:261) [-Wdeprecated-declarations] > g_thread_init(NULL); > ^ >glib.cpp:52:27: warning: âvoid g_thread_init(gpointer)â is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:261) [-Wdeprecated-declarations] > g_thread_init(NULL); > ^ >glib.cpp:48:19: warning: variable âcontextâ set but not used [-Wunused-but-set-variable] > GMainContext *context; > ^ >glib.cpp:55:38: warning: âpollfdâ is used uninitialized in this function [-Wuninitialized] > g_source_add_poll(source, pollfd); > ^ >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o glib glib.o -L/usr/lib64 -pthread -lgthread-2.0 -lglib-2.0 >Glib enabled. >GStreamer auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -o gstreamer.o gstreamer.cpp >gstreamer.cpp:53:5: warning: unused parameter âargcâ [-Wunused-parameter] > int main(int argc, char **argv) > ^ >gstreamer.cpp:53:5: warning: unused parameter âargvâ [-Wunused-parameter] >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o gstreamer gstreamer.o -L/usr/lib64 -pthread -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lxml2 -lgstinterfaces-0.10 -lgstvideo-0.10 -lgstbase-0.10 >GStreamer enabled. >ICD auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o icd.o icd.cpp >icd.cpp:42:22: fatal error: wlancond.h: No such file or directory > #include <wlancond.h> > ^ >compilation terminated. >Makefile:181: recipe for target 'icd.o' failed >gmake: *** [icd.o] Error 1 >ICD disabled. >ICU auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o icu.o icu.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o icu icu.o -L/usr/lib64 -licuuc -licui18n >ICU enabled. >PulseAudio auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -D_REENTRANT -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -o pulseaudio.o pulseaudio.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o pulseaudio pulseaudio.o -L/usr/lib64 -lpulse-mainloop-glib -lpulse -lglib-2.0 >PulseAudio enabled. >Detecting broken X11 headers... (/var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5/mkspecs/linux-g++ yes /var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5 /var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5) >X11 headers look good. >XLib auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/X11R6/include -o xlib.o xlib.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o xlib xlib.o -L/usr/X11R6/lib -L/usr/lib64 -lXext -lX11 -lm >XLib enabled. >OpenGL auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include -o opengl.o opengl.cpp >opengl.cpp: In function âint main(int, char**)â: >opengl.cpp:46:12: warning: variable âxâ set but not used [-Wunused-but-set-variable] > GLuint x; > ^ >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o opengl opengl.o -L/usr/X11R6/lib -L/usr/lib64 -lGL -lXext -lX11 -lm >OpenGL enabled. >Xcursor auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/X11R6/include -o xcursor.o xcursor.cpp >xcursor.cpp: In function âint main(int, char**)â: >xcursor.cpp:61:19: warning: variable âimageâ set but not used [-Wunused-but-set-variable] > XcursorImage *image; > ^ >xcursor.cpp:63:21: warning: variable âcursorsâ set but not used [-Wunused-but-set-variable] > XcursorCursors *cursors; > ^ >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o xcursor xcursor.o -L/usr/X11R6/lib -L/usr/lib64 -lXcursor -lXext -lX11 -lm >Xcursor enabled. >Xfixes auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/X11R6/include -o xfixes.o xfixes.cpp >xfixes.cpp: In function âint main(int, char**)â: >xfixes.cpp:51:32: warning: variable âeventâ set but not used [-Wunused-but-set-variable] > XFixesSelectionNotifyEvent event; > ^ >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o xfixes xfixes.o -L/usr/X11R6/lib -L/usr/lib64 -lXext -lX11 -lm >Xfixes enabled. >Xrandr auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/X11R6/include -o xrandr.o xrandr.cpp >xrandr.cpp: In function âint main(int, char**)â: >xrandr.cpp:51:20: warning: variable âsizeâ set but not used [-Wunused-but-set-variable] > XRRScreenSize *size; > ^ >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o xrandr xrandr.o -L/usr/X11R6/lib -L/usr/lib64 -lXrender -lXrandr -lXext -lX11 -lm >Xrandr enabled. >Xrender auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/X11R6/include -o xrender.o xrender.cpp >xrender.cpp: In function âint main(int, char**)â: >xrender.cpp:50:24: warning: variable âformatâ set but not used [-Wunused-but-set-variable] > XRenderPictFormat *format; > ^ >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o xrender xrender.o -L/usr/X11R6/lib -L/usr/lib64 -lXrender -lXext -lX11 -lm >Xrender enabled. >mitshm auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/X11R6/include -o mitshm.o mitshm.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o mitshm mitshm.o -L/usr/X11R6/lib -L/usr/lib64 -lXext -lXext -lX11 -lm >mitshm enabled. >FontConfig auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/X11R6/include -o fontconfig.o fontconfig.cpp >fontconfig.cpp: In function âint main(int, char**)â: >fontconfig.cpp:56:13: warning: variable âfaceâ set but not used [-Wunused-but-set-variable] > FT_Face face; > ^ >fontconfig.cpp:58:16: warning: variable âpatternâ set but not used [-Wunused-but-set-variable] > FcPattern *pattern; > ^ >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o fontconfig fontconfig.o -L/usr/X11R6/lib -L/usr/lib64 -lfreetype -lfontconfig -lXext -lX11 -lm >FontConfig enabled. >Session Management auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/X11R6/include -o sm.o sm.cpp >sm.cpp: In function âint main(int, char**)â: >sm.cpp:46:15: warning: variable âpointerâ set but not used [-Wunused-but-set-variable] > SmPointer pointer; > ^ >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o sm sm.o -L/usr/X11R6/lib -L/usr/lib64 -lSM -lICE -lXext -lX11 -lm >Session Management enabled. >XShape auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/X11R6/include -o xshape.o xshape.cpp >xshape.cpp: In function âint main(int, char**)â: >xshape.cpp:48:17: warning: variable âshapeeventâ set but not used [-Wunused-but-set-variable] > XShapeEvent shapeevent; > ^ >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o xshape xshape.o -L/usr/X11R6/lib -L/usr/lib64 -lXext -lX11 -lm >XShape enabled. >XVideo auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/X11R6/include -o xvideo.o xvideo.cpp >xvideo.cpp:46:5: warning: unused parameter âargcâ [-Wunused-parameter] > int main(int argc, char** argv) > ^ >xvideo.cpp:46:5: warning: unused parameter âargvâ [-Wunused-parameter] >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o xvideo xvideo.o -L/usr/X11R6/lib -L/usr/lib64 -lXv -lXext -lX11 -lm >XVideo enabled. >XSync auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/X11R6/include -o xsync.o xsync.cpp >xsync.cpp: In function âint main(int, char**)â: >xsync.cpp:51:28: warning: statement has no effect [-Wunused-value] > (void*)&XSyncIntToValue; > ^ >xsync.cpp:52:31: warning: statement has no effect [-Wunused-value] > (void*)&XSyncCreateCounter; > ^ >xsync.cpp:50:16: warning: unused variable âvalueâ [-Wunused-variable] > XSyncValue value; > ^ >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o xsync xsync.o -L/usr/X11R6/lib -L/usr/lib64 -lXext -lX11 -lm >XSync enabled. >Xinerama auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/X11R6/include -o xinerama.o xinerama.cpp >xinerama.cpp: In function âint main(int, char**)â: >xinerama.cpp:47:25: warning: variable âinfoâ set but not used [-Wunused-but-set-variable] > XineramaScreenInfo *info; > ^ >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o xinerama xinerama.o -L/usr/X11R6/lib -L/usr/lib64 -lXinerama -lXext -lX11 -lm >Xinerama enabled. >XInput auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/X11R6/include -o xinput.o xinput.cpp >xinput.cpp: In function âint main(int, char**)â: >xinput.cpp:55:25: warning: variable âeventâ set but not used [-Wunused-but-set-variable] > XDeviceButtonEvent *event; > ^ >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o xinput xinput.o -L/usr/X11R6/lib -L/usr/lib64 -lXi -lXext -lX11 -lm >XInput enabled. >XKB auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/X11R6/include -o xkb.o xkb.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o xkb xkb.o -L/usr/X11R6/lib -L/usr/lib64 -lXext -lX11 -lm >XKB enabled. >Determining machine byte-order... (/var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5/mkspecs/linux-g++ yes /var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5 /var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5 ) >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -o endiantest.o endiantest.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o endiantest endiantest.o > Found 'LeastSignificantByteFirst' in binary >rm -f endiantest.o >rm -f *~ core *.core >rm -f endiantest >rm -f Makefile >Using little endian. >Determining machine byte-order... (/var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5/mkspecs/linux-g++ yes /var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5 /var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5) >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -o endiantest.o endiantest.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o endiantest endiantest.o > Found 'LeastSignificantByteFirst' in binary >rm -f endiantest.o >rm -f *~ core *.core >rm -f endiantest >rm -f Makefile >Using little endian. >STL auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o stltest.o stltest.cpp >stltest.cpp: In function âint main()â: >stltest.cpp:135:13: warning: variable âfirstâ set but not used [-Wunused-but-set-variable] > int first = (*m1it).first; > ^ >stltest.cpp:137:16: warning: variable âsecondâ set but not used [-Wunused-but-set-variable] > double second = (*m1it).second; > ^ >stltest.cpp:108:9: warning: variable âv1sizeâ set but not used [-Wunused-but-set-variable] > int v1size = v1.size(); > ^ >stltest.cpp:110:9: warning: variable âv1capacityâ set but not used [-Wunused-but-set-variable] > int v1capacity = v1.capacity(); > ^ >stltest.cpp:114:10: warning: variable âv1notfoundâ set but not used [-Wunused-but-set-variable] > bool v1notfound = (v1it == v1.end()); > ^ >stltest.cpp:118:10: warning: variable âv1foundâ set but not used [-Wunused-but-set-variable] > bool v1found = (v1it != v1.end()); > ^ >stltest.cpp:123:9: warning: variable âv2sizeâ set but not used [-Wunused-but-set-variable] > int v2size = v2.size(); > ^ >stltest.cpp:131:9: warning: variable âm1sizeâ set but not used [-Wunused-but-set-variable] > int m1size = m1.size(); > ^ >stltest.cpp:141:9: warning: variable âm2sizeâ set but not used [-Wunused-but-set-variable] > int m2size = m2.size(); > ^ >stltest.cpp:145:9: warning: unused variable ânâ [-Wunused-variable] > int n = std::distance(it1, it2); > ^ >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o stl stltest.o -L/usr/lib64 >STL enabled. >IPv6 auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o ipv6test.o ipv6test.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o ipv6 ipv6test.o -L/usr/lib64 >IPv6 enabled. >POSIX clock_gettime() auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o clock-gettime.o clock-gettime.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o clock-gettime clock-gettime.o -L/usr/lib64 -lrt >POSIX clock_gettime() enabled. >POSIX Monotonic Clock auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o clock-monotonic.o clock-monotonic.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o clock-monotonic clock-monotonic.o -L/usr/lib64 -lrt >POSIX Monotonic Clock enabled. >mremap auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o mremap.o mremap.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o mremap mremap.o -L/usr/lib64 >mremap enabled. >getaddrinfo auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o getaddrinfotest.o getaddrinfotest.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o getaddrinfo getaddrinfotest.o -L/usr/lib64 >getaddrinfo enabled. >inotify auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o inotifytest.o inotifytest.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o inotify inotifytest.o -L/usr/lib64 >inotify enabled. >IPv6 interface name auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o ipv6ifname.o ipv6ifname.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o ipv6ifname ipv6ifname.o -L/usr/lib64 >IPv6 interface name enabled. >getifaddrs auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o getifaddrs.o getifaddrs.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o getifaddrs getifaddrs.o -L/usr/lib64 >getifaddrs enabled. >OpenSSL auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o openssl.o openssl.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o openssl openssl.o -L/usr/lib64 >OpenSSL enabled. >OpenVG auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o openvg.o openvg.cpp >openvg.cpp:48:23: fatal error: VG/openvg.h: No such file or directory > #include <VG/openvg.h> > ^ >compilation terminated. >Makefile:181: recipe for target 'openvg.o' failed >gmake: *** [openvg.o] Error 1 >OpenVG disabled. >OpenVG auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/X11R6/include -o openvg.o openvg.cpp >openvg.cpp:48:23: fatal error: VG/openvg.h: No such file or directory > #include <VG/openvg.h> > ^ >compilation terminated. >Makefile:181: recipe for target 'openvg.o' failed >gmake: *** [openvg.o] Error 1 >OpenVG disabled. >OpenVG (lc includes) auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -DQT_LOWER_CASE_VG_INCLUDES -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o openvg.o openvg.cpp >openvg.cpp:46:23: fatal error: vg/openvg.h: No such file or directory > #include <vg/openvg.h> > ^ >compilation terminated. >Makefile:181: recipe for target 'openvg.o' failed >gmake: *** [openvg.o] Error 1 >OpenVG (lc includes) disabled. >OpenVG (lc includes) auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -DQT_LOWER_CASE_VG_INCLUDES -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -I/usr/X11R6/include -o openvg.o openvg.cpp >openvg.cpp:46:23: fatal error: vg/openvg.h: No such file or directory > #include <vg/openvg.h> > ^ >compilation terminated. >Makefile:181: recipe for target 'openvg.o' failed >gmake: *** [openvg.o] Error 1 >OpenVG (lc includes) disabled. >alsa auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o alsatest.o alsatest.cpp >alsatest.cpp:47:5: warning: unused parameter âargcâ [-Wunused-parameter] > int main(int argc,char **argv) > ^ >alsatest.cpp:47:5: warning: unused parameter âargvâ [-Wunused-parameter] >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o alsa alsatest.o -L/usr/lib64 -lasound >alsa enabled. >Stdint auto-detection... () >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../../mkspecs/linux-g++ -I. -I/usr/include/freetype2 -o main.o main.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o stdint main.o -L/usr/lib64 >Stdint enabled. >Testing size of pointers ... (/var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5/mkspecs/linux-g++ yes /var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5 /var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5) >rm -f ptrsizetest.o >rm -f *~ core *.core >x86_64-pc-linux-gnu-g++ -c -pipe -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -O2 -Wall -W -I../../../mkspecs/linux-g++ -I. -o ptrsizetest.o ptrsizetest.cpp >x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-O1 -o ptrsizetest ptrsizetest.o >Pointer size: 8 >ln: failed to create symbolic link â/var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5/include/QtCore/qconfig.hâ: File exists >ln: failed to create symbolic link â/var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5/include/Qt/qconfig.hâ: File exists > > This target is using the GNU C++ compiler (linux-g++). > > Recent versions of this compiler automatically include code for > exceptions, which increase both the size of the Qt libraries and > the amount of memory taken by your applications. > > You may choose to re-run configure with the -no-exceptions > option to compile Qt without exceptions. This is completely binary > compatible, and existing applications will continue to work. > > >Build type: linux-g++ >Architecture: x86_64 > >qmake vars .......... cat: .qmake.vars: No such file or directory >qmake switches ......... >Build .................. libs tools docs translations >Configuration .......... system-sqlite release largefile stl mmx 3dnow sse sse2 sse3 ssse3 sse4_1 sse4_2 avx minimal-config small-config medium-config large-config full-config qt3support phonon phonon-backend accessibility opengl shared reduce_exports reduce_relocations ipv6 clock-gettime clock-monotonic mremap getaddrinfo ipv6ifname getifaddrs inotify system-jpeg system-png png system-tiff system-freetype system-zlib nis cups iconv glib gstreamer dbus openssl x11sm xshape xvideo xsync xrender mitshm fontconfig xkb alsa pulseaudio icu concurrent xmlpatterns multimedia audio-backend svg script scripttools declarative release >Debug .................. no >Qt 3 compatibility ..... yes >QtDBus module .......... yes (run-time) >QtConcurrent code ...... yes >QtGui module ........... yes >QtScript module ........ yes >QtScriptTools module ... yes >QtXmlPatterns module ... yes >Phonon module .......... yes >Multimedia module ...... auto >SVG module ............. yes >WebKit module .......... yes >JavaScriptCore JIT ..... no >Declarative module ..... yes >Declarative debugging ...yes >Support for S60 ........ no >Symbian DEF files ...... no >STL support ............ yes >PCH support ............ no >MMX/3DNOW/SSE/SSE2/SSE3. yes/yes/yes/yes/yes >SSSE3/SSE4.1/SSE4.2..... yes/yes/yes >AVX..................... yes >Graphics System ........ default >IPv6 support ........... yes >IPv6 ifname support .... yes >getaddrinfo support .... yes >getifaddrs support ..... yes >Accessibility .......... yes >NIS support ............ yes >CUPS support ........... yes >Iconv support .......... yes >Glib support ........... yes >GStreamer support ...... yes >PulseAudio support ..... yes >Large File support ..... yes >GIF support ............ plugin >TIFF support ........... plugin (system) >JPEG support ........... plugin (system) >PNG support ............ yes (system) >MNG support ............ plugin (qt) >zlib support ........... system >Session management ..... yes >OpenGL support ......... yes (Desktop OpenGL) >OpenVG support ......... no >NAS sound support ...... no >XShape support ......... yes >XVideo support ......... yes >XSync support .......... yes >Xinerama support ....... runtime >Xcursor support ........ runtime >Xfixes support ......... runtime >Xrandr support ......... runtime >Xrender support ........ yes >Xi support ............. runtime >MIT-SHM support ........ yes >FontConfig support ..... yes >XKB Support ............ yes >immodule support ....... yes >GTK theme support ...... yes >MySQL support .......... plugin >PostgreSQL support ..... plugin >ODBC support ........... plugin >SQLite support ......... plugin (system) >OpenSSL support ........ yes (run-time) >Alsa support ........... yes >ICD support ............ no >libICU support ......... yes >Use system proxies ..... no > > * Running qmake in: src/3rdparty/webkit/Source/JavaScriptCore > * Running qmake in: src/3rdparty/webkit/Source/WebCore > * Running qmake in: src/3rdparty/webkit/Source/WebKit/qt >x86_64-pc-linux-gnu-g++ -c -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -I/usr/include/freetype2 -Wall -Wextra -Wreturn-type -fno-strict-aliasing -Wcast-align -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self -Wno-c++0x-compat -Wno-c++0x-compat -O3 -pthread -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -D_REENTRANT -DNDEBUG -DBUILDING_QT__=1 -DNDEBUG -DQT_ASCII_CAST_WARNINGS -DENABLE_JIT=0 -DBUILDING_JavaScriptCore -DBUILDING_WTF -DWTF_USE_QT_ICU_TEXT_BREAKING=1 -DENABLE_GLIB_SUPPORT=1 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -DQT_SHARED -I../../../../../mkspecs/linux-g++ -I. -I../../../../../include/QtCore -I../../../../../include -I. -I../../Source -I../ThirdParty -Iassembler -Ibytecode -Ibytecompiler -Iheap -Idfg -Idebugger -Iinterpreter -Ijit -Iparser -Iprofiler -Iruntime -Iwtf -Iwtf/gobject -I/var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5/src/3rdparty/webkit/Source/JavaScriptCore/wtf/symbian -Iwtf/unicode -Iyarr -IAPI -IForwardingHeaders -Igenerated -I../../Source -I../../include -I/include/QtWebKit -I/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.moc/release-static -o .obj/release-static/YarrInterpreter.o yarr/YarrInterpreter.cpp >x86_64-pc-linux-gnu-g++ -c -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -I/usr/include/freetype2 -Wall -Wextra -Wreturn-type -fno-strict-aliasing -Wcast-align -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self -Wno-c++0x-compat -Wno-c++0x-compat -O3 -pthread -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -D_REENTRANT -DNDEBUG -DBUILDING_QT__=1 -DNDEBUG -DQT_ASCII_CAST_WARNINGS -DENABLE_JIT=0 -DBUILDING_JavaScriptCore -DBUILDING_WTF -DWTF_USE_QT_ICU_TEXT_BREAKING=1 -DENABLE_GLIB_SUPPORT=1 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -DQT_SHARED -I../../../../../mkspecs/linux-g++ -I. -I../../../../../include/QtCore -I../../../../../include -I. -I../../Source -I../ThirdParty -Iassembler -Ibytecode -Ibytecompiler -Iheap -Idfg -Idebugger -Iinterpreter -Ijit -Iparser -Iprofiler -Iruntime -Iwtf -Iwtf/gobject -I/var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5/src/3rdparty/webkit/Source/JavaScriptCore/wtf/symbian -Iwtf/unicode -Iyarr -IAPI -IForwardingHeaders -Igenerated -I../../Source -I../../include -I/include/QtWebKit -I/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.moc/release-static -o .obj/release-static/YarrPattern.o yarr/YarrPattern.cpp >x86_64-pc-linux-gnu-g++ -c -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -I/usr/include/freetype2 -Wall -Wextra -Wreturn-type -fno-strict-aliasing -Wcast-align -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self -Wno-c++0x-compat -Wno-c++0x-compat -O3 -pthread -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -D_REENTRANT -DNDEBUG -DBUILDING_QT__=1 -DNDEBUG -DQT_ASCII_CAST_WARNINGS -DENABLE_JIT=0 -DBUILDING_JavaScriptCore -DBUILDING_WTF -DWTF_USE_QT_ICU_TEXT_BREAKING=1 -DENABLE_GLIB_SUPPORT=1 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -DQT_SHARED -I../../../../../mkspecs/linux-g++ -I. -I../../../../../include/QtCore -I../../../../../include -I. -I../../Source -I../ThirdParty -Iassembler -Ibytecode -Ibytecompiler -Iheap -Idfg -Idebugger -Iinterpreter -Ijit -Iparser -Iprofiler -Iruntime -Iwtf -Iwtf/gobject -I/var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5/src/3rdparty/webkit/Source/JavaScriptCore/wtf/symbian -Iwtf/unicode -Iyarr -IAPI -IForwardingHeaders -Igenerated -I../../Source -I../../include -I/include/QtWebKit -I/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.moc/release-static -o .obj/release-static/YarrSyntaxChecker.o yarr/YarrSyntaxChecker.cpp >x86_64-pc-linux-gnu-g++ -c -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -I/usr/include/freetype2 -Wall -Wextra -Wreturn-type -fno-strict-aliasing -Wcast-align -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self -Wno-c++0x-compat -Wno-c++0x-compat -O3 -pthread -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -D_REENTRANT -DNDEBUG -DBUILDING_QT__=1 -DNDEBUG -DQT_ASCII_CAST_WARNINGS -DENABLE_JIT=0 -DBUILDING_JavaScriptCore -DBUILDING_WTF -DWTF_USE_QT_ICU_TEXT_BREAKING=1 -DENABLE_GLIB_SUPPORT=1 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -DQT_SHARED -I../../../../../mkspecs/linux-g++ -I. -I../../../../../include/QtCore -I../../../../../include -I. -I../../Source -I../ThirdParty -Iassembler -Ibytecode -Ibytecompiler -Iheap -Idfg -Idebugger -Iinterpreter -Ijit -Iparser -Iprofiler -Iruntime -Iwtf -Iwtf/gobject -I/var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5/src/3rdparty/webkit/Source/JavaScriptCore/wtf/symbian -Iwtf/unicode -Iyarr -IAPI -IForwardingHeaders -Igenerated -I../../Source -I../../include -I/include/QtWebKit -I/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.moc/release-static -o .obj/release-static/Assertions.o wtf/Assertions.cpp >x86_64-pc-linux-gnu-g++ -c -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -I/usr/include/freetype2 -Wall -Wextra -Wreturn-type -fno-strict-aliasing -Wcast-align -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self -Wno-c++0x-compat -Wno-c++0x-compat -O3 -pthread -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -D_REENTRANT -DNDEBUG -DBUILDING_QT__=1 -DNDEBUG -DQT_ASCII_CAST_WARNINGS -DENABLE_JIT=0 -DBUILDING_JavaScriptCore -DBUILDING_WTF -DWTF_USE_QT_ICU_TEXT_BREAKING=1 -DENABLE_GLIB_SUPPORT=1 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -DQT_SHARED -I../../../../../mkspecs/linux-g++ -I. -I../../../../../include/QtCore -I../../../../../include -I. -I../../Source -I../ThirdParty -Iassembler -Ibytecode -Ibytecompiler -Iheap -Idfg -Idebugger -Iinterpreter -Ijit -Iparser -Iprofiler -Iruntime -Iwtf -Iwtf/gobject -I/var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5/src/3rdparty/webkit/Source/JavaScriptCore/wtf/symbian -Iwtf/unicode -Iyarr -IAPI -IForwardingHeaders -Igenerated -I../../Source -I../../include -I/include/QtWebKit -I/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.moc/release-static -o .obj/release-static/ByteArray.o wtf/ByteArray.cpp >x86_64-pc-linux-gnu-g++ -c -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -I/usr/include/freetype2 -Wall -Wextra -Wreturn-type -fno-strict-aliasing -Wcast-align -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self -Wno-c++0x-compat -Wno-c++0x-compat -O3 -pthread -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -D_REENTRANT -DNDEBUG -DBUILDING_QT__=1 -DNDEBUG -DQT_ASCII_CAST_WARNINGS -DENABLE_JIT=0 -DBUILDING_JavaScriptCore -DBUILDING_WTF -DWTF_USE_QT_ICU_TEXT_BREAKING=1 -DENABLE_GLIB_SUPPORT=1 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -DQT_SHARED -I../../../../../mkspecs/linux-g++ -I. -I../../../../../include/QtCore -I../../../../../include -I. -I../../Source -I../ThirdParty -Iassembler -Ibytecode -Ibytecompiler -Iheap -Idfg -Idebugger -Iinterpreter -Ijit -Iparser -Iprofiler -Iruntime -Iwtf -Iwtf/gobject -I/var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5/src/3rdparty/webkit/Source/JavaScriptCore/wtf/symbian -Iwtf/unicode -Iyarr -IAPI -IForwardingHeaders -Igenerated -I../../Source -I../../include -I/include/QtWebKit -I/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.moc/release-static -o .obj/release-static/CryptographicallyRandomNumber.o wtf/CryptographicallyRandomNumber.cpp >x86_64-pc-linux-gnu-g++ -c -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -I/usr/include/freetype2 -Wall -Wextra -Wreturn-type -fno-strict-aliasing -Wcast-align -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self -Wno-c++0x-compat -Wno-c++0x-compat -O3 -pthread -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -D_REENTRANT -DNDEBUG -DBUILDING_QT__=1 -DNDEBUG -DQT_ASCII_CAST_WARNINGS -DENABLE_JIT=0 -DBUILDING_JavaScriptCore -DBUILDING_WTF -DWTF_USE_QT_ICU_TEXT_BREAKING=1 -DENABLE_GLIB_SUPPORT=1 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -DQT_SHARED -I../../../../../mkspecs/linux-g++ -I. -I../../../../../include/QtCore -I../../../../../include -I. -I../../Source -I../ThirdParty -Iassembler -Ibytecode -Ibytecompiler -Iheap -Idfg -Idebugger -Iinterpreter -Ijit -Iparser -Iprofiler -Iruntime -Iwtf -Iwtf/gobject -I/var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5/src/3rdparty/webkit/Source/JavaScriptCore/wtf/symbian -Iwtf/unicode -Iyarr -IAPI -IForwardingHeaders -Igenerated -I../../Source -I../../include -I/include/QtWebKit -I/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.moc/release-static -o .obj/release-static/CurrentTime.o wtf/CurrentTime.cpp >x86_64-pc-linux-gnu-g++ -c -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -I/usr/include/freetype2 -Wall -Wextra -Wreturn-type -fno-strict-aliasing -Wcast-align -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self -Wno-c++0x-compat -Wno-c++0x-compat -O3 -pthread -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -D_REENTRANT -DNDEBUG -DBUILDING_QT__=1 -DNDEBUG -DQT_ASCII_CAST_WARNINGS -DENABLE_JIT=0 -DBUILDING_JavaScriptCore -DBUILDING_WTF -DWTF_USE_QT_ICU_TEXT_BREAKING=1 -DENABLE_GLIB_SUPPORT=1 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -DQT_SHARED -I../../../../../mkspecs/linux-g++ -I. -I../../../../../include/QtCore -I../../../../../include -I. -I../../Source -I../ThirdParty -Iassembler -Ibytecode -Ibytecompiler -Iheap -Idfg -Idebugger -Iinterpreter -Ijit -Iparser -Iprofiler -Iruntime -Iwtf -Iwtf/gobject -I/var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5/src/3rdparty/webkit/Source/JavaScriptCore/wtf/symbian -Iwtf/unicode -Iyarr -IAPI -IForwardingHeaders -Igenerated -I../../Source -I../../include -I/include/QtWebKit -I/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.moc/release-static -o .obj/release-static/DateMath.o wtf/DateMath.cpp >x86_64-pc-linux-gnu-g++ -c -march=native -Wformat -Werror=format-security -g0 -O2 -Wabi -fabi-version=6 -std=gnu++11 -I/usr/include/freetype2 -Wall -Wextra -Wreturn-type -fno-strict-aliasing -Wcast-align -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self -Wno-c++0x-compat -Wno-c++0x-compat -O3 -pthread -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -D_REENTRANT -DNDEBUG -DBUILDING_QT__=1 -DNDEBUG -DQT_ASCII_CAST_WARNINGS -DENABLE_JIT=0 -DBUILDING_JavaScriptCore -DBUILDING_WTF -DWTF_USE_QT_ICU_TEXT_BREAKING=1 -DENABLE_GLIB_SUPPORT=1 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -DQT_SHARED -I../../../../../mkspecs/linux-g++ -I. -I../../../../../include/QtCore -I../../../../../include -I. -I../../Source -I../ThirdParty -Iassembler -Ibytecode -Ibytecompiler -Iheap -Idfg -Idebugger -Iinterpreter -Ijit -Iparser -Iprofiler -Iruntime -Iwtf -Iwtf/gobject -I/var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5/src/3rdparty/webkit/Source/JavaScriptCore/wtf/symbian -Iwtf/unicode -Iyarr -IAPI -IForwardingHeaders -Igenerated -I../../Source -I../../include -I/include/QtWebKit -I/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I.moc/release-static -o .obj/release-static/dtoa.o wtf/dtoa.cpp >In file included from ./wtf/FastAllocBase.h:93:0, > from ./wtf/RefCounted.h:25, > from wtf/ByteArray.h:32, > from wtf/ByteArray.cpp:27: >./wtf/TypeTraits.h:186:69: error: âstd::tr1â has not been declared > template<typename T> struct HasTrivialConstructor : public std::tr1::has_trivial > ^ >./wtf/TypeTraits.h:186:74: error: expected â{â before âhas_trivial_constructorâ > template<typename T> struct HasTrivialConstructor : public std::tr1::has_trivial > ^ >./wtf/TypeTraits.h:186:97: error: expected initializer before â<â token > e T> struct HasTrivialConstructor : public std::tr1::has_trivial_constructor<T> { }; > ^ >./wtf/TypeTraits.h:187:68: error: âstd::tr1â has not been declared > template<typename T> struct HasTrivialDestructor : public std::tr1::has_trivial_ > ^ >./wtf/TypeTraits.h:187:73: error: expected â{â before âhas_trivial_destructorâ > template<typename T> struct HasTrivialDestructor : public std::tr1::has_trivial_ > ^ >./wtf/TypeTraits.h:187:95: error: expected initializer before â<â token > ame T> struct HasTrivialDestructor : public std::tr1::has_trivial_destructor<T> { }; > ^ >Makefile:1733: recipe for target '.obj/release-static/ByteArray.o' failed >make: *** [.obj/release-static/ByteArray.o] Error 1 >make: *** Waiting for unfinished jobs.... >In file included from ./wtf/PossiblyNull.h:29:0, > from ./wtf/FastMalloc.h:25, > from ./config.h:99, > from wtf/CryptographicallyRandomNumber.cpp:30: >wtf/StdLibExtras.h: In function âTO WTF::bitwise_cast(FROM)â: >./wtf/Assertions.h:326:47: warning: typedef âdummyWTF_bitwise_cast_sizeof_casted_types_is_equalâ locally defined but not used [-Wunused-local-typedefs] > #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] > ^ >wtf/StdLibExtras.h:96:5: note: in expansion of macro âCOMPILE_ASSERTâ > COMPILE_ASSERT(sizeof(TO) == sizeof(FROM), WTF_bitwise_cast_sizeof_casted_types_ > ^ >wtf/StdLibExtras.h: In function âsize_t WTF::roundUpToMultipleOf(size_t)â: >./wtf/Assertions.h:326:47: warning: typedef âdummydivisor_is_a_power_of_twoâ locally defined but not used [-Wunused-local-typedefs] > #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] > ^ >wtf/StdLibExtras.h:120:5: note: in expansion of macro âCOMPILE_ASSERTâ > COMPILE_ASSERT(divisor && !(divisor & (divisor - 1)), divisor_is_a_power_of_two) > ^ >In file included from ./wtf/FastAllocBase.h:93:0, > from wtf/ThreadingPrimitives.h:37, > from wtf/CryptographicallyRandomNumber.cpp:36: >./wtf/TypeTraits.h: At global scope: >./wtf/TypeTraits.h:186:69: error: âstd::tr1â has not been declared > template<typename T> struct HasTrivialConstructor : public std::tr1::has_trivial > ^ >./wtf/TypeTraits.h:186:74: error: expected â{â before âhas_trivial_constructorâ > template<typename T> struct HasTrivialConstructor : public std::tr1::has_trivial > ^ >./wtf/TypeTraits.h:186:97: error: expected initializer before â<â token > e T> struct HasTrivialConstructor : public std::tr1::has_trivial_constructor<T> { }; > ^ >./wtf/TypeTraits.h:187:68: error: âstd::tr1â has not been declared > template<typename T> struct HasTrivialDestructor : public std::tr1::has_trivial_ > ^ >./wtf/TypeTraits.h:187:73: error: expected â{â before âhas_trivial_destructorâ > template<typename T> struct HasTrivialDestructor : public std::tr1::has_trivial_ > ^ >./wtf/TypeTraits.h:187:95: error: expected initializer before â<â token > ame T> struct HasTrivialDestructor : public std::tr1::has_trivial_destructor<T> { }; > ^ >In file included from ./wtf/FastAllocBase.h:93:0, > from ./wtf/RefCounted.h:25, > from ./wtf/CrossThreadRefCounted.h:36, > from ./wtf/text/StringImpl.h:28, > from ./runtime/UString.h:26, > from yarr/YarrPattern.h:30, > from yarr/YarrInterpreter.h:29, > from yarr/YarrInterpreter.cpp:28: >./wtf/TypeTraits.h:186:69: error: âstd::tr1â has not been declared > template<typename T> struct HasTrivialConstructor : public std::tr1::has_trivial > ^ >./wtf/TypeTraits.h:186:74: error: expected â{â before âhas_trivial_constructorâ > template<typename T> struct HasTrivialConstructor : public std::tr1::has_trivial > ^ >./wtf/TypeTraits.h:186:97: error: expected initializer before â<â token > e T> struct HasTrivialConstructor : public std::tr1::has_trivial_constructor<T> { }; > ^ >./wtf/TypeTraits.h:187:68: error: âstd::tr1â has not been declared > template<typename T> struct HasTrivialDestructor : public std::tr1::has_trivial_ > ^ >./wtf/TypeTraits.h:187:73: error: expected â{â before âhas_trivial_destructorâ > template<typename T> struct HasTrivialDestructor : public std::tr1::has_trivial_ > ^ >./wtf/TypeTraits.h:187:95: error: expected initializer before â<â token > ame T> struct HasTrivialDestructor : public std::tr1::has_trivial_destructor<T> { }; > ^ >In file included from ./wtf/FastAllocBase.h:93:0, > from ./wtf/RefCounted.h:25, > from ./wtf/CrossThreadRefCounted.h:36, > from ./wtf/text/StringImpl.h:28, > from ./runtime/UString.h:26, > from yarr/YarrSyntaxChecker.h:29, > from yarr/YarrSyntaxChecker.cpp:27: >./wtf/TypeTraits.h:186:69: error: âstd::tr1â has not been declared > template<typename T> struct HasTrivialConstructor : public std::tr1::has_trivial > ^ >./wtf/TypeTraits.h:186:74: error: expected â{â before âhas_trivial_constructorâ > template<typename T> struct HasTrivialConstructor : public std::tr1::has_trivial > ^ >./wtf/TypeTraits.h:186:97: error: expected initializer before â<â token > e T> struct HasTrivialConstructor : public std::tr1::has_trivial_constructor<T> { }; > ^ >./wtf/TypeTraits.h:187:68: error: âstd::tr1â has not been declared > template<typename T> struct HasTrivialDestructor : public std::tr1::has_trivial_ > ^ >./wtf/TypeTraits.h:187:73: error: expected â{â before âhas_trivial_destructorâ > template<typename T> struct HasTrivialDestructor : public std::tr1::has_trivial_ > ^ >./wtf/TypeTraits.h:187:95: error: expected initializer before â<â token > ame T> struct HasTrivialDestructor : public std::tr1::has_trivial_destructor<T> { }; > ^ >In file included from ./wtf/FastAllocBase.h:93:0, > from ./wtf/RefCounted.h:25, > from ./wtf/CrossThreadRefCounted.h:36, > from ./wtf/text/StringImpl.h:28, > from ./runtime/UString.h:26, > from yarr/YarrPattern.h:30, > from yarr/YarrPattern.cpp:28: >./wtf/TypeTraits.h:186:69: error: âstd::tr1â has not been declared > template<typename T> struct HasTrivialConstructor : public std::tr1::has_trivial > ^ >./wtf/TypeTraits.h:186:74: error: expected â{â before âhas_trivial_constructorâ > template<typename T> struct HasTrivialConstructor : public std::tr1::has_trivial > ^ >./wtf/TypeTraits.h:186:97: error: expected initializer before â<â token > e T> struct HasTrivialConstructor : public std::tr1::has_trivial_constructor<T> { }; > ^ >./wtf/TypeTraits.h:187:68: error: âstd::tr1â has not been declared > template<typename T> struct HasTrivialDestructor : public std::tr1::has_trivial_ > ^ >./wtf/TypeTraits.h:187:73: error: expected â{â before âhas_trivial_destructorâ > template<typename T> struct HasTrivialDestructor : public std::tr1::has_trivial_ > ^ >./wtf/TypeTraits.h:187:95: error: expected initializer before â<â token > ame T> struct HasTrivialDestructor : public std::tr1::has_trivial_destructor<T> { }; > ^ >In file included from ./wtf/PassOwnArrayPtr.h:31:0, > from ./wtf/OwnArrayPtr.h:27, > from wtf/DateMath.h:52, > from wtf/DateMath.cpp:73: >./wtf/TypeTraits.h:186:69: error: âstd::tr1â has not been declared > template<typename T> struct HasTrivialConstructor : public std::tr1::has_trivial > ^ >./wtf/TypeTraits.h:186:74: error: expected â{â before âhas_trivial_constructorâ > template<typename T> struct HasTrivialConstructor : public std::tr1::has_trivial > ^ >./wtf/TypeTraits.h:186:97: error: expected initializer before â<â token > e T> struct HasTrivialConstructor : public std::tr1::has_trivial_constructor<T> { }; > ^ >./wtf/TypeTraits.h:187:68: error: âstd::tr1â has not been declared > template<typename T> struct HasTrivialDestructor : public std::tr1::has_trivial_ > ^ >./wtf/TypeTraits.h:187:73: error: expected â{â before âhas_trivial_destructorâ > template<typename T> struct HasTrivialDestructor : public std::tr1::has_trivial_ > ^ >./wtf/TypeTraits.h:187:95: error: expected initializer before â<â token > ame T> struct HasTrivialDestructor : public std::tr1::has_trivial_destructor<T> { }; > ^ >Makefile:1758: recipe for target '.obj/release-static/CryptographicallyRandomNumber.o' failed >make: *** [.obj/release-static/CryptographicallyRandomNumber.o] Error 1 >In file included from runtime/JSValue.h:32:0, > from runtime/CachedTranscendentalFunction.h:29, > from runtime/JSGlobalData.h:32, > from interpreter/CallFrame.h:26, > from runtime/ArgList.h:25, > from runtime/JSObject.h:26, > from wtf/DateMath.cpp:79: >./wtf/MathExtras.h:257:12: error: âisinfâ is already declared in this scope > using std::isinf; > ^ >./wtf/MathExtras.h:258:12: error: âisnanâ is already declared in this scope > using std::isnan; > ^ >In file included from ./wtf/DecimalNumber.h:31:0, > from wtf/dtoa.cpp:78: >./wtf/MathExtras.h:257:12: error: âisinfâ is already declared in this scope > using std::isinf; > ^ >./wtf/MathExtras.h:258:12: error: âisnanâ is already declared in this scope > using std::isnan; > ^ >In file included from ./wtf/FastAllocBase.h:93:0, > from ./wtf/RefCounted.h:25, > from ./wtf/CrossThreadRefCounted.h:36, > from ./wtf/text/StringImpl.h:28, > from ./wtf/text/WTFString.h:28, > from ./wtf/DecimalNumber.h:32, > from wtf/dtoa.cpp:78: >./wtf/TypeTraits.h:186:69: error: âstd::tr1â has not been declared > template<typename T> struct HasTrivialConstructor : public std::tr1::has_trivial > ^ >./wtf/TypeTraits.h:186:74: error: expected â{â before âhas_trivial_constructorâ > template<typename T> struct HasTrivialConstructor : public std::tr1::has_trivial > ^ >./wtf/TypeTraits.h:186:97: error: expected initializer before â<â token > e T> struct HasTrivialConstructor : public std::tr1::has_trivial_constructor<T> { }; > ^ >./wtf/TypeTraits.h:187:68: error: âstd::tr1â has not been declared > template<typename T> struct HasTrivialDestructor : public std::tr1::has_trivial_ > ^ >./wtf/TypeTraits.h:187:73: error: expected â{â before âhas_trivial_destructorâ > template<typename T> struct HasTrivialDestructor : public std::tr1::has_trivial_ > ^ >./wtf/TypeTraits.h:187:95: error: expected initializer before â<â token > ame T> struct HasTrivialDestructor : public std::tr1::has_trivial_destructor<T> { }; > ^ >Makefile:1594: recipe for target '.obj/release-static/YarrSyntaxChecker.o' failed >make: *** [.obj/release-static/YarrSyntaxChecker.o] Error 1 >In file included from heap/MarkStack.h:32:0, > from heap/Heap.h:27, > from runtime/JSGlobalData.h:33, > from interpreter/CallFrame.h:26, > from runtime/ArgList.h:25, > from runtime/JSObject.h:26, > from wtf/DateMath.cpp:79: >./wtf/HashSet.h: In instantiation of âstd::pair<WTF::HashTableConstIteratorAdapter<WTF::HashTable<typename TraitsArg::TraitType, typename TraitsArg::TraitType, WTF::IdentityExtractor<typename TraitsArg::TraitType>, HashArg, TraitsArg, TraitsArg>, typename TraitsArg::TraitType>, bool> WTF::HashSet<Value, HashFunctions, Traits>::add(const ValueType&) [with ValueArg = void*; HashArg = WTF::PtrHash<void*>; TraitsArg = WTF::HashTraits<void*>; typename TraitsArg::TraitType = void*; WTF::HashSet<Value, HashFunctions, Traits>::ValueType = void*]â: >heap/MarkStack.h:74:71: required from here >./wtf/HashSet.h:180:32: error: could not convert â((WTF::HashSet<void*>*)this)->WTF::HashSet<void*>::m_impl.WTF::HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::add<void*, void*, WTF::IdentityExtractor<void*>, WTF::PtrHash<void*>, WTF::HashTraits<void*>, WTF::HashTraits<void*> >((* & value))â from âstd::pair<WTF::HashTableIterator<void*, void*, WTF::IdentityExtractor<void*>, WTF::PtrHash<void*>, WTF::HashTraits<void*>, WTF::HashTraits<void*> >, bool>â to âstd::pair<WTF::HashTableConstIteratorAdapter<WTF::HashTable<void*, void*, WTF::IdentityExtractor<void*>, WTF::PtrHash<void*>, WTF::HashTraits<void*>, WTF::HashTraits<void*> >, void*>, bool>â > return m_impl.add(value); > ^ >Makefile:1138: recipe for target '.obj/release-static/YarrInterpreter.o' failed >make: *** [.obj/release-static/YarrInterpreter.o] Error 1 >Makefile:1366: recipe for target '.obj/release-static/YarrPattern.o' failed >make: *** [.obj/release-static/YarrPattern.o] Error 1 >Makefile:2160: recipe for target '.obj/release-static/DateMath.o' failed >make: *** [.obj/release-static/DateMath.o] Error 1 >Makefile:2386: recipe for target '.obj/release-static/dtoa.o' failed >make: *** [.obj/release-static/dtoa.o] Error 1 > * ERROR: dev-qt/qtwebkit-4.8.5::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-qt/qtwebkit-4.8.5::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-qt/qtwebkit-4.8.5::gentoo'`. > * The complete build log is located at '/var/log/log/build/dev-qt/qtwebkit-4.8.5:20150308-022904.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-qt/qtwebkit-4.8.5/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-qt/qtwebkit-4.8.5/temp/environment'. > * Working directory: '/var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5/src/3rdparty/webkit/Source/JavaScriptCore' > * S: '/var/tmp/portage/dev-qt/qtwebkit-4.8.5/work/qt-everywhere-opensource-src-4.8.5'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 542654
: 398484