You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/09/09 18:46:00 UTC

[jira] [Commented] (ARROW-3202) Make Install: not declared in this scope

    [ https://issues.apache.org/jira/browse/ARROW-3202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16608536#comment-16608536 ] 

Wes McKinney commented on ARROW-3202:
-------------------------------------

hi [~albertoramon] -- no one has implemented support for Alpine Linux yet. This would be a useful contribution to the project but will likely require some work

> Make Install: not declared in this scope
> ----------------------------------------
>
>                 Key: ARROW-3202
>                 URL: https://issues.apache.org/jira/browse/ARROW-3202
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: 0.10.0
>            Reporter: albertoramon
>            Priority: Major
>             Fix For: 0.11.0
>
>
> When execute _make install_ : Error step for 'orc_ep':
>  * Timezone.cc:748:7: error: 'uint' was not declared in this scope
>  * Timezone.cc:749:11: error: 'nameStart' was not declared in this scope
>  * Timezone.cc:756:59: error: 'nameStart' was not declared in this scope
>  
> *To Reproduce it:*
> {code:java}
> docker pull python:2.7.15-alpine3.8
> docker run -it python:2.7.15-alpine3.8 /bin/sh
> apk add wget git
> apk add gcc musl-dev cmake make boost-dev g++
> apk add unixodbc-dev pybind11
> apk add mysql-client postgresql-client
> pip install numpy cython
> #pip install pandas #Optional
> git clone https://github.com/apache/arrow.git
> cd arrow/cpp
> mkdir build
> cd build
> cmake .. -DARROW_PYTHON=on -DARROW_ORC=on-DCMAKE_BUILD_TYPE=Release
> make install #ERROR
> export ARROW_HOME=$PWD
> make unittest
> pip install pyarrow turbodbc
> export LC_ALL="en_US.UTF-8"
> {code}



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