- Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
Description
Package and Environment Details (include every applicable attribute)
- Package Name/Version: libui/0.4.1
- Operating System+version: macOS 11.1 (20C69)
- Compiler+version: clang-1200.0.32.29
- Conan version: conan 1.35.0
- Python version: Python 3.9.1
Conan profile (output of conan profile show default or conan profile show <profile> if custom profile is in use)
[settings] os=Macos os_build=Macos arch=x86_64 arch_build=x86_64 compiler=apple-clang compiler.version=12.0 compiler.libcxx=libc++ build_type=Release [options] [build_requires] [env]Steps to reproduce (Include if Applicable)
conanfile.txt
[requires] libui/0.4.1@bincrafters/stable$ conan remote add bintray https://api.bintray.com/conan/bincrafters/public-conan $ mkdir build && cd $_ $ conan install ..Logs (Include/Attach if Applicable)
Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=apple-clang compiler.libcxx=libc++ compiler.version=12.0 os=Macos os_build=Macos [options] [build_requires] [env] libui/0.4.1@bincrafters/stable: Not found in local cache, looking in remotes... libui/0.4.1@bincrafters/stable: Trying with 'conan-center'... libui/0.4.1@bincrafters/stable: Trying with 'bintray'... Downloading conanmanifest.txt completed [0.16k] Downloading conanfile.py completed [3.63k] Downloading conan_export.tgz completed [0.74k] Decompressing conan_export.tgz completed [0.00k] libui/0.4.1@bincrafters/stable: Downloaded recipe revision 0 conanfile.txt: Installing package Requirements libui/0.4.1@bincrafters/stable from 'bintray' - Downloaded Packages libui/0.4.1@bincrafters/stable:6a83d7f783e7ee89a83cf2fe72b5f5f67538e2a6 - Missing Installing (downloading, building) binaries... ERROR: Missing binary: libui/0.4.1@bincrafters/stable:6a83d7f783e7ee89a83cf2fe72b5f5f67538e2a6 libui/0.4.1@bincrafters/stable: WARN: Can't find a 'libui/0.4.1@bincrafters/stable' package for the specified settings, options and dependencies: - Settings: arch=x86_64, build_type=Release, compiler=apple-clang, compiler.libcxx=libc++, compiler.version=12.0, os=Macos - Options: fPIC=True, shared=False - Dependencies: - Requirements: - Package ID: 6a83d7f783e7ee89a83cf2fe72b5f5f67538e2a6 ERROR: Missing prebuilt package for 'libui/0.4.1@bincrafters/stable' Try to build from sources with '--build=libui' Use 'conan search <reference> --table table.html' Or read 'http://docs.conan.io/en/latest/faq/troubleshooting.html#error-missing-prebuilt-package' I mean is this related to the bintray being turned off? - Or am I misusing it?
Reactions are currently unavailable