ScoopInstaller / Main

📦 The default bucket for Scoop.
https://scoop.sh
The Unlicense
1.58k stars 948 forks source link

[Bug]: Could not find 'Podman'! #6067

Closed otavio-silva closed 1 month ago

otavio-silva commented 1 month ago

Prerequisites

Package Name

podman

Expected/Current Behaviour

Installation of the Podman package to be completed successfully

Steps to Reproduce

cmd ❯ scoop update podman
ERROR 'podman' isn't installed correctly.
podman: 5.1.2 -> 5.2.0
Updating one outdated app:
Updating 'podman' (5.1.2 -> 5.2.0)
Downloading new version
Loading podman-5.2.0-setup.exe from cache.
Checking hash of podman-5.2.0-setup.exe ... ok.
Uninstalling 'podman' (5.1.2)
Installing 'podman' (5.2.0) [64bit] from 'main' bucket
Loading podman-5.2.0-setup.exe from cache.
Running installer script...Exception: C:\Users\otavi\scoop\apps\scoop\current\lib\core.ps1:889
Line |
 889 |          throw "Could not find '$(fname $from)'! (error $($proc.ExitCo …
     |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Could not find 'Podman'! (error 16)

Possible Solution

I don't understand what is happening so I cannot provide a possible soution

Scoop and Buckets Version

Current Scoop version:
859d1db5 (HEAD -> master, tag: v0.5.2, origin/master, origin/HEAD) chore(release): Bump to version 0.5.2 (#6080)

'main' bucket:
f85fc7d7a (HEAD -> master, origin/master, origin/HEAD) trufflehog: Update to version 3.81.2

'extras' bucket:
1d11b9273 (HEAD -> master, origin/master, origin/HEAD) sidekick-browser: Update to version 122.60.1.39616-1131b84

'versions' bucket:
83712dd44 (HEAD -> master, origin/master, origin/HEAD) odin: Update to version 2024-08

'sysinternals' bucket:
6b2b695 (HEAD -> main, origin/main, origin/HEAD) sysmon: Update to version 15.15

'nerd-fonts' bucket:
ba842e3 (HEAD -> master, origin/master, origin/HEAD) Source-Han-Serif-TC: Update to version 2.003

'java' bucket:
7453f1ca (HEAD -> master, origin/master, origin/HEAD) temurin17-nightly-jre: Update to version 17.0.13-1.0.ea

'games' bucket:
57c7fb9ea (HEAD -> master, origin/master, origin/HEAD) stonecutter: Update to version 1.0.1

Scoop Config

last_update           : 02/08/2024 15:11:35
aria2-warning-enabled : False
aria2-disabled        : True
scoop_repo            : https://github.com/ScoopInstaller/Scoop
scoop_branch          : master

PowerShell Version

Name                           Value
----                           -----
PSVersion                      7.4.4
PSEdition                      Core
GitCommitId                    7.4.4
OS                             Microsoft Windows 10.0.22631
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Additional Softwares

I'm using cmd to run commands

niheaven commented 1 month ago

Fixed by https://github.com/ScoopInstaller/Main/pull/6071