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

Fails when attempting to update when a package requires input #305

Open
1 task
jpscharf opened this issue Apr 16, 2024 · 1 comment
Open
1 task

Fails when attempting to update when a package requires input #305

jpscharf opened this issue Apr 16, 2024 · 1 comment
Labels
Bug Something isn't working Help Wanted Extra attention is needed

Comments

@jpscharf
Copy link

Bug Report

Mandatory Information

Describe the bug
When running upgrade the process gets stuck and I had to kill the brew install command from the cli.

  1. For microsoft/mssql-release/msodbcsql18 when installing/upgrading from terminal the package requires a yes or no regarding license acceptance.
  2. For powershell the package uses a PKG installer and requires entering a password to run the installer.

To Reproduce
What did you do to trigger this bug?
brew opdate microsoft/mssql-release/msodbcsql18
brew update powershell

Expected Behavior
One of the following, in order of preference:

  1. Prompt me to accept the license or for the password
  2. Just accept the license or enter password
  3. Skip packages that require input.

Screenshots
If applicable, add screenshots to help explain your problem.

System and Cork Information:

  • macOS version: 14.4
  • Cork Version: 1.3.5
  • Did you compile Cork yourself?: No

Optional Information

Additional context
Add any other context about the problem here.

Checklist

  • [X ] I filled everything out under Mandatory Information
  • This bug affects the UI and I have included a screenshot
@jpscharf jpscharf added the Bug Something isn't working label Apr 16, 2024
@buresdv
Copy link
Owner

buresdv commented Apr 27, 2024

Thanks for the report. This may be same underlying issue as #164, which I don't know how to fix. Swift tutorials about shell input are non-existent.

Nevertheless, fixing this is definitely a priority.

@buresdv buresdv added the Help Wanted Extra attention is needed label Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Help Wanted Extra attention is needed
Projects
Status: Bugs
Development

No branches or pull requests

2 participants