Skip to content

Instantly share code, notes, and snippets.

@kkristof
Created November 15, 2013 14:09
Show Gist options
  • Save kkristof/7484853 to your computer and use it in GitHub Desktop.
Save kkristof/7484853 to your computer and use it in GitHub Desktop.
CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake:45 (MESSAGE):
The C++ compiler "/usr/bin/c++" is not able to compile a simple test
program.
It fails with the following output:
Change Dir: /home/kosztyo/gl2d/WebKitBuild/Debug/__cmake_systeminformation/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make
CMakeFiles/cmTryCompileExec.dir/build
make[1]: Entering directory
`/home/kosztyo/gl2d/WebKitBuild/Debug/__cmake_systeminformation/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/kosztyo/gl2d/WebKitBuild/Debug/__cmake_systeminformation/CMakeFiles/CMakeTmp/CMakeFiles
1
Building CXX object CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o
/usr/bin/c++ -mthumb -mthumb-interwork -std=c++11 -std=gnu++11 -o
CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o -c
/home/kosztyo/gl2d/WebKitBuild/Debug/__cmake_systeminformation/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
cc1plus: error: unrecognized command line option ‘-mthumb’
cc1plus: error: unrecognized command line option ‘-mthumb-interwork’
cc1plus: error: unrecognized command line option ‘-std=c++11’
cc1plus: error: unrecognized command line option ‘-std=gnu++11’
make[1]: Leaving directory
`/home/kosztyo/gl2d/WebKitBuild/Debug/__cmake_systeminformation/CMakeFiles/CMakeTmp'
make[1]: *** [CMakeFiles/cmTryCompileExec.dir/testCXXCompiler.cxx.o] Error
1
make: *** [cmTryCompileExec/fast] Error 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:16 (PROJECT)
Error: --system-information failed on internal CMake!
I: unknown keys defined in configuration file: fullpath_tool, cross_compiler_prefix, cross_target_root, tools, libdir, cross_target_name, tool
Not searching for unused variables given on the command line.
Re-run cmake no build system arguments
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/lib/icecc/bin-arm/arm-none-linux-gnueabi-gcc
-- Check for working C compiler: /usr/lib/icecc/bin-arm/arm-none-linux-gnueabi-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/icecc/bin-arm/arm-none-linux-gnueabi-g++
-- Check for working CXX compiler: /usr/lib/icecc/bin-arm/arm-none-linux-gnueabi-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found BISON: /usr/bin/bison (found suitable version "2.5", required is "2.4.1")
-- Found FLEX: /usr/bin/flex (found suitable version "2.5.35", required is "2.5.34")
-- Found Gperf: /usr/bin/gperf (Required is at least version "3.0.1")
-- Found Perl: /usr/bin/perl (Required is at least version "5.10.0")
-- Found PythonInterp: /usr/bin/python (found suitable version "2.7.3", required is "2.6.0")
-- Could NOT find Ruby (missing: RUBY_INCLUDE_DIR) (found suitable version "1.8.7", required is "1.8.7")
-- checking for module 'cairo'
-- found cairo, version 1.12.8
-- Found Cairo: /home/kosztyo/gl2d/WebKitBuild/Dependencies/Root/include/cairo (Required is at least version "1.12.8")
-- checking for module 'fontconfig'
-- found fontconfig, version 2.8.0
-- Found Fontconfig: /home/kosztyo/gl2d/WebKitBuild/Dependencies/Root/lib64/libfontconfig.so (Required is at least version "2.8.0")
-- Found Freetype: /home/kosztyo/gl2d/WebKitBuild/Dependencies/Root/lib64/libfreetype.so
-- Found GLIB: /home/kosztyo/gl2d/WebKitBuild/Dependencies/Root/include/glib-2.0;/home/kosztyo/gl2d/WebKitBuild/Dependencies/Root/lib64/glib-2.0/include (found suitable version "2.36.0", required is "2.36.0")
-- checking for module 'harfbuzz>=0.9.7'
-- found harfbuzz, version 0.9.14
-- Found HarfBuzz: /home/kosztyo/gl2d/WebKitBuild/Dependencies/Root/include/harfbuzz
-- Found ICU header files in /mnt/store/chroots/ubuntu-pangolin-ARMHF/usr/include
-- Found ICU libraries: /mnt/store/chroots/ubuntu-pangolin-ARMHF/usr/lib/libicuuc.so
-- Found JPEG: /mnt/store/chroots/ubuntu-pangolin-ARMHF/usr/lib/arm-linux-gnueabihf/libjpeg.so
-- Found LibXml2: /mnt/store/chroots/ubuntu-pangolin-ARMHF/usr/lib/arm-linux-gnueabihf/libxml2.so (Required is at least version "2.6")
-- Found LibXslt: /mnt/store/chroots/ubuntu-pangolin-ARMHF/usr/lib/arm-linux-gnueabihf/libxslt.so (Required is at least version "1.1.7")
-- Found ZLIB: /mnt/store/chroots/ubuntu-pangolin-ARMHF/usr/lib/arm-linux-gnueabihf/libz.so (found version "1.2.3.4")
-- Found PNG: /mnt/store/chroots/ubuntu-pangolin-ARMHF/usr/lib/arm-linux-gnueabihf/libpng.so
-- checking for module 'sqlite3'
-- found sqlite3, version 3.7.9
-- Found Sqlite: /mnt/store/chroots/ubuntu-pangolin-ARMHF/usr/include
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found LibSoup: /home/kosztyo/gl2d/WebKitBuild/Dependencies/Root/include/libsoup-2.4 (found suitable version "2.42.0", required is "2.42.0")
-- checking for module 'glesv2'
-- package 'glesv2' not found
-- Found OpenGLES2: /mnt/store/chroots/ubuntu-pangolin-ARMHF/usr/lib/arm-linux-gnueabihf/libGLESv2.so
-- Found EGL: /mnt/store/chroots/ubuntu-pangolin-ARMHF/usr/include
-- Looking for XOpenDisplay in /mnt/store/chroots/ubuntu-pangolin-ARMHF/usr/lib/arm-linux-gnueabihf/libX11.so;/mnt/store/chroots/ubuntu-pangolin-ARMHF/usr/lib/arm-linux-gnueabihf/libXext.so
-- Looking for XOpenDisplay in /mnt/store/chroots/ubuntu-pangolin-ARMHF/usr/lib/arm-linux-gnueabihf/libX11.so;/mnt/store/chroots/ubuntu-pangolin-ARMHF/usr/lib/arm-linux-gnueabihf/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /mnt/store/chroots/ubuntu-pangolin-ARMHF/usr/lib/arm-linux-gnueabihf/libX11.so
-- Enabled features:
-- ENABLE_3D_RENDERING ..................................... ON
-- ENABLE_8BIT_TEXTRUN OFF
-- ENABLE_ACCELERATED_2D_CANVAS ............................ OFF
-- ENABLE_ACCELERATED_OVERFLOW_SCROLLING ON
-- ENABLE_ALLOCATION_LOGGING ............................... OFF
-- ENABLE_ASSEMBLER ON
-- ENABLE_BATTERY_STATUS ................................... OFF
-- ENABLE_BINDING_INTEGRITY ON
-- ENABLE_BLOB ............................................. ON
-- ENABLE_CANVAS_PATH ON
-- ENABLE_CANVAS_PROXY ..................................... OFF
-- ENABLE_CHANNEL_MESSAGING ON
-- ENABLE_CODEBLOCK_SAMPLING ............................... OFF
-- ENABLE_COMPARE_AND_SWAP ON
-- ENABLE_COMPUTED_GOTO_OPCODES ............................ ON
-- ENABLE_CONTEXT_MENUS ON
-- ENABLE_CSP_NEXT ......................................... OFF
-- ENABLE_CSS3_CONDITIONAL_RULES OFF
-- ENABLE_CSS3_TEXT ........................................ ON
-- ENABLE_CSS_BOX_DECORATION_BREAK ON
-- ENABLE_CSS_COMPOSITING .................................. OFF
-- ENABLE_CSS_DEVICE_ADAPTATION OFF
-- ENABLE_CSS_EXCLUSIONS ................................... ON
-- ENABLE_CSS_FILTERS ON
-- ENABLE_CSS_IMAGE_ORIENTATION ............................ ON
-- ENABLE_CSS_IMAGE_RESOLUTION ON
-- ENABLE_CSS_IMAGE_SET .................................... ON
-- ENABLE_CSS_REGIONS ON
-- ENABLE_CSS_SHADERS ...................................... ON
-- ENABLE_CSS_SHAPES ON
-- ENABLE_CSS_STICKY_POSITION .............................. OFF
-- ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED OFF
-- ENABLE_CSS_VARIABLES .................................... ON
-- ENABLE_CUSTOM_SCHEME_HANDLER OFF
-- ENABLE_DASHBOARD_SUPPORT ................................ OFF
-- ENABLE_DATALIST_ELEMENT ON
-- ENABLE_DATA_TRANSFER_ITEMS .............................. OFF
-- ENABLE_DEBUG_WITH_BREAKPOINT OFF
-- ENABLE_DELETION_UI ...................................... OFF
-- ENABLE_DETAILS_ELEMENT ON
-- ENABLE_DEVICE_ORIENTATION ............................... OFF
-- ENABLE_DFG_JIT ON
-- ENABLE_DFG_REGISTER_ALLOCATION_VALIDATION ............... ON
-- ENABLE_DIALOG_ELEMENT OFF
-- ENABLE_DIRECTORY_UPLOAD ................................. OFF
-- ENABLE_DOWNLOAD_ATTRIBUTE OFF
-- ENABLE_DRAGGABLE_REGION ................................. OFF
-- ENABLE_DRAG_SUPPORT OFF
-- ENABLE_ENCRYPTED_MEDIA .................................. OFF
-- ENABLE_ENCRYPTED_MEDIA_V2 OFF
-- ENABLE_EXECUTABLE_ALLOCATOR_FIXED ....................... ON
-- ENABLE_FAST_MOBILE_SCROLLING ON
-- ENABLE_FILE_SYSTEM ...................................... OFF
-- ENABLE_FILTERS ON
-- ENABLE_FONT_LOAD_EVENTS ................................. OFF
-- ENABLE_FTPDIR ON
-- ENABLE_FULLSCREEN_API ................................... OFF
-- ENABLE_GAMEPAD ON
-- ENABLE_GC_VALIDATION .................................... ON
-- ENABLE_GEOLOCATION ON
-- ENABLE_GESTURE_EVENTS ................................... ON
-- ENABLE_GLIB_SUPPORT OFF
-- ENABLE_GLOBAL_FASTMALLOC_NEW ............................ OFF
-- ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING OFF
-- ENABLE_HIGH_DPI_CANVAS .................................. OFF
-- ENABLE_ICONDATABASE ON
-- ENABLE_IFRAME_SEAMLESS .................................. ON
-- ENABLE_IMAGE_DECODER_DOWN_SAMPLING OFF
-- ENABLE_INDEXED_DATABASE ................................. ON
-- ENABLE_INPUT_SPEECH OFF
-- ENABLE_INPUT_TYPE_COLOR ................................. OFF
-- ENABLE_INPUT_TYPE_COLOR_POPOVER OFF
-- ENABLE_INPUT_TYPE_DATE .................................. OFF
-- ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE OFF
-- ENABLE_INPUT_TYPE_DATETIMELOCAL ......................... OFF
-- ENABLE_INPUT_TYPE_MONTH OFF
-- ENABLE_INPUT_TYPE_TIME .................................. OFF
-- ENABLE_INPUT_TYPE_WEEK OFF
-- ENABLE_INSPECTOR ........................................ ON
-- ENABLE_INSPECTOR_SERVER ON
-- ENABLE_JAVASCRIPT_DEBUGGER .............................. ON
-- ENABLE_JAVASCRIPT_I18N_API OFF
-- ENABLE_JIT .............................................. ON
-- ENABLE_LEGACY_CSS_VENDOR_PREFIXES OFF
-- ENABLE_LEGACY_NOTIFICATIONS ............................. OFF
-- ENABLE_LEGACY_VENDOR_PREFIXES OFF
-- ENABLE_LEGACY_VIEWPORT_ADAPTION ......................... ON
-- ENABLE_LEGACY_WEB_AUDIO ON
-- ENABLE_LINK_PREFETCH .................................... OFF
-- ENABLE_LLINT ON
-- ENABLE_MATHML ........................................... ON
-- ENABLE_MEDIA_CAPTURE OFF
-- ENABLE_MEDIA_SOURCE ..................................... OFF
-- ENABLE_MEDIA_STATISTICS OFF
-- ENABLE_MEDIA_STREAM ..................................... OFF
-- ENABLE_METER_ELEMENT ON
-- ENABLE_MHTML ............................................ OFF
-- ENABLE_MOUSE_CURSOR_SCALE OFF
-- ENABLE_NAVIGATOR_CONTENT_UTILS .......................... ON
-- ENABLE_NETSCAPE_PLUGIN_API OFF
-- ENABLE_NETSCAPE_PLUGIN_METADATA_CACHE ................... OFF
-- ENABLE_NETWORK_INFO ON
-- ENABLE_NOTIFICATIONS .................................... OFF
-- ENABLE_OBJECT_MARK_LOGGING OFF
-- ENABLE_OPCODE_SAMPLING .................................. OFF
-- ENABLE_OPENCL OFF
-- ENABLE_OPENTYPE_VERTICAL ................................ OFF
-- ENABLE_ORIENTATION_EVENTS OFF
-- ENABLE_PAGE_VISIBILITY_API .............................. ON
-- ENABLE_PLUGIN_PACKAGE_SIMPLE_HASH ON
-- ENABLE_PLUGIN_PROXY_FOR_VIDEO ........................... OFF
-- ENABLE_POINTER_LOCK OFF
-- ENABLE_POPUP_MENUS ...................................... ON
-- ENABLE_PROGRESS_ELEMENT ON
-- ENABLE_PROXIMITY_EVENTS ................................. OFF
-- ENABLE_QUOTA OFF
-- ENABLE_REGEXP_TRACING ................................... OFF
-- ENABLE_REPAINT_THROTTLING OFF
-- ENABLE_REQUEST_ANIMATION_FRAME .......................... ON
-- ENABLE_RUBBER_BANDING OFF
-- ENABLE_SAMPLING_COUNTERS ................................ OFF
-- ENABLE_SAMPLING_FLAGS OFF
-- ENABLE_SAMPLING_REGIONS ................................. OFF
-- ENABLE_SATURATED_LAYOUT_ARITHMETIC OFF
-- ENABLE_SCRIPTED_SPEECH .................................. OFF
-- ENABLE_SHADOW_DOM OFF
-- ENABLE_SHARED_WORKERS ................................... ON
-- ENABLE_SIMPLE_HEAP_PROFILING OFF
-- ENABLE_SMOOTH_SCROLLING ................................. OFF
-- ENABLE_SPEECH_SYNTHESIS OFF
-- ENABLE_SPELLCHECK ....................................... OFF
-- ENABLE_SQL_DATABASE ON
-- ENABLE_STYLE_SCOPED ..................................... OFF
-- ENABLE_SUBPIXEL_LAYOUT OFF
-- ENABLE_SVG .............................................. ON
-- ENABLE_SVG_FONTS ON
-- ENABLE_TEMPLATE_ELEMENT ................................. OFF
-- ENABLE_TEXT_AUTOSIZING OFF
-- ENABLE_TEXT_CARET ....................................... ON
-- ENABLE_THREADED_HTML_PARSER OFF
-- ENABLE_THREADED_SCROLLING ............................... OFF
-- ENABLE_THREADING_GENERIC ON
-- ENABLE_TOUCH_ADJUSTMENT ................................. ON
-- ENABLE_TOUCH_EVENTS ON
-- ENABLE_TOUCH_ICON_LOADING ............................... OFF
-- ENABLE_UNDO_MANAGER OFF
-- ENABLE_VALUE_PROFILER ................................... ON
-- ENABLE_VERBOSE_VALUE_PROFILE OFF
-- ENABLE_VIBRATION ........................................ OFF
-- ENABLE_VIDEO OFF
-- ENABLE_VIDEO_TRACK ...................................... OFF
-- ENABLE_VIEW_MODE_CSS_MEDIA ON
-- ENABLE_VIEWPORT ......................................... OFF
-- ENABLE_VIEWSOURCE_ATTRIBUTE ON
-- ENABLE_WEB_ARCHIVE ...................................... OFF
-- ENABLE_WEB_AUDIO ON
-- ENABLE_WEBGL ............................................ ON
-- ENABLE_WEB_SOCKETS ON
-- ENABLE_WEB_TIMING ....................................... ON
-- ENABLE_WORKERS ON
-- ENABLE_WRITE_BARRIER_PROFILING .......................... OFF
-- ENABLE_XHR_RESPONSE_BLOB ON
-- ENABLE_XHR_TIMEOUT ...................................... OFF
-- ENABLE_XSLT ON
-- ENABLE_YARR_JIT ......................................... ON
-- ENABLE_YARR_JIT_DEBUG OFF
-- WTF_USE_OPENGL_ES_2 ..................................... ON
-- WTF_USE_CURL OFF
-- Using platform-specific CMakeLists: /home/kosztyo/gl2d/Source/WTF/wtf/PlatformNix.cmake
-- Platform-specific CMakeLists not found: /home/kosztyo/gl2d/Source/JavaScriptCore/PlatformNix.cmake
-- Platform-specific CMakeLists not found: /home/kosztyo/gl2d/Source/JavaScriptCore/shell/PlatformNix.cmake
-- Using platform-specific CMakeLists: /home/kosztyo/gl2d/Source/Platform/PlatformNix.cmake
-- Using platform-specific CMakeLists: /home/kosztyo/gl2d/Source/WebCore/PlatformNix.cmake
-- Checking to see if CXX compiler accepts flag -dumpversion
-- Checking to see if CXX compiler accepts flag -dumpversion - yes
-- Using platform-specific CMakeLists: /home/kosztyo/gl2d/Source/WebKit2/PlatformNix.cmake
-- Platform-specific CMakeLists not found: /home/kosztyo/gl2d/Source/PlatformNix.cmake
-- Using platform-specific CMakeLists: /home/kosztyo/gl2d/Tools/WebKitTestRunner/PlatformNix.cmake
-- Using platform-specific CMakeLists: /home/kosztyo/gl2d/Tools/TestWebKitAPI/PlatformNix.cmake
-- Configuring done
-- Generating done
-- Build files have been written to: /home/kosztyo/gl2d/WebKitBuild/Debug
I: unknown keys defined in configuration file: fullpath_tool, cross_compiler_prefix, cross_target_root, tools, libdir, cross_target_name, tool
/usr/bin/cmake -H/home/kosztyo/gl2d -B/home/kosztyo/gl2d/WebKitBuild/Debug --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles/progress.marks
/usr/bin/make -f CMakeFiles/Makefile2 all
make[1]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Source/WTF/wtf/CMakeFiles/WTF.dir/build.make Source/WTF/wtf/CMakeFiles/WTF.dir/depend
/usr/bin/make -f Source/Platform/CMakeFiles/Platform.dir/build.make Source/Platform/CMakeFiles/Platform.dir/depend
/usr/bin/make -f Source/cmake/gtest/CMakeFiles/gtest.dir/build.make Source/cmake/gtest/CMakeFiles/gtest.dir/depend
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Source/WebCore/CMakeFiles/ANGLESupport.dir/build.make Source/WebCore/CMakeFiles/ANGLESupport.dir/depend
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Source/Platform /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Source/Platform /home/kosztyo/gl2d/WebKitBuild/Debug/Source/Platform/CMakeFiles/Platform.dir/DependInfo.cmake --color=
/usr/bin/make -f Source/WebCore/CMakeFiles/leveldb.dir/build.make Source/WebCore/CMakeFiles/leveldb.dir/depend
/usr/bin/make -f Tools/WebKitTestRunner/CMakeFiles/forwarding-headersNetworkForWebKitTestRunner.dir/build.make Tools/WebKitTestRunner/CMakeFiles/forwarding-headersNetworkForWebKitTestRunner.dir/depend
/usr/bin/make -f Source/WebKit2/CMakeFiles/forwarding-headerNix.dir/build.make Source/WebKit2/CMakeFiles/forwarding-headerNix.dir/depend
/usr/bin/make -f Source/WebKit2/CMakeFiles/forwarding-headerNetwork.dir/build.make Source/WebKit2/CMakeFiles/forwarding-headerNetwork.dir/depend
/usr/bin/make -f Tools/WebKitTestRunner/CMakeFiles/forwarding-headersNixForWebKitTestRunner.dir/build.make Tools/WebKitTestRunner/CMakeFiles/forwarding-headersNixForWebKitTestRunner.dir/depend
/usr/bin/make -f Tools/WebKitTestRunner/CMakeFiles/ImageDiff.dir/build.make Tools/WebKitTestRunner/CMakeFiles/ImageDiff.dir/depend
/usr/bin/make -f Tools/TestWebKitAPI/CMakeFiles/forwarding-headersNetworkForTestWebKitAPI.dir/build.make Tools/TestWebKitAPI/CMakeFiles/forwarding-headersNetworkForTestWebKitAPI.dir/depend
/usr/bin/make -f Tools/TestWebKitAPI/CMakeFiles/forwarding-headersNixForTestWebKitAPI.dir/build.make Tools/TestWebKitAPI/CMakeFiles/forwarding-headersNixForTestWebKitAPI.dir/depend
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Tools/WebKitTestRunner /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/WebKitTestRunner /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/WebKitTestRunner/CMakeFiles/forwarding-headersNetworkForWebKitTestRunner.dir/DependInfo.cmake --color=
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Source/WebKit2 /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebKit2 /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebKit2/CMakeFiles/forwarding-headerNix.dir/DependInfo.cmake --color=
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Source/WebKit2 /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebKit2 /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebKit2/CMakeFiles/forwarding-headerNetwork.dir/DependInfo.cmake --color=
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Source/cmake/gtest /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Source/cmake/gtest /home/kosztyo/gl2d/WebKitBuild/Debug/Source/cmake/gtest/CMakeFiles/gtest.dir/DependInfo.cmake --color=
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Tools/WebKitTestRunner /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/WebKitTestRunner /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/WebKitTestRunner/CMakeFiles/forwarding-headersNixForWebKitTestRunner.dir/DependInfo.cmake --color=
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Tools/TestWebKitAPI /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/TestWebKitAPI /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/TestWebKitAPI/CMakeFiles/forwarding-headersNetworkForTestWebKitAPI.dir/DependInfo.cmake --color=
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Tools/TestWebKitAPI /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/TestWebKitAPI /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/TestWebKitAPI/CMakeFiles/forwarding-headersNixForTestWebKitAPI.dir/DependInfo.cmake --color=
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Tools/WebKitTestRunner /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/WebKitTestRunner /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/WebKitTestRunner/CMakeFiles/ImageDiff.dir/DependInfo.cmake --color=
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Source/Platform/CMakeFiles/Platform.dir/build.make Source/Platform/CMakeFiles/Platform.dir/build
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Tools/WebKitTestRunner/CMakeFiles/ImageDiff.dir/build.make Tools/WebKitTestRunner/CMakeFiles/ImageDiff.dir/build
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Source/WebKit2/CMakeFiles/forwarding-headerNix.dir/build.make Source/WebKit2/CMakeFiles/forwarding-headerNix.dir/build
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Source/WebCore /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebCore /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebCore/CMakeFiles/leveldb.dir/DependInfo.cmake --color=
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Tools/WebKitTestRunner/CMakeFiles/forwarding-headersNixForWebKitTestRunner.dir/build.make Tools/WebKitTestRunner/CMakeFiles/forwarding-headersNixForWebKitTestRunner.dir/build
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebKit2 && /usr/bin/perl /home/kosztyo/gl2d/Source/WebKit2/Scripts/generate-forwarding-headers.pl /home/kosztyo/gl2d/Source/WebKit2 /home/kosztyo/gl2d/WebKitBuild/Debug/DerivedSources/WebKit2/include nix
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
make[2]: Nothing to be done for `Source/Platform/CMakeFiles/Platform.dir/build'.
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/cmake -E cmake_progress_report /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/WebKitTestRunner && /usr/bin/perl /home/kosztyo/gl2d/Source/WebKit2/Scripts/generate-forwarding-headers.pl /home/kosztyo/gl2d/Tools/WebKitTestRunner /home/kosztyo/gl2d/WebKitBuild/Debug/DerivedSources/WebKit2/include nix
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
make[2]: Nothing to be done for `Tools/WebKitTestRunner/CMakeFiles/ImageDiff.dir/build'.
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Source/WebKit2/CMakeFiles/forwarding-headerNetwork.dir/build.make Source/WebKit2/CMakeFiles/forwarding-headerNetwork.dir/build
/usr/bin/make -f Tools/TestWebKitAPI/CMakeFiles/forwarding-headersNixForTestWebKitAPI.dir/build.make Tools/TestWebKitAPI/CMakeFiles/forwarding-headersNixForTestWebKitAPI.dir/build
/usr/bin/cmake -E cmake_progress_report /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Source/cmake/gtest/CMakeFiles/gtest.dir/build.make Source/cmake/gtest/CMakeFiles/gtest.dir/build
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/TestWebKitAPI && /usr/bin/perl /home/kosztyo/gl2d/Source/WebKit2/Scripts/generate-forwarding-headers.pl /home/kosztyo/gl2d/Source/WebKit2 /home/kosztyo/gl2d/WebKitBuild/Debug/DerivedSources/WebKit2/include nix
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebKit2 && /usr/bin/perl /home/kosztyo/gl2d/Source/WebKit2/Scripts/generate-forwarding-headers.pl /home/kosztyo/gl2d/Source/WebKit2 /home/kosztyo/gl2d/WebKitBuild/Debug/DerivedSources/WebKit2/include soup
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Source/WebCore /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebCore /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebCore/CMakeFiles/ANGLESupport.dir/DependInfo.cmake --color=
/usr/bin/make -f Tools/WebKitTestRunner/CMakeFiles/forwarding-headersNetworkForWebKitTestRunner.dir/build.make Tools/WebKitTestRunner/CMakeFiles/forwarding-headersNetworkForWebKitTestRunner.dir/build
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/WebKitTestRunner && /usr/bin/perl /home/kosztyo/gl2d/Source/WebKit2/Scripts/generate-forwarding-headers.pl /home/kosztyo/gl2d/Tools/WebKitTestRunner /home/kosztyo/gl2d/WebKitBuild/Debug/DerivedSources/WebKit2/include soup
[ 0%] Built target ImageDiff
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
make[2]: Nothing to be done for `Source/cmake/gtest/CMakeFiles/gtest.dir/build'.
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
[ 0%] /usr/bin/cmake -E cmake_progress_report /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Tools/TestWebKitAPI/CMakeFiles/forwarding-headersNetworkForTestWebKitAPI.dir/build.make Tools/TestWebKitAPI/CMakeFiles/forwarding-headersNetworkForTestWebKitAPI.dir/build
Built target Platform
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Source/WTF/wtf /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WTF/wtf /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WTF/wtf/CMakeFiles/WTF.dir/DependInfo.cmake --color=
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/TestWebKitAPI && /usr/bin/perl /home/kosztyo/gl2d/Source/WebKit2/Scripts/generate-forwarding-headers.pl /home/kosztyo/gl2d/Source/WebKit2 /home/kosztyo/gl2d/WebKitBuild/Debug/DerivedSources/WebKit2/include soup
[ 0%] make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Source/WebCore/CMakeFiles/leveldb.dir/build.make Source/WebCore/CMakeFiles/leveldb.dir/build
Built target gtest
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Source/WebCore/CMakeFiles/ANGLESupport.dir/build.make Source/WebCore/CMakeFiles/ANGLESupport.dir/build
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
make[2]: Nothing to be done for `Source/WebCore/CMakeFiles/leveldb.dir/build'.
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/cmake -E cmake_progress_report /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles 97
[ 1%] Built target leveldb
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Source/WTF/wtf/CMakeFiles/WTF.dir/build.make Source/WTF/wtf/CMakeFiles/WTF.dir/build
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
make[2]: Nothing to be done for `Source/WebCore/CMakeFiles/ANGLESupport.dir/build'.
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/cmake -E cmake_progress_report /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles 1
[ 2%] Built target ANGLESupport
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
make[2]: Nothing to be done for `Source/WTF/wtf/CMakeFiles/WTF.dir/build'.
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/cmake -E cmake_progress_report /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles 12 13
[ 4%] Built target WTF
/usr/bin/make -f Source/JavaScriptCore/CMakeFiles/LLIntOffsetsExtractor.dir/build.make Source/JavaScriptCore/CMakeFiles/LLIntOffsetsExtractor.dir/depend
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Source/JavaScriptCore /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Source/JavaScriptCore /home/kosztyo/gl2d/WebKitBuild/Debug/Source/JavaScriptCore/CMakeFiles/LLIntOffsetsExtractor.dir/DependInfo.cmake --color=
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Source/JavaScriptCore/CMakeFiles/LLIntOffsetsExtractor.dir/build.make Source/JavaScriptCore/CMakeFiles/LLIntOffsetsExtractor.dir/build
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
make[2]: Nothing to be done for `Source/JavaScriptCore/CMakeFiles/LLIntOffsetsExtractor.dir/build'.
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/cmake -E cmake_progress_report /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles
[ 4%] Built target LLIntOffsetsExtractor
/usr/bin/make -f Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/build.make Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/depend
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/cmake -E cmake_progress_report /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/cmake -E cmake_progress_report /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles
[ 4%] Built target forwarding-headersNetworkForWebKitTestRunner
[ 4%] Built target forwarding-headersNixForWebKitTestRunner
cd /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/TestWebKitAPI && /usr/bin/perl /home/kosztyo/gl2d/Source/WebKit2/Scripts/generate-forwarding-headers.pl /home/kosztyo/gl2d/Tools/TestWebKitAPI /home/kosztyo/gl2d/WebKitBuild/Debug/DerivedSources/WebKit2/include soup
cd /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebKit2 && /usr/bin/perl /home/kosztyo/gl2d/Source/WebKit2/Scripts/generate-forwarding-headers.pl /home/kosztyo/gl2d/Source/WebKit2 /home/kosztyo/gl2d/WebKitBuild/Debug/DerivedSources/WebKit2/include CoordinatedGraphics
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/cmake -E cmake_progress_report /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles
[ 4%] Built target forwarding-headerNetwork
cd /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/TestWebKitAPI && /usr/bin/perl /home/kosztyo/gl2d/Source/WebKit2/Scripts/generate-forwarding-headers.pl /home/kosztyo/gl2d/Source/WebKit2 /home/kosztyo/gl2d/WebKitBuild/Debug/DerivedSources/WebKit2/include CoordinatedGraphics
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/cmake -E cmake_progress_report /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles
[ 4%] Built target forwarding-headersNetworkForTestWebKitAPI
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Source/JavaScriptCore /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Source/JavaScriptCore /home/kosztyo/gl2d/WebKitBuild/Debug/Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/DependInfo.cmake --color=
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/build.make Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/build
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/cmake -E cmake_progress_report /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles
[ 4%] Built target forwarding-headerNix
cd /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/TestWebKitAPI && /usr/bin/perl /home/kosztyo/gl2d/Source/WebKit2/Scripts/generate-forwarding-headers.pl /home/kosztyo/gl2d/Tools/TestWebKitAPI /home/kosztyo/gl2d/WebKitBuild/Debug/DerivedSources/WebKit2/include nix
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/cmake -E cmake_progress_report /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles
[ 4%] Built target forwarding-headersNixForTestWebKitAPI
/usr/bin/make -f Tools/TestWebKitAPI/CMakeFiles/test_wtf.dir/build.make Tools/TestWebKitAPI/CMakeFiles/test_wtf.dir/depend
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Tools/TestWebKitAPI /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/TestWebKitAPI /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/TestWebKitAPI/CMakeFiles/test_wtf.dir/DependInfo.cmake --color=
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Tools/TestWebKitAPI/CMakeFiles/test_wtf.dir/build.make Tools/TestWebKitAPI/CMakeFiles/test_wtf.dir/build
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
make[2]: Nothing to be done for `Tools/TestWebKitAPI/CMakeFiles/test_wtf.dir/build'.
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/cmake -E cmake_progress_report /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles 100
[ 5%] Built target test_wtf
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
make[2]: Nothing to be done for `Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/build'.
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/cmake -E cmake_progress_report /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles 2 3 4 5 6 7 8 9
[ 13%] Built target JavaScriptCore
/usr/bin/make -f Source/JavaScriptCore/shell/CMakeFiles/jsc.dir/build.make Source/JavaScriptCore/shell/CMakeFiles/jsc.dir/depend
/usr/bin/make -f Source/WebCore/CMakeFiles/WebCore.dir/build.make Source/WebCore/CMakeFiles/WebCore.dir/depend
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Source/JavaScriptCore/shell /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Source/JavaScriptCore/shell /home/kosztyo/gl2d/WebKitBuild/Debug/Source/JavaScriptCore/shell/CMakeFiles/jsc.dir/DependInfo.cmake --color=
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Source/JavaScriptCore/shell/CMakeFiles/jsc.dir/build.make Source/JavaScriptCore/shell/CMakeFiles/jsc.dir/build
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
make[2]: Nothing to be done for `Source/JavaScriptCore/shell/CMakeFiles/jsc.dir/build'.
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/cmake -E cmake_progress_report /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles
[ 13%] Built target jsc
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Source/WebCore /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebCore /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebCore/CMakeFiles/WebCore.dir/DependInfo.cmake --color=
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Source/WebCore/CMakeFiles/WebCore.dir/build.make Source/WebCore/CMakeFiles/WebCore.dir/build
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
make[2]: Nothing to be done for `Source/WebCore/CMakeFiles/WebCore.dir/build'.
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/cmake -E cmake_progress_report /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
[ 84%] Built target WebCore
/usr/bin/make -f Source/WebCore/CMakeFiles/WebCoreTestSupport.dir/build.make Source/WebCore/CMakeFiles/WebCoreTestSupport.dir/depend
/usr/bin/make -f Source/WebKit2/CMakeFiles/wk2-web-inspector-resources.dir/build.make Source/WebKit2/CMakeFiles/wk2-web-inspector-resources.dir/depend
/usr/bin/make -f Tools/TestWebKitAPI/CMakeFiles/test_webcore_KURL.dir/build.make Tools/TestWebKitAPI/CMakeFiles/test_webcore_KURL.dir/depend
/usr/bin/make -f Tools/TestWebKitAPI/CMakeFiles/test_webcore_LayoutUnit.dir/build.make Tools/TestWebKitAPI/CMakeFiles/test_webcore_LayoutUnit.dir/depend
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Source/WebKit2 /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebKit2 /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebKit2/CMakeFiles/wk2-web-inspector-resources.dir/DependInfo.cmake --color=
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Tools/TestWebKitAPI /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/TestWebKitAPI /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/TestWebKitAPI/CMakeFiles/test_webcore_KURL.dir/DependInfo.cmake --color=
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Tools/TestWebKitAPI /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/TestWebKitAPI /home/kosztyo/gl2d/WebKitBuild/Debug/Tools/TestWebKitAPI/CMakeFiles/test_webcore_LayoutUnit.dir/DependInfo.cmake --color=
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Source/WebKit2/CMakeFiles/wk2-web-inspector-resources.dir/build.make Source/WebKit2/CMakeFiles/wk2-web-inspector-resources.dir/build
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebKit2 && /usr/bin/cmake -E copy_directory /home/kosztyo/gl2d/Source/WebCore/inspector/front-end /home/kosztyo/gl2d/WebKitBuild/Debug/WebKit2/nix/webinspector
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Tools/TestWebKitAPI/CMakeFiles/test_webcore_LayoutUnit.dir/build.make Tools/TestWebKitAPI/CMakeFiles/test_webcore_LayoutUnit.dir/build
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Tools/TestWebKitAPI/CMakeFiles/test_webcore_KURL.dir/build.make Tools/TestWebKitAPI/CMakeFiles/test_webcore_KURL.dir/build
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
make[2]: Nothing to be done for `Tools/TestWebKitAPI/CMakeFiles/test_webcore_LayoutUnit.dir/build'.
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/cmake -E cmake_progress_report /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
make[2]: Nothing to be done for `Tools/TestWebKitAPI/CMakeFiles/test_webcore_KURL.dir/build'.
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/cmake -E cmake_progress_report /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles
[ 84%] Built target test_webcore_LayoutUnit
[ 84%] Built target test_webcore_KURL
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Source/WebCore /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebCore /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebCore/CMakeFiles/WebCoreTestSupport.dir/DependInfo.cmake --color=
cd /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebKit2 && /usr/bin/cmake -E copy /home/kosztyo/gl2d/Source/WebCore/English.lproj/localizedStrings.js /home/kosztyo/gl2d/WebKitBuild/Debug/WebKit2/nix/webinspector
cd /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebKit2 && /usr/bin/cmake -E copy /home/kosztyo/gl2d/WebKitBuild/Debug/DerivedSources/WebCore/InspectorBackendCommands.js /home/kosztyo/gl2d/WebKitBuild/Debug/WebKit2/nix/webinspector/InspectorBackendCommands.js
cd /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebKit2 && /usr/bin/cmake -E copy /home/kosztyo/gl2d/Source/WebKit2/UIProcess/InspectorServer/front-end/inspectorPageIndex.html /home/kosztyo/gl2d/WebKitBuild/Debug/WebKit2/nix/webinspector
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Source/WebCore/CMakeFiles/WebCoreTestSupport.dir/build.make Source/WebCore/CMakeFiles/WebCoreTestSupport.dir/build
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/cmake -E cmake_progress_report /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles
[ 84%] Built target wk2-web-inspector-resources
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
make[2]: Nothing to be done for `Source/WebCore/CMakeFiles/WebCoreTestSupport.dir/build'.
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/cmake -E cmake_progress_report /home/kosztyo/gl2d/WebKitBuild/Debug/CMakeFiles
[ 84%] Built target WebCoreTestSupport
/usr/bin/make -f Source/WebKit2/CMakeFiles/WebKit2.dir/build.make Source/WebKit2/CMakeFiles/WebKit2.dir/depend
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
cd /home/kosztyo/gl2d/WebKitBuild/Debug && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/kosztyo/gl2d /home/kosztyo/gl2d/Source/WebKit2 /home/kosztyo/gl2d/WebKitBuild/Debug /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebKit2 /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebKit2/CMakeFiles/WebKit2.dir/DependInfo.cmake --color=
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
/usr/bin/make -f Source/WebKit2/CMakeFiles/WebKit2.dir/build.make Source/WebKit2/CMakeFiles/WebKit2.dir/build
make[2]: Entering directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
Linking CXX shared library ../../lib/libWebKitNix.so
cd /home/kosztyo/gl2d/WebKitBuild/Debug/Source/WebKit2 && /usr/bin/cmake -E cmake_link_script CMakeFiles/WebKit2.dir/link.txt --verbose=0
/home/kosztyo/gl2d/WebKitBuild/Debug/lib/libJavaScriptCore.a(LowLevelInterpreter.cpp.o): In function `llint_program_prologue':
LowLevelInterpreter.cpp:(.rodata+0x33): relocation truncated to fit: R_ARM_THM_CALL against symbol `llint_entry_osr' defined in .text section in /home/kosztyo/gl2d/WebKitBuild/Debug/lib/libJavaScriptCore.a(LLIntSlowPaths.cpp.o)
/home/kosztyo/gl2d/WebKitBuild/Debug/lib/libJavaScriptCore.a(LowLevelInterpreter.cpp.o): In function `llint_eval_prologue':
LowLevelInterpreter.cpp:(.rodata+0x6d): relocation truncated to fit: R_ARM_THM_CALL against symbol `llint_entry_osr' defined in .text section in /home/kosztyo/gl2d/WebKitBuild/Debug/lib/libJavaScriptCore.a(LLIntSlowPaths.cpp.o)
/home/kosztyo/gl2d/WebKitBuild/Debug/lib/libJavaScriptCore.a(LowLevelInterpreter.cpp.o): In function `llint_function_for_call_prologue':
LowLevelInterpreter.cpp:(.rodata+0xab): relocation truncated to fit: R_ARM_THM_CALL against symbol `llint_entry_osr_function_for_call' defined in .text section in /home/kosztyo/gl2d/WebKitBuild/Debug/lib/libJavaScriptCore.a(LLIntSlowPaths.cpp.o)
LowLevelInterpreter.cpp:(.rodata+0xe7): relocation truncated to fit: R_ARM_THM_CALL against symbol `llint_stack_check' defined in .text section in /home/kosztyo/gl2d/WebKitBuild/Debug/lib/libJavaScriptCore.a(LLIntSlowPaths.cpp.o)
/home/kosztyo/gl2d/WebKitBuild/Debug/lib/libJavaScriptCore.a(LowLevelInterpreter.cpp.o): In function `llint_function_for_construct_prologue':
LowLevelInterpreter.cpp:(.rodata+0x113): relocation truncated to fit: R_ARM_THM_CALL against symbol `llint_entry_osr_function_for_construct' defined in .text section in /home/kosztyo/gl2d/WebKitBuild/Debug/lib/libJavaScriptCore.a(LLIntSlowPaths.cpp.o)
LowLevelInterpreter.cpp:(.rodata+0x14f): relocation truncated to fit: R_ARM_THM_CALL against symbol `llint_stack_check' defined in .text section in /home/kosztyo/gl2d/WebKitBuild/Debug/lib/libJavaScriptCore.a(LLIntSlowPaths.cpp.o)
/home/kosztyo/gl2d/WebKitBuild/Debug/lib/libJavaScriptCore.a(LowLevelInterpreter.cpp.o): In function `llint_function_for_call_arity_check':
LowLevelInterpreter.cpp:(.rodata+0x17b): relocation truncated to fit: R_ARM_THM_CALL against symbol `llint_entry_osr_function_for_call_arityCheck' defined in .text section in /home/kosztyo/gl2d/WebKitBuild/Debug/lib/libJavaScriptCore.a(LLIntSlowPaths.cpp.o)
LowLevelInterpreter.cpp:(.rodata+0x1ab): relocation truncated to fit: R_ARM_THM_CALL against symbol `slow_path_call_arityCheck' defined in .text section in /home/kosztyo/gl2d/WebKitBuild/Debug/lib/libJavaScriptCore.a(CommonSlowPaths.cpp.o)
/home/kosztyo/gl2d/WebKitBuild/Debug/lib/libJavaScriptCore.a(LowLevelInterpreter.cpp.o): In function `llint_function_for_construct_arity_check':
LowLevelInterpreter.cpp:(.rodata+0x237): relocation truncated to fit: R_ARM_THM_CALL against symbol `llint_entry_osr_function_for_construct_arityCheck' defined in .text section in /home/kosztyo/gl2d/WebKitBuild/Debug/lib/libJavaScriptCore.a(LLIntSlowPaths.cpp.o)
LowLevelInterpreter.cpp:(.rodata+0x26b): relocation truncated to fit: R_ARM_THM_CALL against symbol `slow_path_construct_arityCheck' defined in .text section in /home/kosztyo/gl2d/WebKitBuild/Debug/lib/libJavaScriptCore.a(CommonSlowPaths.cpp.o)
/home/kosztyo/gl2d/WebKitBuild/Debug/lib/libJavaScriptCore.a(LowLevelInterpreter.cpp.o): In function `llint_op_create_activation':
LowLevelInterpreter.cpp:(.rodata+0x319): additional relocation overflows omitted from the output
collect2: error: ld returned 1 exit status
make[2]: *** [lib/libWebKitNix.so.0.1.0] Error 1
make[2]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
make[1]: Leaving directory `/home/kosztyo/gl2d/WebKitBuild/Debug'
make[1]: *** [Source/WebKit2/CMakeFiles/WebKit2.dir/all] Error 2
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment