microsoft / microsoft/FFmpegInterop

build failed with ffmpeg-uwp arm package

Open
#185 11 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
1.4k
Forks
319
PR merge metrics
No merged PRs in 30d

Description

Steps To Reproduce

git clone https://github.com/khouzam/vcpkg -b ffmpeg-uwp

cd vcpkg
bootstrap-vcpkg.bat

vcpkg install ffmpeg:x86-uwp ffmpeg:x64-uwp ffmpeg:arm-uwp

x86 and x64 packages build successfully, error occurred with arm package.

error

CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:43 (message):
Command failed: C:/vcpkg/downloads/tools/msys2/msys64/usr/bin/bash.exe;--noprofile;--norc;C:/vcpkg/ports/ffmpeg\build.sh;C:/vcpkg/buildtrees/ffmpeg/arm-uwp-rel;C:/vcpkg/buildtrees/ffmpeg/src/ffmpeg-3.2.4;C:/vcpkg/packages/ffmpeg_arm-uwp;--disable-ffmpeg --disable-ffprobe --disable-doc --enable-debug --enable-runtime-cpudetect --disable-programs --enable-cross-compile --target-os=win32 --arch=arm --extra-cflags=-DWINAPI_FAMILY=WINAPI_FAMILY_APP --extra-cflags=-D_WIN32_WINNT=0x0A00 --disable-static --enable-shared --extra-ldflags=-APPCONTAINER --extra-ldflags=WindowsApp.lib --extra-cflags=-MD --extra-cxxflags=-MD
Working Directory: C:/vcpkg/buildtrees/ffmpeg/arm-uwp-rel
See logs for more information:
C:\vcpkg\buildtrees\ffmpeg\build-arm-uwp-rel-out.log
C:\vcpkg\buildtrees\ffmpeg\build-arm-uwp-rel-err.log

Call Stack (most recent call first):
ports/ffmpeg/portfile.cmake:74 (vcpkg_execute_required_process)
scripts/ports.cmake:73 (include)

Error: Building package ffmpeg:arm-uwp failed with: BUILD_FAILED

Package: ffmpeg:arm-uwp
Vcpkg version: 0.0.81-9fe35b0d4d0cf4622f56013f9ba9a8a061912548

Note
I have attached the log files as well.

build-arm-uwp-rel-err.log
build-arm-uwp-rel-out.log

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with ports/ffmpeg/portfile.cmake and the arm-uwp command shown in the CMake error. Inspect the attached build-arm-uwp-rel-out.log and build-arm-uwp-rel-err.log, comparing the arm build with the successful x86 and x64 builds. Done means ffmpeg:arm-uwp builds successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
cmake
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.