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 #43447

Closed
dkdldjswkd opened this issue Jan 24, 2025 · 0 comments
Closed

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

dkdldjswkd opened this issue Jan 24, 2025 · 0 comments
Labels
category:question This issue is a question

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-11-0f310537c75015100d200eb71b137f6376aad510
    vcpkg-scripts version: e16970f 2025-01-23 (75 minutes ago)

To Reproduce

vcpkg install

Failure logs

-- Installing: C:/vcpkg/packages/vcpkg-tool-meson_x64-windows/share/vcpkg-tool-meson/copyright
Downloading meson-1.5.1.tar.gz
Successfully downloaded meson-1.5.1.tar.gz.
cmake -E tar: warning: skipping symbolic link "meson-1.5.1/test cases/frameworks/35 boost symlinks/boost/include/boost" -> "../Cellar/boost/0.3.0/include/boost".
cmake -E tar: warning: skipping symbolic link "meson-1.5.1/test cases/frameworks/35 boost symlinks/boost/lib/boost_python-vc142-mt-gd-x32-0_3.lib" -> "../Cellar/boost-python/0.3.0/lib/boost_python-vc142-mt-gd-x32-0_3.lib".
cmake -E tar: warning: skipping symbolic link "meson-1.5.1/test cases/frameworks/35 boost symlinks/boost/lib/boost_python-vc142-mt-gd-x64-0_3.lib" -> "../Cellar/boost-python/0.3.0/lib/boost_python-vc142-mt-gd-x64-0_3.lib".
cmake -E tar: warning: skipping symbolic link "meson-1.5.1/test cases/frameworks/35 boost symlinks/boost/lib/boost_regex-vc142-mt-gd-x32-0_3.lib" -> "../Cellar/boost/0.3.0/lib/boost_regex-vc142-mt-gd-x32-0_3.lib".
cmake -E tar: warning: skipping symbolic link "meson-1.5.1/test cases/frameworks/35 boost symlinks/boost/lib/boost_regex-vc142-mt-gd-x64-0_3.lib" -> "../Cellar/boost/0.3.0/lib/boost_regex-vc142-mt-gd-x64-0_3.lib".
cmake -E tar: warning: skipping symbolic link "meson-1.5.1/test cases/frameworks/35 boost symlinks/boost/lib/libboost_python.so.0.3.0" -> "../Cellar/boost-python/0.3.0/lib/libboost_python.so.0.3.0".
cmake -E tar: warning: skipping symbolic link "meson-1.5.1/test cases/frameworks/35 boost symlinks/boost/lib/libboost_regex.so.0.3.0" -> "../Cellar/boost/0.3.0/lib/libboost_regex.so.0.3.0".
-- Applying patch C:/vcpkg/packages/vcpkg-tool-meson_x64-windows/share/vcpkg-tool-meson/meson-intl.patch
-- Applying patch C:/vcpkg/packages/vcpkg-tool-meson_x64-windows/share/vcpkg-tool-meson/adjust-python-dep.patch
-- Applying patch C:/vcpkg/packages/vcpkg-tool-meson_x64-windows/share/vcpkg-tool-meson/adjust-args.patch
-- Applying patch C:/vcpkg/packages/vcpkg-tool-meson_x64-windows/share/vcpkg-tool-meson/remove-freebsd-pcfile-specialization.patch
Downloading python-3.12.7-embed-amd64.zip
Successfully downloaded 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 added requires:repro The issue is not currently repro-able category:question This issue is a question and removed requires:repro The issue is not currently repro-able labels Jan 24, 2025
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