exonum / exonum

An extensible open-source framework for creating private/permissioned blockchain applications

Home Page:https://exonum.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

failed to run custom build command for `protobuf-convert v0.4.0`

MrAliSalehi opened this issue · comments

commented

trying to build the project with exonum-crypto = "1.0.0" and got this error

error: failed to run custom build command for `exonum_libsodium-sys v0.0.23`                                                                                                                                                       

Caused by:
  process didn't exit successfully: `~\target\debug\build\exonum_libsodium-sys-a199f4b1ce818b7b\build-script-build` (exit code: 101)
  --- stderr
  thread 'main' panicked at '
  "powershell" "-Command" "([Net.ServicePointManager]::SecurityProtocol = \'Tls12\') -and ((New-Object System.Net.WebClient).DownloadFile(\"https://download.libsodium.org/libsodium/releases/libsodium-1.0.17-msvc.zip\", \"~target\\debug\\build\\exonum_libsodium-sys-09072e9ccbd922de\\out/installed/libsodium-1.0.17-msvc.zip\"))"

  Exception calling "DownloadFile" with "2" argument(s): "The remote server returned an error: (404) Not Found."
  At line:1 char:2
  + ([Net.ServicePointManager]::SecurityProtocol = 'Tls12') -and ((New-Ob ...
  +  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
      + FullyQualifiedErrorId : WebException

commented

i ran the program with github version instead of crate builds and it worked, maybe push a minor version ? IDK