paleolimbot commented on issue #36456: URL: https://github.com/apache/arrow/issues/36456#issuecomment-1625931366
A few notes from my failed attempt today: - Reverting https://github.com/apache/arrow/pull/36435 didn't have any effect - Recreating a local autobrew build is hard. The comment at https://github.com/apache/arrow/blob/main/r/configure#L241 suggests that you can do `cp ../dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb tools/apache-arrow.rb`. I've done this before successfully but currently it gives me an error (see details). <details> dewey@tidytuesday r % R CMD INSTALL . --preclean * installing to library ‘/Library/Frameworks/R.framework/Versions/4.2/Resources/library’ * installing *source* package ‘arrow’ ... ** using staged installation *** Generating code with data-raw/codegen.R *** > 537 functions decorated with [[arrow|acero|dataset|substrait|parquet|s3|gcs|json::export]] *** > `src/arrowExports.cpp` not modified *** > `R/arrowExports.R` not modified *** Downloading apache-arrow **** Using local manifest for apache-arrow Fri 7 Jul 2023 15:38:24 ADT: Auto-brewing apache-arrow-static in /var/folders/4v/hvphchw50373drst9g5smz1w0000gn/T//build-apache-arrow-static... ==> Downloading https://ghcr.io/v2/homebrew/portable-ruby/portable-ruby/blobs/sha256:61029cec31c68a1fae1fa90fa876adf43d0becff777da793f9b5c5577f00567a Already downloaded: /var/folders/4v/hvphchw50373drst9g5smz1w0000gn/T//portable-ruby-2.6.10_1.el_capitan.bottle.tar.gz ==> Pouring portable-ruby-2.6.10_1.el_capitan.bottle.tar.gz ==> Tapping homebrew/core Cloning into '/private/var/folders/4v/hvphchw50373drst9g5smz1w0000gn/T/build-apache-arrow-static/Library/Taps/homebrew/homebrew-core'... Updating files: 100% (7101/7101), done. Tapped 3 commands and 6745 formulae (7,112 files, 453.7MB). ==> Tapping homebrew/cask Cloning into '/private/var/folders/4v/hvphchw50373drst9g5smz1w0000gn/T/build-apache-arrow-static/Library/Taps/homebrew/homebrew-cask'... Tapped 4233 casks (4,306 files, 365.7MB). Note: No available formula with the name "apache-arrow-static". Did you mean apache-arrow-glib? ==> Searching for similarly named formulae and casks... ==> Formulae apache-arrow-glib To install apache-arrow-glib, run: brew install apache-arrow-glib ==> Casks apache-directory-studio To install apache-directory-studio, run: brew install --cask apache-directory-studio cp: /var/folders/4v/hvphchw50373drst9g5smz1w0000gn/T//build-apache-arrow-static/Cellar/*/*/lib/*.a: No such file or directory created /var/folders/4v/hvphchw50373drst9g5smz1w0000gn/T//build-apache-arrow-static/lib/libbrew.a ------------------------- NOTE --------------------------- There was an issue preparing the Arrow C++ libraries. See https://arrow.apache.org/docs/r/articles/install.html --------------------------------------------------------- ERROR: configuration failed for package ‘arrow’ * removing ‘/Library/Frameworks/R.framework/Versions/4.2/Resources/library/arrow’ * restoring previous ‘/Library/Frameworks/R.framework/Versions/4.2/Resources/library/arrow’ </details> -- 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]
