Advertisement
timcowchip

config.log

Jul 29th, 2016
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1. executing config test khr
  2. + cd /home/chris/qtwebengine/tools/qmake/config.tests/khr && /usr/bin/qmake-qt5 -spec /usr/lib64/qt5/mkspecs/linux-g++ "CONFIG -= qt debug_and_release app_bundle lib_bundle" /home/chris/qtwebengine/tools/qmake/config.tests/khr
  3. + cd /home/chris/qtwebengine/tools/qmake/config.tests/khr && make
  4. g++ -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -std=gnu++0x -fno-exceptions -Wall -W -fPIC -DQT_NO_MTDEV -DQT_NO_TSLIB -DQT_NO_LIBINPUT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I. -isystem /usr/include/libdrm -isystem /usr/include/libdrm -I/usr/lib64/qt5/mkspecs/linux-g++ -o .obj/khr.o khr.cpp
  5. g++ -Wl,-z,relro -Wl,-O1 -Wl,-z,relro -fuse-ld=gold -Wl,--enable-new-dtags -o khr .obj/khr.o
  6. test khr succeeded
  7. executing config test libcap
  8. + cd /home/chris/qtwebengine/tools/qmake/config.tests/libcap && /usr/bin/qmake-qt5 -spec /usr/lib64/qt5/mkspecs/linux-g++ "CONFIG -= qt debug_and_release app_bundle lib_bundle" /home/chris/qtwebengine/tools/qmake/config.tests/libcap
  9. + cd /home/chris/qtwebengine/tools/qmake/config.tests/libcap && make
  10. g++ -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -std=gnu++0x -fno-exceptions -Wall -W -fPIC -DQT_NO_MTDEV -DQT_NO_TSLIB -DQT_NO_LIBINPUT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o .obj/libcap.o libcap.cpp
  11. libcap.cpp: In function ‘int main(int, char**)’:
  12. libcap.cpp:34:17: warning: unused variable ‘text’ [-Wunused-variable]
  13. const char *text = cap_to_text(cap, 0);
  14. ^
  15. g++ -Wl,-z,relro -Wl,-O1 -Wl,-z,relro -fuse-ld=gold -Wl,--enable-new-dtags -o libcap .obj/libcap.o -lcap
  16. test libcap succeeded
  17. executing config test libvpx
  18. + cd /home/chris/qtwebengine/tools/qmake/config.tests/libvpx && /usr/bin/qmake-qt5 -spec /usr/lib64/qt5/mkspecs/linux-g++ "CONFIG -= qt debug_and_release app_bundle lib_bundle" /home/chris/qtwebengine/tools/qmake/config.tests/libvpx
  19. + cd /home/chris/qtwebengine/tools/qmake/config.tests/libvpx && make
  20. g++ -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -std=gnu++0x -fno-exceptions -Wall -W -fPIC -DQT_NO_MTDEV -DQT_NO_TSLIB -DQT_NO_LIBINPUT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o .obj/libvpx.o libvpx.cpp
  21. libvpx.cpp:30:34: fatal error: vpx/vpx_frame_buffer.h: No such file or directory
  22. #include <vpx/vpx_frame_buffer.h>
  23. ^
  24. compilation terminated.
  25. make: *** [.obj/libvpx.o] Error 1
  26. test libvpx FAILED
  27. executing config test snappy
  28. + cd /home/chris/qtwebengine/tools/qmake/config.tests/snappy && /usr/bin/qmake-qt5 -spec /usr/lib64/qt5/mkspecs/linux-g++ "CONFIG -= qt debug_and_release app_bundle lib_bundle" /home/chris/qtwebengine/tools/qmake/config.tests/snappy
  29. + cd /home/chris/qtwebengine/tools/qmake/config.tests/snappy && make
  30. g++ -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -std=gnu++0x -fno-exceptions -Wall -W -fPIC -DQT_NO_MTDEV -DQT_NO_TSLIB -DQT_NO_LIBINPUT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o .obj/snappy.o snappy.cpp
  31. snappy.cpp: In function ‘int main(int, char**)’:
  32. snappy.cpp:33:21: warning: unused variable ‘src’ [-Wunused-variable]
  33. snappy::Source* src = 0;
  34. ^
  35. snappy.cpp:34:19: warning: unused variable ‘sink’ [-Wunused-variable]
  36. snappy::Sink* sink = 0;
  37. ^
  38. g++ -Wl,-z,relro -Wl,-O1 -Wl,-z,relro -fuse-ld=gold -Wl,--enable-new-dtags -o snappy .obj/snappy.o -lsnappy
  39. test snappy succeeded
  40. executing config test srtp
  41. + cd /home/chris/qtwebengine/tools/qmake/config.tests/srtp && /usr/bin/qmake-qt5 -spec /usr/lib64/qt5/mkspecs/linux-g++ "CONFIG -= qt debug_and_release app_bundle lib_bundle" /home/chris/qtwebengine/tools/qmake/config.tests/srtp
  42. + cd /home/chris/qtwebengine/tools/qmake/config.tests/srtp && make
  43. g++ -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -O2 -std=gnu++0x -fno-exceptions -Wall -W -fPIC -DQT_NO_MTDEV -DQT_NO_TSLIB -DQT_NO_LIBINPUT -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I. -I/usr/lib64/qt5/mkspecs/linux-g++ -o .obj/srtp.o srtp.cpp
  44. g++ -Wl,-z,relro -Wl,-O1 -Wl,-z,relro -fuse-ld=gold -Wl,--enable-new-dtags -o srtp .obj/srtp.o -lsrtp
  45. test srtp succeeded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement