Advertisement
Guest User

Untitled

a guest
Jul 21st, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.22 KB | None | 0 0
  1. Determining if the Q_WS_WIN exist failed with the following output:
  2. Change Dir: /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command:/usr/bin/gmake "cmTryCompileExec4077068977/fast"
  5. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec4077068977.dir/build.make CMakeFiles/cmTryCompileExec4077068977.dir/build
  6. gmake[1]: Entering directory '/var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp'
  7. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp/CMakeFiles 1
  8. Building CXX object CMakeFiles/cmTryCompileExec4077068977.dir/CheckSymbolExists.cxx.o
  9. /usr/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -march=native -O2 -pipe -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec4077068977.dir/CheckSymbolExists.cxx.o -c /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
  10. /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
  11. /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_WIN’ was not declared in this scope
  12. return ((int*)(&Q_WS_WIN))[argc];
  13. ^
  14. CMakeFiles/cmTryCompileExec4077068977.dir/build.make:60: recipe for target 'CMakeFiles/cmTryCompileExec4077068977.dir/CheckSymbolExists.cxx.o' failed
  15. gmake[1]: Leaving directory '/var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp'
  16. gmake[1]: *** [CMakeFiles/cmTryCompileExec4077068977.dir/CheckSymbolExists.cxx.o] Error 1
  17. Makefile:117: recipe for target 'cmTryCompileExec4077068977/fast' failed
  18. gmake: *** [cmTryCompileExec4077068977/fast] Error 2
  19.  
  20. File /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
  21. /* */
  22. #include <QtCore/qglobal.h>
  23.  
  24. int main(int argc, char** argv)
  25. {
  26. (void)argv;
  27. #ifndef Q_WS_WIN
  28. return ((int*)(&Q_WS_WIN))[argc];
  29. #else
  30. (void)argc;
  31. return 0;
  32. #endif
  33. }
  34.  
  35. Determining if the Q_WS_QWS exist failed with the following output:
  36. Change Dir: /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp
  37.  
  38. Run Build Command:/usr/bin/gmake "cmTryCompileExec1474529022/fast"
  39. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec1474529022.dir/build.make CMakeFiles/cmTryCompileExec1474529022.dir/build
  40. gmake[1]: Entering directory '/var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp'
  41. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp/CMakeFiles 1
  42. Building CXX object CMakeFiles/cmTryCompileExec1474529022.dir/CheckSymbolExists.cxx.o
  43. /usr/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -march=native -O2 -pipe -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec1474529022.dir/CheckSymbolExists.cxx.o -c /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
  44. /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
  45. /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_QWS’ was not declared in this scope
  46. return ((int*)(&Q_WS_QWS))[argc];
  47. ^
  48. CMakeFiles/cmTryCompileExec1474529022.dir/build.make:60: recipe for target 'CMakeFiles/cmTryCompileExec1474529022.dir/CheckSymbolExists.cxx.o' failed
  49. gmake[1]: *** [CMakeFiles/cmTryCompileExec1474529022.dir/CheckSymbolExists.cxx.o] Error 1
  50. gmake[1]: Leaving directory '/var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp'
  51. Makefile:117: recipe for target 'cmTryCompileExec1474529022/fast' failed
  52. gmake: *** [cmTryCompileExec1474529022/fast] Error 2
  53.  
  54. File /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
  55. /* */
  56. #include <QtCore/qglobal.h>
  57.  
  58. int main(int argc, char** argv)
  59. {
  60. (void)argv;
  61. #ifndef Q_WS_QWS
  62. return ((int*)(&Q_WS_QWS))[argc];
  63. #else
  64. (void)argc;
  65. return 0;
  66. #endif
  67. }
  68.  
  69. Determining if the Q_WS_MAC exist failed with the following output:
  70. Change Dir: /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp
  71.  
  72. Run Build Command:/usr/bin/gmake "cmTryCompileExec2388872968/fast"
  73. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec2388872968.dir/build.make CMakeFiles/cmTryCompileExec2388872968.dir/build
  74. gmake[1]: Entering directory '/var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp'
  75. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp/CMakeFiles 1
  76. Building CXX object CMakeFiles/cmTryCompileExec2388872968.dir/CheckSymbolExists.cxx.o
  77. /usr/bin/x86_64-pc-linux-gnu-g++ -DNDEBUG -march=native -O2 -pipe -I/usr/include/qt4 -o CMakeFiles/cmTryCompileExec2388872968.dir/CheckSymbolExists.cxx.o -c /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
  78. /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’:
  79. /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘Q_WS_MAC’ was not declared in this scope
  80. return ((int*)(&Q_WS_MAC))[argc];
  81. ^
  82. CMakeFiles/cmTryCompileExec2388872968.dir/build.make:60: recipe for target 'CMakeFiles/cmTryCompileExec2388872968.dir/CheckSymbolExists.cxx.o' failed
  83. gmake[1]: Leaving directory '/var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp'
  84. gmake[1]: *** [CMakeFiles/cmTryCompileExec2388872968.dir/CheckSymbolExists.cxx.o] Error 1
  85. Makefile:117: recipe for target 'cmTryCompileExec2388872968/fast' failed
  86. gmake: *** [cmTryCompileExec2388872968/fast] Error 2
  87.  
  88. File /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
  89. /* */
  90. #include <QtCore/qglobal.h>
  91.  
  92. int main(int argc, char** argv)
  93. {
  94. (void)argv;
  95. #ifndef Q_WS_MAC
  96. return ((int*)(&Q_WS_MAC))[argc];
  97. #else
  98. (void)argc;
  99. return 0;
  100. #endif
  101. }
  102.  
  103. Determining if files sys/filio.h exist failed with the following output:
  104. Change Dir: /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp
  105.  
  106. Run Build Command:/usr/bin/gmake "cmTryCompileExec1269522597/fast"
  107. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec1269522597.dir/build.make CMakeFiles/cmTryCompileExec1269522597.dir/build
  108. gmake[1]: Entering directory '/var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp'
  109. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp/CMakeFiles 1
  110. Building C object CMakeFiles/cmTryCompileExec1269522597.dir/CheckIncludeFiles.c.o
  111. /usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -O2 -pipe -Wno-long-long -ansi -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -o CMakeFiles/cmTryCompileExec1269522597.dir/CheckIncludeFiles.c.o -c /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
  112. /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp/CheckIncludeFiles.c:2:23: fatal error: sys/filio.h: No such file or directory
  113. #include <sys/filio.h>
  114. ^
  115. compilation terminated.
  116. CMakeFiles/cmTryCompileExec1269522597.dir/build.make:60: recipe for target 'CMakeFiles/cmTryCompileExec1269522597.dir/CheckIncludeFiles.c.o' failed
  117. gmake[1]: *** [CMakeFiles/cmTryCompileExec1269522597.dir/CheckIncludeFiles.c.o] Error 1
  118. gmake[1]: Leaving directory '/var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp'
  119. Makefile:117: recipe for target 'cmTryCompileExec1269522597/fast' failed
  120. gmake: *** [cmTryCompileExec1269522597/fast] Error 2
  121.  
  122. Source:
  123. /* */
  124. #include <sys/filio.h>
  125.  
  126.  
  127. int main(){return 0;}
  128.  
  129. Determining if the function EVP_md2 exists failed with the following output:
  130. Change Dir: /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp
  131.  
  132. Run Build Command:/usr/bin/gmake "cmTryCompileExec3159340026/fast"
  133. /usr/bin/gmake -f CMakeFiles/cmTryCompileExec3159340026.dir/build.make CMakeFiles/cmTryCompileExec3159340026.dir/build
  134. gmake[1]: Entering directory '/var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp'
  135. /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp/CMakeFiles 1
  136. Building C object CMakeFiles/cmTryCompileExec3159340026.dir/CheckFunctionExists.c.o
  137. /usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -O2 -pipe -Wno-long-long -ansi -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=EVP_md2 -o CMakeFiles/cmTryCompileExec3159340026.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  138. Linking C executable cmTryCompileExec3159340026
  139. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3159340026.dir/link.txt --verbose=1
  140. /usr/bin/x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wno-long-long -ansi -Wundef -Wcast-align -Werror-implicit-function-declaration -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -fno-common -DCHECK_FUNCTION_EXISTS=EVP_md2 -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTryCompileExec3159340026.dir/CheckFunctionExists.c.o -o cmTryCompileExec3159340026 -rdynamic -lssl -lcrypto
  141. CMakeFiles/cmTryCompileExec3159340026.dir/CheckFunctionExists.c.o: In function `main':
  142. CheckFunctionExists.c:(.text.startup+0xe): undefined reference to `EVP_md2'
  143. collect2: error: ld returned 1 exit status
  144. CMakeFiles/cmTryCompileExec3159340026.dir/build.make:93: recipe for target 'cmTryCompileExec3159340026' failed
  145. gmake[1]: *** [cmTryCompileExec3159340026] Error 1
  146. gmake[1]: Leaving directory '/var/tmp/portage/app-crypt/qca-9999-r1/work/qca-qt4-build/CMakeFiles/CMakeTmp'
  147. Makefile:117: recipe for target 'cmTryCompileExec3159340026/fast' failed
  148. gmake: *** [cmTryCompileExec3159340026/fast] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement