You are not logged in.
I am trying to build Google's Orbit C/C++ profiler and get this error
CMake Error at /home/toni/.conan/data/cmake_installer/3.16.3/conan/stable/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
Could NOT find VulkanValidationLayers (missing:
VulkanValidationLayers_INCLUDE_DIR)
Call Stack (most recent call first):
/home/toni/.conan/data/cmake_installer/3.16.3/conan/stable/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
cmake/FindVulkanValidationLayers.cmake:13 (find_package_handle_standard_args)
CMakeLists.txt:122 (find_package)I have installed vulkan-devel meta-package which contain these package but the above error still occur. What do I miss?
vulkan-extra-layers 1.2.154.0-1
vulkan-extra-tools 1.2.154.0-1
vulkan-headers 1:1.2.164-1
vulkan-html-docs 1:1.2.164-1
vulkan-icd-loader 1.2.162-1
vulkan-tools 1.2.162-1
vulkan-validation-layers 1.2.162-1
Last edited by xeromycota (2020-12-30 19:48:52)
Offline
cmake-3.16Archlinux cmake package is at 3.19.2 , the cmake shown is probably something bundled by google .
It may be looking in the wrong location or searching for a different version.
I guess you're trying to build https://github.com/google/orbit ?
All our third-party libraries and dependencies are managed by conan.
Do you have https://aur.archlinux.org/packages/conan/ installed ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Yes, I have Conan 1.32.0 and I am building the Orbit software using its own build.sh. This is the full log:
Outcome/3dae433e@orbitdeps/stable: Package is up to date
bzip2/1.0.8@conan/stable: WARN: Can't update, no package in remote
bzip2/1.0.8@conan/stable: Package is up to date
c-ares/1.15.0@conan/stable: WARN: Can't update, no package in remote
c-ares/1.15.0@conan/stable: Package is up to date
capstone/4.0.1@orbitdeps/stable: WARN: Can't update, no package in remote
capstone/4.0.1@orbitdeps/stable: Package is up to date
cctz/2.3: WARN: Can't update, no package in remote
cctz/2.3: Package is up to date
crashpad/20200624@orbitdeps/stable: WARN: Can't update, no package in remote
crashpad/20200624@orbitdeps/stable: Package is up to date
glew/2.1.0@orbitdeps/stable: WARN: Can't update, no package in remote
glew/2.1.0@orbitdeps/stable: Package is up to date
imgui/1.69@bincrafters/stable: WARN: Can't update, no package in remote
imgui/1.69@bincrafters/stable: Package is up to date
llvm_headers/9.0.1-2@orbitdeps/stable: Package is up to date
lzma_sdk/19.00@orbitdeps/stable: WARN: Can't update, no package in remote
lzma_sdk/19.00@orbitdeps/stable: Package is up to date
protobuf/3.9.1@bincrafters/stable: WARN: Can't update, no package in remote
protobuf/3.9.1@bincrafters/stable: Package is up to date
zlib/1.2.11: WARN: Can't update, no package in remote
zlib/1.2.11: Package is up to date
abseil/20190808@orbitdeps/stable: WARN: Can't update, no package in remote
abseil/20190808@orbitdeps/stable: Package is up to date
libpng/1.6.37@bincrafters/stable: WARN: Can't update, no package in remote
libpng/1.6.37@bincrafters/stable: Package is up to date
libprotobuf-mutator/20200506@orbitdeps/stable: WARN: Can't update, no package in remote
libprotobuf-mutator/20200506@orbitdeps/stable: Package is up to date
libunwindstack/80a734f14@orbitdeps/stable: WARN: Can't update, no package in remote
libunwindstack/80a734f14@orbitdeps/stable: Package is up to date
llvm_demangle/9.0.1-2@orbitdeps/stable: WARN: Can't update, no package in remote
llvm_demangle/9.0.1-2@orbitdeps/stable: Package is up to date
openssl/1.1.1d@orbitdeps/stable: WARN: Can't update, no package in remote
openssl/1.1.1d@orbitdeps/stable: Package is up to date
freetype/2.10.0@bincrafters/stable: WARN: Can't update, no package in remote
freetype/2.10.0@bincrafters/stable: Package is up to date
grpc/1.27.3@orbitdeps/stable: WARN: Can't update, no package in remote
grpc/1.27.3@orbitdeps/stable: Package is up to date
libssh2/1.9.0: WARN: Can't update, no package in remote
libssh2/1.9.0: Package is up to date
llvm_support/9.0.1-2@orbitdeps/stable: WARN: Can't update, no package in remote
llvm_support/9.0.1-2@orbitdeps/stable: Package is up to date
freetype-gl/8d9a97a@orbitdeps/stable: WARN: Can't update, no package in remote
freetype-gl/8d9a97a@orbitdeps/stable: Package is up to date
llvm_binary_format/9.0.1-2@orbitdeps/stable: WARN: Can't update, no package in remote
llvm_binary_format/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_bitstream_reader/9.0.1-2@orbitdeps/stable: WARN: Can't update, no package in remote
llvm_bitstream_reader/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_debuginfo_msf/9.0.1-2@orbitdeps/stable: WARN: Can't update, no package in remote
llvm_debuginfo_msf/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_debuginfo_codeview/9.0.1-2@orbitdeps/stable: WARN: Can't update, no package in remote
llvm_debuginfo_codeview/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_remarks/9.0.1-2@orbitdeps/stable: WARN: Can't update, no package in remote
llvm_remarks/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_textapi/9.0.1-2@orbitdeps/stable: WARN: Can't update, no package in remote
llvm_textapi/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_core/9.0.1-2@orbitdeps/stable: WARN: Can't update, no package in remote
llvm_core/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_debuginfo_pdb/9.0.1-2@orbitdeps/stable: WARN: Can't update, no package in remote
llvm_debuginfo_pdb/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_mc/9.0.1-2@orbitdeps/stable: WARN: Can't update, no package in remote
llvm_mc/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_bit_reader/9.0.1-2@orbitdeps/stable: WARN: Can't update, no package in remote
llvm_bit_reader/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_mc_parser/9.0.1-2@orbitdeps/stable: WARN: Can't update, no package in remote
llvm_mc_parser/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_object/9.0.1-2@orbitdeps/stable: WARN: Can't update, no package in remote
llvm_object/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_debuginfo_dwarf/9.0.1-2@orbitdeps/stable: WARN: Can't update, no package in remote
llvm_debuginfo_dwarf/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_symbolize/9.0.1-2@orbitdeps/stable: WARN: Can't update, no package in remote
llvm_symbolize/9.0.1-2@orbitdeps/stable: Package is up to date
gtest/1.10.0: WARN: Can't update, no package in remote
gtest/1.10.0: Package is up to date
nodejs/13.6.0@orbitdeps/stable: Package is up to date
protoc_installer/3.9.1@bincrafters/stable: Package is up to date
<conans.model.info.ConanInfo object at 0x7fad6bd54c10>
grpc_codegen/1.27.3@orbitdeps/stable: Package is up to date
conanfile.py (OrbitProfiler/None@orbitdeps/stable): WARN: Build-require 'cmake_installer' cannot be found in lockfile
cmake_installer/3.16.3@conan/stable: WARN: [DEPRECATED] Package cmake_installer/3.16.3@conan/stable is being deprecated. Change yours to require cmake/3.16.3 instead
cmake_installer/3.16.3@conan/stable: Package is up to date
Requirements
Outcome/3dae433e@orbitdeps/stable from 'bintray' - Cache
abseil/20190808@orbitdeps/stable from 'bintray' - Cache
bzip2/1.0.8@conan/stable from 'conan-center' - Cache
c-ares/1.15.0@conan/stable from 'conan-center' - Cache
capstone/4.0.1@orbitdeps/stable from 'bintray' - Cache
cctz/2.3 from 'conan-center' - Cache
crashpad/20200624@orbitdeps/stable from 'bintray' - Cache
freetype/2.10.0@bincrafters/stable from 'conan-center' - Cache
freetype-gl/8d9a97a@orbitdeps/stable from 'bintray' - Cache
glew/2.1.0@orbitdeps/stable from 'bintray' - Cache
grpc/1.27.3@orbitdeps/stable from 'bintray' - Cache
imgui/1.69@bincrafters/stable from 'conan-center' - Cache
libpng/1.6.37@bincrafters/stable from 'conan-center' - Cache
libprotobuf-mutator/20200506@orbitdeps/stable from 'bintray' - Cache
libssh2/1.9.0 from 'conan-center' - Cache
libunwindstack/80a734f14@orbitdeps/stable from 'bintray' - Cache
llvm_binary_format/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_bit_reader/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_bitstream_reader/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_core/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_debuginfo_codeview/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_debuginfo_dwarf/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_debuginfo_msf/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_debuginfo_pdb/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_demangle/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_headers/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_mc/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_mc_parser/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_object/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_remarks/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_support/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_symbolize/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_textapi/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
lzma_sdk/19.00@orbitdeps/stable from 'bintray' - Cache
openssl/1.1.1d@orbitdeps/stable from 'bintray' - Cache
protobuf/3.9.1@bincrafters/stable from 'conan-center' - Cache
zlib/1.2.11 from 'conan-center' - Cache
Python requires
llvm-common/0.0.2@orbitdeps/stable
Packages
Outcome/3dae433e@orbitdeps/stable:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache
abseil/20190808@orbitdeps/stable:3799fb8cb1a04f813eddf0fed1a4c0ba64742eca - Cache
bzip2/1.0.8@conan/stable:159601ee6f650b0edc96b7f4d2c5717084fde407 - Cache
c-ares/1.15.0@conan/stable:d4edebb3866c0459d70b8f1f0c6d666fccd6aaa7 - Cache
capstone/4.0.1@orbitdeps/stable:d95500fa6119a098d93fa5f75102fb222bd05a4c - Cache
cctz/2.3:d95500fa6119a098d93fa5f75102fb222bd05a4c - Cache
crashpad/20200624@orbitdeps/stable:d4edebb3866c0459d70b8f1f0c6d666fccd6aaa7 - Cache
freetype/2.10.0@bincrafters/stable:b11dcccdade8c7fbdef98dae3e3554cffeadac6a - Cache
freetype-gl/8d9a97a@orbitdeps/stable:4c2f48f39aeda5c72530ead18d9cce522f70796c - Cache
glew/2.1.0@orbitdeps/stable:1cfc6230833f479ea28e841e50d46c83955bbe45 - Cache
grpc/1.27.3@orbitdeps/stable:bc86472d8054d39e925174bed8c6b05ffd9b187c - Cache
imgui/1.69@bincrafters/stable:d95500fa6119a098d93fa5f75102fb222bd05a4c - Cache
libpng/1.6.37@bincrafters/stable:da161d9605c14c12760db705f0230bdd7e86d79a - Cache
libprotobuf-mutator/20200506@orbitdeps/stable:fb62ee696b50e4478cb2ca509ccda833a94b6049 - Cache
libssh2/1.9.0:649b2a7b85daf4c717667a568dab8e8db63e2b80 - Cache
libunwindstack/80a734f14@orbitdeps/stable:2f77fff1bffa37738faaaba8381c52394f3a1dd3 - Cache
llvm_binary_format/9.0.1-2@orbitdeps/stable:a44f6862968fceb26a4af6a9e62e301a2e8d3b37 - Cache
llvm_bit_reader/9.0.1-2@orbitdeps/stable:9d84da9a2e744a38788b24cc6d6beb982d10eb7c - Cache
llvm_bitstream_reader/9.0.1-2@orbitdeps/stable:a44f6862968fceb26a4af6a9e62e301a2e8d3b37 - Cache
llvm_core/9.0.1-2@orbitdeps/stable:03dee6ac97a0f5d1e1b218b4d12d4e4ce56b2f17 - Cache
llvm_debuginfo_codeview/9.0.1-2@orbitdeps/stable:da298e73d65e704041d475d6222839c275c5a07c - Cache
llvm_debuginfo_dwarf/9.0.1-2@orbitdeps/stable:f835054201d50f8edfe6bc10ae30dbd17d3c5292 - Cache
llvm_debuginfo_msf/9.0.1-2@orbitdeps/stable:a44f6862968fceb26a4af6a9e62e301a2e8d3b37 - Cache
llvm_debuginfo_pdb/9.0.1-2@orbitdeps/stable:2cbfd6207f40bd6a7c98604108ae020f3b44005d - Cache
llvm_demangle/9.0.1-2@orbitdeps/stable:3b679327d61e18337300deede65821aef7497d13 - Cache
llvm_headers/9.0.1-2@orbitdeps/stable:cb054d0b3e1ca595dc66bc2339d40f1f8f04ab31 - Cache
llvm_mc/9.0.1-2@orbitdeps/stable:fce361dfb2b2d3e9832dbf577f83550f3c53c8c8 - Cache
llvm_mc_parser/9.0.1-2@orbitdeps/stable:f3a467c09882c707e1703b18d7022344853436e3 - Cache
llvm_object/9.0.1-2@orbitdeps/stable:0046431549e9c88b41d823b74b7bfce82b3b9825 - Cache
llvm_remarks/9.0.1-2@orbitdeps/stable:d505c6f92b333fab50fbc4b44c9e3030f269c287 - Cache
llvm_support/9.0.1-2@orbitdeps/stable:a61e04b6731682d180bdfac9b2dc5df8c0ab4ebc - Cache
llvm_symbolize/9.0.1-2@orbitdeps/stable:8fe9b90133a274f0067083df8389cb2a8fc9657f - Cache
llvm_textapi/9.0.1-2@orbitdeps/stable:11d2dc954b9481227a21d36549680f677792a7dc - Cache
lzma_sdk/19.00@orbitdeps/stable:d95500fa6119a098d93fa5f75102fb222bd05a4c - Cache
openssl/1.1.1d@orbitdeps/stable:da161d9605c14c12760db705f0230bdd7e86d79a - Cache
protobuf/3.9.1@bincrafters/stable:d95500fa6119a098d93fa5f75102fb222bd05a4c - Cache
zlib/1.2.11:d4edebb3866c0459d70b8f1f0c6d666fccd6aaa7 - Cache
Build requirements
cmake_installer/3.16.3@conan/stable from 'conan-center' - Cache
grpc_codegen/1.27.3@orbitdeps/stable from 'bintray' - Cache
gtest/1.10.0 from 'conan-center' - Cache
nodejs/13.6.0@orbitdeps/stable from 'bintray' - Cache
protobuf/3.9.1@bincrafters/stable from 'conan-center' - Cache
protoc_installer/3.9.1@bincrafters/stable from 'conan-center' - Cache
Build requirements packages
cmake_installer/3.16.3@conan/stable:44fcf6b9a7fb86b2586303e3db40189d3b511830 - Cache
grpc_codegen/1.27.3@orbitdeps/stable:0b6eee9c211529a5558295428b69441f41a01ae6 - Cache
gtest/1.10.0:05a551f43987ffd25a33f0d5949b39b3e26af262 - Cache
nodejs/13.6.0@orbitdeps/stable:44fcf6b9a7fb86b2586303e3db40189d3b511830 - Cache
protobuf/3.9.1@bincrafters/stable:d95500fa6119a098d93fa5f75102fb222bd05a4c - Skip
protoc_installer/3.9.1@bincrafters/stable:c0c1ef10e3d0ded44179e28b669d6aed0277ca6a - Cache
Generated lockfile: /home/toni/Documents/source/orbit/build_default_relwithdebinfo/conan.lock
Using lockfile: '/home/toni/Documents/source/orbit/build_default_relwithdebinfo/conan.lock'
Configuration:
[settings]
arch=x86_64
arch_build=x86_64
build_type=RelWithDebInfo
compiler=gcc
compiler.fpo=False
compiler.libcxx=libstdc++11
compiler.version=10
os=Linux
os_build=Linux
[options]
[build_requires]
&: cmake_installer/3.16.3@conan/stable
[env]
CC=gcc
CFLAGS=-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fsized-deallocation -D_FORTIFY_SOURCE=2 -fstack-protector-all
CXX=g++
CXXFLAGS=-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fsized-deallocation -D_FORTIFY_SOURCE=2 -fstack-protector-all
LDFLAGS=-Wl,-z,relro,-z,now,-z,noexecstack
Outcome/3dae433e@orbitdeps/stable: Package is up to date
bzip2/1.0.8@conan/stable: Package is up to date
c-ares/1.15.0@conan/stable: Package is up to date
capstone/4.0.1@orbitdeps/stable: Package is up to date
cctz/2.3: Package is up to date
crashpad/20200624@orbitdeps/stable: Package is up to date
glew/2.1.0@orbitdeps/stable: Package is up to date
imgui/1.69@bincrafters/stable: Package is up to date
llvm_headers/9.0.1-2@orbitdeps/stable: Package is up to date
lzma_sdk/19.00@orbitdeps/stable: Package is up to date
protobuf/3.9.1@bincrafters/stable: Package is up to date
zlib/1.2.11: Package is up to date
abseil/20190808@orbitdeps/stable: Package is up to date
libpng/1.6.37@bincrafters/stable: Package is up to date
libprotobuf-mutator/20200506@orbitdeps/stable: Package is up to date
libunwindstack/80a734f14@orbitdeps/stable: Package is up to date
llvm_demangle/9.0.1-2@orbitdeps/stable: Package is up to date
openssl/1.1.1d@orbitdeps/stable: Package is up to date
freetype/2.10.0@bincrafters/stable: Package is up to date
grpc/1.27.3@orbitdeps/stable: Package is up to date
libssh2/1.9.0: Package is up to date
llvm_support/9.0.1-2@orbitdeps/stable: Package is up to date
freetype-gl/8d9a97a@orbitdeps/stable: Package is up to date
llvm_binary_format/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_bitstream_reader/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_debuginfo_msf/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_debuginfo_codeview/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_remarks/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_textapi/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_core/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_debuginfo_pdb/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_mc/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_bit_reader/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_mc_parser/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_object/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_debuginfo_dwarf/9.0.1-2@orbitdeps/stable: Package is up to date
llvm_symbolize/9.0.1-2@orbitdeps/stable: Package is up to date
gtest/1.10.0: Package is up to date
nodejs/13.6.0@orbitdeps/stable: Package is up to date
protoc_installer/3.9.1@bincrafters/stable: Package is up to date
<conans.model.info.ConanInfo object at 0x7fb8aa0e9f40>
grpc_codegen/1.27.3@orbitdeps/stable: Package is up to date
cmake_installer/3.16.3@conan/stable: WARN: [DEPRECATED] Package cmake_installer/3.16.3@conan/stable is being deprecated. Change yours to require cmake/3.16.3 instead
cmake_installer/3.16.3@conan/stable: Package is up to date
conanfile.py (OrbitProfiler/None): Installing package
Requirements
Outcome/3dae433e@orbitdeps/stable from 'bintray' - Cache
abseil/20190808@orbitdeps/stable from 'bintray' - Cache
bzip2/1.0.8@conan/stable from 'conan-center' - Cache
c-ares/1.15.0@conan/stable from 'conan-center' - Cache
capstone/4.0.1@orbitdeps/stable from 'bintray' - Cache
cctz/2.3 from 'conan-center' - Cache
crashpad/20200624@orbitdeps/stable from 'bintray' - Cache
freetype/2.10.0@bincrafters/stable from 'conan-center' - Cache
freetype-gl/8d9a97a@orbitdeps/stable from 'bintray' - Cache
glew/2.1.0@orbitdeps/stable from 'bintray' - Cache
grpc/1.27.3@orbitdeps/stable from 'bintray' - Cache
imgui/1.69@bincrafters/stable from 'conan-center' - Cache
libpng/1.6.37@bincrafters/stable from 'conan-center' - Cache
libprotobuf-mutator/20200506@orbitdeps/stable from 'bintray' - Cache
libssh2/1.9.0 from 'conan-center' - Cache
libunwindstack/80a734f14@orbitdeps/stable from 'bintray' - Cache
llvm_binary_format/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_bit_reader/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_bitstream_reader/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_core/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_debuginfo_codeview/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_debuginfo_dwarf/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_debuginfo_msf/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_debuginfo_pdb/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_demangle/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_headers/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_mc/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_mc_parser/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_object/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_remarks/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_support/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_symbolize/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
llvm_textapi/9.0.1-2@orbitdeps/stable from 'bintray' - Cache
lzma_sdk/19.00@orbitdeps/stable from 'bintray' - Cache
openssl/1.1.1d@orbitdeps/stable from 'bintray' - Cache
protobuf/3.9.1@bincrafters/stable from 'conan-center' - Cache
zlib/1.2.11 from 'conan-center' - Cache
Python requires
llvm-common/0.0.2@orbitdeps/stable
Packages
Outcome/3dae433e@orbitdeps/stable:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache
abseil/20190808@orbitdeps/stable:3799fb8cb1a04f813eddf0fed1a4c0ba64742eca - Cache
bzip2/1.0.8@conan/stable:159601ee6f650b0edc96b7f4d2c5717084fde407 - Cache
c-ares/1.15.0@conan/stable:d4edebb3866c0459d70b8f1f0c6d666fccd6aaa7 - Cache
capstone/4.0.1@orbitdeps/stable:d95500fa6119a098d93fa5f75102fb222bd05a4c - Cache
cctz/2.3:d95500fa6119a098d93fa5f75102fb222bd05a4c - Cache
crashpad/20200624@orbitdeps/stable:d4edebb3866c0459d70b8f1f0c6d666fccd6aaa7 - Cache
freetype/2.10.0@bincrafters/stable:b11dcccdade8c7fbdef98dae3e3554cffeadac6a - Cache
freetype-gl/8d9a97a@orbitdeps/stable:4c2f48f39aeda5c72530ead18d9cce522f70796c - Cache
glew/2.1.0@orbitdeps/stable:1cfc6230833f479ea28e841e50d46c83955bbe45 - Cache
grpc/1.27.3@orbitdeps/stable:bc86472d8054d39e925174bed8c6b05ffd9b187c - Cache
imgui/1.69@bincrafters/stable:d95500fa6119a098d93fa5f75102fb222bd05a4c - Cache
libpng/1.6.37@bincrafters/stable:da161d9605c14c12760db705f0230bdd7e86d79a - Cache
libprotobuf-mutator/20200506@orbitdeps/stable:fb62ee696b50e4478cb2ca509ccda833a94b6049 - Cache
libssh2/1.9.0:649b2a7b85daf4c717667a568dab8e8db63e2b80 - Cache
libunwindstack/80a734f14@orbitdeps/stable:2f77fff1bffa37738faaaba8381c52394f3a1dd3 - Cache
llvm_binary_format/9.0.1-2@orbitdeps/stable:a44f6862968fceb26a4af6a9e62e301a2e8d3b37 - Cache
llvm_bit_reader/9.0.1-2@orbitdeps/stable:9d84da9a2e744a38788b24cc6d6beb982d10eb7c - Cache
llvm_bitstream_reader/9.0.1-2@orbitdeps/stable:a44f6862968fceb26a4af6a9e62e301a2e8d3b37 - Cache
llvm_core/9.0.1-2@orbitdeps/stable:03dee6ac97a0f5d1e1b218b4d12d4e4ce56b2f17 - Cache
llvm_debuginfo_codeview/9.0.1-2@orbitdeps/stable:da298e73d65e704041d475d6222839c275c5a07c - Cache
llvm_debuginfo_dwarf/9.0.1-2@orbitdeps/stable:f835054201d50f8edfe6bc10ae30dbd17d3c5292 - Cache
llvm_debuginfo_msf/9.0.1-2@orbitdeps/stable:a44f6862968fceb26a4af6a9e62e301a2e8d3b37 - Cache
llvm_debuginfo_pdb/9.0.1-2@orbitdeps/stable:2cbfd6207f40bd6a7c98604108ae020f3b44005d - Cache
llvm_demangle/9.0.1-2@orbitdeps/stable:3b679327d61e18337300deede65821aef7497d13 - Cache
llvm_headers/9.0.1-2@orbitdeps/stable:cb054d0b3e1ca595dc66bc2339d40f1f8f04ab31 - Cache
llvm_mc/9.0.1-2@orbitdeps/stable:fce361dfb2b2d3e9832dbf577f83550f3c53c8c8 - Cache
llvm_mc_parser/9.0.1-2@orbitdeps/stable:f3a467c09882c707e1703b18d7022344853436e3 - Cache
llvm_object/9.0.1-2@orbitdeps/stable:0046431549e9c88b41d823b74b7bfce82b3b9825 - Cache
llvm_remarks/9.0.1-2@orbitdeps/stable:d505c6f92b333fab50fbc4b44c9e3030f269c287 - Cache
llvm_support/9.0.1-2@orbitdeps/stable:a61e04b6731682d180bdfac9b2dc5df8c0ab4ebc - Cache
llvm_symbolize/9.0.1-2@orbitdeps/stable:8fe9b90133a274f0067083df8389cb2a8fc9657f - Cache
llvm_textapi/9.0.1-2@orbitdeps/stable:11d2dc954b9481227a21d36549680f677792a7dc - Cache
lzma_sdk/19.00@orbitdeps/stable:d95500fa6119a098d93fa5f75102fb222bd05a4c - Cache
openssl/1.1.1d@orbitdeps/stable:da161d9605c14c12760db705f0230bdd7e86d79a - Cache
protobuf/3.9.1@bincrafters/stable:d95500fa6119a098d93fa5f75102fb222bd05a4c - Cache
zlib/1.2.11:d4edebb3866c0459d70b8f1f0c6d666fccd6aaa7 - Cache
Build requirements
cmake_installer/3.16.3@conan/stable from 'conan-center' - Cache
grpc_codegen/1.27.3@orbitdeps/stable from 'bintray' - Cache
gtest/1.10.0 from 'conan-center' - Cache
nodejs/13.6.0@orbitdeps/stable from 'bintray' - Cache
protobuf/3.9.1@bincrafters/stable from 'conan-center' - Cache
protoc_installer/3.9.1@bincrafters/stable from 'conan-center' - Cache
Build requirements packages
cmake_installer/3.16.3@conan/stable:44fcf6b9a7fb86b2586303e3db40189d3b511830 - Cache
grpc_codegen/1.27.3@orbitdeps/stable:0b6eee9c211529a5558295428b69441f41a01ae6 - Cache
gtest/1.10.0:05a551f43987ffd25a33f0d5949b39b3e26af262 - Cache
nodejs/13.6.0@orbitdeps/stable:44fcf6b9a7fb86b2586303e3db40189d3b511830 - Cache
protobuf/3.9.1@bincrafters/stable:d95500fa6119a098d93fa5f75102fb222bd05a4c - Skip
protoc_installer/3.9.1@bincrafters/stable:c0c1ef10e3d0ded44179e28b669d6aed0277ca6a - Cache
Installing (downloading, building) binaries...
Outcome/3dae433e@orbitdeps/stable: Already installed!
bzip2/1.0.8@conan/stable: Already installed!
c-ares/1.15.0@conan/stable: Already installed!
capstone/4.0.1@orbitdeps/stable: Already installed!
cctz/2.3: Already installed!
cmake_installer/3.16.3@conan/stable: Already installed!
crashpad/20200624@orbitdeps/stable: Already installed!
glew/2.1.0@orbitdeps/stable: Already installed!
gtest/1.10.0: Already installed!
imgui/1.69@bincrafters/stable: Already installed!
llvm_headers/9.0.1-2@orbitdeps/stable: Already installed!
lzma_sdk/19.00@orbitdeps/stable: Already installed!
nodejs/13.6.0@orbitdeps/stable: Already installed!
nodejs/13.6.0@orbitdeps/stable: Appending PATH environment variable: /home/toni/.conan/data/nodejs/13.6.0/orbitdeps/stable/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin
protobuf/3.9.1@bincrafters/stable: Already installed!
zlib/1.2.11: Already installed!
abseil/20190808@orbitdeps/stable: Already installed!
libpng/1.6.37@bincrafters/stable: Already installed!
libprotobuf-mutator/20200506@orbitdeps/stable: Already installed!
libunwindstack/80a734f14@orbitdeps/stable: Already installed!
llvm_demangle/9.0.1-2@orbitdeps/stable: Already installed!
openssl/1.1.1d@orbitdeps/stable: Already installed!
protoc_installer/3.9.1@bincrafters/stable: Already installed!
protoc_installer/3.9.1@bincrafters/stable: Appending PATH environment variable: /home/toni/.conan/data/protoc_installer/3.9.1/bincrafters/stable/package/c0c1ef10e3d0ded44179e28b669d6aed0277ca6a/bin
freetype/2.10.0@bincrafters/stable: Already installed!
grpc/1.27.3@orbitdeps/stable: Already installed!
grpc_codegen/1.27.3@orbitdeps/stable: Already installed!
libssh2/1.9.0: Already installed!
llvm_support/9.0.1-2@orbitdeps/stable: Already installed!
freetype-gl/8d9a97a@orbitdeps/stable: Already installed!
llvm_binary_format/9.0.1-2@orbitdeps/stable: Already installed!
llvm_bitstream_reader/9.0.1-2@orbitdeps/stable: Already installed!
llvm_debuginfo_msf/9.0.1-2@orbitdeps/stable: Already installed!
llvm_debuginfo_codeview/9.0.1-2@orbitdeps/stable: Already installed!
llvm_remarks/9.0.1-2@orbitdeps/stable: Already installed!
llvm_textapi/9.0.1-2@orbitdeps/stable: Already installed!
llvm_core/9.0.1-2@orbitdeps/stable: Already installed!
llvm_debuginfo_pdb/9.0.1-2@orbitdeps/stable: Already installed!
llvm_mc/9.0.1-2@orbitdeps/stable: Already installed!
llvm_bit_reader/9.0.1-2@orbitdeps/stable: Already installed!
llvm_mc_parser/9.0.1-2@orbitdeps/stable: Already installed!
llvm_object/9.0.1-2@orbitdeps/stable: Already installed!
llvm_debuginfo_dwarf/9.0.1-2@orbitdeps/stable: Already installed!
llvm_symbolize/9.0.1-2@orbitdeps/stable: Already installed!
conanfile.py (OrbitProfiler/None): Applying build-requirement: cmake_installer/3.16.3@conan/stable
conanfile.py (OrbitProfiler/None): Applying build-requirement: grpc_codegen/1.27.3@orbitdeps/stable
conanfile.py (OrbitProfiler/None): Applying build-requirement: gtest/1.10.0
conanfile.py (OrbitProfiler/None): Applying build-requirement: nodejs/13.6.0@orbitdeps/stable
conanfile.py (OrbitProfiler/None): Applying build-requirement: protoc_installer/3.9.1@bincrafters/stable
conanfile.py (OrbitProfiler/None): Generator cmake_multi created conanbuildinfo_relwithdebinfo.cmake
conanfile.py (OrbitProfiler/None): Generator cmake_multi created conanbuildinfo_multi.cmake
conanfile.py (OrbitProfiler/None): Generator txt created conanbuildinfo.txt
conanfile.py (OrbitProfiler/None): Generated conaninfo.txt
conanfile.py (OrbitProfiler/None): Generated graphinfo
conanfile.py (OrbitProfiler/None) imports(): Copied 2 '.frag' files: v3f-t2f-c4f.frag, v3f-t2f-c4f.frag
conanfile.py (OrbitProfiler/None) imports(): Copied 14 files
conanfile.py (OrbitProfiler/None) imports(): Copied 2 '.ttf' files: Vera.ttf, Vera.ttf
conanfile.py (OrbitProfiler/None) imports(): Copied 3 '.TXT' files: FTL.TXT, GPLv2.TXT, LICENSE.TXT
conanfile.py (OrbitProfiler/None) imports(): Copied 2 '.vert' files: v3f-t2f-c4f.vert, v3f-t2f-c4f.vert
conanfile.py (OrbitProfiler/None) imports(): Copied 4 '.txt' files: LICENSE.txt, Copyright.txt, LICENSE.txt, LICENSE.txt
conanfile.py (OrbitProfiler/None) imports(): Copied 1 '.md' file: LICENSE.md
Using lockfile: '/home/toni/Documents/source/orbit/build_default_relwithdebinfo/conan.lock'
Using cached profile from lockfile
conanfile.py (OrbitProfiler/None): Calling build()
-- Conan: called by CMake conan helper
-- Conan: Using cmake targets configuration
-- Library gmock found /home/toni/.conan/data/gtest/1.10.0/_/_/package/05a551f43987ffd25a33f0d5949b39b3e26af262/lib/libgmock.a
-- Library gtest found /home/toni/.conan/data/gtest/1.10.0/_/_/package/05a551f43987ffd25a33f0d5949b39b3e26af262/lib/libgtest.a
-- Library capstone found /home/toni/.conan/data/capstone/4.0.1/orbitdeps/stable/package/d95500fa6119a098d93fa5f75102fb222bd05a4c/lib64/libcapstone.a
-- Library grpc++_unsecure found /home/toni/.conan/data/grpc/1.27.3/orbitdeps/stable/package/bc86472d8054d39e925174bed8c6b05ffd9b187c/lib/libgrpc++_unsecure.a
-- Library grpc++_reflection found /home/toni/.conan/data/grpc/1.27.3/orbitdeps/stable/package/bc86472d8054d39e925174bed8c6b05ffd9b187c/lib/libgrpc++_reflection.a
-- Library grpc++_error_details found /home/toni/.conan/data/grpc/1.27.3/orbitdeps/stable/package/bc86472d8054d39e925174bed8c6b05ffd9b187c/lib/libgrpc++_error_details.a
-- Library grpc++ found /home/toni/.conan/data/grpc/1.27.3/orbitdeps/stable/package/bc86472d8054d39e925174bed8c6b05ffd9b187c/lib/libgrpc++.a
-- Library grpc_unsecure found /home/toni/.conan/data/grpc/1.27.3/orbitdeps/stable/package/bc86472d8054d39e925174bed8c6b05ffd9b187c/lib/libgrpc_unsecure.a
-- Library grpc_plugin_support found /home/toni/.conan/data/grpc/1.27.3/orbitdeps/stable/package/bc86472d8054d39e925174bed8c6b05ffd9b187c/lib/libgrpc_plugin_support.a
-- Library grpc_cronet found /home/toni/.conan/data/grpc/1.27.3/orbitdeps/stable/package/bc86472d8054d39e925174bed8c6b05ffd9b187c/lib/libgrpc_cronet.a
-- Library grpcpp_channelz found /home/toni/.conan/data/grpc/1.27.3/orbitdeps/stable/package/bc86472d8054d39e925174bed8c6b05ffd9b187c/lib/libgrpcpp_channelz.a
-- Library grpc found /home/toni/.conan/data/grpc/1.27.3/orbitdeps/stable/package/bc86472d8054d39e925174bed8c6b05ffd9b187c/lib/libgrpc.a
-- Library gpr found /home/toni/.conan/data/grpc/1.27.3/orbitdeps/stable/package/bc86472d8054d39e925174bed8c6b05ffd9b187c/lib/libgpr.a
-- Library address_sorting found /home/toni/.conan/data/grpc/1.27.3/orbitdeps/stable/package/bc86472d8054d39e925174bed8c6b05ffd9b187c/lib/libaddress_sorting.a
-- Library upb found /home/toni/.conan/data/grpc/1.27.3/orbitdeps/stable/package/bc86472d8054d39e925174bed8c6b05ffd9b187c/lib/libupb.a
-- Library LLVMSymbolize found /home/toni/.conan/data/llvm_symbolize/9.0.1-2/orbitdeps/stable/package/8fe9b90133a274f0067083df8389cb2a8fc9657f/lib/libLLVMSymbolize.a
-- Library protobuf-mutator-libfuzzer found /home/toni/.conan/data/libprotobuf-mutator/20200506/orbitdeps/stable/package/fb62ee696b50e4478cb2ca509ccda833a94b6049/lib/libprotobuf-mutator-libfuzzer.a
-- Library protobuf-mutator found /home/toni/.conan/data/libprotobuf-mutator/20200506/orbitdeps/stable/package/fb62ee696b50e4478cb2ca509ccda833a94b6049/lib/libprotobuf-mutator.a
-- Library unwindstack found /home/toni/.conan/data/libunwindstack/80a734f14/orbitdeps/stable/package/2f77fff1bffa37738faaaba8381c52394f3a1dd3/lib/libunwindstack.a
-- Library client found /home/toni/.conan/data/crashpad/20200624/orbitdeps/stable/package/d4edebb3866c0459d70b8f1f0c6d666fccd6aaa7/lib/libclient.a
-- Library util found /home/toni/.conan/data/crashpad/20200624/orbitdeps/stable/package/d4edebb3866c0459d70b8f1f0c6d666fccd6aaa7/lib/libutil.a
-- Library base found /home/toni/.conan/data/crashpad/20200624/orbitdeps/stable/package/d4edebb3866c0459d70b8f1f0c6d666fccd6aaa7/lib/libbase.a
-- Library libfreetype-gl.a found /home/toni/.conan/data/freetype-gl/8d9a97a/orbitdeps/stable/package/4c2f48f39aeda5c72530ead18d9cce522f70796c/lib/libfreetype-gl.a
-- Library imgui found /home/toni/.conan/data/imgui/1.69/bincrafters/stable/package/d95500fa6119a098d93fa5f75102fb222bd05a4c/lib/libimgui.a
-- Library ssh2 found /home/toni/.conan/data/libssh2/1.9.0/_/_/package/649b2a7b85daf4c717667a568dab8e8db63e2b80/lib/libssh2.a
-- Library absl_flags_parse found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_flags_parse.a
-- Library absl_flags_usage_internal found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_flags_usage_internal.a
-- Library absl_flags found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_flags.a
-- Library absl_flags_registry found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_flags_registry.a
-- Library absl_flags_handle found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_flags_handle.a
-- Library absl_flags_config found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_flags_config.a
-- Library absl_flags_internal found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_flags_internal.a
-- Library absl_flags_usage found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_flags_usage.a
-- Library absl_hashtablez_sampler found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_hashtablez_sampler.a
-- Library absl_failure_signal_handler found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_failure_signal_handler.a
-- Library absl_synchronization found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_synchronization.a
-- Library absl_examine_stack found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_examine_stack.a
-- Library absl_stacktrace found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_stacktrace.a
-- Library absl_symbolize found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_symbolize.a
-- Library absl_graphcycles_internal found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_graphcycles_internal.a
-- Library absl_random_seed_sequences found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_random_seed_sequences.a
-- Library absl_flags_marshalling found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_flags_marshalling.a
-- Library absl_random_internal_distribution_test_util found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_random_internal_distribution_test_util.a
-- Library absl_time found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_time.a
-- Library absl_debugging_internal found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_debugging_internal.a
-- Library absl_malloc_internal found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_malloc_internal.a
-- Library absl_random_internal_pool_urbg found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_random_internal_pool_urbg.a
-- Library absl_strings found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_strings.a
-- Library absl_base found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_base.a
-- Library absl_random_internal_randen found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_random_internal_randen.a
-- Library absl_str_format_internal found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_str_format_internal.a
-- Library absl_time_zone found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_time_zone.a
-- Library absl_strings_internal found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_strings_internal.a
-- Library absl_spinlock_wait found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_spinlock_wait.a
-- Library absl_random_seed_gen_exception found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_random_seed_gen_exception.a
-- Library absl_random_internal_seed_material found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_random_internal_seed_material.a
-- Library absl_random_internal_randen_slow found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_random_internal_randen_slow.a
-- Library absl_random_internal_randen_hwaes_impl found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_random_internal_randen_hwaes_impl.a
-- Library absl_random_internal_randen_hwaes found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_random_internal_randen_hwaes.a
-- Library absl_int128 found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_int128.a
-- Library absl_dynamic_annotations found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_dynamic_annotations.a
-- Library absl_demangle_internal found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_demangle_internal.a
-- Library absl_throw_delegate found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_throw_delegate.a
-- Library absl_scoped_set_env found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_scoped_set_env.a
-- Library absl_raw_hash_set found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_raw_hash_set.a
-- Library absl_random_distributions found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_random_distributions.a
-- Library absl_log_severity found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_log_severity.a
-- Library absl_leak_check_disable found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_leak_check_disable.a
-- Library absl_hash found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_hash.a
-- Library absl_civil_time found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_civil_time.a
-- Library absl_city found /home/toni/.conan/data/abseil/20190808/orbitdeps/stable/package/3799fb8cb1a04f813eddf0fed1a4c0ba64742eca/lib/libabsl_city.a
-- Library ssl found /home/toni/.conan/data/openssl/1.1.1d/orbitdeps/stable/package/da161d9605c14c12760db705f0230bdd7e86d79a/lib/libssl.a
-- Library crypto found /home/toni/.conan/data/openssl/1.1.1d/orbitdeps/stable/package/da161d9605c14c12760db705f0230bdd7e86d79a/lib/libcrypto.a
-- Library protoc found /home/toni/.conan/data/protobuf/3.9.1/bincrafters/stable/package/d95500fa6119a098d93fa5f75102fb222bd05a4c/lib/libprotoc.a
-- Library protobuf found /home/toni/.conan/data/protobuf/3.9.1/bincrafters/stable/package/d95500fa6119a098d93fa5f75102fb222bd05a4c/lib/libprotobuf.a
-- Library pthread not found in package, might be system one
-- Library cares found /home/toni/.conan/data/c-ares/1.15.0/conan/stable/package/d4edebb3866c0459d70b8f1f0c6d666fccd6aaa7/lib/libcares.a
-- Library LLVMDebugInfoPDB found /home/toni/.conan/data/llvm_debuginfo_pdb/9.0.1-2/orbitdeps/stable/package/2cbfd6207f40bd6a7c98604108ae020f3b44005d/lib/libLLVMDebugInfoPDB.a
-- Library LLVMDebugInfoDWARF found /home/toni/.conan/data/llvm_debuginfo_dwarf/9.0.1-2/orbitdeps/stable/package/f835054201d50f8edfe6bc10ae30dbd17d3c5292/lib/libLLVMDebugInfoDWARF.a
-- Library lzma_sdk found /home/toni/.conan/data/lzma_sdk/19.00/orbitdeps/stable/package/d95500fa6119a098d93fa5f75102fb222bd05a4c/lib/liblzma_sdk.a
-- Library freetype found /home/toni/.conan/data/freetype/2.10.0/bincrafters/stable/package/b11dcccdade8c7fbdef98dae3e3554cffeadac6a/lib/libfreetype.a
-- Library m not found in package, might be system one
-- Library GLEW found /home/toni/.conan/data/glew/2.1.0/orbitdeps/stable/package/1cfc6230833f479ea28e841e50d46c83955bbe45/lib/libGLEW.a
-- Library cctz found /home/toni/.conan/data/cctz/2.3/_/_/package/d95500fa6119a098d93fa5f75102fb222bd05a4c/lib/libcctz.a
-- Library bz2 found /home/toni/.conan/data/bzip2/1.0.8/conan/stable/package/159601ee6f650b0edc96b7f4d2c5717084fde407/lib/libbz2.a
-- Library LLVMObject found /home/toni/.conan/data/llvm_object/9.0.1-2/orbitdeps/stable/package/0046431549e9c88b41d823b74b7bfce82b3b9825/lib/libLLVMObject.a
-- Library png16 found /home/toni/.conan/data/libpng/1.6.37/bincrafters/stable/package/da161d9605c14c12760db705f0230bdd7e86d79a/lib/libpng16.a
-- Library m not found in package, might be system one
-- Library LLVMBitReader found /home/toni/.conan/data/llvm_bit_reader/9.0.1-2/orbitdeps/stable/package/9d84da9a2e744a38788b24cc6d6beb982d10eb7c/lib/libLLVMBitReader.a
-- Library LLVMMCParser found /home/toni/.conan/data/llvm_mc_parser/9.0.1-2/orbitdeps/stable/package/f3a467c09882c707e1703b18d7022344853436e3/lib/libLLVMMCParser.a
-- Library LLVMTextAPI found /home/toni/.conan/data/llvm_textapi/9.0.1-2/orbitdeps/stable/package/11d2dc954b9481227a21d36549680f677792a7dc/lib/libLLVMTextAPI.a
-- Library LLVMCore found /home/toni/.conan/data/llvm_core/9.0.1-2/orbitdeps/stable/package/03dee6ac97a0f5d1e1b218b4d12d4e4ce56b2f17/lib/libLLVMCore.a
-- Library LLVMMC found /home/toni/.conan/data/llvm_mc/9.0.1-2/orbitdeps/stable/package/fce361dfb2b2d3e9832dbf577f83550f3c53c8c8/lib/libLLVMMC.a
-- Library LLVMBinaryFormat found /home/toni/.conan/data/llvm_binary_format/9.0.1-2/orbitdeps/stable/package/a44f6862968fceb26a4af6a9e62e301a2e8d3b37/lib/libLLVMBinaryFormat.a
-- Library LLVMRemarks found /home/toni/.conan/data/llvm_remarks/9.0.1-2/orbitdeps/stable/package/d505c6f92b333fab50fbc4b44c9e3030f269c287/lib/libLLVMRemarks.a
-- Library LLVMDebugInfoCodeView found /home/toni/.conan/data/llvm_debuginfo_codeview/9.0.1-2/orbitdeps/stable/package/da298e73d65e704041d475d6222839c275c5a07c/lib/libLLVMDebugInfoCodeView.a
-- Library LLVMBitstreamReader found /home/toni/.conan/data/llvm_bitstream_reader/9.0.1-2/orbitdeps/stable/package/a44f6862968fceb26a4af6a9e62e301a2e8d3b37/lib/libLLVMBitstreamReader.a
-- Library LLVMDebugInfoMSF found /home/toni/.conan/data/llvm_debuginfo_msf/9.0.1-2/orbitdeps/stable/package/a44f6862968fceb26a4af6a9e62e301a2e8d3b37/lib/libLLVMDebugInfoMSF.a
-- Library LLVMSupport found /home/toni/.conan/data/llvm_support/9.0.1-2/orbitdeps/stable/package/a61e04b6731682d180bdfac9b2dc5df8c0ab4ebc/lib/libLLVMSupport.a
-- Library z found /home/toni/.conan/data/zlib/1.2.11/_/_/package/d4edebb3866c0459d70b8f1f0c6d666fccd6aaa7/lib/libz.a
-- Library LLVMDemangle found /home/toni/.conan/data/llvm_demangle/9.0.1-2/orbitdeps/stable/package/3b679327d61e18337300deede65821aef7497d13/lib/libLLVMDemangle.a
-- Conan: Adjusting default RPATHs Conan policies
-- Conan: Adjusting language standard
-- Conan: Adjusting fPIC flag (ON)
-- Conan: Compiler GCC>=5, checking major version 10
-- Conan: Checking correct version: 10
-- Conan: C++ stdlib: libstdc++11
BUILD TYPE: RelWithDebInfo
CMake Error at /home/toni/.conan/data/cmake_installer/3.16.3/conan/stable/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
Could NOT find VulkanValidationLayers (missing:
VulkanValidationLayers_INCLUDE_DIR)
Call Stack (most recent call first):
/home/toni/.conan/data/cmake_installer/3.16.3/conan/stable/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
cmake/FindVulkanValidationLayers.cmake:13 (find_package_handle_standard_args)
CMakeLists.txt:122 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/toni/Documents/source/orbit/build_default_relwithdebinfo/CMakeFiles/CMakeOutput.log".
See also "/home/toni/Documents/source/orbit/build_default_relwithdebinfo/CMakeFiles/CMakeError.log".
ERROR: conanfile.py (OrbitProfiler/None): Error in build() method, line 169
cmake.configure()
ConanException: Error 1 while executing cd '/home/toni/Documents/source/orbit/build_default_relwithdebinfo' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="RelWithDebInfo" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="10" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DCMAKE_INSTALL_PREFIX="/home/toni/Documents/source/orbit/build_default_relwithdebinfo/package" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCONAN_CMAKE_POSITION_INDEPENDENT_CODE="ON" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DWITH_GUI="ON" -DWITH_ORBITGL="ON" -DWITH_VULKAN_LAYER="OFF" -DWITH_CRASH_HANDLING="ON" -DCRASHDUMP_SERVER="" -Wno-dev '/home/toni/Documents/source/orbit'Offline
On december 10 a file was added to solve that , https://github.com/google/orbit/commits … yers.cmake
Check the source you downloaded / cloned : Is cmake/FindVulkanValidationLayers.cmake present ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
On december 10 a file was added to solve that , https://github.com/google/orbit/commits … yers.cmake
Check the source you downloaded / cloned : Is cmake/FindVulkanValidationLayers.cmake present ?
FindVulkanValidationLayers.cmake is there, I cloned orbit from the master.
Offline
Archlinux has the vulkan validation files in /usr/include/vulkan/vulkan .
Try changing
HINTS "$ENV{VULKAN_SDK}/include"to
HINTS "$ENV{VULKAN_SDK}/include /usr/include/vulkan/vulkan"It's a crude way to workaround this, but it may work.
Others with a better solution will hopefully post.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Archlinux has the vulkan validation files in /usr/include/vulkan/vulkan .
Try changing
HINTS "$ENV{VULKAN_SDK}/include"to
HINTS "$ENV{VULKAN_SDK}/include /usr/include/vulkan/vulkan"It's a crude way to workaround this, but it may work.
Others with a better solution will hopefully post.
I am sorry but which file do I need to change?
Offline
You need to change the cmake/FindVulkanValidationLayers.cmake file in the cloned source.
Currently it searches in the wrong locations for archlinux vulkan-validation-layers.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Still doesn't work. I found vk_layer_dispatch_table.h in /usr/include/vulkan/vulkan and change find_path in cmake/FindVulkanValidationLayers.cmake to
find_path(VulkanValidationLayers_INCLUDE_DIR
NAMES vk_layer_dispatch_table.h
PATH_SUFFIXES vulkan/
# HINTS "$ENV{VULKAN_SDK}/include")
HINTS "$ENV{VULKAN_SDK}/include /usr/include/vulkan/vulkan")Offline
The right patch is actually this
find_path(VulkanValidationLayers_INCLUDE_DIR
NAMES vk_layer_dispatch_table.h
PATH_SUFFIXES vulkan/
# HINTS "$ENV{VULKAN_SDK}/include")
HINTS "/usr/include/vulkan/")Well the build is still unsuccessful but at least I have different error now.
Offline
Managing AUR repos The Right Way -- aurpublish (now a standalone tool)
Offline