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

[fmt:x64-windows] build failure #12589

Closed
VladBolotov opened this issue Jul 27, 2020 · 2 comments · Fixed by #12569
Closed

[fmt:x64-windows] build failure #12589

VladBolotov opened this issue Jul 27, 2020 · 2 comments · Fixed by #12569
Assignees
Labels
category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly

Comments

@VladBolotov
Copy link

VladBolotov commented Jul 27, 2020

Host Environment

  • OS: Windows 10
  • Compiler: C/C++ Optimizing Compiler Version 19.26.28806

To Reproduce
Steps to reproduce the behavior:
vcpkg.exe install fmr:x64-windows

Failure logs

vcpkg.exe install fmt:x64-windows
Computing installation plan...
The following packages will be built and installed:
    fmt[core]:x64-windows
Detecting compiler hash for triplet x64-windows...
Starting package 1/1: fmt:x64-windows
Building package fmt[core]:x64-windows...
-- Using cached C:/Tools/vcpkg/downloads/fmtlib-fmt-19bd751020a1f3c3363b2eb67a039852f139a8d3.tar.gz
-- Cleaning sources at C:/Tools/vcpkg/buildtrees/fmt/src/52f139a8d3-70a26f0c4b.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/Tools/vcpkg/downloads/fmtlib-fmt-19bd751020a1f3c3363b2eb67a039852f139a8d3.tar.gz
-- Applying patch fix-warning4189.patch
-- Using source at C:/Tools/vcpkg/buildtrees/fmt/src/52f139a8d3-70a26f0c4b.clean
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Installing: C:/Tools/vcpkg/packages/fmt_x64-windows/share/fmt/copyright
-- Fixing pkgconfig
CMake Error at scripts/cmake/vcpkg_fixup_pkgconfig.cmake:279 (find_program):
  Could not find PKGCONFIG using the following names: pkg-config
Call Stack (most recent call first):
  ports/fmt/portfile.cmake:44 (vcpkg_fixup_pkgconfig)
  scripts/ports.cmake:79 (include)


Error: Building package fmt:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: fmt:x64-windows
  Vcpkg version: 2020.06.15-nohash
@VladBolotov VladBolotov changed the title [fmr:x64-windows] build failure [fmt]:x64-windows] build failure Jul 27, 2020
@VladBolotov VladBolotov changed the title [fmt]:x64-windows] build failure [fmt:x64-windows] build failure Jul 27, 2020
@JonLiu1993 JonLiu1993 self-assigned this Jul 27, 2020
@JackBoosY JackBoosY added the category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly label Jul 27, 2020
@PhoebeHui
Copy link
Contributor

@VladBolotov, this issue would be fixed by PR #12569, could you try the changes? sorry for blocking you.

Duplicated to #12565

@VladBolotov
Copy link
Author

@PhoebeHui, Works for me, thanks!

sorry for blocking you.

Do not worry, it's okay ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:tool-update The issue is with build tool or build script, which requires update or should be executed correctly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants