raulcd opened a new issue, #33914: URL: https://github.com/apache/arrow/issues/33914
### Describe the bug, including details regarding any error messages, version, and platform. Trying to update the Homebrew formula for Arrow 11.0.0 failed with the following ``` $ brew install --build-from-source apache-arrow ==> Fetching apache-arrow ==> Downloading https://www.apache.org/dyn/closer.lua?path=arrow/arrow-10.0.1/apache-arrow-10.0.1.tar.gz Already downloaded: /home/raulcd/.cache/Homebrew/downloads/cc59c33af7102dc55ce2e400649b5e82667099445015b9b9f207cea003c369d2--apache-arrow-10.0.1.tar.gz ==> cmake -S cpp -B build -DCMAKE_FIND_PACKAGE_PREFER_CONFIG=TRUE -DCMAKE_INSTALL_RPATH=$ORIGIN/../lib -DARROW_COMPUTE=ON -DARROW_CSV=ON -DARROW_DATASET=ON -DA ==> cmake --build build ==> cmake --install build Error: Empty installation ``` There's been a change on Homebrew and it seems we require to force not installing from the Homebrew API but from the local checkout using: `HOMEBREW_NO_INSTALL_FROM_API=1`. More context in the PR to update the Homebrew formula here: https://github.com/Homebrew/homebrew-core/pull/121566 ### Component(s) Release -- 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]
