raulcd commented on PR #44989:
URL: https://github.com/apache/arrow/pull/44989#issuecomment-2621349779

   > Hmm. Could you enable debug logs so that we can see what happened?
   
   Done, it seems the error is when finding_library on ORC:
   ```
   find_library (ZLIB_LIBRARY NAMES z zlib ${ZLIB_STATIC_LIB_NAME} HINTS
     ${_zlib_path}
     PATH_SUFFIXES "lib")
   ```
   where it can't be found:
   ```
       VAR: ZLIB_LIBRARY
       NAMES: "z"
              "zlib"
              "zlibstaticd.lib"
       Documentation: Where can one of the z, zlib or zlibstaticd.lib libraries 
be found
   ```
   
https://github.com/apache/arrow/actions/runs/13029649421/job/36345898961?pr=44989#step:9:543
   I tried declaring a dependency for `zlib_ep` in case of vendored ZLIB but 
that doesn't seem to do much.
   


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