Host Environment
- OS: Windows 10
- Compiler: Microsoft Visual Studio Community 2019 Version 16.6.5
To Reproduce
Steps to reproduce the behavior:
./vcpkg install libarchive[bzip2]:x64-windows
Failure logs
PS D:\Git\unnamed-sdvx-clone> vcpkg install libarchive[bzip2]:x64-windows
Your feedback is important to improve Vcpkg! Please take 3 minutes to complete our survey by running: vcpkg contact --survey
Computing installation plan...
The following packages will be built and installed:
* bzip2[core]:x64-windows
libarchive[bzip2,core,libxml2,lz4,lzma,lzo,openssl,zstd]:x64-windows
* liblzma[core]:x64-windows
* libxml2[core]:x64-windows
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet x64-windows...
Starting package 1/4: bzip2:x64-windows
Building package bzip2[core]:x64-windows...
Could not locate cached archive: C:\Users\dyeom\AppData\Local\vcpkg\archives\5e\5e6ac1aaa01b56516e190c568eccc654d1dfbed8.zip
-- Using cached C:/vcpkg/downloads/bzip2-1.0.6.tar.gz
-- Cleaning sources at C:/vcpkg/buildtrees/bzip2/src/1.0.6-8838f21f8e.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/vcpkg/downloads/bzip2-1.0.6.tar.gz
-- Applying patch fix-import-export-macros.patch
-- Applying patch fix-windows-include.patch
-- Using source at C:/vcpkg/buildtrees/bzip2/src/1.0.6-8838f21f8e.clean
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- 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/bzip2/portfile.cmake:51 (vcpkg_fixup_pkgconfig)
scripts/ports.cmake:79 (include)
Error: Building package bzip2: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: bzip2:x64-windows
Vcpkg version: 2020.06.15-nohash
Additionally, attach any relevant sections from the log files above.
PS D:\Git\unnamed-sdvx-clone>
Additional context
Was trying to fix GitHub Actions failing to finish a windows release build workflow and ended up locally reproducing the same error. Did git pull, vcpkg update, and vcpkg upgrade --no-dry-run.
Vcpkg version: 2020.06.15-nohash
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install libarchive[bzip2]:x64-windowsFailure logs
Additional context
Was trying to fix GitHub Actions failing to finish a windows release build workflow and ended up locally reproducing the same error. Did
git pull,vcpkg update, andvcpkg upgrade --no-dry-run.Vcpkg version:
2020.06.15-nohash