chaitanyav opened a new issue #7413:
URL: https://github.com/apache/arrow/issues/7413
Hello,
I have compiled the arrow-cpp manually on my FreeBSD system with the
following options to cmake
```cmake . -DARROW_PARQUET=ON -DARROW_WITH_SNAPPY=ON -DARROW_WITH_ZLIB=ON
-DPARQUET_BUILD_EXECUTABLES=ON -DPARQUET_BUILD_EXAMPLES=ON
-DARROW_BUILD_STATIC=ON -DARROW_BUILD_UTILITIES=ON -DARROW_USE_GLOG=ON
-DARROW_EXTRA_ERROR_CONTETXT=ON -DBUILD_TESTS=ON -DARROW_PYTHON=ON
-DARROW_BUILD_EXAMPLES=ON```
The installation was successful and i am able to use the cpp libraries.
After this i tried to install pyarrow.
```
python -m pip install pyarrow
nvellanki@nvellanki-ghostbsd-pc
Defaulting to user installation because normal site-packages is not writeable
Collecting pyarrow
Using cached pyarrow-0.17.1.tar.gz (2.6 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
Requirement already satisfied: numpy>=1.14 in
/usr/home/nvellanki/.local/lib/python3.8/site-packages (from pyarrow) (1.17.3)
Building wheels for collected packages: pyarrow
Building wheel for pyarrow (PEP 517) ... error
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python
/home/nvellanki/.local/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py
build_wheel /tmp/tmp7rreeim2
cwd: /tmp/pip-install-7qe3z2wd/pyarrow
Complete output (509 lines):
running bdist_wheel
running build
running build_py
creating build
creating build/lib.freebsd-12.1-STABLE-amd64-3.8
creating build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/flight.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/fs.py -> build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/filesystem.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/compute.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/_generated_version.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/serialization.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/parquet.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/types.py -> build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/benchmark.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/cffi.py -> build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/util.py -> build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/orc.py -> build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/plasma.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/jvm.py -> build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/json.py -> build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/feather.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/hdfs.py -> build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/cuda.py -> build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/csv.py -> build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/__init__.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/pandas_compat.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/compat.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/dataset.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/ipc.py -> build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
creating build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_serialization.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_json.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_builder.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_plasma.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_plasma_tf_op.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_table.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_sparse_tensor.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_deprecations.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_memory.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_feather.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_cython.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_cuda.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_pandas.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/util.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_convert_builtin.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_extension_type.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_fs.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_hdfs.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_dataset.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_ipc.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_schema.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_filesystem.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/pandas_examples.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_cuda_numba_interop.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_array.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_csv.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_flight.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_scalars.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_types.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_compute.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/strategies.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/conftest.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_cffi.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/deserialize_buffer.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/arrow_7980.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_tensor.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_misc.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_jvm.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_parquet.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_gandiva.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_orc.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_adhoc_memory_leak.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/__init__.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_strategies.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
copying pyarrow/tests/test_io.py ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
running egg_info
writing pyarrow.egg-info/PKG-INFO
writing dependency_links to pyarrow.egg-info/dependency_links.txt
writing entry points to pyarrow.egg-info/entry_points.txt
writing requirements to pyarrow.egg-info/requires.txt
writing top-level names to pyarrow.egg-info/top_level.txt
warning: Failed to find the configured license file '../LICENSE.txt'
reading manifest file 'pyarrow.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '../LICENSE.txt'
warning: no files found matching '../NOTICE.txt'
warning: no previously-included files matching '*.so' found anywhere in
distribution
warning: no previously-included files matching '*.pyc' found anywhere in
distribution
warning: no previously-included files matching '*~' found anywhere in
distribution
warning: no previously-included files matching '#*' found anywhere in
distribution
warning: no previously-included files matching '.git*' found anywhere in
distribution
warning: no previously-included files matching '.DS_Store' found anywhere
in distribution
no previously-included directories found matching '.asv'
writing manifest file 'pyarrow.egg-info/SOURCES.txt'
copying pyarrow/__init__.pxd ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/_compute.pyx ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/_csv.pyx -> build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/_cuda.pxd ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/_cuda.pyx ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/_dataset.pyx ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/_flight.pyx ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/_fs.pxd -> build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/_fs.pyx -> build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/_hdfs.pyx ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/_json.pyx ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/_orc.pxd -> build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/_orc.pyx -> build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/_parquet.pxd ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/_parquet.pyx ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/_plasma.pyx ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/_s3fs.pyx ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/array.pxi ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/benchmark.pxi ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/builder.pxi ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/compute.pxi ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/error.pxi ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/feather.pxi ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/gandiva.pyx ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/io-hdfs.pxi ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/io.pxi -> build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/ipc.pxi -> build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/lib.pxd -> build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/lib.pyx -> build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/lib_api.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/memory.pxi ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/pandas-shim.pxi ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/plasma-store-server ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/public-api.pxi ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/scalar.pxi ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/serialization.pxi ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/table.pxi ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/tensor.pxi ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
copying pyarrow/types.pxi ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow
creating build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/.pytest_cache
copying pyarrow/.pytest_cache/CACHEDIR.TAG ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/.pytest_cache
copying pyarrow/.pytest_cache/README.md ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/.pytest_cache
creating build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/.pytest_cache/v
creating
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/.pytest_cache/v/cache
copying pyarrow/.pytest_cache/v/cache/nodeids ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/.pytest_cache/v/cache
copying pyarrow/.pytest_cache/v/cache/stepwise ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/.pytest_cache/v/cache
creating build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include
creating build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/api.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/array.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/buffer.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/buffer_builder.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/builder.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/compare.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/device.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/extension_type.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/memory_pool.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/memory_pool_test.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/pch.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/pretty_print.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/record_batch.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/result.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/scalar.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/sparse_tensor.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/status.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/stl.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/stl_allocator.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/table.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/table_builder.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/tensor.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/type.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/type_fwd.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/type_traits.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/visitor.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
copying pyarrow/include/arrow/visitor_inline.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow
creating
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/array
copying pyarrow/include/arrow/array/builder_adaptive.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/array
copying pyarrow/include/arrow/array/builder_base.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/array
copying pyarrow/include/arrow/array/builder_binary.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/array
copying pyarrow/include/arrow/array/builder_decimal.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/array
copying pyarrow/include/arrow/array/builder_dict.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/array
copying pyarrow/include/arrow/array/builder_nested.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/array
copying pyarrow/include/arrow/array/builder_primitive.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/array
copying pyarrow/include/arrow/array/builder_time.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/array
copying pyarrow/include/arrow/array/builder_union.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/array
copying pyarrow/include/arrow/array/concatenate.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/array
copying pyarrow/include/arrow/array/diff.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/array
copying pyarrow/include/arrow/array/validate.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/array
creating build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/c
copying pyarrow/include/arrow/c/abi.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/c
copying pyarrow/include/arrow/c/bridge.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/c
copying pyarrow/include/arrow/c/helpers.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/c
creating
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute
copying pyarrow/include/arrow/compute/api.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute
copying pyarrow/include/arrow/compute/benchmark_util.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute
copying pyarrow/include/arrow/compute/context.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute
copying pyarrow/include/arrow/compute/expression.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute
copying pyarrow/include/arrow/compute/kernel.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute
copying pyarrow/include/arrow/compute/logical_type.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute
copying pyarrow/include/arrow/compute/operation.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute
copying pyarrow/include/arrow/compute/test_util.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute
copying pyarrow/include/arrow/compute/type_fwd.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute
creating
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute/kernels
copying pyarrow/include/arrow/compute/kernels/add.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute/kernels
copying pyarrow/include/arrow/compute/kernels/aggregate.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute/kernels
copying pyarrow/include/arrow/compute/kernels/boolean.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute/kernels
copying pyarrow/include/arrow/compute/kernels/cast.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute/kernels
copying pyarrow/include/arrow/compute/kernels/compare.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute/kernels
copying pyarrow/include/arrow/compute/kernels/count.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute/kernels
copying pyarrow/include/arrow/compute/kernels/filter.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute/kernels
copying pyarrow/include/arrow/compute/kernels/hash.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute/kernels
copying pyarrow/include/arrow/compute/kernels/isin.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute/kernels
copying pyarrow/include/arrow/compute/kernels/match.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute/kernels
copying pyarrow/include/arrow/compute/kernels/mean.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute/kernels
copying pyarrow/include/arrow/compute/kernels/minmax.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute/kernels
copying pyarrow/include/arrow/compute/kernels/nth_to_indices.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute/kernels
copying pyarrow/include/arrow/compute/kernels/sort_to_indices.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute/kernels
copying pyarrow/include/arrow/compute/kernels/sum.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute/kernels
copying pyarrow/include/arrow/compute/kernels/take.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/compute/kernels
creating build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/csv
copying pyarrow/include/arrow/csv/api.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/csv
copying pyarrow/include/arrow/csv/chunker.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/csv
copying pyarrow/include/arrow/csv/column_builder.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/csv
copying pyarrow/include/arrow/csv/column_decoder.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/csv
copying pyarrow/include/arrow/csv/converter.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/csv
copying pyarrow/include/arrow/csv/options.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/csv
copying pyarrow/include/arrow/csv/parser.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/csv
copying pyarrow/include/arrow/csv/reader.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/csv
copying pyarrow/include/arrow/csv/test_common.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/csv
creating
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/dataset
copying pyarrow/include/arrow/dataset/api.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/dataset
copying pyarrow/include/arrow/dataset/dataset.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/dataset
copying pyarrow/include/arrow/dataset/discovery.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/dataset
copying pyarrow/include/arrow/dataset/file_base.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/dataset
copying pyarrow/include/arrow/dataset/file_csv.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/dataset
copying pyarrow/include/arrow/dataset/file_ipc.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/dataset
copying pyarrow/include/arrow/dataset/file_parquet.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/dataset
copying pyarrow/include/arrow/dataset/filter.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/dataset
copying pyarrow/include/arrow/dataset/partition.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/dataset
copying pyarrow/include/arrow/dataset/pch.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/dataset
copying pyarrow/include/arrow/dataset/projector.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/dataset
copying pyarrow/include/arrow/dataset/scanner.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/dataset
copying pyarrow/include/arrow/dataset/test_util.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/dataset
copying pyarrow/include/arrow/dataset/type_fwd.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/dataset
copying pyarrow/include/arrow/dataset/visibility.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/dataset
creating
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/filesystem
copying pyarrow/include/arrow/filesystem/api.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/filesystem
copying pyarrow/include/arrow/filesystem/filesystem.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/filesystem
copying pyarrow/include/arrow/filesystem/hdfs.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/filesystem
copying pyarrow/include/arrow/filesystem/localfs.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/filesystem
copying pyarrow/include/arrow/filesystem/mockfs.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/filesystem
copying pyarrow/include/arrow/filesystem/path_forest.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/filesystem
copying pyarrow/include/arrow/filesystem/path_util.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/filesystem
copying pyarrow/include/arrow/filesystem/s3_test_util.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/filesystem
copying pyarrow/include/arrow/filesystem/s3fs.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/filesystem
copying pyarrow/include/arrow/filesystem/test_util.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/filesystem
creating build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/api.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/buffered.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/caching.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/compressed.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/concurrency.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/file.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/hdfs.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/interfaces.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/memory.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/mman.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/slow.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/test_common.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/io
copying pyarrow/include/arrow/io/type_fwd.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/io
creating build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/api.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/dictionary.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/feather.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/json_integration.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/json_simple.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/message.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/options.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/reader.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/test_common.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/util.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/ipc
copying pyarrow/include/arrow/ipc/writer.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/ipc
creating build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/json
copying pyarrow/include/arrow/json/api.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/json
copying pyarrow/include/arrow/json/chunked_builder.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/json
copying pyarrow/include/arrow/json/chunker.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/json
copying pyarrow/include/arrow/json/converter.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/json
copying pyarrow/include/arrow/json/options.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/json
copying pyarrow/include/arrow/json/parser.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/json
copying pyarrow/include/arrow/json/rapidjson_defs.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/json
copying pyarrow/include/arrow/json/reader.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/json
copying pyarrow/include/arrow/json/test_common.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/json
creating
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/api.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/arrow_to_pandas.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/benchmark.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/common.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/config.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/datetime.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/decimal.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/deserialize.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/extension_type.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/flight.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/helpers.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/inference.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/init.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/io.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/iterators.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/numpy_convert.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/numpy_interop.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/numpy_to_arrow.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/pch.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/platform.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/pyarrow.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/pyarrow_api.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/pyarrow_lib.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/python_to_arrow.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/serialize.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/type_traits.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
copying pyarrow/include/arrow/python/visibility.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/python
creating
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/testing
copying pyarrow/include/arrow/testing/extension_type.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/testing
copying pyarrow/include/arrow/testing/generator.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/testing
copying pyarrow/include/arrow/testing/gtest_common.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/testing
copying pyarrow/include/arrow/testing/gtest_compat.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/testing
copying pyarrow/include/arrow/testing/gtest_util.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/testing
copying pyarrow/include/arrow/testing/pch.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/testing
copying pyarrow/include/arrow/testing/random.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/testing
copying pyarrow/include/arrow/testing/util.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/testing
creating build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/align_util.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/atomic_shared_ptr.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/base64.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/basic_decimal.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/bit_stream_utils.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/bit_util.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/bpacking.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/bpacking_avx512_generated.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/bpacking_default.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/byte_stream_split.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/checked_cast.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/compare.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/compiler_util.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/compression.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/config.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/cpu_info.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/decimal.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/delimiting.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/double_conversion.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/formatting.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/functional.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/future.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/future_iterator.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/hash_util.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/hashing.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/int_util.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/io_util.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/iterator.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/key_value_metadata.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/logging.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/macros.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/make_unique.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/memory.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/neon_util.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/optional.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/parallel.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/parsing.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/print.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/range.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/rle_encoding.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/simd.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/sort.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/sse_util.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/stopwatch.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/string.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/string_builder.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/string_view.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/task_group.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/thread_pool.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/time.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/trie.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/type_traits.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/ubsan.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/uri.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/utf8.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/value_parsing.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/variant.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/vector.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/visibility.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/windows_compatibility.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
copying pyarrow/include/arrow/util/windows_fixup.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/util
creating
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored
copying pyarrow/include/arrow/vendored/datetime.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored
copying pyarrow/include/arrow/vendored/optional.hpp ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored
copying pyarrow/include/arrow/vendored/string_view.hpp ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored
copying pyarrow/include/arrow/vendored/strptime.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored
copying pyarrow/include/arrow/vendored/variant.hpp ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored
copying pyarrow/include/arrow/vendored/xxhash.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored
creating
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored/datetime
copying pyarrow/include/arrow/vendored/datetime/date.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored/datetime
copying pyarrow/include/arrow/vendored/datetime/ios.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored/datetime
copying pyarrow/include/arrow/vendored/datetime/tz.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored/datetime
copying pyarrow/include/arrow/vendored/datetime/tz_private.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored/datetime
copying pyarrow/include/arrow/vendored/datetime/visibility.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored/datetime
creating
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored/double-conversion
copying pyarrow/include/arrow/vendored/double-conversion/bignum-dtoa.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored/double-conversion
copying pyarrow/include/arrow/vendored/double-conversion/bignum.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored/double-conversion
copying pyarrow/include/arrow/vendored/double-conversion/cached-powers.h
->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored/double-conversion
copying pyarrow/include/arrow/vendored/double-conversion/diy-fp.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored/double-conversion
copying
pyarrow/include/arrow/vendored/double-conversion/double-conversion.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored/double-conversion
copying pyarrow/include/arrow/vendored/double-conversion/fast-dtoa.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored/double-conversion
copying pyarrow/include/arrow/vendored/double-conversion/fixed-dtoa.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored/double-conversion
copying pyarrow/include/arrow/vendored/double-conversion/ieee.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored/double-conversion
copying pyarrow/include/arrow/vendored/double-conversion/strtod.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored/double-conversion
copying pyarrow/include/arrow/vendored/double-conversion/utils.h ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/include/arrow/vendored/double-conversion
creating build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/includes
copying pyarrow/includes/__init__.pxd ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/includes
copying pyarrow/includes/common.pxd ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/includes
copying pyarrow/includes/libarrow.pxd ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/includes
copying pyarrow/includes/libarrow_cuda.pxd ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/includes
copying pyarrow/includes/libarrow_dataset.pxd ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/includes
copying pyarrow/includes/libarrow_flight.pxd ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/includes
copying pyarrow/includes/libarrow_fs.pxd ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/includes
copying pyarrow/includes/libgandiva.pxd ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/includes
copying pyarrow/includes/libplasma.pxd ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/includes
creating build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tensorflow
copying pyarrow/tensorflow/plasma_op.cc ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tensorflow
creating
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tensorflow/plasma_op.so.dSYM
creating
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tensorflow/plasma_op.so.dSYM/Contents
copying pyarrow/tensorflow/plasma_op.so.dSYM/Contents/Info.plist ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tensorflow/plasma_op.so.dSYM/Contents
copying pyarrow/tests/pyarrow_cython_example.pyx ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests
creating build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests/data
creating build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/README.md ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.test1.orc ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/decimal.jsn.gz ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests/data/orc
copying pyarrow/tests/data/orc/decimal.orc ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests/data/orc
creating build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests/data/parquet
copying pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests/data/parquet
copying pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet
-> build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests/data/parquet
copying pyarrow/tests/data/parquet/v0.7.1.parquet ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests/data/parquet
copying pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet ->
build/lib.freebsd-12.1-STABLE-amd64-3.8/pyarrow/tests/data/parquet
running build_ext
creating
/tmp/pip-install-7qe3z2wd/pyarrow/build/temp.freebsd-12.1-STABLE-amd64-3.8
-- Running cmake for pyarrow
cmake -DPYTHON_EXECUTABLE=/usr/local/bin/python -DPYARROW_BUILD_CUDA=off
-DPYARROW_BUILD_FLIGHT=off -DPYARROW_BUILD_GANDIVA=off
-DPYARROW_BUILD_DATASET=off -DPYARROW_BUILD_ORC=off -DPYARROW_BUILD_PARQUET=off
-DPYARROW_BUILD_PLASMA=off -DPYARROW_BUILD_S3=off -DPYARROW_BUILD_HDFS=off
-DPYARROW_USE_TENSORFLOW=off -DPYARROW_BUNDLE_ARROW_CPP=off
-DPYARROW_BUNDLE_BOOST=off -DPYARROW_GENERATE_COVERAGE=off
-DPYARROW_BOOST_USE_SHARED=on -DPYARROW_PARQUET_USE_SHARED=on
-DCMAKE_BUILD_TYPE=release /tmp/pip-install-7qe3z2wd/pyarrow
-- The C compiler identification is Clang 9.0.1
-- The CXX compiler identification is Clang 9.0.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- System processor: amd64
-- Performing Test CXX_SUPPORTS_SSE4_2
-- Performing Test CXX_SUPPORTS_SSE4_2 - Success
-- Performing Test CXX_SUPPORTS_AVX2
-- Performing Test CXX_SUPPORTS_AVX2 - Success
-- Performing Test CXX_SUPPORTS_AVX512
-- Performing Test CXX_SUPPORTS_AVX512 - Success
-- Arrow build warning level: PRODUCTION
Using ld linker
Configured for RELEASE build (set with cmake
-DCMAKE_BUILD_TYPE={release,debug,...})
-- Build Type: RELEASE
-- Build output directory:
/tmp/pip-install-7qe3z2wd/pyarrow/build/temp.freebsd-12.1-STABLE-amd64-3.8/release
-- Found Python3: /usr/local/bin/python3.8 (found version "3.8.3") found
components: Interpreter Development NumPy
-- Found Python3Alt: /usr/local/bin/python3.8
CMake Warning (dev) at
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:272
(message):
The package name passed to `find_package_handle_standard_args`
(PkgConfig)
does not match the name of the calling package (Arrow). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
/usr/local/share/cmake/Modules/FindPkgConfig.cmake:45
(find_package_handle_standard_args)
cmake_modules/FindArrow.cmake:39 (include)
cmake_modules/FindArrowPython.cmake:46 (find_package)
CMakeLists.txt:210 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "1.6.3")
-- Found Arrow: /usr/local/include (found version "0.17.1")
-- Arrow version: 0.17.1 (CMake package configuration: Arrow)
-- Arrow SO and ABI version: 17
-- Arrow full SO version: 17.1.0
-- Found the Arrow core shared library: /usr/local/lib/libarrow.so
-- Found the Arrow core import library:
-- Found the Arrow core static library: /usr/local/lib/libarrow.a
-- Could NOT find ArrowPython (missing: ArrowPython_DIR)
-- Checking for module 'arrow-python'
-- Package 'arrow-python', required by 'virtual:world', not found
CMake Error at
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:164
(message):
Could NOT find ArrowPython (missing: ARROW_PYTHON_INCLUDE_DIR
ARROW_PYTHON_LIB_DIR) (found version "0.17.1")
Call Stack (most recent call first):
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:445
(_FPHSA_FAILURE_MESSAGE)
cmake_modules/FindArrowPython.cmake:76
(find_package_handle_standard_args)
CMakeLists.txt:210 (find_package)
-- Configuring incomplete, errors occurred!
See also
"/tmp/pip-install-7qe3z2wd/pyarrow/build/temp.freebsd-12.1-STABLE-amd64-3.8/CMakeFiles/CMakeOutput.log".
error: command 'cmake' failed with exit status 1
----------------------------------------
ERROR: Failed building wheel for pyarrow
```
Can i know how the ARROW_PYTHON_INCLUDE_DIR, ARROW_PYTHON_LIB_DIR can be
specified.
```
Could NOT find ArrowPython (missing: ARROW_PYTHON_INCLUDE_DIR
ARROW_PYTHON_LIB_DIR) (found version "0.17.1")
Call Stack (most recent call first):
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:445
(_FPHSA_FAILURE_MESSAGE)
cmake_modules/FindArrowPython.cmake:76
(find_package_handle_standard_args)
CMakeLists.txt:210 (find_package)
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]