[www-scripts] Sphinx Doc Update: ERROR
www-data via www-scripts
www-scripts at lists.llvm.org
Thu Dec 14 08:14:16 PST 2017
UPDATING clang-tools-extra SOURCES
Updating '.':
A clangd/index
U tool-template/CMakeLists.txt
U clang-apply-replacements/tool/CMakeLists.txt
U clang-query/tool/CMakeLists.txt
U clang-move/tool/CMakeLists.txt
U clang-reorder-fields/tool/CMakeLists.txt
U clangd/ProtocolHandlers.h
U clangd/ClangdUnit.cpp
A clangd/Context.h
U clangd/GlobalCompilationDatabase.h
U clangd/Function.h
U clangd/JSONRPCDispatcher.h
U clangd/Trace.h
U clangd/CodeComplete.cpp
U clangd/ClangdLSPServer.h
U clangd/fuzzer/CMakeLists.txt
U clangd/fuzzer/ClangdFuzzer.cpp
U clangd/ClangdUnitStore.cpp
U clangd/Protocol.h
U clangd/Logger.cpp
U clangd/ClangdServer.cpp
U clangd/ProtocolHandlers.cpp
U clangd/GlobalCompilationDatabase.cpp
A clangd/Context.cpp
U clangd/JSONRPCDispatcher.cpp
A clangd/index/MemIndex.cpp
A clangd/index/Index.cpp
A clangd/index/FileSymbols.cpp
A clangd/index/SymbolYAML.cpp
A clangd/index/MemIndex.h
A clangd/index/Index.h
A clangd/index/SymbolCollector.cpp
A clangd/index/FileSymbols.h
A clangd/index/SymbolYAML.h
A clangd/index/SymbolCollector.h
U clangd/CMakeLists.txt
U clangd/tool/CMakeLists.txt
U clangd/tool/ClangdMain.cpp
U clangd/ClangdUnit.h
U clangd/ClangdLSPServer.cpp
U clangd/Trace.cpp
U clangd/Protocol.cpp
U clangd/CodeComplete.h
U clangd/ClangdUnitStore.h
U clangd/ClangdServer.h
U clangd/Logger.h
U docs/ReleaseNotes.rst
U docs/clang-tidy/index.rst
U clang-tidy/tool/CMakeLists.txt
U clang-tidy/ClangTidyDiagnosticConsumer.cpp
U clang-tidy/fuchsia/FuchsiaTidyModule.cpp
U clang-tidy/readability/IdentifierNamingCheck.cpp
U include-fixer/find-all-symbols/tool/CMakeLists.txt
U include-fixer/tool/CMakeLists.txt
D test/clangd/completion-snippet.test
D test/clangd/completion-items-kinds.test
D test/clangd/completion-priorities.test
D test/clangd/completion-qualifiers.test
U unittests/clang-apply-replacements/CMakeLists.txt
U unittests/clangd/CodeCompleteTests.cpp
U unittests/change-namespace/CMakeLists.txt
U unittests/clang-move/CMakeLists.txt
A unittests/clangd/IndexTests.cpp
A unittests/clangd/Matchers.h
U unittests/clangd/TraceTests.cpp
U unittests/include-fixer/CMakeLists.txt
U test/clangd/initialize-params-invalid.test
U test/clangd/diagnostics.test
U test/clangd/initialize-params.test
U test/clang-tidy/readability-identifier-naming.cpp
U unittests/clangd/ClangdTests.cpp
U unittests/clangd/CMakeLists.txt
U unittests/clang-tidy/CMakeLists.txt
U pp-trace/CMakeLists.txt
U test/clangd/fixits.test
U test/clangd/extra-flags.test
U test/clang-tidy/nolint.cpp
U change-namespace/ChangeNamespace.cpp
U unittests/change-namespace/ChangeNamespaceTests.cpp
U unittests/clang-query/CMakeLists.txt
A unittests/clangd/ContextTests.cpp
A unittests/clangd/FileSymbolsTests.cpp
A unittests/clangd/SymbolCollectorTests.cpp
U unittests/include-fixer/find-all-symbols/CMakeLists.txt
U modularize/CMakeLists.txt
A test/clangd/documenthighlight.test
U test/clangd/execute-command.test
U test/clang-tidy/nolintnextline.cpp
U change-namespace/tool/CMakeLists.txt
Updated to revision 320713.
-- Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)
-- Native target architecture is X86
-- Threads enabled.
-- Doxygen disabled.
-- Go bindings disabled.
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH)
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH)
-- OCaml bindings disabled.
-- Found Python module pygments
-- Found Python module yaml
-- LLVM host triple: x86_64-unknown-linux-gnu
-- LLVM default target triple: x86_64-unknown-linux-gnu
-- Building with -fPIC
-- Constructing LLVMBuild project information
-- Linker detection: GNU ld
-- Targeting AArch64
-- Targeting AMDGPU
-- Targeting ARM
-- Targeting BPF
-- Targeting Hexagon
-- Targeting Lanai
-- Targeting Mips
-- Targeting MSP430
-- Targeting NVPTX
-- Targeting PowerPC
-- Targeting Sparc
-- Targeting SystemZ
-- Targeting X86
-- Targeting XCore
-- Linker detection: GNU ld
-- Sphinx enabled.
-- Sphinx enabled.
-- ISL version: isl-0.18-812-g565da6e
-- PPCG version: ppcg-0.07
CMake Error at tools/polly/unittests/CMakeLists.txt:19 (target_link_libraries):
The keyword signature for target_link_libraries has already been used with
the target "IslTests". All uses of target_link_libraries with a target
must be either all-keyword or all-plain.
The uses of the keyword signature are here:
* cmake/modules/LLVM-Config.cmake:105 (target_link_libraries)
* cmake/modules/AddLLVM.cmake:771 (target_link_libraries)
* cmake/modules/AddLLVM.cmake:1096 (target_link_libraries)
Call Stack (most recent call first):
tools/polly/unittests/Isl/CMakeLists.txt:1 (add_polly_unittest)
CMake Error at tools/polly/unittests/CMakeLists.txt:19 (target_link_libraries):
The keyword signature for target_link_libraries has already been used with
the target "FlattenTests". All uses of target_link_libraries with a target
must be either all-keyword or all-plain.
The uses of the keyword signature are here:
* cmake/modules/LLVM-Config.cmake:105 (target_link_libraries)
* cmake/modules/AddLLVM.cmake:771 (target_link_libraries)
* cmake/modules/AddLLVM.cmake:1096 (target_link_libraries)
Call Stack (most recent call first):
tools/polly/unittests/Flatten/CMakeLists.txt:1 (add_polly_unittest)
CMake Error at tools/polly/unittests/CMakeLists.txt:19 (target_link_libraries):
The keyword signature for target_link_libraries has already been used with
the target "DeLICMTests". All uses of target_link_libraries with a target
must be either all-keyword or all-plain.
The uses of the keyword signature are here:
* cmake/modules/LLVM-Config.cmake:105 (target_link_libraries)
* cmake/modules/AddLLVM.cmake:771 (target_link_libraries)
* cmake/modules/AddLLVM.cmake:1096 (target_link_libraries)
Call Stack (most recent call first):
tools/polly/unittests/DeLICM/CMakeLists.txt:1 (add_polly_unittest)
CMake Error at tools/polly/unittests/CMakeLists.txt:19 (target_link_libraries):
The keyword signature for target_link_libraries has already been used with
the target "ScopPassManagerTests". All uses of target_link_libraries with
a target must be either all-keyword or all-plain.
The uses of the keyword signature are here:
* cmake/modules/LLVM-Config.cmake:105 (target_link_libraries)
* cmake/modules/AddLLVM.cmake:771 (target_link_libraries)
* cmake/modules/AddLLVM.cmake:1096 (target_link_libraries)
Call Stack (most recent call first):
tools/polly/unittests/ScopPassManager/CMakeLists.txt:1 (add_polly_unittest)
CMake Error at tools/polly/unittests/CMakeLists.txt:19 (target_link_libraries):
The keyword signature for target_link_libraries has already been used with
the target "ScheduleOptimizerTests". All uses of target_link_libraries
with a target must be either all-keyword or all-plain.
The uses of the keyword signature are here:
* cmake/modules/LLVM-Config.cmake:105 (target_link_libraries)
* cmake/modules/AddLLVM.cmake:771 (target_link_libraries)
* cmake/modules/AddLLVM.cmake:1096 (target_link_libraries)
Call Stack (most recent call first):
tools/polly/unittests/ScheduleOptimizer/CMakeLists.txt:1 (add_polly_unittest)
-- Clang version: 6.0.0
-- Sphinx enabled.
-- Sphinx enabled.
-- LLD version: 6.0.0
-- Sphinx enabled.
-- Sphinx enabled.
-- Configuring incomplete, errors occurred!
See also "/opt/sphinx-docs/build/llvm/CMakeFiles/CMakeOutput.log".
See also "/opt/sphinx-docs/build/llvm/CMakeFiles/CMakeError.log".
make[1]: *** [cmake_check_build_system] Error 1
make: *** [tools/clang/tools/extra/docs/CMakeFiles/docs-clang-tools-html.dir/rule] Error 2
More information about the www-scripts
mailing list