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
To Reproduce
Steps to reproduce the behavior: ./vcpkg --triplet=arm64-windows install gstreamer
Failure logs
Fails when trying to install x264, or fontconfig, depending on the order it tries to install them.
-- Building arm64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:155 (message):
Command failed: D:/vcpkg/downloads/tools/msys2/2f5e2150b81fcd06/usr/bin/make.exe -j 13 --trace -f Makefile all
Working Directory: D:/vcpkg/buildtrees/fontconfig/arm64-windows-dbg
See logs for more information:
D:\vcpkg\buildtrees\fontconfig\build-arm64-windows-dbg-out.log
D:\vcpkg\buildtrees\fontconfig\build-arm64-windows-dbg-err.log
Error: Building package fontconfig:arm64-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: fontconfig:arm64-windows
Vcpkg version: 2021-08-12-85ab112d5ee102bc6eac8cdbbfdd173a71374e04
Additional context
No other context. The arm64-windows builds should probably not try to build any of the items with mingw dependencies, because they couldn't be used anyway. See here for more information: [https://gstreamer.freedesktop.org/download/](GStreamer prebuild libraries download page) (Quote: "UWP apps cannot use plugins that use dependencies built with MinGW because of forbidden APIs. Hence, these plugins are omitted from the binaries.") I realize this says UWP, but arm64-windows doesn't really exist without some level of UWP awareness on supported operating systems.
Additionally, it's reported on vcpkg.io that fontconfig is not a supported arm64-windows port, but that gstreamer apparently does work.
The text was updated successfully, but these errors were encountered:
MarkVabulas
changed the title
[gstreamer] build failure on arm64-windows
[gstreamer:arm64-windows] build failure
Aug 23, 2021
JackBoosY
added
category:port-feature
The issue is with a library, which is requesting new capabilities that didn’t exist
and removed
category:tool-update
The issue is with build tool or build script, which requires update or should be executed correctly
labels
Feb 14, 2022
Host Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg --triplet=arm64-windows install gstreamer
Failure logs
Fails when trying to install x264, or fontconfig, depending on the order it tries to install them.
Additional context
No other context. The arm64-windows builds should probably not try to build any of the items with mingw dependencies, because they couldn't be used anyway. See here for more information: [https://gstreamer.freedesktop.org/download/](GStreamer prebuild libraries download page) (Quote: "UWP apps cannot use plugins that use dependencies built with MinGW because of forbidden APIs. Hence, these plugins are omitted from the binaries.") I realize this says UWP, but arm64-windows doesn't really exist without some level of UWP awareness on supported operating systems.
Additionally, it's reported on vcpkg.io that fontconfig is not a supported arm64-windows port, but that gstreamer apparently does work.
The text was updated successfully, but these errors were encountered: