James E. King, III created THRIFT-4519:
------------------------------------------
Summary: The appveyor cygwin job is failing due to a javadoc issue
Key: THRIFT-4519
URL: https://issues.apache.org/jira/browse/THRIFT-4519
Project: Thrift
Issue Type: Bug
Components: Build Process
Affects Versions: 0.11.0
Environment: appveyor, cygwin
If you have cygwin installed to C:\cygwin, you can build like appveyor by
opening a command prompt and going into build\appveyor, and then run:
{{simulate-appveyor.bat Debug x86 CYGWIN}}
Reporter: James E. King, III
See job:
[https://ci.appveyor.com/project/ApacheSoftwareFoundation/thrift/build/1.0.0-dev.2231/job/3qtx573xr90f0429]
{noformat}
-- Installing:
/cygdrive/c/projects/build/CYGWIN/x86/C:/projects/build/CYGWIN/x86/include/thrift/windows/OverlappedSubmissionThread.h
3245-- Installing:
/cygdrive/c/projects/build/CYGWIN/x86/C:/projects/build/CYGWIN/x86/include/thrift/windows/SocketPair.h
3246-- Installing:
/cygdrive/c/projects/build/CYGWIN/x86/C:/projects/build/CYGWIN/x86/include/thrift/windows/Sync.h
3247-- Installing:
/cygdrive/c/projects/build/CYGWIN/x86/C:/projects/build/CYGWIN/x86/include/thrift/windows/TWinsockSingleton.h
3248-- Installing:
/cygdrive/c/projects/build/CYGWIN/x86/C:/projects/build/CYGWIN/x86/include/thrift/windows/WinFcntl.h
3249-- Up-to-date:
/cygdrive/c/projects/build/CYGWIN/x86/C:/projects/build/CYGWIN/x86/include/thrift
3250-- Installing:
/cygdrive/c/projects/build/CYGWIN/x86/C:/projects/build/CYGWIN/x86/include/thrift/config.h
3251CMake Error at lib/java/cmake_install.cmake:39 (file):
3252 file INSTALL cannot find
3253 "/cygdrive/c/projects/build/CYGWIN/x86/lib/java/build/docs/javadoc".
3254Call Stack (most recent call first):
3255 cmake_install.cmake:36 (include)
3256
3257
3258make: *** [Makefile:105: install] Error 1
3259
3260C:\projects\thrift>set lastexitcode=2{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)