You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King III (JIRA)" <ji...@apache.org> on 2019/01/26 14:08:01 UTC

[jira] [Updated] (THRIFT-4013) make check fails on check-recursive

     [ https://issues.apache.org/jira/browse/THRIFT-4013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James E. King III updated THRIFT-4013:
--------------------------------------
    Affects Version/s:     (was: 1.0)

This issue was marked as affecting version 1.0 which is not possible.   If you know which version this issue was discovered in, please mark it as such.

> make check fails on check-recursive
> -----------------------------------
>
>                 Key: THRIFT-4013
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4013
>             Project: Thrift
>          Issue Type: Bug
>          Components: Test Suite
>         Environment: Ubuntu 16.04 with Oracle JVM 8 installed
>            Reporter: Isaac Sheff
>            Assignee: James E. King III
>            Priority: Major
>              Labels: check, fail, failures, test
>
> `make -k check` produces the error 
> ```
> Makefile:646: recipe for target 'check-recursive' failed
> make: *** [check-recursive] Error 1
> make: Target 'check' not remade because of errors.
> ```
> Steps to reproduce:
> on a fresh Ubuntu 16.04 VM (I use virtualbox), run:
> ```
> # install oracle JVM 8
> sudo apt-get install python-software-properties
> sudo add-apt-repository ppa:webupd8team/java
> sudo apt-get update
> sudo apt-get install oracle-java8-installer
> sudo apt-install oracle-java8-set-default
> # install thrift prerequisites
> sudo apt-get install automake bison flex g++ git libboost-all-dev libevent-dev libssl-dev libtool make pkg-config ant
> # download thrift
> git clone https://github.com/apache/thrift.git
> cd thrift
> # compile thrift
> sudo ./bootstrap.sh
> sudo ./configure
> sudo make
> sudo make install
> # the make check failure
> sudo make -k check
> ```
> Labeled "Major" because further development on Thrift is difficult when the existing test suites do not pass.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)