-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[ffmpeg] CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:72 (message): #12648
Comments
C:\vcpackage\vcpkg>C:/vcpackage/vcpkg/downloads/tools/msys2/msys64/usr/bin/bash.exe --noprofile --norc -c "pacman -S --noconfirm --needed pkg-config" |
@samofoz, could you remove 'C:/vcpackage/vcpkg/downloads/tools/msys2' folder, get vcpkg source with 'git pull' and try to build again? please attach the failure log if the issue still persist. |
On a clean install: C:\vcpackage\vcpkg>vcpkg install ffmpeg[ffmpeg,x264]:x64-windows
Call Stack (most recent call first): Error: Building package x264:x64-windows failed with: BUILD_FAILED Additionally, attach any relevant sections from the log files above. |
Also related to issue #12632 |
Describe the bug
vcpkg install ffmpeg[ffmpeg,openssl,vpx,x264]:x64-windows fails!
Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The package should have installed without errors.
Failure logs
C:\vcpackage\vcpkg>vcpkg install ffmpeg[ffmpeg,openssl,vpx,x264]: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:
ffmpeg[avresample,core,ffmpeg,gpl,nonfree,openssl,vpx,x264]:x64-windows
Detecting compiler hash for triplet x64-windows...
Starting package 1/1: ffmpeg:x64-windows
Building package ffmpeg[avresample,core,ffmpeg,gpl,nonfree,openssl,vpx,x264]:x64-windows...
Could not locate cached archive: C:\Users\samof\AppData\Local\vcpkg\archives\25\25219a52bced82afb6e122af7b4b1413ec865728.zip
-- Using cached C:/vcpackage/vcpkg/downloads/ffmpeg-ffmpeg-n4.2.tar.gz
-- Cleaning sources at C:/vcpackage/vcpkg/buildtrees/ffmpeg/src/n4.2-a4d149a5c6.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/vcpackage/vcpkg/downloads/ffmpeg-ffmpeg-n4.2.tar.gz
-- Applying patch 0001-create-lib-libraries.patch
-- Applying patch 0003-fix-windowsinclude.patch
-- Applying patch 0004-fix-debug-build.patch
-- Applying patch 0005-fix-libvpx-linking.patch
-- Applying patch 0006-fix-StaticFeatures.patch
-- Using source at C:/vcpackage/vcpkg/buildtrees/ffmpeg/src/n4.2-a4d149a5c6.clean
-- Acquiring MSYS Packages...
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:72 (message):
Command failed: C:/vcpackage/vcpkg/downloads/tools/msys2/msys64/usr/bin/bash.exe --noprofile --norc -c "pacman -S --noconfirm --needed diffutils make"
Working Directory: C:/vcpackage/vcpkg/downloads/tools/msys2
Error code: 1
See logs for more information:
C:\vcpackage\vcpkg\buildtrees\ffmpeg\msys-pacman-x64-windows-out.log
C:\vcpackage\vcpkg\buildtrees\ffmpeg\msys-pacman-x64-windows-err.log
Call Stack (most recent call first):
scripts/cmake/vcpkg_acquire_msys.cmake:153 (vcpkg_execute_required_process)
ports/ffmpeg/portfile.cmake:41 (vcpkg_acquire_msys)
scripts/ports.cmake:79 (include)
Error: Building package ffmpeg:x64-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: ffmpeg:x64-windows
Vcpkg version: 2020.06.15-nohash
The text was updated successfully, but these errors were encountered: