You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by "Jialin Qiao (Jira)" <ji...@apache.org> on 2020/02/23 11:32:00 UTC

[jira] [Closed] (IOTDB-309) build docker file failed because installing thrift failed

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

Jialin Qiao closed IOTDB-309.
-----------------------------
    Fix Version/s: 0.10.0-SNAPSHOT
       Resolution: Fixed

> build docker file failed because installing thrift failed
> ---------------------------------------------------------
>
>                 Key: IOTDB-309
>                 URL: https://issues.apache.org/jira/browse/IOTDB-309
>             Project: Apache IoTDB
>          Issue Type: Bug
>    Affects Versions: 0.8.0, 0.8.1
>            Reporter: xiangdong Huang
>            Priority: Major
>              Labels: easy-fix, pull-request-available
>             Fix For: 0.10.0-SNAPSHOT
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Someone told me that he built docker failed, because 
> ```
> E: Version '0.9.1-2.1' for 'thrift-compiler' was not found
> ```
> I have reproduced the exception.
> It is because apt repository has update the version to 0.9.1-2.1+b1
>  
> so, just modify the line 25 in Dockerfile as:
> ```
> && apt install wget unzip lsof procps maven thrift-compiler=0.9.1-2.1+b1 -y \
> ```
> .
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)