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

[Bug] Scoop fails to install multiple packages when some of them specify version #6038

Open
wladich opened this issue Jul 2, 2024 · 0 comments · May be fixed by #6057
Open

[Bug] Scoop fails to install multiple packages when some of them specify version #6038

wladich opened this issue Jul 2, 2024 · 0 comments · May be fixed by #6057
Labels

Comments

@wladich
Copy link

wladich commented Jul 2, 2024

Bug Report

Current Behavior

Command scoop install mysql-workbench@8.0.32 firefox fails with message Couldn't find manifest for 'mysql-workbench.jsonfirefox'.

Expected Behavior

Command installs specified packages

Additional context/output

Full command output:

PS C:\Users\Administrator> scoop  install mysql-workbench@8.0.32 firefox
WARN  Given version (8.0.32) does not match manifest (8.0.38)
WARN  Attempting to generate manifest for 'mysql-workbench' (8.0.32)
Autoupdating mysql-workbench
Searching hash for mysql-workbench-community-8.0.32-winx64.msi in https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-8.0.32-winx64.msi.md5
The remote server returned an error: (404) Not Found.
URL https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-8.0.32-winx64.msi.md5 is not valid
Could not find hash in https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-8.0.32-winx64.msi.md5
Downloading mysql-workbench-community-8.0.32-winx64.msi to compute hashes!
Loading mysql-workbench-community-8.0.32-winx64.msi from cache
Computed hash: f61b4c5418f990483291b0e9df0a856da46940b81a1d96ed0df32ec400c24f36
Writing updated mysql-workbench manifest
Couldn't find manifest for 'mysql-workbench.jsonfirefox'.

If I specify version also for firefox, installation succeeds: scoop install mysql-workbench@8.0.32 firefox@latest

System details

Windows version: Windows Server 2022 21H2

OS architecture: 64bit

PowerShell version: 5.1.20348.2400

Additional software: ...

Scoop Configuration

{
    "last_update":  "2024-07-02T11:42:37.9625439+02:00"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant