gnieboer / GNURadio_Windows_Build_Scripts

A series of Powershell scripts to automatically download, build from source, and install GNURadio and -all- it's dependencies as 64-bit native binaries then package as an msi using Visual Studio 2015
GNU General Public License v3.0
89 stars 33 forks source link

Site with dependency downloads is down #41

Closed grebnetiew closed 4 years ago

grebnetiew commented 4 years ago

It seems the website with downloads for the dependencies is down at the moment.

PowerShell error output

I modified the script slightly to make it print the URL before wgetting. ``` patch gnuradio_dependency_pack_v1.6...retrieving... http://www.gcndevelopment.com/gnuradio/downloads/sources/gnuradio_dependency_pack_v1.6.7z wget : Unable to connect to the remote server At C:\gr-build\scripts\Setup.ps1:181 char:3 + wget $url -OutFile $toGet >> $Log + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand ```

I created the issue mainly in case you were unaware - if this is a known/temporary problem, of course please feel free to close the issue :)

gnieboer commented 4 years ago

Sorry, transient issue, I didn't realize it. Server back up now