You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/22 10:26:25 UTC

[GitHub] [arrow] raulcd opened a new pull request, #12956: ARROW-16278: [CI] Git installation failure on brew

raulcd opened a new pull request, #12956:
URL: https://github.com/apache/arrow/pull/12956

   This PR tries to fix the current installation failures for git on brew as seen https://github.com/apache/arrow/runs/6114985460?check_suite_focus=true . Current error:
   ```
   Installing git
   ==> Downloading https://ghcr.io/v2/homebrew/core/git/manifests/2.36.0
   ==> Downloading https://ghcr.io/v2/homebrew/core/git/blobs/sha256:5739e703f9ad34dba01e343d76f363143f740bf6e05c945c8f19a073546c6ce5
   ==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:5739e703f9ad34dba01e343d76f363143f740bf6e05c945c8f19a073546c6ce5?se=2022-04-21T18%3A35%3A00Z&sig=ZdiaSBdomnIwd4Ga4PORXPs2%2FYZXrrLLaks61mgmyEs%3D&sp=r&spr=https&sr=b&sv=2019-12-12
   ==> Pouring git--2.36.0.big_sur.bottle.tar.gz
   Error: The `brew link` step did not complete successfully
   The formula built, but is not symlinked into /usr/local
   Could not symlink etc/bash_completion.d/git-completion.bash
   Target /usr/local/etc/bash_completion.d/git-completion.bash
   is a symlink belonging to git@2.35.1. You can unlink it:
     brew unlink git@2.35.1To force the link and overwrite all conflicting files:
     brew link --overwrite gitTo list all files that would be deleted:
     brew link --overwrite --dry-run gitPossible conflicting files are:
   /usr/local/etc/bash_completion.d/git-completion.bash -> /usr/local/Cellar/git@2.35.1/2.35.1/etc/bash_completion.d/git-completion.bash
   /usr/local/etc/bash_completion.d/git-prompt.sh -> /usr/local/Cellar/git@2.35.1/2.35.1/etc/bash_completion.d/git-prompt.sh
   /usr/local/bin/git -> /usr/local/Cellar/git@2.35.1/2.35.1/bin/git
   /usr/local/bin/git-cvsserver -> /usr/local/Cellar/git@2.35.1/2.35.1/bin/git-cvsserver
   /usr/local/bin/git-receive-pack -> /usr/local/Cellar/git@2.35.1/2.35.1/bin/git-receive-pack
   /usr/local/bin/git-shell -> /usr/local/Cellar/git@2.35.1/2.35.1/bin/git-shell
   /usr/local/bin/git-upload-archive -> /usr/local/Cellar/git@2.35.1/2.35.1/bin/git-upload-archive
   /usr/local/bin/git-upload-pack -> /usr/local/Cellar/git@2.35.1/2.35.1/bin/git-upload-pack
   Error: Could not symlink share/doc/git-doc/MyFirstContribution.html
   Target /usr/local/share/doc/git-doc/MyFirstContribution.html
   is a symlink belonging to git@2.35.1. You can unlink it:
     brew unlink git@2.35.1To force the link and overwrite all conflicting files:
     brew link --overwrite git@2.35.1To list all files that would be deleted:
     brew link --overwrite --dry-run git@2.35.1
   Installing git has failed!
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kszucs commented on pull request #12956: ARROW-16278: [CI] Git installation failure on brew

Posted by GitBox <gi...@apache.org>.
kszucs commented on PR #12956:
URL: https://github.com/apache/arrow/pull/12956#issuecomment-1106542227

   @raulcd could we avoid pinning in `Brewfile` since that's the recommended way for the developers to install dependencies?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd closed pull request #12956: ARROW-16278: [CI] Git installation failure on brew

Posted by GitBox <gi...@apache.org>.
raulcd closed pull request #12956: ARROW-16278: [CI] Git installation failure on brew
URL: https://github.com/apache/arrow/pull/12956


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] github-actions[bot] commented on pull request #12956: ARROW-16278: [CI] Git installation failure on brew

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #12956:
URL: https://github.com/apache/arrow/pull/12956#issuecomment-1106379727

   https://issues.apache.org/jira/browse/ARROW-16278


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on pull request #12956: ARROW-16278: [CI] Git installation failure on brew

Posted by GitBox <gi...@apache.org>.
raulcd commented on PR #12956:
URL: https://github.com/apache/arrow/pull/12956#issuecomment-1106642389

   Closing this PR in favor of https://github.com/apache/arrow/pull/12958


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kszucs commented on pull request #12956: ARROW-16278: [CI] Git installation failure on brew

Posted by GitBox <gi...@apache.org>.
kszucs commented on PR #12956:
URL: https://github.com/apache/arrow/pull/12956#issuecomment-1106542226

   @raulcd could we avoid pinning in `Brewfile` since that's the recommended way for the developers to install dependencies?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] raulcd commented on pull request #12956: ARROW-16278: [CI] Git installation failure on brew

Posted by GitBox <gi...@apache.org>.
raulcd commented on PR #12956:
URL: https://github.com/apache/arrow/pull/12956#issuecomment-1106453200

   @kou this change fixes the MAC OS failures but I am not entirely sure about fixing the git version to 2.35.1 instead of using the 2.36.0, I have also tried `brew "git", link: true, conflicts_with: ["git"]` to identify the conflict as shown on the usage here: https://github.com/Homebrew/homebrew-bundle/blob/master/README.md#usage but does not seem to work.
   Let me know if you have other ideas I could try or if you are happy with fixing git to 2.35.1 for MAC OS at the moment.
   The other build failures are fixed as part of  https://github.com/apache/arrow/pull/12945


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org