[
https://issues.apache.org/jira/browse/THRIFT-3826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15521072#comment-15521072
]
ASF GitHub Bot commented on THRIFT-3826:
----------------------------------------
GitHub user nsuke opened a pull request:
https://github.com/apache/thrift/pull/1095
THRIFT-3826 Appveyor builds cannot download winflexbison properly
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nsuke/thrift THRIFT-3826
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/1095.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1095
----
commit be3acfda2ffc39d355b6197d567cd8d6ad93f0c6
Author: Nobuaki Sukegawa <[email protected]>
Date: 2016-09-25T15:09:00Z
THRIFT-3813 Appveyor builds reference an openssl version that is no longer
there
Update OpenSSL binary version on Windows CI to 1.0.2i.
(Reusing a JIRA issue for 1.0.2h)
commit 7bd918deb89d3fb25aa3d9edc31f39706c8c47e9
Author: Nobuaki Sukegawa <[email protected]>
Date: 2016-09-25T15:22:29Z
THRIFT-3826 Appveyor builds cannot download winflexbison properly
Use appveyor-retry for winflexbison to alleviate the problem.
----
> Appveyor builds cannot download winflexbison properly
> -----------------------------------------------------
>
> Key: THRIFT-3826
> URL: https://issues.apache.org/jira/browse/THRIFT-3826
> Project: Thrift
> Issue Type: Bug
> Components: Build Process
> Affects Versions: 0.10.0
> Environment: Appveyor
> Reporter: James E. King, III
> Assignee: Aki Sukegawa
>
> {noformat}
> cinst winflexbison
> Installing the following packages:
> winflexbison
> By installing you accept licenses for the packages.
>
> winflexbison v2.4.3.20140715
> Downloading winflexbison 32 bit
> from
> 'http://sourceforge.net/projects/winflexbison/files/old_versions/win_flex_bison-2.4.3.zip'
> Chocolatey expected a file at
> 'C:\Users\appveyor\AppData\Local\Temp\1\chocolate
> y\winflexbison\2.4.3.20140715\winflexbisonInstall.zip' to be of length
> '667674' but the length was '69240'.
> At C:\ProgramData\chocolatey\helpers\functions\Get-ChocolateyWebFile.ps1:162
> char:101
> + if ($headers.ContainsKey("Content-Length") -and ($fi.Length -ne
> $headers["Co ...
> +
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~~~{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)