-
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
Error: Building package bzip2:x86-windows failed with: BUILD_FAILED #15648
Comments
Can you make sure |
|
Can you please remove the bzip2 archive and put this to VCPKG_ROOT/downloads then try again? Thanks. |
It worked, thank you very much! |
i delete bzip2 archive and put it to VCPKG_ROOT/downloads then failed |
@2021se7en Can you please make sure your vcpkg is latest? |
yes already update to latest version |
need i set up nmake? |
@2021se7en That's not needed. Can you please open a new issue to report that? Thanks. |
I am having issues with the bzip2 installation. Due to a proxy issue I manually downloaded the file and placed it in the download folder, vcpkg seems to find it and extracts it to the buildtree directory, however from there on the installation fails. Did I miss something when placing files manually in the downloads directory?
Starting package 1/1: bzip2:x86-windows
Building package bzip2[core]:x86-windows...
-- Using cached ***/bzip2-75a94bea3918e612b879d6a11ca64b8689526147.tar.gz
-- Extracting source ***/bzip2-75a94bea3918e612b879d6a11ca64b8689526147.tar.gz
-- Applying patch fix-import-export-macros.patch
CMake Error at scripts/cmake/vcpkg_apply_patches.cmake:63 (message):
Applying patch failed. Checking patch bzlib.h...
error: bzlib.h: No such file or directory
Call Stack (most recent call first):
scripts/cmake/vcpkg_extract_source_archive_ex.cmake:145 (vcpkg_apply_patches)
scripts/cmake/vcpkg_from_git.cmake:132 (vcpkg_extract_source_archive_ex)
ports/bzip2/portfile.cmake:1 (vcpkg_from_git)
scripts/ports.cmake:136 (include)
Error: Building package bzip2:x86-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with
.\vcpkg update
, thensubmit an issue at https://github.com/Microsoft/vcpkg/issues including:
Package: bzip2:x86-windows
Vcpkg version: 2020.11.12--unknownhash
Additionally, attach any relevant sections from the log files above.
The text was updated successfully, but these errors were encountered: