Advertisement
Guest User

Untitled

a guest
May 4th, 2022
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.55 KB | None | 0 0
  1. cat CMakeError.log
  2. Determining if the environ exist failed with the following output:
  3. Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
  4.  
  5. Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_11e8b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_11e8b.dir/build.make CMakeFiles/cmTC_11e8b.dir/build
  6. gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  7. Building C object CMakeFiles/cmTC_11e8b.dir/CheckSymbolExists.c.o
  8. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -std=gnu11 -o CMakeFiles/cmTC_11e8b.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  9. /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
  10. /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘environ’ undeclared (first use in this function)
  11. 8 | return ((int*)(&environ))[argc];
  12. | ^~~~~~~
  13. /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
  14. gmake[1]: *** [CMakeFiles/cmTC_11e8b.dir/build.make:78: CMakeFiles/cmTC_11e8b.dir/CheckSymbolExists.c.o] Error 1
  15. gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  16. gmake: *** [Makefile:127: cmTC_11e8b/fast] Error 2
  17.  
  18.  
  19. File /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  20. /* */
  21. #include <stdlib.h>
  22.  
  23. int main(int argc, char** argv)
  24. {
  25. (void)argv;
  26. #ifndef environ
  27. return ((int*)(&environ))[argc];
  28. #else
  29. (void)argc;
  30. return 0;
  31. #endif
  32. }
  33. Checking whether CXX compiler has environ in stdlib.h failed to compile with the following output:
  34. Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp
  35.  
  36. Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d2f33/fast && /usr/bin/gmake -f CMakeFiles/cmTC_d2f33.dir/build.make CMakeFiles/cmTC_d2f33.dir/build
  37. gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp'
  38. Building CXX object CMakeFiles/cmTC_d2f33.dir/kwsysPlatformTestsCXX.cxx.o
  39. /usr/bin/x86_64-pc-linux-gnu-g++ -DTEST_KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H -O2 -march=znver2 -pipe -o CMakeFiles/cmTC_d2f33.dir/kwsysPlatformTestsCXX.cxx.o -c /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2/Source/kwsys/kwsysPlatformTestsCXX.cxx
  40. /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’:
  41. /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:53:13: error: ‘environ’ was not declared in this scope; did you mean ‘union’?
  42. 53 | char* e = environ[0];
  43. | ^~~~~~~
  44. | union
  45. gmake[1]: *** [CMakeFiles/cmTC_d2f33.dir/build.make:78: CMakeFiles/cmTC_d2f33.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
  46. gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp'
  47. gmake: *** [Makefile:127: cmTC_d2f33/fast] Error 2
  48.  
  49.  
  50.  
  51. Checking whether CXX compiler struct stat has st_mtimespec member failed to compile with the following output:
  52. Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp
  53.  
  54. Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_b7ff4/fast && /usr/bin/gmake -f CMakeFiles/cmTC_b7ff4.dir/build.make CMakeFiles/cmTC_b7ff4.dir/build
  55. gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp'
  56. Building CXX object CMakeFiles/cmTC_b7ff4.dir/kwsysPlatformTestsCXX.cxx.o
  57. /usr/bin/x86_64-pc-linux-gnu-g++ -DTEST_KWSYS_CXX_STAT_HAS_ST_MTIMESPEC -O2 -march=znver2 -pipe -o CMakeFiles/cmTC_b7ff4.dir/kwsysPlatformTestsCXX.cxx.o -c /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2/Source/kwsys/kwsysPlatformTestsCXX.cxx
  58. /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’:
  59. /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:26:15: error: ‘struct stat’ has no member named ‘st_mtimespec’
  60. 26 | (void)stat1.st_mtimespec.tv_sec;
  61. | ^~~~~~~~~~~~
  62. /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:27:15: error: ‘struct stat’ has no member named ‘st_mtimespec’
  63. 27 | (void)stat1.st_mtimespec.tv_nsec;
  64. | ^~~~~~~~~~~~
  65. gmake[1]: *** [CMakeFiles/cmTC_b7ff4.dir/build.make:78: CMakeFiles/cmTC_b7ff4.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
  66. gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp'
  67. gmake: *** [Makefile:127: cmTC_b7ff4/fast] Error 2
  68.  
  69.  
  70.  
  71. Determining if the function wsyncup exists in the /usr/lib/libcurses.so failed with the following output:
  72. Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
  73.  
  74. Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_7ab1e/fast && /usr/bin/gmake -f CMakeFiles/cmTC_7ab1e.dir/build.make CMakeFiles/cmTC_7ab1e.dir/build
  75. gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  76. Building C object CMakeFiles/cmTC_7ab1e.dir/CheckFunctionExists.c.o
  77. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -DCHECK_FUNCTION_EXISTS=wsyncup -std=gnu11 -o CMakeFiles/cmTC_7ab1e.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  78. Linking C executable cmTC_7ab1e
  79. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7ab1e.dir/link.txt --verbose=1
  80. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -DCHECK_FUNCTION_EXISTS=wsyncup -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_7ab1e.dir/CheckFunctionExists.c.o -o cmTC_7ab1e /usr/lib/libcurses.so
  81. /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/libcurses.so: error adding symbols: file in wrong format
  82. collect2: error: ld returned 1 exit status
  83. gmake[1]: *** [CMakeFiles/cmTC_7ab1e.dir/build.make:100: cmTC_7ab1e] Error 1
  84. gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  85. gmake: *** [Makefile:127: cmTC_7ab1e/fast] Error 2
  86.  
  87.  
  88.  
  89. Determining if the function wsyncup exists in the /usr/lib/libncurses.so failed with the following output:
  90. Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
  91.  
  92. Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_2bd96/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2bd96.dir/build.make CMakeFiles/cmTC_2bd96.dir/build
  93. gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  94. Building C object CMakeFiles/cmTC_2bd96.dir/CheckFunctionExists.c.o
  95. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -DCHECK_FUNCTION_EXISTS=wsyncup -std=gnu11 -o CMakeFiles/cmTC_2bd96.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  96. Linking C executable cmTC_2bd96
  97. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2bd96.dir/link.txt --verbose=1
  98. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -DCHECK_FUNCTION_EXISTS=wsyncup -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_2bd96.dir/CheckFunctionExists.c.o -o cmTC_2bd96 /usr/lib/libncurses.so
  99. /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/libncurses.so: error adding symbols: file in wrong format
  100. collect2: error: ld returned 1 exit status
  101. gmake[1]: *** [CMakeFiles/cmTC_2bd96.dir/build.make:100: cmTC_2bd96] Error 1
  102. gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  103. gmake: *** [Makefile:127: cmTC_2bd96/fast] Error 2
  104.  
  105.  
  106.  
  107. Determining if the function cbreak exists in the /usr/lib/libncurses.so failed with the following output:
  108. Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
  109.  
  110. Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_e4028/fast && /usr/bin/gmake -f CMakeFiles/cmTC_e4028.dir/build.make CMakeFiles/cmTC_e4028.dir/build
  111. gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  112. Building C object CMakeFiles/cmTC_e4028.dir/CheckFunctionExists.c.o
  113. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -DCHECK_FUNCTION_EXISTS=cbreak -std=gnu11 -o CMakeFiles/cmTC_e4028.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  114. Linking C executable cmTC_e4028
  115. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e4028.dir/link.txt --verbose=1
  116. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -DCHECK_FUNCTION_EXISTS=cbreak -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_e4028.dir/CheckFunctionExists.c.o -o cmTC_e4028 /usr/lib/libncurses.so
  117. /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/libncurses.so: error adding symbols: file in wrong format
  118. collect2: error: ld returned 1 exit status
  119. gmake[1]: *** [CMakeFiles/cmTC_e4028.dir/build.make:100: cmTC_e4028] Error 1
  120. gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  121. gmake: *** [Makefile:127: cmTC_e4028/fast] Error 2
  122.  
  123.  
  124.  
  125. Determining if the function nodelay exists in the /usr/lib/libncurses.so failed with the following output:
  126. Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
  127.  
  128. Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d4ee7/fast && /usr/bin/gmake -f CMakeFiles/cmTC_d4ee7.dir/build.make CMakeFiles/cmTC_d4ee7.dir/build
  129. gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  130. Building C object CMakeFiles/cmTC_d4ee7.dir/CheckFunctionExists.c.o
  131. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -DCHECK_FUNCTION_EXISTS=nodelay -std=gnu11 -o CMakeFiles/cmTC_d4ee7.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  132. Linking C executable cmTC_d4ee7
  133. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d4ee7.dir/link.txt --verbose=1
  134. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -DCHECK_FUNCTION_EXISTS=nodelay -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_d4ee7.dir/CheckFunctionExists.c.o -o cmTC_d4ee7 /usr/lib/libncurses.so
  135. /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x8cat CMakeError.log
  136. Determining if the environ exist failed with the following output:
  137. Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
  138.  
  139. Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_11e8b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_11e8b.dir/build.make CMakeFiles/cmTC_11e8b.dir/build
  140. gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  141. Building C object CMakeFiles/cmTC_11e8b.dir/CheckSymbolExists.c.o
  142. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -std=gnu11 -o CMakeFiles/cmTC_11e8b.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  143. /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
  144. /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘environ’ undeclared (first use in this function)
  145. 8 | return ((int*)(&environ))[argc];
  146. | ^~~~~~~
  147. /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
  148. gmake[1]: *** [CMakeFiles/cmTC_11e8b.dir/build.make:78: CMakeFiles/cmTC_11e8b.dir/CheckSymbolExists.c.o] Error 1
  149. gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  150. gmake: *** [Makefile:127: cmTC_11e8b/fast] Error 2
  151.  
  152.  
  153. File /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  154. /* */
  155. #include <stdlib.h>
  156.  
  157. int main(int argc, char** argv)
  158. {
  159. (void)argv;
  160. #ifndef environ
  161. return ((int*)(&environ))[argc];
  162. #else
  163. (void)argc;
  164. return 0;
  165. #endif
  166. }
  167. Checking whether CXX compiler has environ in stdlib.h failed to compile with the following output:
  168. Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp
  169.  
  170. Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d2f33/fast && /usr/bin/gmake -f CMakeFiles/cmTC_d2f33.dir/build.make CMakeFiles/cmTC_d2f33.dir/build
  171. gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp'
  172. Building CXX object CMakeFiles/cmTC_d2f33.dir/kwsysPlatformTestsCXX.cxx.o
  173. /usr/bin/x86_64-pc-linux-gnu-g++ -DTEST_KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H -O2 -march=znver2 -pipe -o CMakeFiles/cmTC_d2f33.dir/kwsysPlatformTestsCXX.cxx.o -c /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2/Source/kwsys/kwsysPlatformTestsCXX.cxx
  174. /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’:
  175. /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:53:13: error: ‘environ’ was not declared in this scope; did you mean ‘union’?
  176. 53 | char* e = environ[0];
  177. | ^~~~~~~
  178. | union
  179. gmake[1]: *** [CMakeFiles/cmTC_d2f33.dir/build.make:78: CMakeFiles/cmTC_d2f33.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
  180. gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp'
  181. gmake: *** [Makefile:127: cmTC_d2f33/fast] Error 2
  182.  
  183.  
  184.  
  185. Checking whether CXX compiler struct stat has st_mtimespec member failed to compile with the following output:
  186. Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp
  187.  
  188. Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_b7ff4/fast && /usr/bin/gmake -f CMakeFiles/cmTC_b7ff4.dir/build.make CMakeFiles/cmTC_b7ff4.dir/build
  189. gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp'
  190. Building CXX object CMakeFiles/cmTC_b7ff4.dir/kwsysPlatformTestsCXX.cxx.o
  191. /usr/bin/x86_64-pc-linux-gnu-g++ -DTEST_KWSYS_CXX_STAT_HAS_ST_MTIMESPEC -O2 -march=znver2 -pipe -o CMakeFiles/cmTC_b7ff4.dir/kwsysPlatformTestsCXX.cxx.o -c /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2/Source/kwsys/kwsysPlatformTestsCXX.cxx
  192. /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’:
  193. /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:26:15: error: ‘struct stat’ has no member named ‘st_mtimespec’
  194. 26 | (void)stat1.st_mtimespec.tv_sec;
  195. | ^~~~~~~~~~~~
  196. /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2/Source/kwsys/kwsysPlatformTestsCXX.cxx:27:15: error: ‘struct stat’ has no member named ‘st_mtimespec’
  197. 27 | (void)stat1.st_mtimespec.tv_nsec;
  198. | ^~~~~~~~~~~~
  199. gmake[1]: *** [CMakeFiles/cmTC_b7ff4.dir/build.make:78: CMakeFiles/cmTC_b7ff4.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
  200. gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp'
  201. gmake: *** [Makefile:127: cmTC_b7ff4/fast] Error 2
  202.  
  203.  
  204.  
  205. Determining if the function wsyncup exists in the /usr/lib/libcurses.so failed with the following output:
  206. Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
  207.  
  208. Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_7ab1e/fast && /usr/bin/gmake -f CMakeFiles/cmTC_7ab1e.dir/build.make CMakeFiles/cmTC_7ab1e.dir/build
  209. gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  210. Building C object CMakeFiles/cmTC_7ab1e.dir/CheckFunctionExists.c.o
  211. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -DCHECK_FUNCTION_EXISTS=wsyncup -std=gnu11 -o CMakeFiles/cmTC_7ab1e.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  212. Linking C executable cmTC_7ab1e
  213. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7ab1e.dir/link.txt --verbose=1
  214. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -DCHECK_FUNCTION_EXISTS=wsyncup -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_7ab1e.dir/CheckFunctionExists.c.o -o cmTC_7ab1e /usr/lib/libcurses.so
  215. /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/libcurses.so: error adding symbols: file in wrong format
  216. collect2: error: ld returned 1 exit status
  217. gmake[1]: *** [CMakeFiles/cmTC_7ab1e.dir/build.make:100: cmTC_7ab1e] Error 1
  218. gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  219. gmake: *** [Makefile:127: cmTC_7ab1e/fast] Error 2
  220.  
  221.  
  222.  
  223. Determining if the function wsyncup exists in the /usr/lib/libncurses.so failed with the following output:
  224. Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
  225.  
  226. Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_2bd96/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2bd96.dir/build.make CMakeFiles/cmTC_2bd96.dir/build
  227. gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  228. Building C object CMakeFiles/cmTC_2bd96.dir/CheckFunctionExists.c.o
  229. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -DCHECK_FUNCTION_EXISTS=wsyncup -std=gnu11 -o CMakeFiles/cmTC_2bd96.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  230. Linking C executable cmTC_2bd96
  231. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2bd96.dir/link.txt --verbose=1
  232. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -DCHECK_FUNCTION_EXISTS=wsyncup -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_2bd96.dir/CheckFunctionExists.c.o -o cmTC_2bd96 /usr/lib/libncurses.so
  233. /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/libncurses.so: error adding symbols: file in wrong format
  234. collect2: error: ld returned 1 exit status
  235. gmake[1]: *** [CMakeFiles/cmTC_2bd96.dir/build.make:100: cmTC_2bd96] Error 1
  236. gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  237. gmake: *** [Makefile:127: cmTC_2bd96/fast] Error 2
  238.  
  239.  
  240.  
  241. Determining if the function cbreak exists in the /usr/lib/libncurses.so failed with the following output:
  242. Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
  243.  
  244. Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_e4028/fast && /usr/bin/gmake -f CMakeFiles/cmTC_e4028.dir/build.make CMakeFiles/cmTC_e4028.dir/build
  245. gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  246. Building C object CMakeFiles/cmTC_e4028.dir/CheckFunctionExists.c.o
  247. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -DCHECK_FUNCTION_EXISTS=cbreak -std=gnu11 -o CMakeFiles/cmTC_e4028.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  248. Linking C executable cmTC_e4028
  249. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e4028.dir/link.txt --verbose=1
  250. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -DCHECK_FUNCTION_EXISTS=cbreak -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_e4028.dir/CheckFunctionExists.c.o -o cmTC_e4028 /usr/lib/libncurses.so
  251. /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/libncurses.so: error adding symbols: file in wrong format
  252. collect2: error: ld returned 1 exit status
  253. gmake[1]: *** [CMakeFiles/cmTC_e4028.dir/build.make:100: cmTC_e4028] Error 1
  254. gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  255. gmake: *** [Makefile:127: cmTC_e4028/fast] Error 2
  256.  
  257.  
  258.  
  259. Determining if the function nodelay exists in the /usr/lib/libncurses.so failed with the following output:
  260. Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
  261.  
  262. Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d4ee7/fast && /usr/bin/gmake -f CMakeFiles/cmTC_d4ee7.dir/build.make CMakeFiles/cmTC_d4ee7.dir/build
  263. gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  264. Building C object CMakeFiles/cmTC_d4ee7.dir/CheckFunctionExists.c.o
  265. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -DCHECK_FUNCTION_EXISTS=nodelay -std=gnu11 -o CMakeFiles/cmTC_d4ee7.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c
  266. Linking C executable cmTC_d4ee7
  267. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d4ee7.dir/link.txt --verbose=1
  268. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -DCHECK_FUNCTION_EXISTS=nodelay -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_d4ee7.dir/CheckFunctionExists.c.o -o cmTC_d4ee7 /usr/lib/libncurses.so
  269. /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/libncurses.so: error adding symbols: file in wrong format
  270. collect2: error: ld returned 1 exit status
  271. gmake[1]: *** [CMakeFiles/cmTC_d4ee7.dir/build.make:100: cmTC_d4ee7] Error 1
  272. gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  273. gmake: *** [Makefile:127: cmTC_d4ee7/fast] Error 2
  274.  
  275.  
  276.  
  277. Determining if the use_default_colors exist failed with the following output:
  278. Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
  279.  
  280. Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_2d285/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2d285.dir/build.make CMakeFiles/cmTC_2d285.dir/build
  281. gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  282. Building C object CMakeFiles/cmTC_2d285.dir/CheckSymbolExists.c.o
  283. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -std=c11 -o CMakeFiles/cmTC_2d285.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  284. Linking C executable cmTC_2d285
  285. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2d285.dir/link.txt --verbose=1
  286. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_2d285.dir/CheckSymbolExists.c.o -o cmTC_2d285 /usr/lib/libform.so /usr/lib/libncurses.so /usr/lib/libtinfo.so
  287. /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/libform.so: error adding symbols: file in wrong format
  288. collect2: error: ld returned 1 exit status
  289. gmake[1]: *** [CMakeFiles/cmTC_2d285.dir/build.make:102: cmTC_2d285] Error 1
  290. gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  291. gmake: *** [Makefile:127: cmTC_2d285/fast] Error 2
  292.  
  293.  
  294. File /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  295. /* */
  296. #include <form.h>
  297.  
  298. int main(int argc, char** argv)
  299. {
  300. (void)argv;
  301. #ifndef use_default_colors
  302. return ((int*)(&use_default_colors))[argc];
  303. #else
  304. (void)argc;
  305. return 0;
  306. #endif
  307. }
  308. 6_64-pc-linux-gnu/bin/ld: /usr/lib/libncurses.so: error adding symbols: file in wrong format
  309. collect2: error: ld returned 1 exit status
  310. gmake[1]: *** [CMakeFiles/cmTC_d4ee7.dir/build.make:100: cmTC_d4ee7] Error 1
  311. gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  312. gmake: *** [Makefile:127: cmTC_d4ee7/fast] Error 2
  313.  
  314.  
  315.  
  316. Determining if the use_default_colors exist failed with the following output:
  317. Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
  318.  
  319. Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_2d285/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2d285.dir/build.make CMakeFiles/cmTC_2d285.dir/build
  320. gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  321. Building C object CMakeFiles/cmTC_2d285.dir/CheckSymbolExists.c.o
  322. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -std=c11 -o CMakeFiles/cmTC_2d285.dir/CheckSymbolExists.c.o -c /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  323. Linking C executable cmTC_2d285
  324. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2d285.dir/link.txt --verbose=1
  325. /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=znver2 -pipe -Wl,-O1 -Wl,--as-needed CMakeFiles/cmTC_2d285.dir/CheckSymbolExists.c.o -o cmTC_2d285 /usr/lib/libform.so /usr/lib/libncurses.so /usr/lib/libtinfo.so
  326. /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/libform.so: error adding symbols: file in wrong format
  327. collect2: error: ld returned 1 exit status
  328. gmake[1]: *** [CMakeFiles/cmTC_2d285.dir/build.make:102: cmTC_2d285] Error 1
  329. gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
  330. gmake: *** [Makefile:127: cmTC_2d285/fast] Error 2
  331.  
  332.  
  333. File /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  334. /* */
  335. #include <form.h>
  336.  
  337. int main(int argc, char** argv)
  338. {
  339. (void)argv;
  340. #ifndef use_default_colors
  341. return ((int*)(&use_default_colors))[argc];
  342. #else
  343. (void)argc;
  344. return 0;
  345. #endif
  346. }
  347.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement