SoundMetrics / aris-integration-sdk

SDK for building custom controllers for the ARIS sonar.
MIT License
5 stars 2 forks source link

BUILD: vcpkg is stumbling on cmake #94

Closed curtnichols closed 5 years ago

curtnichols commented 5 years ago

This is currently preventing the build from succeeding.

The following packages will be built and installed:
    protobuf[core]:x64-windows-static
Starting package 1/1: protobuf:x64-windows-static
Building package protobuf[core]:x64-windows-static...
A suitable version of cmake was not found (required v3.10.2). Downloading portable cmake v3.10.2...
Fetching cmake version 3.10.2 (No sufficient installed version was found)
Could not run:
    'S:/git/aris-int-empty/submodules/vcpkg/scripts/fetchtool.ps1'
Error message was:
    Downloading cmake...
Exception calling "DownloadFile" with "2" argument(s): "The underlying connection was closed: An unexpected error occurred on a send."
At S:\git\aris-int-empty\submodules\vcpkg\scripts\VcpkgPowershellUtils.ps1:159 char:5
+     $wc.DownloadFile($url, $downloadPartPath)
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : WebException

...
ras0219-msft commented 5 years ago

You might first want to try updating your vcpkg submodule -- I'm not sure how old yours is, but we've definitely made improvements to the core infrastructure that might solve this!

curtnichols commented 5 years ago

@ras0219-msft Thanks Robert, we had some mysterious things going on, on the order of "how did that work before now?"