conan-io / conan-center-index

Recipes for the ConanCenter repository
https://conan.io/center
MIT License
960 stars 1.77k forks source link

[package] trompeloeil/49: Not found in conancenter #25861

Open offa opened 14 hours ago

offa commented 14 hours ago

Description

trompeloeil/49 was recently added to conancenter (#25541), but it can't be installed:

conan install --requires=trompeloeil/49
[…]
ERROR: Package 'trompeloeil/49' not resolved: Unable to find 'trompeloeil/49' in remotes.

Package and Environment Details

Conan profile

Host profile: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.cppstd=20 compiler.libcxx=libstdc++11 compiler.version=13 os=Linux

Build profile: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.cppstd=20 compiler.libcxx=libstdc++11 compiler.version=13 os=Linux

Steps to reproduce

conan install --requires=trompeloeil/49

(or use a conanfile)

Logs

Click to expand log ``` […] ======== Computing dependency graph ======== trompeloeil/49: Not found in local cache, looking in remotes... trompeloeil/49: Checking remote: conancenter Graph root cli ERROR: Package 'trompeloeil/49' not resolved: Unable to find 'trompeloeil/49' in remotes. ```
jcar87 commented 11 hours ago

Apologies for this - this is part of the migration to our new CI pipeline and deprecation path for COnan 1.x

From my earlier comment - https://github.com/conan-io/conan-center-index/issues/25845#issuecomment-2459582093

conan remote update --url https://center2.conan.io conancenter

The legacy repository is no longer updated (but still up and running). This will be all announced tomorrow more formally.