Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cat CMakeError.log
- Determining if the environ exist failed with the following output:
- Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
- 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
- gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_11e8b.dir/CheckSymbolExists.c.o
- /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
- /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
- /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)
- 8 | return ((int*)(&environ))[argc];
- | ^~~~~~~
- /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
- gmake[1]: *** [CMakeFiles/cmTC_11e8b.dir/build.make:78: CMakeFiles/cmTC_11e8b.dir/CheckSymbolExists.c.o] Error 1
- gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- gmake: *** [Makefile:127: cmTC_11e8b/fast] Error 2
- File /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
- /* */
- #include <stdlib.h>
- int main(int argc, char** argv)
- {
- (void)argv;
- #ifndef environ
- return ((int*)(&environ))[argc];
- #else
- (void)argc;
- return 0;
- #endif
- }
- Checking whether CXX compiler has environ in stdlib.h failed to compile with the following output:
- Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp
- 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
- gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp'
- Building CXX object CMakeFiles/cmTC_d2f33.dir/kwsysPlatformTestsCXX.cxx.o
- /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
- /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’:
- /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’?
- 53 | char* e = environ[0];
- | ^~~~~~~
- | union
- gmake[1]: *** [CMakeFiles/cmTC_d2f33.dir/build.make:78: CMakeFiles/cmTC_d2f33.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
- gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp'
- gmake: *** [Makefile:127: cmTC_d2f33/fast] Error 2
- Checking whether CXX compiler struct stat has st_mtimespec member failed to compile with the following output:
- Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp
- 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
- gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp'
- Building CXX object CMakeFiles/cmTC_b7ff4.dir/kwsysPlatformTestsCXX.cxx.o
- /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
- /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’:
- /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’
- 26 | (void)stat1.st_mtimespec.tv_sec;
- | ^~~~~~~~~~~~
- /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’
- 27 | (void)stat1.st_mtimespec.tv_nsec;
- | ^~~~~~~~~~~~
- gmake[1]: *** [CMakeFiles/cmTC_b7ff4.dir/build.make:78: CMakeFiles/cmTC_b7ff4.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
- gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp'
- gmake: *** [Makefile:127: cmTC_b7ff4/fast] Error 2
- Determining if the function wsyncup exists in the /usr/lib/libcurses.so failed with the following output:
- Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
- 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
- gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_7ab1e.dir/CheckFunctionExists.c.o
- /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
- Linking C executable cmTC_7ab1e
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7ab1e.dir/link.txt --verbose=1
- /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
- /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
- collect2: error: ld returned 1 exit status
- gmake[1]: *** [CMakeFiles/cmTC_7ab1e.dir/build.make:100: cmTC_7ab1e] Error 1
- gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- gmake: *** [Makefile:127: cmTC_7ab1e/fast] Error 2
- Determining if the function wsyncup exists in the /usr/lib/libncurses.so failed with the following output:
- Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
- 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
- gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_2bd96.dir/CheckFunctionExists.c.o
- /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
- Linking C executable cmTC_2bd96
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2bd96.dir/link.txt --verbose=1
- /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
- /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
- collect2: error: ld returned 1 exit status
- gmake[1]: *** [CMakeFiles/cmTC_2bd96.dir/build.make:100: cmTC_2bd96] Error 1
- gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- gmake: *** [Makefile:127: cmTC_2bd96/fast] Error 2
- Determining if the function cbreak exists in the /usr/lib/libncurses.so failed with the following output:
- Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
- 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
- gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_e4028.dir/CheckFunctionExists.c.o
- /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
- Linking C executable cmTC_e4028
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e4028.dir/link.txt --verbose=1
- /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
- /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
- collect2: error: ld returned 1 exit status
- gmake[1]: *** [CMakeFiles/cmTC_e4028.dir/build.make:100: cmTC_e4028] Error 1
- gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- gmake: *** [Makefile:127: cmTC_e4028/fast] Error 2
- Determining if the function nodelay exists in the /usr/lib/libncurses.so failed with the following output:
- Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
- 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
- gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_d4ee7.dir/CheckFunctionExists.c.o
- /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
- Linking C executable cmTC_d4ee7
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d4ee7.dir/link.txt --verbose=1
- /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
- /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x8cat CMakeError.log
- Determining if the environ exist failed with the following output:
- Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
- 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
- gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_11e8b.dir/CheckSymbolExists.c.o
- /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
- /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
- /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)
- 8 | return ((int*)(&environ))[argc];
- | ^~~~~~~
- /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
- gmake[1]: *** [CMakeFiles/cmTC_11e8b.dir/build.make:78: CMakeFiles/cmTC_11e8b.dir/CheckSymbolExists.c.o] Error 1
- gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- gmake: *** [Makefile:127: cmTC_11e8b/fast] Error 2
- File /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
- /* */
- #include <stdlib.h>
- int main(int argc, char** argv)
- {
- (void)argv;
- #ifndef environ
- return ((int*)(&environ))[argc];
- #else
- (void)argc;
- return 0;
- #endif
- }
- Checking whether CXX compiler has environ in stdlib.h failed to compile with the following output:
- Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp
- 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
- gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp'
- Building CXX object CMakeFiles/cmTC_d2f33.dir/kwsysPlatformTestsCXX.cxx.o
- /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
- /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’:
- /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’?
- 53 | char* e = environ[0];
- | ^~~~~~~
- | union
- gmake[1]: *** [CMakeFiles/cmTC_d2f33.dir/build.make:78: CMakeFiles/cmTC_d2f33.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
- gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp'
- gmake: *** [Makefile:127: cmTC_d2f33/fast] Error 2
- Checking whether CXX compiler struct stat has st_mtimespec member failed to compile with the following output:
- Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp
- 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
- gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp'
- Building CXX object CMakeFiles/cmTC_b7ff4.dir/kwsysPlatformTestsCXX.cxx.o
- /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
- /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2/Source/kwsys/kwsysPlatformTestsCXX.cxx: In function ‘int main()’:
- /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’
- 26 | (void)stat1.st_mtimespec.tv_sec;
- | ^~~~~~~~~~~~
- /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’
- 27 | (void)stat1.st_mtimespec.tv_nsec;
- | ^~~~~~~~~~~~
- gmake[1]: *** [CMakeFiles/cmTC_b7ff4.dir/build.make:78: CMakeFiles/cmTC_b7ff4.dir/kwsysPlatformTestsCXX.cxx.o] Error 1
- gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/Source/kwsys/CMakeFiles/CMakeTmp'
- gmake: *** [Makefile:127: cmTC_b7ff4/fast] Error 2
- Determining if the function wsyncup exists in the /usr/lib/libcurses.so failed with the following output:
- Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
- 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
- gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_7ab1e.dir/CheckFunctionExists.c.o
- /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
- Linking C executable cmTC_7ab1e
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7ab1e.dir/link.txt --verbose=1
- /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
- /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
- collect2: error: ld returned 1 exit status
- gmake[1]: *** [CMakeFiles/cmTC_7ab1e.dir/build.make:100: cmTC_7ab1e] Error 1
- gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- gmake: *** [Makefile:127: cmTC_7ab1e/fast] Error 2
- Determining if the function wsyncup exists in the /usr/lib/libncurses.so failed with the following output:
- Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
- 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
- gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_2bd96.dir/CheckFunctionExists.c.o
- /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
- Linking C executable cmTC_2bd96
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2bd96.dir/link.txt --verbose=1
- /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
- /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
- collect2: error: ld returned 1 exit status
- gmake[1]: *** [CMakeFiles/cmTC_2bd96.dir/build.make:100: cmTC_2bd96] Error 1
- gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- gmake: *** [Makefile:127: cmTC_2bd96/fast] Error 2
- Determining if the function cbreak exists in the /usr/lib/libncurses.so failed with the following output:
- Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
- 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
- gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_e4028.dir/CheckFunctionExists.c.o
- /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
- Linking C executable cmTC_e4028
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e4028.dir/link.txt --verbose=1
- /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
- /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
- collect2: error: ld returned 1 exit status
- gmake[1]: *** [CMakeFiles/cmTC_e4028.dir/build.make:100: cmTC_e4028] Error 1
- gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- gmake: *** [Makefile:127: cmTC_e4028/fast] Error 2
- Determining if the function nodelay exists in the /usr/lib/libncurses.so failed with the following output:
- Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
- 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
- gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_d4ee7.dir/CheckFunctionExists.c.o
- /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
- Linking C executable cmTC_d4ee7
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d4ee7.dir/link.txt --verbose=1
- /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
- /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
- collect2: error: ld returned 1 exit status
- gmake[1]: *** [CMakeFiles/cmTC_d4ee7.dir/build.make:100: cmTC_d4ee7] Error 1
- gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- gmake: *** [Makefile:127: cmTC_d4ee7/fast] Error 2
- Determining if the use_default_colors exist failed with the following output:
- Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
- 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
- gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_2d285.dir/CheckSymbolExists.c.o
- /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
- Linking C executable cmTC_2d285
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2d285.dir/link.txt --verbose=1
- /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
- /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
- collect2: error: ld returned 1 exit status
- gmake[1]: *** [CMakeFiles/cmTC_2d285.dir/build.make:102: cmTC_2d285] Error 1
- gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- gmake: *** [Makefile:127: cmTC_2d285/fast] Error 2
- File /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
- /* */
- #include <form.h>
- int main(int argc, char** argv)
- {
- (void)argv;
- #ifndef use_default_colors
- return ((int*)(&use_default_colors))[argc];
- #else
- (void)argc;
- return 0;
- #endif
- }
- 6_64-pc-linux-gnu/bin/ld: /usr/lib/libncurses.so: error adding symbols: file in wrong format
- collect2: error: ld returned 1 exit status
- gmake[1]: *** [CMakeFiles/cmTC_d4ee7.dir/build.make:100: cmTC_d4ee7] Error 1
- gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- gmake: *** [Makefile:127: cmTC_d4ee7/fast] Error 2
- Determining if the use_default_colors exist failed with the following output:
- Change Dir: /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp
- 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
- gmake[1]: Entering directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- Building C object CMakeFiles/cmTC_2d285.dir/CheckSymbolExists.c.o
- /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
- Linking C executable cmTC_2d285
- /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2d285.dir/link.txt --verbose=1
- /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
- /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
- collect2: error: ld returned 1 exit status
- gmake[1]: *** [CMakeFiles/cmTC_2d285.dir/build.make:102: cmTC_2d285] Error 1
- gmake[1]: Leaving directory '/var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp'
- gmake: *** [Makefile:127: cmTC_2d285/fast] Error 2
- File /var/tmp/portage/dev-util/cmake-3.22.2/work/cmake-3.22.2_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
- /* */
- #include <form.h>
- int main(int argc, char** argv)
- {
- (void)argv;
- #ifndef use_default_colors
- return ((int*)(&use_default_colors))[argc];
- #else
- (void)argc;
- return 0;
- #endif
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement