******************************************************************************** conan install libftdi/0.20@#f87fb9ae73d514572641a7084a4630ef --build=libftdi -pr /home/conan/w/prod/BuildSingleReference/272687/13575205-390c-4803-958e-2603fd399f4d/profile_linux_9_libstdcpp11_gcc_debug_64.libftdi-shared-True.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.conan/profiles/default) CC and CXX: /usr/bin/gcc, /usr/bin/g++ Found gcc 9 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/prod/BuildSingleReference/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=9 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Debug compiler=gcc compiler.libcxx=libstdc++11 compiler.version=9 os=Linux [options] libftdi:shared=True [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True libusb-compat/0.1.7: Not found in local cache, looking in remotes... libusb-compat/0.1.7: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz libusb-compat/0.1.7: Downloaded recipe revision ab6a3c9ec4ddf4ca47e0960f694498c3 libusb/1.0.24: Not found in local cache, looking in remotes... libusb/1.0.24: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz libusb/1.0.24: Downloaded recipe revision 8afbcdf310bf3bce871a65e4feaeb027 libudev/system: Not found in local cache, looking in remotes... libudev/system: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py libudev/system: Downloaded recipe revision 86e335f85cbb299d6c9fc6260b3f1b0b boost/1.82.0: Not found in local cache, looking in remotes... boost/1.82.0: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz boost/1.82.0: Downloaded recipe revision 902463606663219fc8c6d2102f1b8c6a zlib/1.2.13: Not found in local cache, looking in remotes... zlib/1.2.13: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz zlib/1.2.13: Downloaded recipe revision e377bee636333ae348d51ca90874e353 bzip2/1.0.8: Not found in local cache, looking in remotes... bzip2/1.0.8: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz bzip2/1.0.8: Downloaded recipe revision 411fc05e80d47a89045edc1ee6f23c1d libbacktrace/cci.20210118: Not found in local cache, looking in remotes... libbacktrace/cci.20210118: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz libbacktrace/cci.20210118: Downloaded recipe revision ec1aa63bbc10145c6a299e68e711670c libftdi/0.20: Forced build from source Installing package: libftdi/0.20 Requirements boost/1.82.0 from 'conan-center' - Downloaded bzip2/1.0.8 from 'conan-center' - Downloaded libbacktrace/cci.20210118 from 'conan-center' - Downloaded libftdi/0.20 from local cache - Cache libudev/system from 'conan-center' - Downloaded libusb/1.0.24 from 'conan-center' - Downloaded libusb-compat/0.1.7 from 'conan-center' - Downloaded zlib/1.2.13 from 'conan-center' - Downloaded Packages boost/1.82.0:a77ca77d437f4354bdec12173c1a0c2b8b7d01f4 - Download bzip2/1.0.8:1d984b241c5c01f748cafe0b37dc9567ed236fef - Download libbacktrace/cci.20210118:23b828d52c0630e6b0b96d2945419feb7843c4f8 - Download libftdi/0.20:8708a472073d37a33c5dce4e75768efaf4801ff2 - Build libudev/system:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Download libusb/1.0.24:62719d8786395826412f74a524985353326ebd65 - Download libusb-compat/0.1.7:48fddc5ab7e6288d553e4b25f0a8592e0c0a8f42 - Missing zlib/1.2.13:23b828d52c0630e6b0b96d2945419feb7843c4f8 - Download Installing (downloading, building) binaries... ERROR: Missing binary: libusb-compat/0.1.7:48fddc5ab7e6288d553e4b25f0a8592e0c0a8f42 libusb-compat/0.1.7: WARN: Can't find a 'libusb-compat/0.1.7' package for the specified settings, options and dependencies: - Settings: arch=x86_64, build_type=Debug, compiler=gcc, compiler.version=9, os=Linux - Options: enable_logging=False, fPIC=True, shared=False, libusb:enable_udev=True, libusb:fPIC=True, libusb:shared=False - Dependencies: libusb/1.0.24 - Requirements: libusb/1.Y.Z - Package ID: 48fddc5ab7e6288d553e4b25f0a8592e0c0a8f42 ERROR: Missing prebuilt package for 'libusb-compat/0.1.7' Use 'conan search libusb-compat/0.1.7@ --table=table.html -r=remote' and open the table.html file to see available packages Or try to build locally from sources with '--build=libusb-compat' More Info at 'https://docs.conan.io/en/latest/faq/troubleshooting.html#error-missing-prebuilt-package'