You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failure logs
See logs for more information:
vcpkg\buildtrees\x264\install-x86-windows-static-dbg-err.log
Call Stack (most recent call first):
scripts/cmake/vcpkg_build_make.cmake:164 (vcpkg_execute_build_process)
scripts/cmake/vcpkg_install_make.cmake:24 (vcpkg_build_make)
ports/x264/portfile.cmake:33 (vcpkg_install_make)
scripts/ports.cmake:94 (include)
Error: Building package x264:x86-windows-static 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: x264:x86-windows-static
Vcpkg version: 2019.09.12-nohash
Contents of install-x86-windows-static-dbg-err.log
make: *** No rule to make target 'install'. Stop.
Additional context
The issue seems to be in fact that scripts/cmake/vcpkg_build_make.cmake ignores the fact that we are building only release during install step (while does the proper thing during build step). Here is a patch I applied locally: install_step.patch.txt
The text was updated successfully, but these errors were encountered:
JackBoosY
added
category:vcpkg-bug
The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)
and removed
category:port-bug
The issue is with a library, which is something the port should already support
labels
Jan 9, 2020
Hi @bogdanlytvynovskyi thanks for posting this issue and your suggestion to fix this issue.
The PR has been merged. Please update vcpkg and try to use it again.
Host Environment
To Reproduce
Steps to reproduce the behavior:
vcpkg.exe install --overlay-triplets=..\.vscode\custom-triplets x264:x86-windows-static
Custom triplet contents x86-windows-static.cmake:
Failure logs
See logs for more information:
vcpkg\buildtrees\x264\install-x86-windows-static-dbg-err.log
Call Stack (most recent call first):
scripts/cmake/vcpkg_build_make.cmake:164 (vcpkg_execute_build_process)
scripts/cmake/vcpkg_install_make.cmake:24 (vcpkg_build_make)
ports/x264/portfile.cmake:33 (vcpkg_install_make)
scripts/ports.cmake:94 (include)
Error: Building package x264:x86-windows-static 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: x264:x86-windows-static
Vcpkg version: 2019.09.12-nohash
Contents of install-x86-windows-static-dbg-err.log
make: *** No rule to make target 'install'. Stop.
Additional context
The issue seems to be in fact that scripts/cmake/vcpkg_build_make.cmake ignores the fact that we are building only release during install step (while does the proper thing during build step). Here is a patch I applied locally:
install_step.patch.txt
The text was updated successfully, but these errors were encountered: