Sounds like the build instructions need to be updated. We should make sure things are up to date after the parquet-cpp/Arrow merge
On Mon, Aug 20, 2018 at 3:52 PM, Brian Bowman <brian.bow...@sas.com> wrote: > All, > > My final hurdle to make parquet was updating zlib on a fresh Ubuntu VM: sudo > apt-get install zlib1g-dev > > The happy result: > > 54838568 Aug 20 18:17 build/debug/libparquet.a > 15 Aug 20 18:17 build/debug/libparquet.so -> libparquet.so.1 > 19 Aug 20 18:17 build/debug/libparquet.so.1 -> libparquet.so.1.4.1 > 21768264 Aug 20 18:17 build/debug/libparquet.so.1.4.1 > 54838568 Aug 20 18:17 build/latest/libparquet.a > 15 Aug 20 18:17 build/latest/libparquet.so -> libparquet.so.1 > 19 Aug 20 18:17 build/latest/libparquet.so.1 -> > libparquet.so.1.4.1 > 21768264 Aug 20 18:17 build/latest/libparquet.so.1.4.1 > ____________________________________________________________ > > Best, > > Brian > > On 8/17/18, 1:16 PM, "Brian Bowman" <brian.bow...@sas.com> wrote: > > Thanks for the quick reply Wes! Indeed, I need to set up a fresh Linux > system with the correct tooling. I'll send an update once that's done. > > -Brian > > On 8/17/18, 12:27 PM, "Wes McKinney" <wesmck...@gmail.com> wrote: > > EXTERNAL > > hi Brian, > > It doesn't look like you're using GNU make. Can you detail your build > environment / OS? > > - Wes > > On Fri, Aug 17, 2018 at 9:54 AM, Brian Bowman <brian.bow...@sas.com> > wrote: > > All, > > > > It’s been 2-3 years since I joined this email list and I’ve not > contributed yet. I’ve just begun working with Parquet/Arrow and have > downloaded the parquet-cpp-master 1.10.0 bundle from > GITHUB<https://github.com/apache/parquet-format>. > > > > cmake appears to run successfully but make gets the errors seen > below. I’m not sure how to proceed with diagnosing the cause of these make > errors. Any help is appreciated from list members – including pointing me to > a different email list :). Full disclosure – SAS has its own internal > build system so I’m no expert on cmake/make. Please point me to > foundational reading on these tools if that’s what I’m missing. > > > > Thanks, > > > > Brian > > > > Brian Bowman > > Principal Software Developer > > Analytic Server R&D > > SAS Institute Inc. > > > > brian.bow...@sas.com > > > > ___________________________ > > > > [ 14%] No update step for 'zstd_ep' > > [ 16%] No patch step for 'zstd_ep' > > [ 17%] No configure step for 'zstd_ep' > > [ 18%] Performing build step for 'zstd_ep' > > make[6]: > ".../Apache/parquet-cpp-master/arrow_ep-prefix/src/arrow_ep-build/zstd_ep-prefix/src/zstd_ep/Makefile" > line 19: Missing dependency operator > > make[6]: > ".../Apache/parquet-cpp-master/arrow_ep-prefix/src/arrow_ep-build/zstd_ep-prefix/src/zstd_ep/Makefile" > line 21: Need an operator > > make[6]: > ".../Apache/parquet-cpp-master/arrow_ep-prefix/src/arrow_ep-build/zstd_ep-prefix/src/zstd_ep/Makefile" > line 23: Need an operator > > make[6]: > ".../Apache/parquet-cpp-master/arrow_ep-prefix/src/arrow_ep-build/zstd_ep-prefix/src/zstd_ep/Makefile" > line 111: Missing dependency operator > > make[6]: > ".../Apache/parquet-cpp-master/arrow_ep-prefix/src/arrow_ep-build/zstd_ep-prefix/src/zstd_ep/Makefile" > line 271: Need an operator > > make[6]: > ".../Apache/parquet-cpp-master/arrow_ep-prefix/src/arrow_ep-build/zstd_ep-prefix/src/zstd_ep/Makefile" > line 274: Missing dependency operator > > make[6]: > ".../Apache/parquet-cpp-master/arrow_ep-prefix/src/arrow_ep-build/zstd_ep-prefix/src/zstd_ep/Makefile" > line 277: Need an operator > > make[6]: > ".../Apache/parquet-cpp-master/arrow_ep-prefix/src/arrow_ep-build/zstd_ep-prefix/src/zstd_ep/Makefile" > line 283: Missing dependency operator > > make[6]: > ".../Apache/parquet-cpp-master/arrow_ep-prefix/src/arrow_ep-build/zstd_ep-prefix/src/zstd_ep/Makefile" > line 325: Need an operator > > make[6]: Fatal errors encountered -- cannot continue > > make[6]: stopped in > .../Apache/parquet-cpp-master/arrow_ep-prefix/src/arrow_ep-build/zstd_ep-prefix/src/zstd_ep > > *** Error code 1 > > > > Stop. > > make[5]: stopped in > .../Apache/parquet-cpp-master/arrow_ep-prefix/src/arrow_ep-build > > *** Error code 1 > > > > Stop. > > make[4]: stopped in > .../Apache/parquet-cpp-master/arrow_ep-prefix/src/arrow_ep-build > > *** Error code 1 > > > > Stop. > > make[3]: stopped in > .../Apache/parquet-cpp-master/arrow_ep-prefix/src/arrow_ep-build > > *** Error code 1 > > > > Stop. > > make[2]: stopped in .../Apache/parquet-cpp-master > > *** Error code 1 > > > > Stop. > > make[1]: stopped in .../Apache/parquet-cpp-master > > *** Error code 1 > > > > Stop. > > make: stopped in .../Apache/parquet-cpp-master > > > > > > > > > > > > > >