Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 828147 Details for
Bug 880065
dev-util/lldb-15.0.4[libedit]: fails to configure (CMake Error at [...]/Modules/FindLibEdit.cmake:24 (cmake_push_check_state): Unknown CMake command "cmake_push_check_state".)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
CMakeError.log
CMakeError.log (text/x-log), 11.80 KB, created by
CaptainBlood
on 2022-11-06 20:13:13 UTC
(
hide
)
Description:
CMakeError.log
Filename:
MIME Type:
Creator:
CaptainBlood
Created:
2022-11-06 20:13:13 UTC
Size:
11.80 KB
patch
obsolete
>Performing C SOURCE FILE Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW failed with the following output: >Change Dir: /var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_3f6ec && [1/2] Building C object CMakeFiles/cmTC_3f6ec.dir/src.c.o >FAILED: CMakeFiles/cmTC_3f6ec.dir/src.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DC_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -DNDEBUG -march=native -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -pipe -Wa,-mbranches-within-32B-boundaries -fPIC -fno-semantic-interposition -Werror=date-time -Werror -Werror=unguarded-availability-new -o CMakeFiles/cmTC_3f6ec.dir/src.c.o -c /var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_build/CMakeFiles/CMakeTmp/src.c >cc1: error: '-Werror=unguarded-availability-new': no option '-Wunguarded-availability-new' >ninja: build stopped: subcommand failed. > > >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: /var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_a78fd && [1/2] Building CXX object CMakeFiles/cmTC_a78fd.dir/src.cxx.o >FAILED: CMakeFiles/cmTC_a78fd.dir/src.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -DCXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -DNDEBUG -march=native -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -pipe -Wa,-mbranches-within-32B-boundaries -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Werror -Werror=unguarded-availability-new -o CMakeFiles/cmTC_a78fd.dir/src.cxx.o -c /var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_build/CMakeFiles/CMakeTmp/src.cxx >cc1plus: error: '-Werror=unguarded-availability-new': no option '-Wunguarded-availability-new' >ninja: build stopped: subcommand failed. > > >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: /var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_028e4 && [1/2] Building C object CMakeFiles/cmTC_028e4.dir/src.c.o >FAILED: CMakeFiles/cmTC_028e4.dir/src.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DC_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -DNDEBUG -march=native -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -pipe -Wa,-mbranches-within-32B-boundaries -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_028e4.dir/src.c.o -c /var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_build/CMakeFiles/CMakeTmp/src.c >x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-Wcovered-switch-default'; did you mean '-Wno-switch-default'? >ninja: build stopped: subcommand failed. > > >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: /var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_0ba44 && [1/2] Building CXX object CMakeFiles/cmTC_0ba44.dir/src.cxx.o >FAILED: CMakeFiles/cmTC_0ba44.dir/src.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -DCXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -DNDEBUG -march=native -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -pipe -Wa,-mbranches-within-32B-boundaries -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_0ba44.dir/src.cxx.o -c /var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_build/CMakeFiles/CMakeTmp/src.cxx >x86_64-pc-linux-gnu-g++: error: unrecognized command-line option '-Wcovered-switch-default'; did you mean '-Wno-switch-default'? >ninja: build stopped: subcommand failed. > > >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: /var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_4fb78 && [1/2] Building CXX object CMakeFiles/cmTC_4fb78.dir/src.cxx.o >FAILED: CMakeFiles/cmTC_4fb78.dir/src.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -DCXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR -DNDEBUG -march=native -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -pipe -Wa,-mbranches-within-32B-boundaries -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_4fb78.dir/src.cxx.o -c /var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_build/CMakeFiles/CMakeTmp/src.cxx >/var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_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 >ninja: build stopped: subcommand failed. > > >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: /var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_8d820 && [1/2] Building C object CMakeFiles/cmTC_8d820.dir/src.c.o >FAILED: CMakeFiles/cmTC_8d820.dir/src.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DC_WCOMMENT_ALLOWS_LINE_WRAP -DNDEBUG -march=native -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -pipe -Wa,-mbranches-within-32B-boundaries -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_8d820.dir/src.c.o -c /var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_build/CMakeFiles/CMakeTmp/src.c >/var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_build/CMakeFiles/CMakeTmp/src.c:1:1: error: multi-line comment [-Werror=comment] > 1 | // \ > | ^ >cc1: all warnings being treated as errors >ninja: build stopped: subcommand failed. > > >Source file was: >// \ >// >int main() {return 0;} >Performing C SOURCE FILE Test C_SUPPORTS_STRING_CONVERSION_FLAG failed with the following output: >Change Dir: /var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_90cd2 && [1/2] Building C object CMakeFiles/cmTC_90cd2.dir/src.c.o >FAILED: CMakeFiles/cmTC_90cd2.dir/src.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DC_SUPPORTS_STRING_CONVERSION_FLAG -DNDEBUG -march=native -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -pipe -Wa,-mbranches-within-32B-boundaries -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_90cd2.dir/src.c.o -c /var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_build/CMakeFiles/CMakeTmp/src.c >x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option '-Wstring-conversion'; did you mean '-Wsign-conversion'? >ninja: build stopped: subcommand failed. > > >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: /var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_39d8d && [1/2] Building CXX object CMakeFiles/cmTC_39d8d.dir/src.cxx.o >FAILED: CMakeFiles/cmTC_39d8d.dir/src.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -DCXX_SUPPORTS_STRING_CONVERSION_FLAG -DNDEBUG -march=native -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -pipe -Wa,-mbranches-within-32B-boundaries -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_39d8d.dir/src.cxx.o -c /var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_build/CMakeFiles/CMakeTmp/src.cxx >x86_64-pc-linux-gnu-g++: error: unrecognized command-line option '-Wstring-conversion'; did you mean '-Wsign-conversion'? >ninja: build stopped: subcommand failed. > > >Source file was: >int main() { return 0; } >Performing C++ SOURCE FILE Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS failed with the following output: >Change Dir: /var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_e8d2c && [1/2] Building CXX object CMakeFiles/cmTC_e8d2c.dir/src.cxx.o >[2/2] Linking CXX executable cmTC_e8d2c >FAILED: cmTC_e8d2c >: && /usr/bin/x86_64-pc-linux-gnu-g++ -march=native -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -pipe -Wa,-mbranches-within-32B-boundaries -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 -Wmisleading-indentation -fdiagnostics-color -Wl,-O1 -Wl,-fuse-ld=bfd -Wl,--color-diagnostics CMakeFiles/cmTC_e8d2c.dir/src.cxx.o -o cmTC_e8d2c && : >/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: unrecognized option '--color-diagnostics' >/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld.bfd: use the --help option for usage information >collect2: error: ld returned 1 exit status >ninja: build stopped: subcommand failed. > > >Source file was: >int main() { return 0; } >Determining if the os_signpost_interval_begin exist failed with the following output: >Change Dir: /var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/ninja cmTC_49abf && [1/2] Building C object CMakeFiles/cmTC_49abf.dir/CheckSymbolExists.c.o >FAILED: CMakeFiles/cmTC_49abf.dir/CheckSymbolExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DNDEBUG -march=native -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -pipe -Wa,-mbranches-within-32B-boundaries -fPIC -fno-semantic-interposition -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wno-missing-field-initializers -Wimplicit-fallthrough -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -o CMakeFiles/cmTC_49abf.dir/CheckSymbolExists.c.o -c /var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c >/var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:2:10: fatal error: os/signpost.h: No such file or directory > 2 | #include <os/signpost.h> > | ^~~~~~~~~~~~~~~ >compilation terminated. >ninja: build stopped: subcommand failed. > > >File /var/no-tmpfs/portage/dev-util/lldb-15.0.4/work/lldb_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 >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 880065
:
828105
|
828145
| 828147 |
828419
|
828429
|
828517