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.exe install sdl2-mixer[core,libflac,libvorbis,mpg123,nativemidi]:x64-windows-static
Failure logs
-- Configuring x64-windows-static
CMake Warning at installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:485 (message):
The following variables are not used in CMakeLists.txt:
LIBRARY_SUFFIX
Please recheck them and remove the unnecessary options from the
`vcpkg_cmake_configure` call.
If these options should still be passed for whatever reason, please use the
`MAYBE_UNUSED_VARIABLES` argument.
Call Stack (most recent call first):
ports/sdl2-mixer/portfile.cmake:42 (vcpkg_cmake_configure)
scripts/ports.cmake:142 (include)
-- Building x64-windows-static-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:155 (message):
Command failed: C:/vcpkg/downloads/tools/cmake-3.21.1-windows/cmake-3.21.1-windows-i386/bin/cmake.exe --build . --config Debug --target install -- -v -j3
Working Directory: C:/vcpkg/buildtrees/sdl2-mixer/x64-windows-static-dbg
See logs for more information:
C:\vcpkg\buildtrees\sdl2-mixer\install-x64-windows-static-dbg-out.log
Call Stack (most recent call first):
installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_build.cmake:102 (vcpkg_execute_build_process)
installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_install.cmake:41 (vcpkg_cmake_build)
ports/sdl2-mixer/portfile.cmake:51 (vcpkg_cmake_install)
scripts/ports.cmake:142 (include)
Error: Building package sdl2-mixer:x64-windows-static failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `git pull` and `.\vcpkg update`.
Then check for known issues at:
https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+sdl2-mixer
You can submit a new issue at:
https://github.com/microsoft/vcpkg/issues/new?template=report-package-build-failure.md&title=[sdl2-mixer]+Build+error
including:
package: sdl2-mixer[core,libflac,libvorbis,mpg123,nativemidi]:x64-windows-static -> 2.0.4#13
vcpkg-tool version: 2021-11-24-48b94a6946b8a70abd21529218927fd478d02b6c
vcpkg-scripts version: ed74ff32c 2021-11-30 (14 minutes ago)
Due to sdl2-mixer depends on old version of mpg123, it doesn't support latest version of mpg123. I have submitted issue on upstream libsdl-org/SDL_mixer#340. I will disable feature mpg123 temporarily, untill sdl2-mixer supports the latest version of mpg123.
Host Environment
To Reproduce
Steps to reproduce the behavior:
.\vcpkg.exe install sdl2-mixer[core,libflac,libvorbis,mpg123,nativemidi]:x64-windows-static
Failure logs
install-x64-windows-static-dbg-out.log
Additional context
I noticed it in my Github CI, where vcpkg received an update recently:
The text was updated successfully, but these errors were encountered: