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

Cygwin installation: The system cannot find the path specified. #38

Closed
yforster opened this issue Oct 9, 2020 · 1 comment
Closed
Labels
platform: windows Specific to windows

Comments

@yforster
Copy link
Contributor

yforster commented Oct 9, 2020

We're using the Coq platform in a lecture to let students install Coq with packages on Windows.

A student is experiencing the following error:

"========== DOWNLOAD CYGWIN SETUP =========="
Exception calling "DownloadFile" with "2" argument(s): "An exception occurred during a WebClient request."
At line:1 char:1
+ (New-Object Net.WebClient).DownloadFile('http://www.cygwin.com/setup- ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : WebException

"========== INSTALL CYGWIN =========="
The system cannot find the path specified.
ERROR coq_platform_make_windows.bat failed

Any hints?

@Zimmi48 Zimmi48 added the platform: windows Specific to windows label Dec 9, 2020
@MSoegtropIMC
Copy link
Collaborator

@yforster : sorry for the long delay in answering this (I am more responsive on Zulip, but guess I need to improve on this ...).

This is simply a network error - the script could not download the cygwin setup program from the official download site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: windows Specific to windows
Projects
None yet
Development

No branches or pull requests

3 participants