Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] the r-devdocs build errors when brew installing gcc #18669

Closed
asfimport opened this issue May 13, 2021 · 2 comments
Closed

[CI] the r-devdocs build errors when brew installing gcc #18669

asfimport opened this issue May 13, 2021 · 2 comments

Comments

@asfimport
Copy link
Collaborator

This affects github-test-r-devdocs (R devdocs macOS-latest). The brew step to install gcc fails, and then OpenBLAS fails as well.
See https://github.com/ursacomputing/crossbow/runs/2573031778#step:8:1494

Reporter: Mauricio 'Pachá' Vargas Sepúlveda / @pachadotdev
Assignee: Jonathan Keane / @jonkeane

PRs and other links:

Note: This issue was originally created as ARROW-12785. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Jonathan Keane / @jonkeane:
I can't fully explain why, but something about Homebrew/homebrew-core#76984 is triggering gcc to be installed with brew (which fails to link because there's a macos version of gfortran in the way).

The last passing build does not include gcc at all:

==> Installing dependencies for apache-arrow: gflags, glog, abseil, protobuf, re2, grpc, openblas, numpy, rapidjson, snappy and thrift

But subsequent builds have:

==> Installing dependencies for apache-arrow: gflags, glog, abseil, protobuf, re2, grpc, gcc, openblas, numpy, rapidjson, snappy and thrift

For now I'm removing the offending gfortran from the path so that brew will happily install gcc regardless.

@asfimport
Copy link
Collaborator Author

Jonathan Keane / @jonkeane:
Issue resolved by pull request 10328
#10328

@asfimport asfimport added this to the 5.0.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants