Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.90 KB | None | 0 0
  1. # emerge -1 v3d
  2. Calculating dependencies... done!
  3.  
  4. >>> Verifying ebuild manifests
  5.  
  6. >>> Emerging (1 of 1) media-gfx/v3d-9999::cg
  7. >>> Unpacking source...
  8. GIT update -->
  9. repository: https://github.com/Granjow/slowmoVideo.git
  10. at the commit: d356d795a75e0b8495bf8b3130497b89c983db46
  11. branch: master
  12. storage directory: "/usr/portage/distfiles/egit-src/slowmoVideo.git"
  13. checkout type: bare repository
  14. Cloning into '/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D'...
  15. done.
  16. Branch branch-master set up to track remote branch master from origin.
  17. Switched to a new branch 'branch-master'
  18. >>> Unpacked to /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D
  19. >>> Source unpacked in /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work
  20. >>> Preparing source in /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D ...
  21. >>> Source prepared.
  22. >>> Configuring source in /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D ...
  23. /mnt/twardy/tmp/portage/media-gfx/v3d-9999/temp/environment: line 3243: -DSVFLOW_LIB=/usr/lib/libsVflow.a: No such file or directory
  24. >>> Working in BUILD_DIR: "/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D"
  25. * Declaring mycmakeargs as a variable is deprecated. Please use an array instead.
  26. cmake --no-warn-unused-cli -C /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DCG_COMPILER=/opt/bin/cgc -DCG_GL_LIBRARY=/opt/nvidia-cg-toolkit/lib64/libCgGL.so -DCG_INCLUDE_DIR=/opt/nvidia-cg-toolkit/include -DCG_LIBRARY=/opt/nvidia-cg-toolkit/lib64/libCg.so -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_INSTALL_DO_STRIP=OFF -DCMAKE_USER_MAKE_RULES_OVERRIDE=/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/gentoo_rules.cmake -DCMAKE_TOOLCHAIN_FILE=/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/gentoo_toolchain.cmake /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D
  27. Not searching for unused variables given on the command line.
  28. loading initial cache file /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/gentoo_common_config.cmake
  29. -- The C compiler identification is GNU 4.9.3
  30. -- The CXX compiler identification is GNU 4.9.3
  31. -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
  32. -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works
  33. -- Detecting C compiler ABI info
  34. -- Detecting C compiler ABI info - done
  35. -- Detecting C compile features
  36. -- Detecting C compile features - done
  37. -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++
  38. -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works
  39. -- Detecting CXX compiler ABI info
  40. -- Detecting CXX compiler ABI info - done
  41. -- Detecting CXX compile features
  42. -- Detecting CXX compile features - done
  43. -- Directory is /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/install
  44. -- Found OpenGL: /usr/lib64/libGL.so
  45. -- Found GLUT: /usr/lib64/libglut.so
  46. -- Looking for pthread.h
  47. -- Looking for pthread.h - found
  48. -- Looking for pthread_create
  49. -- Looking for pthread_create - not found
  50. -- Looking for pthread_create in pthreads
  51. -- Looking for pthread_create in pthreads - not found
  52. -- Looking for pthread_create in pthread
  53. -- Looking for pthread_create in pthread - found
  54. -- Found Threads: TRUE
  55. -- Found SDL: /usr/lib64/libSDLmain.a;/usr/lib64/libSDL.so;-lpthread (found version "1.2.15")
  56. -- Found JPEG: /usr/lib64/libjpeg.so
  57. -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.8")
  58. -- Found PNG: /usr/lib64/libpng.so (found version "1.6.21+apng")
  59. ==================================================
  60. * (ok) sVflow found
  61. * (ok) OpenGL found in /usr/include: /usr/lib64/libGLU.so;/usr/lib64/libGL.so
  62. * (ok) GLUT found in /usr/include: /usr/lib64/libglut.so;/usr/lib64/libXmu.so;/usr/lib64/libXi.so
  63. * (ok) GLEW found at /usr/include/GL
  64. * (ok) SDL found in /usr/include/SDL
  65. * (ok) JPEG libraries found at /usr/include: /usr/lib64/libjpeg.so
  66. * (ok) PNG libraries found at /usr/include;/usr/include
  67. * Installation prefix: /usr.
  68. (Can be adjusted with the INSTALL_PREFIX variable (not CMAKE_INSTALL_PREFIX).
  69. Default is /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/install.)
  70. * V3D will be built: YES
  71. * Shaders will be included in the binary: YES
  72. (Can be disabled with the cmake flag -DDISABLE_INCLUDE_SOURCE)
  73. ==================================================
  74. -- <<< Gentoo configuration >>>
  75. Build type Gentoo
  76. Install path /usr
  77. Compiler flags:
  78. C -ggdb -march=native -O2 -pipe
  79. C++ -ggdb -march=native -O2 -pipe -g -Wall -DNDEBUG_GL -mtune=corei7
  80. Linker flags:
  81. Executable -Wl,-O1 -Wl,--as-needed
  82. Module -Wl,-O1 -Wl,--as-needed
  83. Shared -Wl,-O1 -Wl,--as-needed
  84.  
  85. -- Configuring done
  86. CMake Warning (dev) at Config/v3d_macros.cmake:36 (add_dependencies):
  87. Policy CMP0046 is not set: Error on non-existent dependency in
  88. add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
  89. Use the cmake_policy command to set the policy and suppress this warning.
  90.  
  91. The dependency target "V3d2" of target "flowBuilder" does not exist.
  92. Call Stack (most recent call first):
  93. Apps/GL/CMakeLists.txt:6 (add_v3d_executable)
  94. This warning is for project developers. Use -Wno-dev to suppress it.
  95.  
  96. -- Generating done
  97. -- Build files have been written to: /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D
  98. >>> Source configured.
  99. >>> Compiling source in /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D ...
  100. >>> Working in BUILD_DIR: "/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D"
  101. make -j2 VERBOSE=1
  102. /usr/bin/cmake -H/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D -B/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D --check-build-system CMakeFiles/Makefile.cmake 0
  103. /usr/bin/cmake -E cmake_progress_start /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/CMakeFiles /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/CMakeFiles/progress.marks
  104. make -f CMakeFiles/Makefile2 all
  105. make[1]: Entering directory '/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D'
  106. make -f CMakeFiles/V3D.dir/build.make CMakeFiles/V3D.dir/depend
  107. make[2]: Entering directory '/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D'
  108. cd /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/CMakeFiles/V3D.dir/DependInfo.cmake --color=
  109. Dependee "/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/CMakeFiles/V3D.dir/DependInfo.cmake" is newer than depender "/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/CMakeFiles/V3D.dir/depend.internal".
  110. Dependee "/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/CMakeFiles/V3D.dir/depend.internal".
  111. Scanning dependencies of target V3D
  112. make[2]: Leaving directory '/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D'
  113. make -f CMakeFiles/V3D.dir/build.make CMakeFiles/V3D.dir/build
  114. make[2]: Entering directory '/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D'
  115. [ 11%] Building CXX object CMakeFiles/V3D.dir/GL/glsl_shaders.cpp.o
  116. [ 22%] Building CXX object CMakeFiles/V3D.dir/GL/v3d_gpubase.cpp.o
  117. /usr/bin/x86_64-pc-linux-gnu-g++ -DDISABLE_REDEFINITIONS -DV3DLIB_ENABLE_GPGPU -DV3DLIB_ENABLE_LIBJPEG -DV3DLIB_ENABLE_LIBPNG -I/usr/include/SDL -I/usr/include/GL -I/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/. -I/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Config -DNDEBUG -ggdb -march=native -O2 -pipe -g -Wall -DNDEBUG_GL -mtune=corei7 -o CMakeFiles/V3D.dir/GL/glsl_shaders.cpp.o -c /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/GL/glsl_shaders.cpp
  118. /usr/bin/x86_64-pc-linux-gnu-g++ -DDISABLE_REDEFINITIONS -DV3DLIB_ENABLE_GPGPU -DV3DLIB_ENABLE_LIBJPEG -DV3DLIB_ENABLE_LIBPNG -I/usr/include/SDL -I/usr/include/GL -I/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/. -I/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Config -DNDEBUG -ggdb -march=native -O2 -pipe -g -Wall -DNDEBUG_GL -mtune=corei7 -o CMakeFiles/V3D.dir/GL/v3d_gpubase.cpp.o -c /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/GL/v3d_gpubase.cpp
  119. [ 33%] Building CXX object CMakeFiles/V3D.dir/GL/v3d_gpuflow.cpp.o
  120. /usr/bin/x86_64-pc-linux-gnu-g++ -DDISABLE_REDEFINITIONS -DV3DLIB_ENABLE_GPGPU -DV3DLIB_ENABLE_LIBJPEG -DV3DLIB_ENABLE_LIBPNG -I/usr/include/SDL -I/usr/include/GL -I/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/. -I/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Config -DNDEBUG -ggdb -march=native -O2 -pipe -g -Wall -DNDEBUG_GL -mtune=corei7 -o CMakeFiles/V3D.dir/GL/v3d_gpuflow.cpp.o -c /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/GL/v3d_gpuflow.cpp
  121. /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/GL/v3d_gpuflow.cpp:17:4: warning: ‘void {anonymous}::upsampleDisparities(unsigned int, unsigned int, float, V3D_GPU::RTT_Buffer&, V3D_GPU::RTT_Buffer&)’ defined but not used [-Wunused-function]
  122. upsampleDisparities(unsigned uvSrcTex, unsigned pSrcTex, float pScale,
  123. ^
  124. /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/GL/v3d_gpuflow.cpp:67:4: warning: ‘void {anonymous}::upsampleBuffer(unsigned int, float, V3D_GPU::FrameBufferObject&)’ defined but not used [-Wunused-function]
  125. upsampleBuffer(unsigned srcTex, float scale, FrameBufferObject& dstFbo)
  126. ^
  127. /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/GL/v3d_gpuflow.cpp:103:4: warning: ‘void {anonymous}::upsampleBuffers(unsigned int, unsigned int, float, float, V3D_GPU::FrameBufferObject&)’ defined but not used [-Wunused-function]
  128. upsampleBuffers(unsigned src1Tex, unsigned src2Tex, float scale1, float scale2,
  129. ^
  130. [ 44%] Building CXX object CMakeFiles/V3D.dir/GL/v3d_gpucolorflow.cpp.o
  131. /usr/bin/x86_64-pc-linux-gnu-g++ -DDISABLE_REDEFINITIONS -DV3DLIB_ENABLE_GPGPU -DV3DLIB_ENABLE_LIBJPEG -DV3DLIB_ENABLE_LIBPNG -I/usr/include/SDL -I/usr/include/GL -I/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/. -I/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Config -DNDEBUG -ggdb -march=native -O2 -pipe -g -Wall -DNDEBUG_GL -mtune=corei7 -o CMakeFiles/V3D.dir/GL/v3d_gpucolorflow.cpp.o -c /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/GL/v3d_gpucolorflow.cpp
  132. [ 55%] Building CXX object CMakeFiles/V3D.dir/GL/v3d_gpupyramid.cpp.o
  133. /usr/bin/x86_64-pc-linux-gnu-g++ -DDISABLE_REDEFINITIONS -DV3DLIB_ENABLE_GPGPU -DV3DLIB_ENABLE_LIBJPEG -DV3DLIB_ENABLE_LIBPNG -I/usr/include/SDL -I/usr/include/GL -I/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/. -I/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Config -DNDEBUG -ggdb -march=native -O2 -pipe -g -Wall -DNDEBUG_GL -mtune=corei7 -o CMakeFiles/V3D.dir/GL/v3d_gpupyramid.cpp.o -c /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/GL/v3d_gpupyramid.cpp
  134. /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/GL/v3d_gpucolorflow.cpp:74:4: warning: ‘void {anonymous}::upsampleDisparities(unsigned int, unsigned int, unsigned int, float, V3D_GPU::RTT_Buffer&, V3D_GPU::RTT_Buffer&, V3D_GPU::RTT_Buffer&)’ defined but not used [-Wunused-function]
  135. upsampleDisparities(unsigned uvSrcTex, unsigned pSrcTex, unsigned qSrcTex, float pScale,
  136. ^
  137. [ 66%] Building CXX object CMakeFiles/V3D.dir/Base/v3d_image.cpp.o
  138. /usr/bin/x86_64-pc-linux-gnu-g++ -DDISABLE_REDEFINITIONS -DV3DLIB_ENABLE_GPGPU -DV3DLIB_ENABLE_LIBJPEG -DV3DLIB_ENABLE_LIBPNG -I/usr/include/SDL -I/usr/include/GL -I/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/. -I/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Config -DNDEBUG -ggdb -march=native -O2 -pipe -g -Wall -DNDEBUG_GL -mtune=corei7 -o CMakeFiles/V3D.dir/Base/v3d_image.cpp.o -c /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Base/v3d_image.cpp
  139. /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Base/v3d_image.cpp: In function ‘void V3D::loadPNMImageFile(const char*, V3D::Image<unsigned char>&)’:
  140. /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Base/v3d_image.cpp:275:48: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
  141. fread(pixels, width*height*3, 1, file);
  142. ^
  143. /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Base/v3d_image.cpp:302:53: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
  144. fread(image.begin(), width*height, 1, file);
  145. ^
  146. /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Base/v3d_image.cpp: In function ‘void V3D::statPNGImageFile(const char*, V3D::ImageFileStat&)’:
  147. /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Base/v3d_image.cpp:503:30: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
  148. fread(header, 1, 8, fp);
  149. ^
  150. /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Base/v3d_image.cpp: In function ‘void V3D::loadPNGImageFile(const char*, V3D::Image<unsigned char>&)’:
  151. /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Base/v3d_image.cpp:561:30: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
  152. fread(header, 1, 8, fp);
  153. ^
  154. [ 77%] Linking CXX static library libV3D.a
  155. /usr/bin/cmake -P CMakeFiles/V3D.dir/cmake_clean_target.cmake
  156. /usr/bin/cmake -E cmake_link_script CMakeFiles/V3D.dir/link.txt --verbose=1
  157. /usr/bin/x86_64-pc-linux-gnu-ar qc libV3D.a CMakeFiles/V3D.dir/GL/glsl_shaders.cpp.o CMakeFiles/V3D.dir/GL/v3d_gpubase.cpp.o CMakeFiles/V3D.dir/GL/v3d_gpuflow.cpp.o CMakeFiles/V3D.dir/GL/v3d_gpucolorflow.cpp.o CMakeFiles/V3D.dir/GL/v3d_gpupyramid.cpp.o CMakeFiles/V3D.dir/Base/v3d_image.cpp.o
  158. /usr/bin/x86_64-pc-linux-gnu-ranlib libV3D.a
  159. make[2]: Leaving directory '/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D'
  160. [ 77%] Built target V3D
  161. make -f Apps/GL/CMakeFiles/flowBuilder.dir/build.make Apps/GL/CMakeFiles/flowBuilder.dir/depend
  162. make[2]: Entering directory '/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D'
  163. cd /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Apps/GL /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Apps/GL /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Apps/GL/CMakeFiles/flowBuilder.dir/DependInfo.cmake --color=
  164. Dependee "/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Apps/GL/CMakeFiles/flowBuilder.dir/DependInfo.cmake" is newer than depender "/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Apps/GL/CMakeFiles/flowBuilder.dir/depend.internal".
  165. Dependee "/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Apps/GL/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Apps/GL/CMakeFiles/flowBuilder.dir/depend.internal".
  166. Scanning dependencies of target flowBuilder
  167. make[2]: Leaving directory '/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D'
  168. make -f Apps/GL/CMakeFiles/flowBuilder.dir/build.make Apps/GL/CMakeFiles/flowBuilder.dir/build
  169. make[2]: Entering directory '/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D'
  170. [ 88%] Building CXX object Apps/GL/CMakeFiles/flowBuilder.dir/flowBuilder.cpp.o
  171. cd /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Apps/GL && /usr/bin/x86_64-pc-linux-gnu-g++ -DDISABLE_REDEFINITIONS -DV3DLIB_ENABLE_GPGPU -DV3DLIB_ENABLE_LIBJPEG -DV3DLIB_ENABLE_LIBPNG -I/usr/include/SDL -I/usr/include/GL -I/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/. -I/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Config -DNDEBUG -ggdb -march=native -O2 -pipe -g -Wall -DNDEBUG_GL -mtune=corei7 -o CMakeFiles/flowBuilder.dir/flowBuilder.cpp.o -c /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Apps/GL/flowBuilder.cpp
  172. [100%] Linking CXX executable flowBuilder
  173. cd /mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D/Apps/GL && /usr/bin/cmake -E cmake_link_script CMakeFiles/flowBuilder.dir/link.txt --verbose=1
  174. /usr/bin/x86_64-pc-linux-gnu-g++ -ggdb -march=native -O2 -pipe -g -Wall -DNDEBUG_GL -mtune=corei7 -Wl,-O1 -Wl,--as-needed CMakeFiles/flowBuilder.dir/flowBuilder.cpp.o -o flowBuilder -L/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D -rdynamic ../../libV3D.a -ljpeg -lpng -lz -lGLU -lGL -lGLEW -lglut -Wl,-Bstatic -lsVflow -Wl,-Bdynamic -Wl,-rpath,/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D:
  175. /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/flowBuilder.dir/flowBuilder.cpp.o: undefined reference to symbol 'XCreateColormap'
  176. /usr/lib64/libX11.so.6: error adding symbols: DSO missing from command line
  177. collect2: error: ld returned 1 exit status
  178. Apps/GL/CMakeFiles/flowBuilder.dir/build.make:103: recipe for target 'Apps/GL/flowBuilder' failed
  179. make[2]: *** [Apps/GL/flowBuilder] Error 1
  180. make[2]: Leaving directory '/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D'
  181. CMakeFiles/Makefile2:140: recipe for target 'Apps/GL/CMakeFiles/flowBuilder.dir/all' failed
  182. make[1]: *** [Apps/GL/CMakeFiles/flowBuilder.dir/all] Error 2
  183. make[1]: Leaving directory '/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D'
  184. Makefile:127: recipe for target 'all' failed
  185. make: *** [all] Error 2
  186. * ERROR: media-gfx/v3d-9999::cg failed (compile phase):
  187. * emake failed
  188. *
  189. * If you need support, post the output of `emerge --info '=media-gfx/v3d-9999::cg'`,
  190. * the complete build log and the output of `emerge -pqv '=media-gfx/v3d-9999::cg'`.
  191. * The complete build log is located at '/mnt/twardy/tmp/portage/media-gfx/v3d-9999/temp/build.log'.
  192. * The ebuild environment file is located at '/mnt/twardy/tmp/portage/media-gfx/v3d-9999/temp/environment'.
  193. * Working directory: '/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D'
  194. * S: '/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D'
  195.  
  196. >>> Failed to emerge media-gfx/v3d-9999, Log file:
  197.  
  198. >>> '/mnt/twardy/tmp/portage/media-gfx/v3d-9999/temp/build.log'
  199.  
  200. * Messages for package media-gfx/v3d-9999:
  201.  
  202. * ERROR: media-gfx/v3d-9999::cg failed (compile phase):
  203. * emake failed
  204. *
  205. * If you need support, post the output of `emerge --info '=media-gfx/v3d-9999::cg'`,
  206. * the complete build log and the output of `emerge -pqv '=media-gfx/v3d-9999::cg'`.
  207. * The complete build log is located at '/mnt/twardy/tmp/portage/media-gfx/v3d-9999/temp/build.log'.
  208. * The ebuild environment file is located at '/mnt/twardy/tmp/portage/media-gfx/v3d-9999/temp/environment'.
  209. * Working directory: '/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D/V3D'
  210. * S: '/mnt/twardy/tmp/portage/media-gfx/v3d-9999/work/v3d-9999/V3D'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement