Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] Build does not succeed on Alpine Linux #19547

Closed
asfimport opened this issue Sep 9, 2018 · 2 comments
Closed

[C++] Build does not succeed on Alpine Linux #19547

asfimport opened this issue Sep 9, 2018 · 2 comments

Comments

@asfimport
Copy link
Collaborator

asfimport commented Sep 9, 2018

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"

Reporter: albertoramon
Assignee: Bradley Skaggs / @bskaggs

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-3202. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Wes McKinney / @wesm:
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

@asfimport
Copy link
Collaborator Author

Wes McKinney / @wesm:
Issue resolved by pull request 3041
#3041

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant