Closed rchatsiri closed 5 years ago
Looks like an error with Bintray service. Does it happen always? Frequently?...
It's many time show an error when i'm build boost library.
Try with Conan version 1.17.0. We solved and issue that might be related.
It's already to build success after change version to 1.17.0. I'm was deleted cache package at path ~/.conan/data and run install command again. We should close this issue.
To help us debug your issue please explain:
[x] I've read the CONTRIBUTING guide.
[x] I've specified the Conan version, operating system version and any tool that can be relevant. Conan version: Conan version 1.16.1 OS: Linux, CentOS: 3.10.0-957.1.3.el7.x86_64 Cmake version: 3.10.1 G++: g++ (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5) GCC: gcc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5)
[x] I've explained the steps to reproduce the error or the motivation/use case of the question/suggestion.
I'm add profile to ~/.conan/profiles/tt-dev-profile
2) Conan file build simple library at source directory.
3) Create build directory inside source directory.
$mkdir build
4) run command line in build directory same below.conan install .. --profile tt-dev-profile --build boost --build bzip2 --build gflags --build glog --build double-conversion --build lz4 --build lzma --build zlib --build zstd --build OpenSSL
An error show in console after run
conan install ..