<div dir="ltr"><div dir="ltr">Hi scott,<br><div><br></div><div>> Parquet issue. Do you have apache-arrow installed?<br>> <a href="https://arrow.apache.org/docs/index.html" target="_blank">https://arrow.apache.org/docs/index.html</a></div><div><br></div><div>I have installed pyarrow and compiled arrow/cpp.</div><div>During "cmake -D GDAL_USE_GEOS=ON -D GDAL_USE_PARQUET=ON -D OGR_ENABLE_DRIVER_OGDI:BOOL=OFF ..", I have</div><div><br></div><div>-- Found the ArrowDataset shared library: /usr/lib/x86_64-linux-gnu/libarrow_dataset.so.1300.0.0<br>-- Found the ArrowDataset import library: ARROW_DATASET_IMPORT_LIB-NOTFOUND<br>-- Found the ArrowDataset static library: /usr/lib/x86_64-linux-gnu/libarrow_dataset.a<br></div><div><br></div><div>The second one is not a blocking error.</div><div><br></div><div>When I run "cmake --build ." I have the below error.</div><div><br></div><div>Thank you</div><div><br></div><div><br></div><div>Scanning dependencies of target GDAL<br>[ 93%] Linking CXX shared library libgdal.so<br>/usr/bin/ld: ogr/ogrsf_frmts/parquet/CMakeFiles/ogr_Parquet.dir/ogrparquetdriver.cpp.o: in function `GetFileSystem(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':<br>ogrparquetdriver.cpp:(.text+0x1193): undefined reference to `arrow::fs::FileSystemFromUriOrPath(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*)'<br>/usr/bin/ld: ogr/ogrsf_frmts/parquet/CMakeFiles/ogr_Parquet.dir/ogrparquetdriver.cpp.o: in function `arrow::fs::FileSystem::FileSystem(arrow::io::IOContext const&)':<br>ogrparquetdriver.cpp:(.text._ZN5arrow2fs10FileSystemC2ERKNS_2io9IOContextE[_ZN5arrow2fs10FileSystemC5ERKNS_2io9IOContextE]+0x23): undefined reference to `vtable for arrow::fs::FileSystem'<br>/usr/bin/ld: ogr/ogrsf_frmts/parquet/CMakeFiles/ogr_Parquet.dir/ogrparquetdriver.cpp.o: in function `VSIArrowFileSystem::VSIArrowFileSystem(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':<br>ogrparquetdriver.cpp:(.text._ZN18VSIArrowFileSystemC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE[_ZN18VSIArrowFileSystemC5ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE]+0x57): undefined reference to `arrow::fs::FileSystem::~FileSystem()'<br>/usr/bin/ld: ogr/ogrsf_frmts/parquet/CMakeFiles/ogr_Parquet.dir/ogrparquetdriver.cpp.o: in function `VSIArrowFileSystem::Equals(arrow::fs::FileSystem const&) const':<br>ogrparquetdriver.cpp:(.text._ZNK18VSIArrowFileSystem6EqualsERKN5arrow2fs10FileSystemE[_ZNK18VSIArrowFileSystem6EqualsERKN5arrow2fs10FileSystemE]+0x2a): undefined reference to `typeinfo for arrow::fs::FileSystem'<br>/usr/bin/ld: ogr/ogrsf_frmts/parquet/CMakeFiles/ogr_Parquet.dir/ogrparquetdriver.cpp.o:(.data.rel.ro._ZTV18VSIArrowFileSystem[_ZTV18VSIArrowFileSystem]+0x28): undefined reference to `arrow::fs::FileSystem::NormalizePath(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)'<br>/usr/bin/ld: ogr/ogrsf_frmts/parquet/CMakeFiles/ogr_Parquet.dir/ogrparquetdriver.cpp.o:(.data.rel.ro._ZTV18VSIArrowFileSystem[_ZTV18VSIArrowFileSystem]+0x30): undefined reference to `arrow::fs::FileSystem::PathFromUri(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const'<br>/usr/bin/ld: ogr/ogrsf_frmts/parquet/CMakeFiles/ogr_Parquet.dir/ogrparquetdriver.cpp.o:(.data.rel.ro._ZTV18VSIArrowFileSystem[_ZTV18VSIArrowFileSystem]+0x50): undefined reference to `arrow::fs::FileSystem::GetFileInfo(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)'<br>/usr/bin/ld: ogr/ogrsf_frmts/parquet/CMakeFiles/ogr_Parquet.dir/ogrparquetdriver.cpp.o:(.data.rel.ro._ZTV18VSIArrowFileSystem[_ZTV18VSIArrowFileSystem]+0x60): undefined reference to `arrow::fs::FileSystem::GetFileInfoAsync(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)'<br>/usr/bin/ld: ogr/ogrsf_frmts/parquet/CMakeFiles/ogr_Parquet.dir/ogrparquetdriver.cpp.o:(.data.rel.ro._ZTV18VSIArrowFileSystem[_ZTV18VSIArrowFileSystem]+0x68): undefined reference to `arrow::fs::FileSystem::GetFileInfoGenerator(arrow::fs::FileSelector const&)'<br>/usr/bin/ld: ogr/ogrsf_frmts/parquet/CMakeFiles/ogr_Parquet.dir/ogrparquetdriver.cpp.o:(.data.rel.ro._ZTV18VSIArrowFileSystem[_ZTV18VSIArrowFileSystem]+0x88): undefined reference to `arrow::fs::FileSystem::DeleteDirContentsAsync(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)'<br>/usr/bin/ld: ogr/ogrsf_frmts/parquet/CMakeFiles/ogr_Parquet.dir/ogrparquetdriver.cpp.o:(.data.rel.ro._ZTV18VSIArrowFileSystem[_ZTV18VSIArrowFileSystem]+0xa0): undefined reference to `arrow::fs::FileSystem::DeleteFiles(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&)'<br>/usr/bin/ld: ogr/ogrsf_frmts/parquet/CMakeFiles/ogr_Parquet.dir/ogrparquetdriver.cpp.o:(.data.rel.ro._ZTV18VSIArrowFileSystem[_ZTV18VSIArrowFileSystem]+0xc0): undefined reference to `arrow::fs::FileSystem::OpenInputStream(arrow::fs::FileInfo const&)'<br>/usr/bin/ld: ogr/ogrsf_frmts/parquet/CMakeFiles/ogr_Parquet.dir/ogrparquetdriver.cpp.o:(.data.rel.ro._ZTV18VSIArrowFileSystem[_ZTV18VSIArrowFileSystem]+0xd0): undefined reference to `arrow::fs::FileSystem::OpenInputFile(arrow::fs::FileInfo const&)'<br>/usr/bin/ld: ogr/ogrsf_frmts/parquet/CMakeFiles/ogr_Parquet.dir/ogrparquetdriver.cpp.o:(.data.rel.ro._ZTV18VSIArrowFileSystem[_ZTV18VSIArrowFileSystem]+0xd8): undefined reference to `arrow::fs::FileSystem::OpenInputStreamAsync(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'<br>/usr/bin/ld: ogr/ogrsf_frmts/parquet/CMakeFiles/ogr_Parquet.dir/ogrparquetdriver.cpp.o:(.data.rel.ro._ZTV18VSIArrowFileSystem[_ZTV18VSIArrowFileSystem]+0xe0): undefined reference to `arrow::fs::FileSystem::OpenInputStreamAsync(arrow::fs::FileInfo const&)'<br>/usr/bin/ld: ogr/ogrsf_frmts/parquet/CMakeFiles/ogr_Parquet.dir/ogrparquetdriver.cpp.o:(.data.rel.ro._ZTV18VSIArrowFileSystem[_ZTV18VSIArrowFileSystem]+0xe8): undefined reference to `arrow::fs::FileSystem::OpenInputFileAsync(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'<br>/usr/bin/ld: ogr/ogrsf_frmts/parquet/CMakeFiles/ogr_Parquet.dir/ogrparquetdriver.cpp.o:(.data.rel.ro._ZTV18VSIArrowFileSystem[_ZTV18VSIArrowFileSystem]+0xf0): undefined reference to `arrow::fs::FileSystem::OpenInputFileAsync(arrow::fs::FileInfo const&)'<br>/usr/bin/ld: ogr/ogrsf_frmts/parquet/CMakeFiles/ogr_Parquet.dir/ogrparquetdriver.cpp.o: in function `VSIArrowFileSystem::~VSIArrowFileSystem()':<br>ogrparquetdriver.cpp:(.text._ZN18VSIArrowFileSystemD2Ev[_ZN18VSIArrowFileSystemD5Ev]+0x32): undefined reference to `arrow::fs::FileSystem::~FileSystem()'<br>/usr/bin/ld: ogr/ogrsf_frmts/parquet/CMakeFiles/ogr_Parquet.dir/ogrparquetdriver.cpp.o:(.data.rel.ro._ZTI18VSIArrowFileSystem[_ZTI18VSIArrowFileSystem]+0x10): undefined reference to `typeinfo for arrow::fs::FileSystem'<br>collect2: error: ld returned 1 exit status<br>gmake[2]: *** [CMakeFiles/GDAL.dir/build.make:2638: libgdal.so.33.3.7.1] Error 1<br>gmake[1]: *** [CMakeFiles/Makefile2:4667: CMakeFiles/GDAL.dir/all] Error 2<br>gmake: *** [Makefile:160: all] Error 2<br></div></div></div>