anjakefala commented on issue #39384:
URL: https://github.com/apache/arrow/issues/39384#issuecomment-1875883210

   The fix was to set: `"Azure_SOURCE":"BUNDLED"`  in my CmakeUserPreset, and 
then to do ` conda install anaconda::libxml2 `.
   
   And now I again have:
   
   ```
   FAILED: src/arrow/CMakeFiles/arrow_objlib.dir/filesystem/azurefs.cc.o 
   /home/anja/miniconda3/envs/pyarrow-dev/bin/ccache 
/home/anja/miniconda3/envs/pyarrow-dev/bin/x86_64-conda-linux-gnu-c++ 
-DARROW_EXPORTING -DARROW_EXTRA_ERROR_CONTEXT -DARROW_HAVE_RUNTIME_AVX2 
-DARROW_HAVE_RUNTIME_AVX512 -DARROW_HAVE_RUNTIME_BMI2 
-DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 -DARROW_HDFS -DARROW_MIMALLOC 
-DARROW_WITH_BACKTRACE -DARROW_WITH_BROTLI -DARROW_WITH_BZ2 -DARROW_WITH_LZ4 
-DARROW_WITH_RE2 -DARROW_WITH_SNAPPY -DARROW_WITH_TIMING_TESTS 
-DARROW_WITH_UTF8PROC -DARROW_WITH_ZLIB -DARROW_WITH_ZSTD 
-DAWS_AUTH_USE_IMPORT_EXPORT -DAWS_CAL_USE_IMPORT_EXPORT 
-DAWS_CHECKSUMS_USE_IMPORT_EXPORT -DAWS_COMMON_USE_IMPORT_EXPORT 
-DAWS_COMPRESSION_USE_IMPORT_EXPORT -DAWS_CRT_CPP_USE_IMPORT_EXPORT 
-DAWS_EVENT_STREAM_USE_IMPORT_EXPORT -DAWS_HTTP_USE_IMPORT_EXPORT 
-DAWS_IO_USE_IMPORT_EXPORT -DAWS_MQTT_USE_IMPORT_EXPORT 
-DAWS_S3_USE_IMPORT_EXPORT -DAWS_SDKUTILS_USE_IMPORT_EXPORT 
-DAWS_SDK_VERSION_MAJOR=1 -DAWS_SDK_VERSION_MINOR=11 -DAWS_SDK_VERSION_PATCH=68 
-DAWS_USE_EPOLL -DAZ_
 RTTI -DURI_STATIC_BUILD -I/home/anja/git/arrow/cpp/build/anja-python-debug/src 
-I/home/anja/git/arrow/cpp/src -I/home/anja/git/arrow/cpp/src/generated 
-I/home/anja/git/arrow/cpp/build/anja-python-debug/_deps/azure_sdk-src/sdk/storage/azure-storage-files-datalake/inc
 
-I/home/anja/git/arrow/cpp/build/anja-python-debug/_deps/azure_sdk-src/sdk/storage/azure-storage-blobs/inc
 
-I/home/anja/git/arrow/cpp/build/anja-python-debug/_deps/azure_sdk-src/sdk/storage/azure-storage-common/inc
 
-I/home/anja/git/arrow/cpp/build/anja-python-debug/_deps/azure_sdk-src/sdk/core/azure-core/inc
 
-I/home/anja/git/arrow/cpp/build/anja-python-debug/_deps/azure_sdk-src/sdk/identity/azure-identity/inc
 -isystem /home/anja/git/arrow/cpp/thirdparty/flatbuffers/include -isystem 
/home/anja/git/arrow/cpp/thirdparty/hadoop/include -isystem 
/home/anja/git/arrow/cpp/build/anja-python-debug/jemalloc_ep-prefix/src 
-isystem 
/home/anja/git/arrow/cpp/build/anja-python-debug/mimalloc_ep/src/mimalloc_ep/include/mimalloc-2.0
 -Wno
 -noexcept-type -Wno-self-move -fvisibility-inlines-hidden -fmessage-length=0 
-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong 
-fno-plt -O2 -ffunction-sections -pipe -isystem 
/home/anja/miniconda3/envs/pyarrow-dev/include -fdiagnostics-color=always  
-Wall -Wno-conversion -Wno-sign-conversion -Wunused-result -Wdate-time 
-fno-semantic-interposition -msse4.2  -g -Werror -O0 -ggdb  -std=c++17 -fPIC 
-pthread -fPIC -MD -MT 
src/arrow/CMakeFiles/arrow_objlib.dir/filesystem/azurefs.cc.o -MF 
src/arrow/CMakeFiles/arrow_objlib.dir/filesystem/azurefs.cc.o.d -o 
src/arrow/CMakeFiles/arrow_objlib.dir/filesystem/azurefs.cc.o -c 
/home/anja/git/arrow/cpp/src/arrow/filesystem/azurefs.cc
   In file included from 
/home/anja/git/arrow/cpp/build/anja-python-debug/_deps/azure_sdk-src/sdk/identity/azure-identity/inc/azure/identity.hpp:13,
                    from 
/home/anja/git/arrow/cpp/src/arrow/filesystem/azurefs.cc:21:
   
/home/anja/git/arrow/cpp/build/anja-python-debug/_deps/azure_sdk-src/sdk/identity/azure-identity/inc/azure/identity/client_certificate_credential.hpp:68:9:
 error: 'Azure::Identity::ClientCertificateCredential' declared with greater 
visibility than the type of its field 
'Azure::Identity::ClientCertificateCredential::m_pkey' [-Werror=attributes]
      68 |   class ClientCertificateCredential final : public 
Core::Credentials::TokenCredential {
         |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
   
   ```
   


-- 
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