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

[vcpkg-tool-meson] Build error on x64-windows #43443

Open
dkdldjswkd opened this issue Jan 24, 2025 · 1 comment
Open

[vcpkg-tool-meson] Build error on x64-windows #43443

dkdldjswkd opened this issue Jan 24, 2025 · 1 comment
Assignees
Labels
requires:repro The issue is not currently repro-able

Comments

@dkdldjswkd
Copy link

Package: vcpkg-tool-meson:[email protected]

Host Environment

  • Host: x64-windows
  • Compiler: MSVC 19.39.33523.0
  • vcpkg-tool version: 2025-01-20-ca7c14e5a1929895e4124094788deb7ea0ac2e58
    vcpkg-scripts version: 57629cd 2025-01-23 (3 hours ago)

To Reproduce

vcpkg install

Failure logs

-- Installing: C:/vcpkg/packages/vcpkg-tool-meson_x64-windows/share/vcpkg-tool-meson/copyright
-- Using cached python-3.12.7-embed-amd64.zip.
CMake Error at packages/vcpkg-tool-meson_x64-windows/share/vcpkg-tool-meson/vcpkg-port-config.cmake:60 (message):
  Found Python version ' at
  C:/vcpkg/downloads/tools/python/python-3.12.7-x64-1/python.exe' is
  insufficient for meson.  meson requires at least version '3.7'
Call Stack (most recent call first):
  buildtrees/versioning_/versions/vcpkg-tool-meson/cdfb605662a81299245a1ea4a3659fab1ddaff70/portfile.cmake:43 (include)
  scripts/ports.cmake:196 (include)



Additional context

vcpkg.json
{
  "dependencies": [
    {
      "name": "protobuf",
      "version>=": "4.25.1"
    },
    {
      "name": "boost",
      "version>=": "1.86.0"
    }
  ],
  "builtin-baseline": "3508985146f1b1d248c67ead13f8f54be5b4f5da"
}

@LilyWangLL LilyWangLL marked this as a duplicate of #43447 Jan 24, 2025
@Cheney-W Cheney-W added the requires:repro The issue is not currently repro-able label Jan 24, 2025
@Cheney-W
Copy link
Contributor

Please use fc5118086f5db341ee4ab3a7d4d64c0f39896270 as the builtin-baseline and try again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requires:repro The issue is not currently repro-able
Projects
None yet
Development

No branches or pull requests

2 participants