Re: Re: debug build error for arrow and gandiva

2022-03-17 Thread Chak-Pong Chung
I will keep the error and the build script in sync to reflect the latest error. Currently, it says ``` arrow/compute/kernels/scalar_string_internal.h:216:20: error: unused function 'StringClassifyDoc' [-Werror,-Wunused-function] ``` My end goal is to conda package a debug build. On Thu, Mar 17, 2

Re: Re: debug build error for arrow and gandiva

2022-03-17 Thread Chak-Pong Chung
Hi Weston, Thank you for taking a look at this. I have updated the build-arrow.sh script and checked the yml for dependencies as you suggested. https://drive.google.com/file/d/1F3vlIXsf_9-RAhmuIiEPLAi_CXpECgUq/view?usp=sharing https://drive.google.com/file/d/10hjHQ7UQ6uLAVAlvZA4MvQ24cIQ0GNrM/vie

Re: Re: debug build error for arrow and gandiva

2022-03-15 Thread Weston Pace
If you can include the full failed build log that may help. I did confirm that I can build ninja-debug-gandiva though I had to install considerably more conda dependencies than the ones you listed (e.g. boost, gmock, gflags, etc). Presumably you have these in your base conda environment or instal

RE: Re: debug build error for arrow and gandiva

2022-02-21 Thread jimmy
I tried to build using "ninja-debug-maximal" - Debug build with everything enabled (except benchmarks and CUDA) I have same problem, I tried to build the release 7.0.0 branch using conda environment with dependencies yml mentioned in the link below