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

Fixing AppVeyor #523

Closed
jchodera opened this issue May 15, 2016 · 1 comment
Closed

Fixing AppVeyor #523

jchodera opened this issue May 15, 2016 · 1 comment

Comments

@jchodera
Copy link
Member

AppVeyor is failing with:

powershell .\\devtools\\appveyor\\missing-headers.ps1
Downloading remedial  stdint.h  from http://msinttypes.googlecode.com/svn/trunk/stdint.h to C:\Program Files\Microsoft SDKs\Windows\v7.0\Include\stdint.h 
Exception calling "DownloadFile" with "2" argument(s): "The remote server 
returned an error: (404) Not Found."
At C:\projects\conda-recipes\devtools\appveyor\missing-headers.ps1:42 char:12
+            $webclient.DownloadFile($url, $filepath)
+            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : WebException

Downloading remedial  inttypes.h  from http://msinttypes.googlecode.com/svn/trunk/inttypes.h to C:\Program Files\Microsoft SDKs\Windows\v7.0\Include\inttypes.h 
Exception calling "DownloadFile" with "2" argument(s): "The remote server 
returned an error: (404) Not Found."
At C:\projects\conda-recipes\devtools\appveyor\missing-headers.ps1:42 char:12
+            $webclient.DownloadFile($url, $filepath)
+            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : WebException

because googlecode.com is no more (as @rmcgibbo observed).

Looks like someone has put this on GitHub:
https://github.com/chemeris/msinttypes

Anyone want to take a stab at fixing this?

@jchodera
Copy link
Member Author

Addressed by #524

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

No branches or pull requests

1 participant