-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[vcpkg search] output lists %-*s %s instead of port/features #26415
Labels
category:vcpkg-bug
The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)
Comments
LilyWangLL
added
requires:repro
The issue is not currently repro-able
category:vcpkg-bug
The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)
and removed
requires:repro
The issue is not currently repro-able
labels
Aug 19, 2022
I can reproduce this issue locally. @BillyONeal Can you help take a look this issue? |
BillyONeal
added a commit
to BillyONeal/vcpkg-tool
that referenced
this issue
Aug 19, 2022
This regressed in microsoft@107754f
BillyONeal
added a commit
to microsoft/vcpkg-tool
that referenced
this issue
Aug 19, 2022
* Fix fmt format strings. Resolves microsoft/vcpkg#26415 This regressed in 107754f * More!
Thank you very much @BillyONeal - works as advertised now :) |
You too! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category:vcpkg-bug
The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)
Describe the bug
A clear and concise description of what the bug is.
Environment
Visual Studio Community 2022 Version: [17.3.1] VS Tools Version: [14.33.31629]
Microsoft (R) C/C++ Optimizing Compiler Version [19.33.31629] for x64
Fresh clones of
vcpkg
andvcpkg-tool
repos.NOTE 1 The
vcpkg.exe
being used is built, compiled and linked from the vcpkg-tool source with commit [ [localization][automated][ci skip] update locale file, although I suspect one of the following is the actual culprit causing the improperly formatted text invcpkg search
output:https://github.com/microsoft/vcpkg-tool/pull/662
https://github.com/microsoft/vcpkg-tool/pull/646
The search was working properly after commit microsoft/vcpkg-tool#642 .
NOTE 2 The
vcpkg.exe
produces the correct output when runningvcpkg list sdl2
NOTE 3 I ran
bootstrap-vcpkg.bat
to download, installed the latest microsoft createdvcpkg
and search does work correctly, so this would eliminated corruption of my vcpkg instance.To Reproduce
Steps to reproduce the behavior:
vcpkg-tool
code as of 08/18/2022 @ 22:30 EDTusername@computer Microsoft Windows [Version 10.0.22000.856] 08/18/2022 22:15:36
D:\vcpkg
Expected behavior
./vcpkg search sdl2 - should list all ports/features containing the term "sdl2"
Failure logs
Additional context
Note: I use vcpkg in classic mode, no registries, no overlays, no binary caching, etc.
The text was updated successfully, but these errors were encountered: