You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SQA-Homework/dse/build/CMakeFiles/CMakeError.log

161 lines
12 KiB

3 years ago
Performing C SOURCE FILE Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW failed with the following output:
Change Dir: /home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d39d8/fast && /usr/bin/gmake -f CMakeFiles/cmTC_d39d8.dir/build.make CMakeFiles/cmTC_d39d8.dir/build
gmake[1]: Entering directory '/home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d39d8.dir/src.c.o
/usr/bin/cc -DC_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -fPIC -fno-semantic-interposition -Werror=date-time -Werror -Werror=unguarded-availability-new -o CMakeFiles/cmTC_d39d8.dir/src.c.o -c /home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp/src.c
cc1: error: '-Werror=unguarded-availability-new': no option '-Wunguarded-availability-new'
gmake[1]: *** [CMakeFiles/cmTC_d39d8.dir/build.make:78: CMakeFiles/cmTC_d39d8.dir/src.c.o] Error 1
gmake[1]: Leaving directory '/home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_d39d8/fast] Error 2
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW failed with the following output:
Change Dir: /home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_e2ffc/fast && /usr/bin/gmake -f CMakeFiles/cmTC_e2ffc.dir/build.make CMakeFiles/cmTC_e2ffc.dir/build
gmake[1]: Entering directory '/home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e2ffc.dir/src.cxx.o
/usr/bin/c++ -DCXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Werror -Werror=unguarded-availability-new -o CMakeFiles/cmTC_e2ffc.dir/src.cxx.o -c /home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp/src.cxx
cc1plus: error: '-Werror=unguarded-availability-new': no option '-Wunguarded-availability-new'
gmake[1]: *** [CMakeFiles/cmTC_e2ffc.dir/build.make:78: CMakeFiles/cmTC_e2ffc.dir/src.cxx.o] Error 1
gmake[1]: Leaving directory '/home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_e2ffc/fast] Error 2
Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG failed with the following output:
Change Dir: /home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_34538/fast && /usr/bin/gmake -f CMakeFiles/cmTC_34538.dir/build.make CMakeFiles/cmTC_34538.dir/build
gmake[1]: Entering directory '/home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_34538.dir/src.c.o
/usr/bin/cc -DC_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -Wimplicit-fallthrough -Werror -Wcovered-switch-default -o CMakeFiles/cmTC_34538.dir/src.c.o -c /home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp/src.c
cc: error: unrecognized command-line option '-Wcovered-switch-default'; did you mean '-Wno-switch-default'?
gmake[1]: *** [CMakeFiles/cmTC_34538.dir/build.make:78: CMakeFiles/cmTC_34538.dir/src.c.o] Error 1
gmake[1]: Leaving directory '/home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_34538/fast] Error 2
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG failed with the following output:
Change Dir: /home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_526a3/fast && /usr/bin/gmake -f CMakeFiles/cmTC_526a3.dir/build.make CMakeFiles/cmTC_526a3.dir/build
gmake[1]: Entering directory '/home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_526a3.dir/src.cxx.o
/usr/bin/c++ -DCXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -Wimplicit-fallthrough -Werror -Wcovered-switch-default -o CMakeFiles/cmTC_526a3.dir/src.cxx.o -c /home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp/src.cxx
c++: error: unrecognized command-line option '-Wcovered-switch-default'; did you mean '-Wno-switch-default'?
gmake[1]: *** [CMakeFiles/cmTC_526a3.dir/build.make:78: CMakeFiles/cmTC_526a3.dir/src.cxx.o] Error 1
gmake[1]: Leaving directory '/home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_526a3/fast] Error 2
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR failed with the following output:
Change Dir: /home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_70bd1/fast && /usr/bin/gmake -f CMakeFiles/cmTC_70bd1.dir/build.make CMakeFiles/cmTC_70bd1.dir/build
gmake[1]: Entering directory '/home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_70bd1.dir/src.cxx.o
/usr/bin/c++ -DCXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -Wimplicit-fallthrough -Wno-class-memaccess -Wno-redundant-move -Wno-pessimizing-move -Wno-noexcept-type -Werror=non-virtual-dtor -o CMakeFiles/cmTC_70bd1.dir/src.cxx.o -c /home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp/src.cxx
/home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp/src.cxx:2:36: error: class base has virtual functions and accessible non-virtual destructor [-Werror=non-virtual-dtor]
2 | class base {friend f; public: virtual void anchor();protected: ~base();};
| ^~~~
cc1plus: some warnings being treated as errors
gmake[1]: *** [CMakeFiles/cmTC_70bd1.dir/build.make:78: CMakeFiles/cmTC_70bd1.dir/src.cxx.o] Error 1
gmake[1]: Leaving directory '/home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_70bd1/fast] Error 2
Source file was:
class f {};
class base {friend f; public: virtual void anchor();protected: ~base();};
int main() { return 0; }
Performing C SOURCE FILE Test C_WCOMMENT_ALLOWS_LINE_WRAP failed with the following output:
Change Dir: /home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_2f65c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2f65c.dir/build.make CMakeFiles/cmTC_2f65c.dir/build
gmake[1]: Entering directory '/home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2f65c.dir/src.c.o
/usr/bin/cc -DC_WCOMMENT_ALLOWS_LINE_WRAP -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -Wimplicit-fallthrough -Werror -Wcomment -o CMakeFiles/cmTC_2f65c.dir/src.c.o -c /home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp/src.c
/home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp/src.c:1:1: error: multi-line comment [-Werror=comment]
1 | // \
| ^
cc1: all warnings being treated as errors
gmake[1]: *** [CMakeFiles/cmTC_2f65c.dir/build.make:78: CMakeFiles/cmTC_2f65c.dir/src.c.o] Error 1
gmake[1]: Leaving directory '/home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_2f65c/fast] Error 2
Source file was:
// \
//
int main() {return 0;}
Performing C SOURCE FILE Test C_SUPPORTS_STRING_CONVERSION_FLAG failed with the following output:
Change Dir: /home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_faad2/fast && /usr/bin/gmake -f CMakeFiles/cmTC_faad2.dir/build.make CMakeFiles/cmTC_faad2.dir/build
gmake[1]: Entering directory '/home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_faad2.dir/src.c.o
/usr/bin/cc -DC_SUPPORTS_STRING_CONVERSION_FLAG -fPIC -fno-semantic-interposition -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -Wimplicit-fallthrough -Wno-comment -Werror -Wstring-conversion -o CMakeFiles/cmTC_faad2.dir/src.c.o -c /home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp/src.c
cc: error: unrecognized command-line option '-Wstring-conversion'; did you mean '-Wsign-conversion'?
gmake[1]: *** [CMakeFiles/cmTC_faad2.dir/build.make:78: CMakeFiles/cmTC_faad2.dir/src.c.o] Error 1
gmake[1]: Leaving directory '/home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_faad2/fast] Error 2
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test CXX_SUPPORTS_STRING_CONVERSION_FLAG failed with the following output:
Change Dir: /home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_2bbec/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2bbec.dir/build.make CMakeFiles/cmTC_2bbec.dir/build
gmake[1]: Entering directory '/home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_2bbec.dir/src.cxx.o
/usr/bin/c++ -DCXX_SUPPORTS_STRING_CONVERSION_FLAG -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -Wimplicit-fallthrough -Wno-class-memaccess -Wno-redundant-move -Wno-pessimizing-move -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment -Werror -Wstring-conversion -o CMakeFiles/cmTC_2bbec.dir/src.cxx.o -c /home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp/src.cxx
c++: error: unrecognized command-line option '-Wstring-conversion'; did you mean '-Wsign-conversion'?
gmake[1]: *** [CMakeFiles/cmTC_2bbec.dir/build.make:78: CMakeFiles/cmTC_2bbec.dir/src.cxx.o] Error 1
gmake[1]: Leaving directory '/home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_2bbec/fast] Error 2
Source file was:
int main() { return 0; }
Determining if the os_signpost_interval_begin exist failed with the following output:
Change Dir: /home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_63170/fast && /usr/bin/gmake -f CMakeFiles/cmTC_63170.dir/build.make CMakeFiles/cmTC_63170.dir/build
gmake[1]: Entering directory '/home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_63170.dir/CheckSymbolExists.c.o
/usr/bin/cc -fPIC -fno-semantic-interposition -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -ffunction-sections -fdata-sections -o CMakeFiles/cmTC_63170.dir/CheckSymbolExists.c.o -c /home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: os/signpost.h: No such file or directory
2 | #include <os/signpost.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_63170.dir/build.make:78: CMakeFiles/cmTC_63170.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory '/home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:127: cmTC_63170/fast] Error 2
File /home/jackyma/Study/Codes/C/dse/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <os/signpost.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef os_signpost_interval_begin
return ((int*)(&os_signpost_interval_begin))[argc];
#else
(void)argc;
return 0;
#endif
}