Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[poco] update to 1.14.1 #44609

Closed
ArtyomAfanasovBS opened this issue Mar 25, 2025 · 6 comments
Closed

[poco] update to 1.14.1 #44609

ArtyomAfanasovBS opened this issue Mar 25, 2025 · 6 comments
Assignees
Labels
category:question This issue is a question

Comments

@ArtyomAfanasovBS
Copy link

Library name

Poco

New version number

1.14.1

Other information that may be useful (release notes, etc...)

why does an error occur when I specify the version?

Code:

{
      "name": "poco",
      "default-features": false,
      "version>=": "1.14.1"
}

Error:

EXEC : error : no version database entry for poco at 1.14.1. [pathToProject.vcxproj]
  Available versions:
    1.13.3#1
    1.13.3
    1.13.2
    1.13.0
    1.12.5.1
    1.12.5
    1.12.4#4
    1.12.4#3
    1.12.4#2
    1.12.4#1
    1.12.4
    1.11.2
    1.11.1
    1.11.0#2
    1.11.0#1
    1.11.0
    1.10.1#5
    1.10.1#4
    1.10.1#3
    1.10.1#2
    1.10.1#1
    1.10.1
    1.9.2#4
    1.9.2#3
    1.9.2-2
    1.9.2-1
    1.9.2
    2.0.0-pre-3
    2.0.0-pre-2
    2.0.0-pre-1
    2.0.0-pre
    1.9.0-1
    1.9.0
    1.8.1-2
    1.8.1-1
    1.8.1
    1.8.0.1
    1.7.8-2
    1.7.8-1
    1.7.8
    1.7.6-4
    1.7.6-3
    1.7.6-2
    1.7.6-1
    1.7.6
  See `vcpkg help versioning` or https://learn.microsoft.com/vcpkg/users/versioning?WT.mc_id=vcpkg_inproduct_cli for mo
  re information.
  See https://learn.microsoft.com/vcpkg/users/versioning-troubleshooting?WT.mc_id=vcpkg_inproduct_cli for more informat
  ion.
  note: updating vcpkg by rerunning bootstrap-vcpkg may resolve this failure.
  note: while loading [email protected]

1.14.1#1, same thing.


See available versions:
https://vcpkg.io/en/package/poco

@ArtyomAfanasovBS ArtyomAfanasovBS added the category:port-update The issue is with a library, which is requesting update new revision label Mar 25, 2025
@ArtyomAfanasovBS
Copy link
Author

Image

@Cheney-W Cheney-W added category:question This issue is a question and removed category:port-update The issue is with a library, which is requesting update new revision labels Mar 27, 2025
@Cheney-W
Copy link
Contributor

What's the value of the builtin-baseline in your vcpkg.json file?

@ArtyomAfanasovBS
Copy link
Author

What's the value of the builtin-baseline in your vcpkg.json file?

@Cheney-W ,
What value do I need?

@ArtyomAfanasovBS
Copy link
Author

What's the value of the builtin-baseline in your vcpkg.json file?

13bde2f

@Cheney-W
Copy link
Contributor

The version of poco in this commit is 1.13.0, this means that vcpkg only recognizes version 1.13.0 and versions lower than this.
You should use a more recent vcpkg commit as the value of builtin-baseline.
c636198

@ArtyomAfanasovBS
Copy link
Author

Changing the builtin-baseline helped, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:question This issue is a question
Projects
None yet
Development

No branches or pull requests

2 participants