From dev-return-59101-archive-asf-public=cust-asf.ponee.io@thrift.apache.org Tue Sep 1 14:49:02 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 09F6F180660 for ; Tue, 1 Sep 2020 16:49:02 +0200 (CEST) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 30F21124250 for ; Tue, 1 Sep 2020 14:49:01 +0000 (UTC) Received: (qmail 74379 invoked by uid 500); 1 Sep 2020 13:49:01 -0000 Mailing-List: contact dev-help@thrift.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@thrift.apache.org Delivered-To: mailing list dev@thrift.apache.org Received: (qmail 74363 invoked by uid 99); 1 Sep 2020 13:49:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Sep 2020 13:49:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 98ED345C99 for ; Tue, 1 Sep 2020 13:49:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 213F67803FC for ; Tue, 1 Sep 2020 13:49:00 +0000 (UTC) Date: Tue, 1 Sep 2020 13:49:00 +0000 (UTC) From: "Max (Jira)" To: dev@thrift.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (THRIFT-5271) appveyor-ci:Configuring incomplete, errors occurred! MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/THRIFT-5271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17188470#comment-17188470 ] Max commented on THRIFT-5271: ----------------------------- Hi, On the same machine, you try running in console {code}C:/ProgramData/chocolatey/lib/winflexbison3/tools/win_flex.exe --version{code} and {code}C:/ProgramData/chocolatey/lib/winflexbison3/tools/win_bison.exe --version{code} What's the output? > appveyor-ci:Configuring incomplete, errors occurred! > ---------------------------------------------------- > > Key: THRIFT-5271 > URL: https://issues.apache.org/jira/browse/THRIFT-5271 > Project: Thrift > Issue Type: Bug > Reporter: Zezeng Wang > Priority: Major > > The machine about MSVC2017 and MSVC2015 Configuring incomplete . > such as: > [https://ci.appveyor.com/project/ApacheSoftwareFoundation/thrift/builds/34959432/job/xo2vrekn3vw8t3df|https://ci.appveyor.com/project/ApacheSoftwareFoundation/thrift/builds/34959432/job/xo2vrekn3vw8t3df] > -- Found clang-tidy: C:/Program Files/LLVM/bin/clang-tidy.exe > -- Found clang-apply-replacements: C:/Program Files/LLVM/bin/clang-apply-replacements.exe > -- Could NOT find run-clang-tidy (missing: run-clang-tidy_BINARY) > -- Looking for pthread.h > -- Looking for pthread.h - not found > -- Found Threads: TRUE > -- Building with unittests > CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.16/Modules/FindFLEX.cmake:125 (message): > Command "C:/ProgramData/chocolatey/lib/winflexbison3/tools/win_flex.exe > --version" failed with output: > > Call Stack (most recent call first): > compiler/cpp/CMakeLists.txt:26 (find_package) > -- Found FLEX: C:/ProgramData/chocolatey/lib/winflexbison3/tools/win_flex.exe > CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.16/Modules/FindBISON.cmake:103 (message): > Command "C:/ProgramData/chocolatey/lib/winflexbison3/tools/win_bison.exe > --version" failed with output: > Call Stack (most recent call first): > compiler/cpp/CMakeLists.txt:27 (find_package) > -- Found BISON: C:/ProgramData/chocolatey/lib/winflexbison3/tools/win_bison.exe > -- Found libevent: C:/projects/thrift/thirdparty/libevent-2.1.8-stable/lib/libevent.lib > -- Found ZLIB: C:/projects/thrift/thirdparty/zlib-inst/lib/zlib.lib (found version "1.2.11") > -- Locating boost libraries required by sources in C:/projects/thrift/lib/cpp/test > -- Found Boost: C:/Libraries/boost_1_67_0 (found suitable version "1.67.0", minimum required is "1.56") found components: chrono date_time filesystem random thread unit_test_framework system atomic > -- Locating boost libraries required by sources in C:/projects/thrift/test/cpp > -- Found Boost: C:/Libraries/boost_1_67_0 (found suitable version "1.67.0", minimum required is "1.56") found components: filesystem program_options random system > -- Found OpenSSL: optimized;C:/OpenSSL-Win64/lib/VC/libeay32MD.lib;debug;C:/OpenSSL-Win64/lib/VC/libeay32MDd.lib (found version "1.0.2u") > -- Found libevent: C:/projects/thrift/thirdparty/libevent-2.1.8-stable/lib/libevent.lib > -- ---------------------------------------------------------- > -- Thrift version: 0.14.0 (0.14.0) > -- Thrift package version: 0.14.0 > -- > -- Build configuration summary > -- Build compiler: ON > -- Build libraries: ON > -- Build tests: ON > -- Build type: Release > -- > -- Language libraries: > -- > -- Build as3 library: ON > -- > -- Build with OpenSSL: ON > -- Version: 1.0.2u > -- > -- Build C++ library: ON > -- C++ Language Level: C++11 [compiler must support it] > -- Build shared libraries: ON > -- Build with libevent support: ON > -- Build with Qt5 support: ON > -- Build with ZLIB support: ON > -- > -- Build C (GLib) library: OFF > -- - GLib missing > -- > -- Build Java library: ON > -- Build Javascript library: OFF > -- Build NodeJS library: ON > -- > -- Build Python library: ON > -- > -- Build Haskell library: ON > -- > -- ---------------------------------------------------------- > -- Configuring incomplete, errors occurred! > See also "C:/projects/build/MSVC2017/x64/CMakeFiles/CMakeOutput.log". > See also "C:/projects/build/MSVC2017/x64/CMakeFiles/CMakeError.log". > C:\projects\thrift>set lastexitcode=1 > C:\projects\thrift>set 1>C:\Users\appveyor\AppData\Local\Temp\tmp502D.tmp > C:\projects\thrift>echo C:\projects\thrift 1>C:\Users\appveyor\AppData\Local\Temp\tmp502E.tmp > C:\projects\thrift>exit /b 1 > Command exited with code 1 -- This message was sent by Atlassian Jira (v8.3.4#803005)