Guest User

Untitled

a guest
Nov 12th, 2014
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 77.16 KB | None | 0 0
  1. # cat /var/tmp/portage/games-engines/openmw-0.33.0-r2/temp/build.log
  2. * Package: games-engines/openmw-0.33.0-r2
  3. * Repository: gentoo
  4. * Upstream: https://bugs.openmw.org/
  5. * USE: abi_x86_64 amd64 elibc_glibc kernel_linux launcher userland_GNU
  6. * FEATURES: preserve-libs sandbox userpriv usersandbox
  7. >>> Unpacking source...
  8. >>> Unpacking openmw-0.33.0.tar.gz to /var/tmp/portage/games-engines/openmw-0.33.0-r2/work
  9. >>> Source unpacked in /var/tmp/portage/games-engines/openmw-0.33.0-r2/work
  10. >>> Preparing source in /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0 ...
  11. * Applying openmw-0.33.0-cfg.patch ... [ ok ]
  12. * Applying openmw-0.33.0-opencs.patch ... [ ok ]
  13. >>> Source prepared.
  14. >>> Configuring source in /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0 ...
  15. >>> Working in BUILD_DIR: "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build"
  16. cmake --no-warn-unused-cli -C /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DBINDIR=/usr/games/bin -DBUILD_BSATOOL=OFF -DBUILD_ESMTOOL=OFF -DBUILD_LAUNCHER=ON -DMWINIIMPORTER=ON -DBUILD_MYGUI_PLUGIN=ON -DBUILD_OPENCS=OFF -DUNITTESTS=OFF -DDATADIR=/usr/share/games/openmw -DICONDIR=/usr/share/icons/hicolor/256x256/apps -DLIBDIR=/usr/games/lib64 -DMORROWIND_DATA_FILES=/usr/share/games/morrowind-data -DOPENMW_RESOURCE_FILES=/usr/share/games/openmw/resources -DGLOBAL_CONFIG_PATH=/etc/games -DUSE_SYSTEM_TINYXML=ON -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_INSTALL_DO_STRIP=OFF -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/gentoo_rules.cmake -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/gentoo_toolchain.cmake /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0
  17. Not searching for unused variables given on the command line.
  18. loading initial cache file /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/gentoo_common_config.cmake
  19. -- The C compiler identification is GNU 4.8.3
  20. -- The CXX compiler identification is GNU 4.8.3
  21. -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
  22. -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works
  23. -- Detecting C compiler ABI info
  24. -- Detecting C compiler ABI info - done
  25. -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++
  26. -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works
  27. -- Detecting CXX compiler ABI info
  28. -- Detecting CXX compiler ABI info - done
  29. -- Configuring OpenMW...
  30. -- Found PkgConfig: /usr/bin/x86_64-pc-linux-gnu-pkg-config (found version "0.28")
  31. -- checking for module 'libavcodec'
  32. -- found libavcodec, version 55.52.102
  33. -- checking for module 'libavformat'
  34. -- found libavformat, version 55.33.100
  35. -- checking for module 'libavdevice'
  36. -- found libavdevice, version 55.10.100
  37. -- checking for module 'libavutil'
  38. -- found libavutil, version 52.66.100
  39. -- checking for module 'libswscale'
  40. -- found libswscale, version 2.5.102
  41. -- checking for module 'libpostproc'
  42. -- found libpostproc, version 52.3.100
  43. -- checking for module 'libswresample'
  44. -- found libswresample, version 0.18.100
  45. -- checking for module 'libavresample'
  46. -- found libavresample, version 1.2.0
  47. -- Found FFmpeg: /usr/lib64/libavcodec.so;/usr/lib64/libavformat.so;/usr/lib64/libavutil.so;/usr/lib64/libswscale.so
  48. -- Found TinyXML: /usr/lib64/libtinyxml.so /usr/include
  49. -- Using system TinyXML library.
  50. -- Looking for include file pthread.h
  51. -- Looking for include file pthread.h - found
  52. -- Looking for pthread_create
  53. -- Looking for pthread_create - not found
  54. -- Looking for pthread_create in pthreads
  55. -- Looking for pthread_create in pthreads - not found
  56. -- Looking for pthread_create in pthread
  57. -- Looking for pthread_create in pthread - found
  58. -- Found Threads: TRUE
  59. -- Looking for stdint.h
  60. -- Looking for stdint.h - found
  61. -- Looking for C++ include unordered_map
  62. -- Looking for C++ include unordered_map - not found
  63. -- Looking for OGRE...
  64. -- OGRE_PREFIX_WATCH changed.
  65. -- checking for module 'OGRE'
  66. -- found OGRE, version 1.9.0
  67. -- Found Ogre Ghadamon (1.9.0)
  68. -- Found OGRE: optimized;/usr/lib64/libOgreMain.so;debug;/usr/lib64/libOgreMain.so
  69. -- Looking for OGRE_Paging...
  70. -- Found OGRE_Paging: optimized;/usr/lib64/libOgrePaging.so;debug;/usr/lib64/libOgrePaging.so
  71. -- Looking for OGRE_Terrain...
  72. -- Found OGRE_Terrain: optimized;/usr/lib64/libOgreTerrain.so;debug;/usr/lib64/libOgreTerrain.so
  73. -- Looking for OGRE_Property...
  74. -- Found OGRE_Property: optimized;/usr/lib64/libOgreProperty.so;debug;/usr/lib64/libOgreProperty.so
  75. -- Looking for OGRE_RTShaderSystem...
  76. -- Found OGRE_RTShaderSystem: optimized;/usr/lib64/libOgreRTShaderSystem.so;debug;/usr/lib64/libOgreRTShaderSystem.so
  77. -- checking for one of the modules 'MYGUI;MyGUI'
  78. -- libraries : MyGUIEngine from /usr/lib
  79. -- includes : /usr/include/MYGUI
  80. -- MyGUI version: 3.2.1
  81. -- Boost version: 1.55.0
  82. -- Found the following Boost libraries:
  83. -- system
  84. -- filesystem
  85. -- program_options
  86. -- Found SDL2: /usr/lib64/libSDL2main.a;/usr/lib64/libSDL2.so;-lpthread
  87. -- Found OpenAL: /usr/lib64/libopenal.so
  88. -- Found Bullet: /usr/lib64/libBulletDynamics.so
  89. -- Looking for Q_WS_X11
  90. -- Looking for Q_WS_X11 - found
  91. -- Looking for Q_WS_WIN
  92. -- Looking for Q_WS_WIN - not found
  93. -- Looking for Q_WS_QWS
  94. -- Looking for Q_WS_QWS - not found
  95. -- Looking for Q_WS_MAC
  96. -- Looking for Q_WS_MAC - not found
  97. -- Found Qt4: /usr/bin/qmake (found version "4.8.5")
  98. -- Boost version: 1.55.0
  99. -- Found the following Boost libraries:
  100. -- system
  101. -- filesystem
  102. -- program_options
  103. -- thread
  104. -- wave
  105. -- Found Qt4: /usr/bin/qmake (found version "4.8.5")
  106. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  107. -- <<< Gentoo configuration >>>
  108. Build type Gentoo
  109. Install path /usr
  110. Compiler flags:
  111. C -O2 -march=native -fomit-frame-pointer -pipe
  112. C++ -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe
  113. Linker flags:
  114. Executable -Wl,-O1 -Wl,--as-needed
  115. Module -Wl,-O1 -Wl,--as-needed
  116. Shared -Wl,-O1 -Wl,--as-needed
  117.  
  118. -- Configuring done
  119. -- Generating done
  120. -- Build files have been written to: /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build
  121. >>> Source configured.
  122. >>> Compiling source in /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0 ...
  123. >>> Working in BUILD_DIR: "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build"
  124. make -j1 VERBOSE=1
  125. /usr/bin/cmake -H/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0 -B/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build --check-build-system CMakeFiles/Makefile.cmake 0
  126. /usr/bin/cmake -E cmake_progress_start /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles/progress.marks
  127. make -f CMakeFiles/Makefile2 all
  128. make[1]: Entering directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  129. make -f extern/shiny/CMakeFiles/shiny.dir/build.make extern/shiny/CMakeFiles/shiny.dir/depend
  130. make[2]: Entering directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  131. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0 /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/shiny /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny/CMakeFiles/shiny.dir/DependInfo.cmake --color=
  132. Dependee "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny/CMakeFiles/shiny.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny/CMakeFiles/shiny.dir/depend.internal".
  133. Dependee "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny/CMakeFiles/shiny.dir/depend.internal".
  134. Scanning dependencies of target shiny
  135. make[2]: Leaving directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  136. make -f extern/shiny/CMakeFiles/shiny.dir/build.make extern/shiny/CMakeFiles/shiny.dir/build
  137. make[2]: Entering directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  138. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  139. [ 0%] Building CXX object extern/shiny/CMakeFiles/shiny.dir/Main/Factory.cpp.o
  140. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/shiny.dir/Main/Factory.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/shiny/Main/Factory.cpp
  141. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles 97
  142. [ 1%] Building CXX object extern/shiny/CMakeFiles/shiny.dir/Main/MaterialInstance.cpp.o
  143. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/shiny.dir/Main/MaterialInstance.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/shiny/Main/MaterialInstance.cpp
  144. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  145. [ 1%] Building CXX object extern/shiny/CMakeFiles/shiny.dir/Main/MaterialInstancePass.cpp.o
  146. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/shiny.dir/Main/MaterialInstancePass.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/shiny/Main/MaterialInstancePass.cpp
  147. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  148. [ 1%] Building CXX object extern/shiny/CMakeFiles/shiny.dir/Main/MaterialInstanceTextureUnit.cpp.o
  149. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/shiny.dir/Main/MaterialInstanceTextureUnit.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/shiny/Main/MaterialInstanceTextureUnit.cpp
  150. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  151. [ 1%] Building CXX object extern/shiny/CMakeFiles/shiny.dir/Main/Platform.cpp.o
  152. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/shiny.dir/Main/Platform.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/shiny/Main/Platform.cpp
  153. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  154. [ 1%] Building CXX object extern/shiny/CMakeFiles/shiny.dir/Main/Preprocessor.cpp.o
  155. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/shiny.dir/Main/Preprocessor.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/shiny/Main/Preprocessor.cpp
  156. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles 98
  157. [ 2%] Building CXX object extern/shiny/CMakeFiles/shiny.dir/Main/PropertyBase.cpp.o
  158. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/shiny.dir/Main/PropertyBase.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/shiny/Main/PropertyBase.cpp
  159. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  160. [ 2%] Building CXX object extern/shiny/CMakeFiles/shiny.dir/Main/ScriptLoader.cpp.o
  161. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/shiny.dir/Main/ScriptLoader.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/shiny/Main/ScriptLoader.cpp
  162. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  163. [ 2%] Building CXX object extern/shiny/CMakeFiles/shiny.dir/Main/ShaderInstance.cpp.o
  164. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/shiny.dir/Main/ShaderInstance.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/shiny/Main/ShaderInstance.cpp
  165. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  166. [ 2%] Building CXX object extern/shiny/CMakeFiles/shiny.dir/Main/ShaderSet.cpp.o
  167. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/shiny.dir/Main/ShaderSet.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/shiny/Main/ShaderSet.cpp
  168. Linking CXX static library libshiny.a
  169. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny && /usr/bin/cmake -P CMakeFiles/shiny.dir/cmake_clean_target.cmake
  170. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny && /usr/bin/cmake -E cmake_link_script CMakeFiles/shiny.dir/link.txt --verbose=1
  171. /usr/bin/x86_64-pc-linux-gnu-ar cr libshiny.a CMakeFiles/shiny.dir/Main/Factory.cpp.o CMakeFiles/shiny.dir/Main/MaterialInstance.cpp.o CMakeFiles/shiny.dir/Main/MaterialInstancePass.cpp.o CMakeFiles/shiny.dir/Main/MaterialInstanceTextureUnit.cpp.o CMakeFiles/shiny.dir/Main/Platform.cpp.o CMakeFiles/shiny.dir/Main/Preprocessor.cpp.o CMakeFiles/shiny.dir/Main/PropertyBase.cpp.o CMakeFiles/shiny.dir/Main/ScriptLoader.cpp.o CMakeFiles/shiny.dir/Main/ShaderInstance.cpp.o CMakeFiles/shiny.dir/Main/ShaderSet.cpp.o
  172. /usr/bin/x86_64-pc-linux-gnu-ranlib libshiny.a
  173. make[2]: Leaving directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  174. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles 97 98
  175. [ 2%] Built target shiny
  176. make -f extern/shiny/CMakeFiles/shiny.OgrePlatform.dir/build.make extern/shiny/CMakeFiles/shiny.OgrePlatform.dir/depend
  177. make[2]: Entering directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  178. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0 /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/shiny /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny/CMakeFiles/shiny.OgrePlatform.dir/DependInfo.cmake --color=
  179. Dependee "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny/CMakeFiles/shiny.OgrePlatform.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny/CMakeFiles/shiny.OgrePlatform.dir/depend.internal".
  180. Dependee "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny/CMakeFiles/shiny.OgrePlatform.dir/depend.internal".
  181. Scanning dependencies of target shiny.OgrePlatform
  182. make[2]: Leaving directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  183. make -f extern/shiny/CMakeFiles/shiny.OgrePlatform.dir/build.make extern/shiny/CMakeFiles/shiny.OgrePlatform.dir/build
  184. make[2]: Entering directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  185. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  186. [ 2%] Building CXX object extern/shiny/CMakeFiles/shiny.OgrePlatform.dir/Platforms/Ogre/OgreTextureUnitState.cpp.o
  187. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/shiny.OgrePlatform.dir/Platforms/Ogre/OgreTextureUnitState.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/shiny/Platforms/Ogre/OgreTextureUnitState.cpp
  188. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles 99
  189. [ 3%] Building CXX object extern/shiny/CMakeFiles/shiny.OgrePlatform.dir/Platforms/Ogre/OgrePlatform.cpp.o
  190. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/shiny.OgrePlatform.dir/Platforms/Ogre/OgrePlatform.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/shiny/Platforms/Ogre/OgrePlatform.cpp
  191. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  192. [ 3%] Building CXX object extern/shiny/CMakeFiles/shiny.OgrePlatform.dir/Platforms/Ogre/OgrePass.cpp.o
  193. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/shiny.OgrePlatform.dir/Platforms/Ogre/OgrePass.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/shiny/Platforms/Ogre/OgrePass.cpp
  194. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  195. [ 3%] Building CXX object extern/shiny/CMakeFiles/shiny.OgrePlatform.dir/Platforms/Ogre/OgreMaterialSerializer.cpp.o
  196. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/shiny.OgrePlatform.dir/Platforms/Ogre/OgreMaterialSerializer.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/shiny/Platforms/Ogre/OgreMaterialSerializer.cpp
  197. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  198. [ 3%] Building CXX object extern/shiny/CMakeFiles/shiny.OgrePlatform.dir/Platforms/Ogre/OgreMaterial.cpp.o
  199. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/shiny.OgrePlatform.dir/Platforms/Ogre/OgreMaterial.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/shiny/Platforms/Ogre/OgreMaterial.cpp
  200. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles 100
  201. [ 4%] Building CXX object extern/shiny/CMakeFiles/shiny.OgrePlatform.dir/Platforms/Ogre/OgreGpuProgram.cpp.o
  202. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/shiny.OgrePlatform.dir/Platforms/Ogre/OgreGpuProgram.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/shiny/Platforms/Ogre/OgreGpuProgram.cpp
  203. Linking CXX static library libshiny.OgrePlatform.a
  204. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny && /usr/bin/cmake -P CMakeFiles/shiny.OgrePlatform.dir/cmake_clean_target.cmake
  205. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/shiny && /usr/bin/cmake -E cmake_link_script CMakeFiles/shiny.OgrePlatform.dir/link.txt --verbose=1
  206. /usr/bin/x86_64-pc-linux-gnu-ar cr libshiny.OgrePlatform.a CMakeFiles/shiny.OgrePlatform.dir/Platforms/Ogre/OgreTextureUnitState.cpp.o CMakeFiles/shiny.OgrePlatform.dir/Platforms/Ogre/OgrePlatform.cpp.o CMakeFiles/shiny.OgrePlatform.dir/Platforms/Ogre/OgrePass.cpp.o CMakeFiles/shiny.OgrePlatform.dir/Platforms/Ogre/OgreMaterialSerializer.cpp.o CMakeFiles/shiny.OgrePlatform.dir/Platforms/Ogre/OgreMaterial.cpp.o CMakeFiles/shiny.OgrePlatform.dir/Platforms/Ogre/OgreGpuProgram.cpp.o
  207. /usr/bin/x86_64-pc-linux-gnu-ranlib libshiny.OgrePlatform.a
  208. make[2]: Leaving directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  209. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles 99 100
  210. [ 4%] Built target shiny.OgrePlatform
  211. make -f extern/oics/CMakeFiles/oics.dir/build.make extern/oics/CMakeFiles/oics.dir/depend
  212. make[2]: Entering directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  213. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0 /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/oics /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/oics /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/oics/CMakeFiles/oics.dir/DependInfo.cmake --color=
  214. Dependee "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/oics/CMakeFiles/oics.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/oics/CMakeFiles/oics.dir/depend.internal".
  215. Dependee "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/oics/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/oics/CMakeFiles/oics.dir/depend.internal".
  216. Scanning dependencies of target oics
  217. make[2]: Leaving directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  218. make -f extern/oics/CMakeFiles/oics.dir/build.make extern/oics/CMakeFiles/oics.dir/build
  219. make[2]: Entering directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  220. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  221. [ 4%] Building CXX object extern/oics/CMakeFiles/oics.dir/ICSChannel.cpp.o
  222. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/oics && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/oics.dir/ICSChannel.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/oics/ICSChannel.cpp
  223. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  224. [ 4%] Building CXX object extern/oics/CMakeFiles/oics.dir/ICSControl.cpp.o
  225. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/oics && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/oics.dir/ICSControl.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/oics/ICSControl.cpp
  226. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  227. [ 4%] Building CXX object extern/oics/CMakeFiles/oics.dir/ICSInputControlSystem.cpp.o
  228. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/oics && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/oics.dir/ICSInputControlSystem.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/oics/ICSInputControlSystem.cpp
  229. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  230. [ 4%] Building CXX object extern/oics/CMakeFiles/oics.dir/ICSInputControlSystem_keyboard.cpp.o
  231. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/oics && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/oics.dir/ICSInputControlSystem_keyboard.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/oics/ICSInputControlSystem_keyboard.cpp
  232. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles 38
  233. [ 5%] Building CXX object extern/oics/CMakeFiles/oics.dir/ICSInputControlSystem_mouse.cpp.o
  234. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/oics && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/oics.dir/ICSInputControlSystem_mouse.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/oics/ICSInputControlSystem_mouse.cpp
  235. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  236. [ 5%] Building CXX object extern/oics/CMakeFiles/oics.dir/ICSInputControlSystem_joystick.cpp.o
  237. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/oics && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/oics.dir/ICSInputControlSystem_joystick.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/oics/ICSInputControlSystem_joystick.cpp
  238. Linking CXX static library liboics.a
  239. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/oics && /usr/bin/cmake -P CMakeFiles/oics.dir/cmake_clean_target.cmake
  240. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/oics && /usr/bin/cmake -E cmake_link_script CMakeFiles/oics.dir/link.txt --verbose=1
  241. /usr/bin/x86_64-pc-linux-gnu-ar cr liboics.a CMakeFiles/oics.dir/ICSChannel.cpp.o CMakeFiles/oics.dir/ICSControl.cpp.o CMakeFiles/oics.dir/ICSInputControlSystem.cpp.o CMakeFiles/oics.dir/ICSInputControlSystem_keyboard.cpp.o CMakeFiles/oics.dir/ICSInputControlSystem_mouse.cpp.o CMakeFiles/oics.dir/ICSInputControlSystem_joystick.cpp.o
  242. /usr/bin/x86_64-pc-linux-gnu-ranlib liboics.a
  243. make[2]: Leaving directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  244. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles 38
  245. [ 5%] Built target oics
  246. make -f extern/sdl4ogre/CMakeFiles/sdl4ogre.dir/build.make extern/sdl4ogre/CMakeFiles/sdl4ogre.dir/depend
  247. make[2]: Entering directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  248. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0 /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/sdl4ogre /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/sdl4ogre /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/sdl4ogre/CMakeFiles/sdl4ogre.dir/DependInfo.cmake --color=
  249. Dependee "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/sdl4ogre/CMakeFiles/sdl4ogre.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/sdl4ogre/CMakeFiles/sdl4ogre.dir/depend.internal".
  250. Dependee "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/sdl4ogre/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/sdl4ogre/CMakeFiles/sdl4ogre.dir/depend.internal".
  251. Scanning dependencies of target sdl4ogre
  252. make[2]: Leaving directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  253. make -f extern/sdl4ogre/CMakeFiles/sdl4ogre.dir/build.make extern/sdl4ogre/CMakeFiles/sdl4ogre.dir/build
  254. make[2]: Entering directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  255. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  256. [ 5%] Building CXX object extern/sdl4ogre/CMakeFiles/sdl4ogre.dir/sdlinputwrapper.cpp.o
  257. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/sdl4ogre && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/sdl4ogre.dir/sdlinputwrapper.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/sdl4ogre/sdlinputwrapper.cpp
  258. In file included from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/sdl4ogre/sdlinputwrapper.cpp:2:0:
  259. /usr/include/SDL2/SDL_syswm.h:119:20: warning: comma at end of enumerator list [-Wpedantic]
  260. SDL_SYSWM_WINRT,
  261. ^
  262. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  263. [ 5%] Building CXX object extern/sdl4ogre/CMakeFiles/sdl4ogre.dir/sdlcursormanager.cpp.o
  264. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/sdl4ogre && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/sdl4ogre.dir/sdlcursormanager.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/sdl4ogre/sdlcursormanager.cpp
  265. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  266. [ 5%] Building CXX object extern/sdl4ogre/CMakeFiles/sdl4ogre.dir/sdlwindowhelper.cpp.o
  267. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/sdl4ogre && /usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -o CMakeFiles/sdl4ogre.dir/sdlwindowhelper.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/sdl4ogre/sdlwindowhelper.cpp
  268. In file included from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/extern/sdl4ogre/sdlwindowhelper.cpp:7:0:
  269. /usr/include/SDL2/SDL_syswm.h:119:20: warning: comma at end of enumerator list [-Wpedantic]
  270. SDL_SYSWM_WINRT,
  271. ^
  272. Linking CXX static library libsdl4ogre.a
  273. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/sdl4ogre && /usr/bin/cmake -P CMakeFiles/sdl4ogre.dir/cmake_clean_target.cmake
  274. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/extern/sdl4ogre && /usr/bin/cmake -E cmake_link_script CMakeFiles/sdl4ogre.dir/link.txt --verbose=1
  275. /usr/bin/x86_64-pc-linux-gnu-ar cr libsdl4ogre.a CMakeFiles/sdl4ogre.dir/sdlinputwrapper.cpp.o CMakeFiles/sdl4ogre.dir/sdlcursormanager.cpp.o CMakeFiles/sdl4ogre.dir/sdlwindowhelper.cpp.o
  276. /usr/bin/x86_64-pc-linux-gnu-ranlib libsdl4ogre.a
  277. make[2]: Leaving directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  278. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  279. [ 5%] Built target sdl4ogre
  280. make -f components/CMakeFiles/components.dir/build.make components/CMakeFiles/components.dir/depend
  281. make[2]: Entering directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  282. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  283. [ 5%] Generating ui_contentselector.h
  284. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components && /usr/bin/uic -o /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components/ui_contentselector.h /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/files/ui/contentselector.ui
  285. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  286. [ 5%] Generating contentselector/model/moc_modelitem.cxx
  287. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components/contentselector/model && /usr/bin/moc @/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components/contentselector/model/moc_modelitem.cxx_parameters
  288. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  289. [ 5%] Generating contentselector/model/moc_esmfile.cxx
  290. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components/contentselector/model && /usr/bin/moc @/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components/contentselector/model/moc_esmfile.cxx_parameters
  291. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles 1
  292. [ 6%] Generating contentselector/model/moc_naturalsort.cxx
  293. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components/contentselector/model && /usr/bin/moc @/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components/contentselector/model/moc_naturalsort.cxx_parameters
  294. /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/contentselector/model/naturalsort.hpp:0: Note: No relevant classes found. No output generated.
  295. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  296. [ 6%] Generating contentselector/model/moc_contentmodel.cxx
  297. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components/contentselector/model && /usr/bin/moc @/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components/contentselector/model/moc_contentmodel.cxx_parameters
  298. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  299. [ 6%] Generating contentselector/view/moc_combobox.cxx
  300. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components/contentselector/view && /usr/bin/moc @/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components/contentselector/view/moc_combobox.cxx_parameters
  301. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  302. [ 6%] Generating contentselector/view/moc_contentselector.cxx
  303. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components/contentselector/view && /usr/bin/moc @/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components/contentselector/view/moc_contentselector.cxx_parameters
  304. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0 /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components/CMakeFiles/components.dir/DependInfo.cmake --color=
  305. Dependee "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components/CMakeFiles/components.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components/CMakeFiles/components.dir/depend.internal".
  306. Dependee "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components/CMakeFiles/components.dir/depend.internal".
  307. Scanning dependencies of target components
  308. make[2]: Leaving directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  309. make -f components/CMakeFiles/components.dir/build.make components/CMakeFiles/components.dir/build
  310. make[2]: Entering directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  311. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles 2
  312. [ 7%] Building CXX object components/CMakeFiles/components.dir/settings/settings.cpp.o
  313. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components && /usr/bin/x86_64-pc-linux-gnu-g++ -DGLOBAL_CONFIG_PATH=\"/etc/games\" -DGLOBAL_DATA_PATH=\"/usr/share/games\" -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DQT_CORE_LIB -DQT_GUI_LIB -DTERRAIN_USE_SHADER=1 -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -isystem /usr/include/qt4 -isystem /usr/include/qt4/QtGui -isystem /usr/include/qt4/QtCore -I/usr/include/bullet -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components -fPIC -o CMakeFiles/components.dir/settings/settings.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/settings/settings.cpp
  314. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  315. [ 7%] Building CXX object components/CMakeFiles/components.dir/nifoverrides/nifoverrides.cpp.o
  316. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components && /usr/bin/x86_64-pc-linux-gnu-g++ -DGLOBAL_CONFIG_PATH=\"/etc/games\" -DGLOBAL_DATA_PATH=\"/usr/share/games\" -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DQT_CORE_LIB -DQT_GUI_LIB -DTERRAIN_USE_SHADER=1 -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -isystem /usr/include/qt4 -isystem /usr/include/qt4/QtGui -isystem /usr/include/qt4/QtCore -I/usr/include/bullet -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components -fPIC -o CMakeFiles/components.dir/nifoverrides/nifoverrides.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nifoverrides/nifoverrides.cpp
  317. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  318. [ 7%] Building CXX object components/CMakeFiles/components.dir/bsa/bsa_archive.cpp.o
  319. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components && /usr/bin/x86_64-pc-linux-gnu-g++ -DGLOBAL_CONFIG_PATH=\"/etc/games\" -DGLOBAL_DATA_PATH=\"/usr/share/games\" -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DQT_CORE_LIB -DQT_GUI_LIB -DTERRAIN_USE_SHADER=1 -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -isystem /usr/include/qt4 -isystem /usr/include/qt4/QtGui -isystem /usr/include/qt4/QtCore -I/usr/include/bullet -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components -fPIC -o CMakeFiles/components.dir/bsa/bsa_archive.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/bsa/bsa_archive.cpp
  320. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  321. [ 7%] Building CXX object components/CMakeFiles/components.dir/bsa/bsa_file.cpp.o
  322. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components && /usr/bin/x86_64-pc-linux-gnu-g++ -DGLOBAL_CONFIG_PATH=\"/etc/games\" -DGLOBAL_DATA_PATH=\"/usr/share/games\" -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DQT_CORE_LIB -DQT_GUI_LIB -DTERRAIN_USE_SHADER=1 -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -isystem /usr/include/qt4 -isystem /usr/include/qt4/QtGui -isystem /usr/include/qt4/QtCore -I/usr/include/bullet -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components -fPIC -o CMakeFiles/components.dir/bsa/bsa_file.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/bsa/bsa_file.cpp
  323. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles
  324. [ 7%] Building CXX object components/CMakeFiles/components.dir/bsa/resources.cpp.o
  325. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components && /usr/bin/x86_64-pc-linux-gnu-g++ -DGLOBAL_CONFIG_PATH=\"/etc/games\" -DGLOBAL_DATA_PATH=\"/usr/share/games\" -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DQT_CORE_LIB -DQT_GUI_LIB -DTERRAIN_USE_SHADER=1 -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -isystem /usr/include/qt4 -isystem /usr/include/qt4/QtGui -isystem /usr/include/qt4/QtCore -I/usr/include/bullet -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components -fPIC -o CMakeFiles/components.dir/bsa/resources.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/bsa/resources.cpp
  326. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/CMakeFiles 3
  327. [ 8%] Building CXX object components/CMakeFiles/components.dir/nif/node.cpp.o
  328. cd /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components && /usr/bin/x86_64-pc-linux-gnu-g++ -DGLOBAL_CONFIG_PATH=\"/etc/games\" -DGLOBAL_DATA_PATH=\"/usr/share/games\" -DHAVE_LIBSWRESAMPLE -DOGRE_PLUGIN_DEBUG_SUFFIX=\"_d\" -DOGRE_PLUGIN_DIR=\"/usr/lib64/OGRE\" -DQT_CORE_LIB -DQT_GUI_LIB -DTERRAIN_USE_SHADER=1 -DTIXML_USE_STL -DNDEBUG -Wno-unused-but-set-parameter -Wall -Wextra -Wno-unused-parameter -Wno-reorder -std=c++98 -pedantic -Wno-long-long -O2 -march=native -fomit-frame-pointer -pipe -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/. -I/usr/include/OGRE -I/usr/include/OGRE/Ogre -I/usr/include/OGRE/OGRE -I/usr/include/SDL2 -I/usr/include/MYGUI -I/usr/include/AL -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/libs -isystem /usr/include/qt4 -isystem /usr/include/qt4/QtGui -isystem /usr/include/qt4/QtCore -I/usr/include/bullet -I/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build/components -fPIC -o CMakeFiles/components.dir/nif/node.cpp.o -c /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/node.cpp
  329. In file included from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/recordptr.hpp:5:0,
  330. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/extra.hpp:29,
  331. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/controlled.hpp:27,
  332. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/node.hpp:6,
  333. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/node.cpp:1:
  334. /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/nifstream.hpp: In member function ‘Ogre::Vector2 Nif::NIFStream::getVector2()’:
  335. /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/nifstream.hpp:98:31: error: no matching function for call to ‘Ogre::Vector2::Vector2(float [2])’
  336. return Ogre::Vector2(a);
  337. ^
  338. /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/nifstream.hpp:98:31: note: candidates are:
  339. In file included from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/nifstream.hpp:10:0,
  340. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/recordptr.hpp:5,
  341. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/extra.hpp:29,
  342. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/controlled.hpp:27,
  343. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/node.hpp:6,
  344. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/node.cpp:1:
  345. /usr/include/OGRE/OgreVector2.h:87:25: note: Ogre::Vector2::Vector2(Ogre::Real*)
  346. inline explicit Vector2( Real* const r )
  347. ^
  348. /usr/include/OGRE/OgreVector2.h:87:25: note: no known conversion for argument 1 from ‘float [2]’ to ‘Ogre::Real* {aka double*}’
  349. /usr/include/OGRE/OgreVector2.h:81:25: note: Ogre::Vector2::Vector2(const int*)
  350. inline explicit Vector2( const int afCoordinate[2] )
  351. ^
  352. /usr/include/OGRE/OgreVector2.h:81:25: note: no known conversion for argument 1 from ‘float [2]’ to ‘const int*’
  353. /usr/include/OGRE/OgreVector2.h:75:25: note: Ogre::Vector2::Vector2(const Real*)
  354. inline explicit Vector2( const Real afCoordinate[2] )
  355. ^
  356. /usr/include/OGRE/OgreVector2.h:75:25: note: no known conversion for argument 1 from ‘float [2]’ to ‘const Real* {aka const double*}’
  357. /usr/include/OGRE/OgreVector2.h:70:25: note: Ogre::Vector2::Vector2(Ogre::Real)
  358. inline explicit Vector2( const Real scaler )
  359. ^
  360. /usr/include/OGRE/OgreVector2.h:70:25: note: no known conversion for argument 1 from ‘float [2]’ to ‘Ogre::Real {aka double}’
  361. /usr/include/OGRE/OgreVector2.h:65:16: note: Ogre::Vector2::Vector2(Ogre::Real, Ogre::Real)
  362. inline Vector2(const Real fX, const Real fY )
  363. ^
  364. /usr/include/OGRE/OgreVector2.h:65:16: note: candidate expects 2 arguments, 1 provided
  365. /usr/include/OGRE/OgreVector2.h:61:16: note: Ogre::Vector2::Vector2()
  366. inline Vector2()
  367. ^
  368. /usr/include/OGRE/OgreVector2.h:61:16: note: candidate expects 0 arguments, 1 provided
  369. /usr/include/OGRE/OgreVector2.h:51:23: note: Ogre::Vector2::Vector2(const Ogre::Vector2&)
  370. class _OgreExport Vector2
  371. ^
  372. /usr/include/OGRE/OgreVector2.h:51:23: note: no known conversion for argument 1 from ‘float [2]’ to ‘const Ogre::Vector2&’
  373. In file included from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/recordptr.hpp:5:0,
  374. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/extra.hpp:29,
  375. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/controlled.hpp:27,
  376. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/node.hpp:6,
  377. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/node.cpp:1:
  378. /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/nifstream.hpp: In member function ‘Ogre::Vector3 Nif::NIFStream::getVector3()’:
  379. /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/nifstream.hpp:105:31: error: no matching function for call to ‘Ogre::Vector3::Vector3(float [3])’
  380. return Ogre::Vector3(a);
  381. ^
  382. /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/nifstream.hpp:105:31: note: candidates are:
  383. In file included from /usr/include/OGRE/OgreMatrix4.h:34:0,
  384. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/node.hpp:4,
  385. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/node.cpp:1:
  386. /usr/include/OGRE/OgreVector3.h:89:25: note: Ogre::Vector3::Vector3(Ogre::Real)
  387. inline explicit Vector3( const Real scaler )
  388. ^
  389. /usr/include/OGRE/OgreVector3.h:89:25: note: no known conversion for argument 1 from ‘float [3]’ to ‘Ogre::Real {aka double}’
  390. /usr/include/OGRE/OgreVector3.h:84:25: note: Ogre::Vector3::Vector3(Ogre::Real*)
  391. inline explicit Vector3( Real* const r )
  392. ^
  393. /usr/include/OGRE/OgreVector3.h:84:25: note: no known conversion for argument 1 from ‘float [3]’ to ‘Ogre::Real* {aka double*}’
  394. /usr/include/OGRE/OgreVector3.h:77:25: note: Ogre::Vector3::Vector3(const int*)
  395. inline explicit Vector3( const int afCoordinate[3] )
  396. ^
  397. /usr/include/OGRE/OgreVector3.h:77:25: note: no known conversion for argument 1 from ‘float [3]’ to ‘const int*’
  398. /usr/include/OGRE/OgreVector3.h:70:25: note: Ogre::Vector3::Vector3(const Real*)
  399. inline explicit Vector3( const Real afCoordinate[3] )
  400. ^
  401. /usr/include/OGRE/OgreVector3.h:70:25: note: no known conversion for argument 1 from ‘float [3]’ to ‘const Real* {aka const double*}’
  402. /usr/include/OGRE/OgreVector3.h:65:16: note: Ogre::Vector3::Vector3(Ogre::Real, Ogre::Real, Ogre::Real)
  403. inline Vector3( const Real fX, const Real fY, const Real fZ )
  404. ^
  405. /usr/include/OGRE/OgreVector3.h:65:16: note: candidate expects 3 arguments, 1 provided
  406. /usr/include/OGRE/OgreVector3.h:61:16: note: Ogre::Vector3::Vector3()
  407. inline Vector3()
  408. ^
  409. /usr/include/OGRE/OgreVector3.h:61:16: note: candidate expects 0 arguments, 1 provided
  410. /usr/include/OGRE/OgreVector3.h:51:23: note: Ogre::Vector3::Vector3(const Ogre::Vector3&)
  411. class _OgreExport Vector3
  412. ^
  413. /usr/include/OGRE/OgreVector3.h:51:23: note: no known conversion for argument 1 from ‘float [3]’ to ‘const Ogre::Vector3&’
  414. In file included from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/recordptr.hpp:5:0,
  415. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/extra.hpp:29,
  416. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/controlled.hpp:27,
  417. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/node.hpp:6,
  418. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/node.cpp:1:
  419. /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/nifstream.hpp: In member function ‘Ogre::Vector4 Nif::NIFStream::getVector4()’:
  420. /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/nifstream.hpp:112:31: error: no matching function for call to ‘Ogre::Vector4::Vector4(float [4])’
  421. return Ogre::Vector4(a);
  422. ^
  423. /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/nifstream.hpp:112:31: note: candidates are:
  424. In file included from /usr/include/OGRE/OgreMatrix4.h:36:0,
  425. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/node.hpp:4,
  426. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/node.cpp:1:
  427. /usr/include/OGRE/OgreVector4.h:93:25: note: Ogre::Vector4::Vector4(const Ogre::Vector3&)
  428. inline explicit Vector4(const Vector3& rhs)
  429. ^
  430. /usr/include/OGRE/OgreVector4.h:93:25: note: no known conversion for argument 1 from ‘float [4]’ to ‘const Ogre::Vector3&’
  431. /usr/include/OGRE/OgreVector4.h:85:25: note: Ogre::Vector4::Vector4(Ogre::Real)
  432. inline explicit Vector4( const Real scaler )
  433. ^
  434. /usr/include/OGRE/OgreVector4.h:85:25: note: no known conversion for argument 1 from ‘float [4]’ to ‘Ogre::Real {aka double}’
  435. /usr/include/OGRE/OgreVector4.h:80:25: note: Ogre::Vector4::Vector4(Ogre::Real*)
  436. inline explicit Vector4( Real* const r )
  437. ^
  438. /usr/include/OGRE/OgreVector4.h:80:25: note: no known conversion for argument 1 from ‘float [4]’ to ‘Ogre::Real* {aka double*}’
  439. /usr/include/OGRE/OgreVector4.h:72:25: note: Ogre::Vector4::Vector4(const int*)
  440. inline explicit Vector4( const int afCoordinate[4] )
  441. ^
  442. /usr/include/OGRE/OgreVector4.h:72:25: note: no known conversion for argument 1 from ‘float [4]’ to ‘const int*’
  443. /usr/include/OGRE/OgreVector4.h:64:25: note: Ogre::Vector4::Vector4(const Real*)
  444. inline explicit Vector4( const Real afCoordinate[4] )
  445. ^
  446. /usr/include/OGRE/OgreVector4.h:64:25: note: no known conversion for argument 1 from ‘float [4]’ to ‘const Real* {aka const double*}’
  447. /usr/include/OGRE/OgreVector4.h:59:16: note: Ogre::Vector4::Vector4(Ogre::Real, Ogre::Real, Ogre::Real, Ogre::Real)
  448. inline Vector4( const Real fX, const Real fY, const Real fZ, const Real fW )
  449. ^
  450. /usr/include/OGRE/OgreVector4.h:59:16: note: candidate expects 4 arguments, 1 provided
  451. /usr/include/OGRE/OgreVector4.h:55:16: note: Ogre::Vector4::Vector4()
  452. inline Vector4()
  453. ^
  454. /usr/include/OGRE/OgreVector4.h:55:16: note: candidate expects 0 arguments, 1 provided
  455. /usr/include/OGRE/OgreVector4.h:45:23: note: Ogre::Vector4::Vector4(const Ogre::Vector4&)
  456. class _OgreExport Vector4
  457. ^
  458. /usr/include/OGRE/OgreVector4.h:45:23: note: no known conversion for argument 1 from ‘float [4]’ to ‘const Ogre::Vector4&’
  459. In file included from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/recordptr.hpp:5:0,
  460. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/extra.hpp:29,
  461. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/controlled.hpp:27,
  462. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/node.hpp:6,
  463. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/node.cpp:1:
  464. /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/nifstream.hpp: In member function ‘Ogre::Quaternion Nif::NIFStream::getQuaternion()’:
  465. /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/nifstream.hpp:129:34: error: no matching function for call to ‘Ogre::Quaternion::Quaternion(float [4])’
  466. return Ogre::Quaternion(a);
  467. ^
  468. /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/nifstream.hpp:129:34: note: candidates are:
  469. In file included from /usr/include/OGRE/OgreVector3.h:33:0,
  470. from /usr/include/OGRE/OgreMatrix4.h:34,
  471. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/node.hpp:4,
  472. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/node.cpp:1:
  473. /usr/include/OGRE/OgreQuaternion.h:93:10: note: Ogre::Quaternion::Quaternion(Ogre::Real*)
  474. inline Quaternion(Real* valptr)
  475. ^
  476. /usr/include/OGRE/OgreQuaternion.h:93:10: note: no known conversion for argument 1 from ‘float [4]’ to ‘Ogre::Real* {aka double*}’
  477. /usr/include/OGRE/OgreQuaternion.h:88:16: note: Ogre::Quaternion::Quaternion(const Ogre::Vector3*)
  478. inline Quaternion(const Vector3* akAxis)
  479. ^
  480. /usr/include/OGRE/OgreQuaternion.h:88:16: note: no known conversion for argument 1 from ‘float [4]’ to ‘const Ogre::Vector3*’
  481. /usr/include/OGRE/OgreQuaternion.h:83:16: note: Ogre::Quaternion::Quaternion(const Ogre::Vector3&, const Ogre::Vector3&, const Ogre::Vector3&)
  482. inline Quaternion(const Vector3& xaxis, const Vector3& yaxis, const Vector3& zaxis)
  483. ^
  484. /usr/include/OGRE/OgreQuaternion.h:83:16: note: candidate expects 3 arguments, 1 provided
  485. /usr/include/OGRE/OgreQuaternion.h:78:16: note: Ogre::Quaternion::Quaternion(const Ogre::Radian&, const Ogre::Vector3&)
  486. inline Quaternion(const Radian& rfAngle, const Vector3& rkAxis)
  487. ^
  488. /usr/include/OGRE/OgreQuaternion.h:78:16: note: candidate expects 2 arguments, 1 provided
  489. /usr/include/OGRE/OgreQuaternion.h:73:16: note: Ogre::Quaternion::Quaternion(const Ogre::Matrix3&)
  490. inline Quaternion(const Matrix3& rot)
  491. ^
  492. /usr/include/OGRE/OgreQuaternion.h:73:16: note: no known conversion for argument 1 from ‘float [4]’ to ‘const Ogre::Matrix3&’
  493. /usr/include/OGRE/OgreQuaternion.h:66:10: note: Ogre::Quaternion::Quaternion(Ogre::Real, Ogre::Real, Ogre::Real, Ogre::Real)
  494. inline Quaternion (
  495. ^
  496. /usr/include/OGRE/OgreQuaternion.h:66:10: note: candidate expects 4 arguments, 1 provided
  497. /usr/include/OGRE/OgreQuaternion.h:61:10: note: Ogre::Quaternion::Quaternion()
  498. inline Quaternion ()
  499. ^
  500. /usr/include/OGRE/OgreQuaternion.h:61:10: note: candidate expects 0 arguments, 1 provided
  501. /usr/include/OGRE/OgreQuaternion.h:57:23: note: Ogre::Quaternion::Quaternion(const Ogre::Quaternion&)
  502. class _OgreExport Quaternion
  503. ^
  504. /usr/include/OGRE/OgreQuaternion.h:57:23: note: no known conversion for argument 1 from ‘float [4]’ to ‘const Ogre::Quaternion&’
  505. In file included from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/recordptr.hpp:5:0,
  506. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/extra.hpp:29,
  507. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/controlled.hpp:27,
  508. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/node.hpp:6,
  509. from /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/node.cpp:1:
  510. /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/nifstream.hpp: In member function ‘Ogre::Vector4 Nif::NIFStream::getVector4()’:
  511. /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/nifstream.hpp:113:5: warning: control reaches end of non-void function [-Wreturn-type]
  512. }
  513. ^
  514. /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/nifstream.hpp: In member function ‘Ogre::Vector3 Nif::NIFStream::getVector3()’:
  515. /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/nifstream.hpp:106:5: warning: control reaches end of non-void function [-Wreturn-type]
  516. }
  517. ^
  518. /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/nifstream.hpp: In member function ‘Ogre::Vector2 Nif::NIFStream::getVector2()’:
  519. /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/nifstream.hpp:99:5: warning: control reaches end of non-void function [-Wreturn-type]
  520. }
  521. ^
  522. /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/nifstream.hpp: In member function ‘Ogre::Quaternion Nif::NIFStream::getQuaternion()’:
  523. /var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0/components/nif/nifstream.hpp:130:5: warning: control reaches end of non-void function [-Wreturn-type]
  524. }
  525. ^
  526. components/CMakeFiles/components.dir/build.make:207: recipe for target 'components/CMakeFiles/components.dir/nif/node.cpp.o' failed
  527. make[2]: *** [components/CMakeFiles/components.dir/nif/node.cpp.o] Error 1
  528. make[2]: Leaving directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  529. CMakeFiles/Makefile2:295: recipe for target 'components/CMakeFiles/components.dir/all' failed
  530. make[1]: *** [components/CMakeFiles/components.dir/all] Error 2
  531. make[1]: Leaving directory '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  532. Makefile:116: recipe for target 'all' failed
  533. make: *** [all] Error 2
  534. * ERROR: games-engines/openmw-0.33.0-r2::gentoo failed (compile phase):
  535. * emake failed
  536. *
  537. * If you need support, post the output of `emerge --info '=games-engines/openmw-0.33.0-r2::gentoo'`,
  538. * the complete build log and the output of `emerge -pqv '=games-engines/openmw-0.33.0-r2::gentoo'`.
  539. * The complete build log is located at '/var/tmp/portage/games-engines/openmw-0.33.0-r2/temp/build.log'.
  540. * The ebuild environment file is located at '/var/tmp/portage/games-engines/openmw-0.33.0-r2/temp/environment'.
  541. * Working directory: '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-0.33.0_build'
  542. * S: '/var/tmp/portage/games-engines/openmw-0.33.0-r2/work/openmw-openmw-0.33.0'
Advertisement
Add Comment
Please, Sign In to add comment