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
libvpx does not build correctly when building for x86-mingw-static on msys2 mingw64-i686, when run from a mingw64 32-bit shell.
Package: libvpx:x86-mingw-static -> 1.13.1
Host Environment
Host: x64-windows
Compiler: GNU 13.2.0
vcpkg-tool version: 2023-11-16-4c1df40a3c5c5e18de299a99e9accb03c2a82e1e
vcpkg-scripts version: 000d1bd 2023-12-08 (2 days ago)
To Reproduce
vcpkg install Failure logs
-- Using cached webmproject-libvpx-v1.13.1.tar.gz.
-- Cleaning sources at C:/Users/Eidolon/Code/cpp/vcpkg/buildtrees/libvpx/src/v1.13.1-e2ef06ab13.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/Users/Eidolon/Code/cpp/vcpkg/downloads/webmproject-libvpx-v1.13.1.tar.gz
-- Applying patch 0002-Fix-nasm-debug-format-flag.patch
-- Applying patch 0003-add-uwp-v142-and-v143-support.patch
-- Applying patch 0004-remove-library-suffixes.patch
-- Applying patch 0005-fix-arm64-build.patch
-- Using source at C:/Users/Eidolon/Code/cpp/vcpkg/buildtrees/libvpx/src/v1.13.1-e2ef06ab13.clean
-- Using cached msys2-make-4.4.1-1-x86_64.pkg.tar.zst.
-- Using cached msys2-bash-5.2.021-1-x86_64.pkg.tar.zst.
-- Using cached msys2-coreutils-8.32-5-x86_64.pkg.tar.zst.
-- Using cached msys2-file-5.45-1-x86_64.pkg.tar.zst.
-- Using cached msys2-gawk-5.3.0-1-x86_64.pkg.tar.zst.
-- Using cached msys2-grep-1~3.0-6-x86_64.pkg.tar.zst.
-- Using cached msys2-gzip-1.13-1-x86_64.pkg.tar.zst.
-- Using cached msys2-diffutils-3.10-1-x86_64.pkg.tar.zst.
-- Using cached msys2-pkgconf-2.1.0-1-x86_64.pkg.tar.zst.
-- Using cached msys2-sed-4.9-1-x86_64.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.4.9-3-x86_64.pkg.tar.zst.
-- Using cached msys2-libintl-0.22.4-1-x86_64.pkg.tar.zst.
-- Using cached msys2-libiconv-1.17-1-x86_64.pkg.tar.zst.
-- Using cached msys2-gmp-6.3.0-1-x86_64.pkg.tar.zst.
-- Using cached msys2-gcc-libs-13.2.0-2-x86_64.pkg.tar.zst.
-- Using cached msys2-libbz2-1.0.8-4-x86_64.pkg.tar.zst.
-- Using cached msys2-liblzma-5.4.5-1-x86_64.pkg.tar.zst.
-- Using cached msys2-libzstd-1.5.5-1-x86_64.pkg.tar.zst.
-- Using cached msys2-zlib-1.3-1-x86_64.pkg.tar.zst.
-- Using cached msys2-libreadline-8.2.007-1-x86_64.pkg.tar.zst.
-- Using cached msys2-mpfr-4.2.1-1-x86_64.pkg.tar.zst.
-- Using cached msys2-libpcre-8.45-4-x86_64.pkg.tar.zst.
-- Using cached msys2-ncurses-6.4-2-x86_64.pkg.tar.zst.
-- Using msys root at C:/Users/Eidolon/Code/cpp/vcpkg/downloads/tools/msys2/aa4647291c43dbb2
-- Getting CMake variables for x86-mingw-static
-- Build info. Target: x86-win32-gcc; Options: --disable-examples --disable-tools --disable-docs --disable-unit-tests --enable-pic --enable-static --disable-shared
-- Configuring libvpx for Release
-- Building libvpx for Release
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:112 (message):
Command failed: C:/Users/Eidolon/Code/cpp/vcpkg/downloads/tools/msys2/aa4647291c43dbb2/usr/bin/bash.exe --noprofile --norc -c "make -j25"
Working Directory: C:/Users/Eidolon/Code/cpp/vcpkg/buildtrees/libvpx/x86-mingw-static-rel
Error code: 2
See logs for more information:
C:\Users\Eidolon\Code\cpp\vcpkg\buildtrees\libvpx\build-x86-mingw-static-rel-out.log
C:\Users\Eidolon\Code\cpp\vcpkg\buildtrees\libvpx\build-x86-mingw-static-rel-err.log
Call Stack (most recent call first):
buildtrees/versioning_/versions/libvpx/1484fb529e99fdedd95f2b46f65738a9e95fcaa1/portfile.cmake:250 (vcpkg_execute_required_process)
scripts/ports.cmake:170 (include)
The generated headers vp8_rtcd.h, vp9_rtcd.h, vpx_config.h and vpx_scale_rtcd.h are all empty. These are generated by perl scripts, but the perl scripts are not executing successfully during the configuration step, and the portfile still continues to the build step anyway.
libvpx does not build correctly when building for x86-mingw-static on msys2 mingw64-i686, when run from a mingw64 32-bit shell.
Package: libvpx:x86-mingw-static -> 1.13.1
Host Environment
vcpkg-scripts version: 000d1bd 2023-12-08 (2 days ago)
To Reproduce
vcpkg install
Failure logs
C:\Users\Eidolon\Code\cpp\vcpkg\buildtrees\libvpx\build-x86-mingw-static-rel-err.log
C:\Users\Eidolon\Code\cpp\vcpkg\buildtrees\libvpx\build-x86-mingw-static-rel-out.log
Additional context
vcpkg.json
The text was updated successfully, but these errors were encountered: