Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.10.0
Description
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:
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"
Attachments
Issue Links
- relates to
-
ARROW-2637 [C++/Python] Build support and instructions for development on Alpine Linux
- Resolved
-
ARROW-2058 [Packaging] Add wheels for Alpine Linux
- Closed
- links to