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][C++] "brew update --preinstall" is failed (again) #15092

Closed
heronshoes opened this issue Dec 26, 2022 · 0 comments · Fixed by #15093
Closed

[CI][C++] "brew update --preinstall" is failed (again) #15092

heronshoes opened this issue Dec 26, 2022 · 0 comments · Fixed by #15093

Comments

@heronshoes
Copy link
Contributor

Describe the bug, including details regarding any error messages, version, and platform.

This is a bug at the same place as #15025 . We must remove 2to3-3.11 for this time.

https://github.com/apache/arrow/actions/runs/3775462110/jobs/6422676405#step:3:262

==> Pouring python@3.11--3.11.1.monterey.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 bin/2to3-3.11
Target /usr/local/bin/2to3-3.11
already exists. You may want to remove it:
  rm '/usr/local/bin/2to3-3.11'

Component(s)

C++, Continuous Integration

@kou kou added this to the 11.0.0 milestone Dec 27, 2022
kou pushed a commit that referenced this issue Dec 27, 2022
… (again) (#15093)

This is a bug at the same place as #15025 . We must remove `2to3-3.11 ` for this time.

```
==> Pouring python@ 3.11--3.11.1.monterey.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 bin/2to3-3.11
Target /usr/local/bin/2to3-3.11
already exists. You may want to remove it:
  rm '/usr/local/bin/2to3-3.11'
```

* Closes: #15092

Authored-by: Hirokazu SUZUKI (heronshoes) <heronshoes877@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
EpsilonPrime pushed a commit to EpsilonPrime/arrow that referenced this issue Jan 5, 2023
…mmands (again) (apache#15093)

This is a bug at the same place as apache#15025 . We must remove `2to3-3.11 ` for this time.

```
==> Pouring python@ 3.11--3.11.1.monterey.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 bin/2to3-3.11
Target /usr/local/bin/2to3-3.11
already exists. You may want to remove it:
  rm '/usr/local/bin/2to3-3.11'
```

* Closes: apache#15092

Authored-by: Hirokazu SUZUKI (heronshoes) <heronshoes877@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment