donatobarone commented on issue #38519:
URL: https://github.com/apache/arrow/issues/38519#issuecomment-1788759581

   Yep, okay so posting here only the pyarrow building part, let me know if you 
need to see the arrow one as well:
   
   ```bash
   (pyarrow-dev) XDWRL412MF:Projects dbarone$ pushd arrow/python
   ~/Projects/arrow/python ~/Projects ~/Projects ~/Projects
   (pyarrow-dev) XDWRL412MF:python dbarone$ export PYARROW_WITH_PARQUET=1
   (pyarrow-dev) XDWRL412MF:python dbarone$ export PYARROW_WITH_DATASET=1
   (pyarrow-dev) XDWRL412MF:python dbarone$ export PYARROW_PARALLEL=4
   (pyarrow-dev) XDWRL412MF:python dbarone$ export PYARROW_WITH_ARROW_FLIGHT=1
   (pyarrow-dev) XDWRL412MF:python dbarone$ export PYARROW_WITH_FLIGHT=1
   (pyarrow-dev) XDWRL412MF:python dbarone$ export PYARROW_BUNDLE_CYTHON_CPP=1
   (pyarrow-dev) XDWRL412MF:python dbarone$ export PYARROW_BUILD_FLIGHT=1
   (pyarrow-dev) XDWRL412MF:python dbarone$ export PYARROW_BUNDLE_ARROW_CPP=1
   (pyarrow-dev) XDWRL412MF:python dbarone$ export PYARROW_BUILD_TYPE=debug
   (pyarrow-dev) XDWRL412MF:python dbarone$ python setup.py build_ext 
--build-type=debug --bundle-arrow-cpp bdist_wheel &> output.log
   
   ```
   This is the output.log file generated from the python command above. 
   
   [output.log](https://github.com/apache/arrow/files/13226108/output.log)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to