We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Package: python3[core,extensions]:[email protected]#1
Host Environment
To Reproduce
vcpkg install boost:x64-linux --head
Failure logs
CMake Warning at ports/python3/portfile.cmake:16 (message): python3 currently requires the following programs from the system package manager: autoconf automake autoconf-archive On Debian and Ubuntu derivatives: sudo apt-get install autoconf automake autoconf-archive On recent Red Hat and Fedora derivatives: sudo dnf install autoconf automake autoconf-archive On Arch Linux and derivatives: sudo pacman -S autoconf automake autoconf-archive On Alpine: apk add autoconf automake autoconf-archive On macOS: brew install autoconf automake autoconf-archive Call Stack (most recent call first): scripts/ports.cmake:196 (include) Downloading python-cpython-v3.11.10.tar.gz Successfully downloaded python-cpython-v3.11.10.tar.gz. -- Extracting source /vcpkg/downloads/python-cpython-v3.11.10.tar.gz -- Applying patch 0001-only-build-required-projects.patch -- Applying patch 0003-use-vcpkg-zlib.patch -- Applying patch 0004-devendor-external-dependencies.patch -- Applying patch 0005-dont-copy-vcruntime.patch -- Applying patch 0008-python.pc.patch -- Applying patch 0010-dont-skip-rpath.patch -- Applying patch 0012-force-disable-modules.patch -- Applying patch 0014-fix-get-python-inc-output.patch -- Applying patch 0015-dont-use-WINDOWS-def.patch -- Applying patch 0016-undup-ffi-symbols.patch -- Applying patch 0018-fix-sysconfig-include.patch -- Applying patch 0019-fix-ssl-linkage.patch -- Applying patch 0002-static-library.patch -- Applying patch 0011-gcc-ldflags-fix.patch -- Using source at /vcpkg/buildtrees/python3/src/v3.11.10-cccdd82460.clean -- Getting CMake variables for x64-linux-dbg -- Getting CMake variables for x64-linux-rel CMake Error at scripts/cmake/vcpkg_configure_make.cmake:721 (message): python3 requires autoconf from the system package manager (example: "sudo apt-get install autoconf") Call Stack (most recent call first): ports/python3/portfile.cmake:293 (vcpkg_configure_make) scripts/ports.cmake:196 (include)
The text was updated successfully, but these errors were encountered:
Please install autoconf by the following message:
autoconf
python3 requires autoconf from the system package manager (example: "sudo apt-get install autoconf
Sorry, something went wrong.
LilyWangLL
No branches or pull requests
Package: python3[core,extensions]:[email protected]#1
Host Environment
vcpkg-scripts version: 1faad55 2025-01-06 (2 hours ago)
To Reproduce
vcpkg install boost:x64-linux --head
Failure logs
The text was updated successfully, but these errors were encountered: