Skip to content
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

[usrsctp] Build error on x64-windows-static #44660

Open
clauadv opened this issue Mar 28, 2025 · 2 comments
Open

[usrsctp] Build error on x64-windows-static #44660

clauadv opened this issue Mar 28, 2025 · 2 comments
Assignees
Labels
requires:more-information This Issue requires more information to solve

Comments

@clauadv
Copy link

clauadv commented Mar 28, 2025

already using latest pull and vcpkg.

CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:127 (message):
    Command failed: D:/app/winclient/vcpkg/downloads/tools/ninja/1.10.2-windows/ninja.exe -v
    Working Directory: D:/app/winclient/vcpkg/buildtrees/usrsctp/x64-windows-static-rel/vcpkg-parallel-configure
    Error code: 1
    See logs for more information:
      D:\app\winclient\vcpkg\buildtrees\usrsctp\config-x64-windows-static-dbg-CMakeCache.txt.log
      D:\app\winclient\vcpkg\buildtrees\usrsctp\config-x64-windows-static-rel-CMakeCache.txt.log
      D:\app\winclient\vcpkg\buildtrees\usrsctp\config-x64-windows-static-dbg-CMakeConfigureLog.yaml.log
      D:\app\winclient\vcpkg\buildtrees\usrsctp\config-x64-windows-static-rel-CMakeConfigureLog.yaml.log
      D:\app\winclient\vcpkg\buildtrees\usrsctp\config-x64-windows-static-out.log

Call Stack (most recent call first):
  D:/app/winclient/vcpkg_installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:269 (vcpkg_execute_required_process)
  ports/usrsctp/portfile.cmake:14 (vcpkg_cmake_configure)
  scripts/ports.cmake:196 (include)


error: building usrsctp:x64-windows-static failed with: BUILD_FAILED
See https://learn.microsoft.com/vcpkg/troubleshoot/build-failures?WT.mc_id=vcpkg_inproduct_cli for more information.
Elapsed time to handle usrsctp:x64-windows-static: 1.6 s
Please ensure you're using the latest port files 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+usrsctp
@clauadv
Copy link
Author

clauadv commented Mar 28, 2025

happens when i add 'libdatachannel' to vcpkg.json.
here's my config:

{
  "name": "main",
  "version-string": "latest",
  "dependencies": [
    "fmt",
    "mbedtls",
    "libjuice",
    "msgpack",
    "boost",
    "spdlog",
    "lazy-importer",
    "nlohmann-json",
    "boost-exception",
    "boost-system",
    "boost-throw-exception",
    "restclient-cpp",
    "libdatachannel"
  ]
}

@Cheney-W Cheney-W added the requires:more-information This Issue requires more information to solve label Mar 28, 2025
@Cheney-W
Copy link
Contributor

Please see #30604 for how to properly report a build failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requires:more-information This Issue requires more information to solve
Projects
None yet
Development

No branches or pull requests

2 participants