tadeja commented on issue #50776: URL: https://github.com/apache/arrow/issues/50776#issuecomment-5633136129
This got fixed both ways: with https://github.com/mesonbuild/meson/pull/16026/changes/4e1e74b6c1df8c402f9d9784a3c50ade8daa565b > * [cmake 4.4: test suite failure ERROR: Dependency "SomethingLikeZLIB" not found (tried cmake) mesonbuild/meson#16007](https://github.com/mesonbuild/meson/issues/16007) with [CMake - Restore toleration of toolchain file setting internal variable](https://gitlab.kitware.com/cmake/cmake/-/commit/39cc425791394dd8c48e132fb8789ccea8249500) > * https://gitlab.kitware.com/cmake/cmake/-/work_items/27971 [Failure log of Aug 4](https://github.com/apache/arrow/actions/runs/30866163236/job/91858402689#step:6:584): ```shell cmake 4.4.0 hc85cc9f_0 conda-forge ... Run-time dependency azure-core-cpp found: NO (tried pkg-config and cmake) ... Downloading azure source from ... Executing subproject azure method cmake | Configuring the build directory with CMake version 4.4.0 ``` [Moved pass the failure point on Aug 5](https://github.com/apache/arrow/actions/runs/30963752709/job/92173178769#step:6:585) (but failed later on unrelated point as reported and fixed in this PR https://github.com/apache/arrow/pull/50781#issuecomment-5211962671) `cmake 4.4.2 hc85cc9f_0 conda-forge` `Run-time dependency azure-core-cpp (modules: Azure::azure-core) found: YES 1.16.3` -- 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]
