Conan: OpenSSL bintray problems

Created on 29 Nov 2018  ·  4Comments  ·  Source: conan-io/conan

Conan Version: 1.8.3
OS: MacOS and Ubuntu
I'm seeing an issue similar to #3729 but for OpenSSL

$ conan search OpenSSL -r conan-center
Existing package recipes:

OpenSSL/1.0.2@conan/stable
OpenSSL/1.0.2l@conan/stable
OpenSSL/1.0.2m@conan/stable
OpenSSL/1.0.2n@conan/stable
OpenSSL/1.0.2o@conan/stable
OpenSSL/1.0.2p@conan/stable
OpenSSL/1.0.2q@conan/stable
OpenSSL/1.1.0g@conan/stable
OpenSSL/1.1.0i@conan/stable
OpenSSL/1.1.0j@conan/stable
OpenSSL/1.1.1@conan/stable
OpenSSL/1.1.1a@conan/stable
$ conan search OpenSSL/1.0.2o@conan/stable -r conan-center
ERROR: Unable to retrieve resource.. [Remote: conan-center]
$ conan search OpenSSL/1.1.1@conan/stable -r conan-center
ERROR: Unable to retrieve resource.. [Remote: conan-center]

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.
  • [x] I've explained the steps to reproduce the error or the motivation/use case of the question/suggestion.
bintray bug

Most helpful comment

The Bintray team managed to solve the search issues and now all the versions of OpenSSL are working fine. Do not hesitate to comment if you find any similar issue. Thanks a lot for reporting!

All 4 comments

Yes, I can reproduce the exactly same behavior on my side.

Now it works for OpenSSL/1.1.1@conan/stable, but it is failing for OpenSSL/1.0.2o@conan/stable. Something is not working on the Bintray side 😞

Summary status:

$ conan search OpenSSL/1.0.2@conan/stable -r conan-center❌
Existing packages for recipe OpenSSL/1.0.2@conan/stable:

Existing recipe in remote 'conan-center':

There are no packages for reference 'OpenSSL/1.0.2@conan/stable', but package recipe found.

$ conan search OpenSSL/1.0.2l@conan/stable -r conan-center ✔️
$ conan search OpenSSL/1.0.2m@conan/stable -r conan-center ✔️
$ conan search OpenSSL/1.0.2n@conan/stable -r conan-center ✔️
$ conan search OpenSSL/1.0.2o@conan/stable -r conan-center ❌
ERROR: Unable to retrieve resource.. [Remote: conan-center]

$ conan search OpenSSL/1.0.2p@conan/stable -r conan-center  ✔️
$ conan search OpenSSL/1.0.2q@conan/stable -r conan-center ✔️ 
$ conan search OpenSSL/1.1.0g@conan/stable -r conan-center ✔️ 
$ conan search OpenSSL/1.1.0i@conan/stable -r conan-center ✔️
$ conan search OpenSSL/1.1.0j@conan/stable -r conan-center ✔️
$ conan search OpenSSL/1.1.1@conan/stable -r conan-center ✔️
$ conan search OpenSSL/1.1.1a@conan/stable -r conan-center ✔️

The Bintray team managed to solve the search issues and now all the versions of OpenSSL are working fine. Do not hesitate to comment if you find any similar issue. Thanks a lot for reporting!

Was this page helpful?
0 / 5 - 0 ratings