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]: Error installing Odin #14981

Closed
3 tasks done
stl3 opened this issue Mar 1, 2025 · 1 comment
Closed
3 tasks done

[Bug]: Error installing Odin #14981

stl3 opened this issue Mar 1, 2025 · 1 comment
Labels

Comments

@stl3
Copy link

stl3 commented Mar 1, 2025

Prerequisites

  • I have written a descriptive issue title.
  • I have searched all issues/PRs to ensure it has not already been reported or fixed.
  • I have verified that I am using the latest version of Scoop and corresponding bucket.

Package Name

odin

Expected/Current Behaviour

When installing Odin (or Odin-dev) it should download the associated compressed files and extract them to appropriate directory so the rest of the script can process and create shim etc, this does not happen because it cannot find the extract_dir which is set to "dist"

Steps to Reproduce

 scoop install odin
Installing 'odin' (2025-02) [64bit] from 'versions' bucket
odin-windows-amd64-dev-2025-02.zip (135.9 MB) [==========================================================================] 100%
Checking hash of odin-windows-amd64-dev-2025-02.zip ... ok.
Extracting odin-windows-amd64-dev-2025-02.zip ... Exception: F:\scoop\apps\scoop\current\lib\core.ps1:889
Line |
 889 |          throw "Could not find '$(fname $from)'! (error $($proc.ExitCo …
     |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Could not find 'dist'! (error 16)
 scoop install odin-dev
Installing 'odin-dev' (2025-02) [64bit] from 'versions' bucket
odin-windows-amd64-dev-2025-02.zip (135.9 MB) [==========================================================================] 100%
Checking hash of odin-windows-amd64-dev-2025-02.zip ... ok.
Extracting odin-windows-amd64-dev-2025-02.zip ... Exception: F:\scoop\apps\scoop\current\lib\core.ps1:889
Line |
 889 |          throw "Could not find '$(fname $from)'! (error $($proc.ExitCo …
     |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Could not find 'dist'! (error 16)

Possible Solution

Removing extract_dir from odin.json might fix it, not sure.

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:
d68df2593 (HEAD -> master, origin/master, origin/HEAD) r: Update to version 4.4.3

'extras' bucket:
06e85e39d (HEAD -> master, origin/master, origin/HEAD) vtm: Update to version 0.9.99.63

'versions' bucket:
a28f37db2 (HEAD -> master, origin/master, origin/HEAD) stash-dev: Update to version 0.27.2-81-ga391fa43

'sysinternals' bucket:
26475b4 (HEAD -> main, origin/main, origin/HEAD) sysinternals-suite: Update to version 2025.02.13

'nerd-fonts' bucket:
a593cc2b (HEAD -> master, origin/master, origin/HEAD) LXGWNeoZhiSong: Update to version 1.025

'java' bucket:
27a78805 (HEAD -> master, origin/master, origin/HEAD) temurin8-nightly-jre: Update to version 8.0.452-3.0.202502271644

'games' bucket:
0bfd3bc64 (HEAD -> master, origin/master, origin/HEAD) duckstation-preview: Update to version 20250301-ga0fef2d

Scoop Config

last_update           : 1/3/2025 4:39:25 PM
scoop_repo            : https://github.com/ScoopInstaller/Scoop
scoop_branch          : master
aria2-warning-enabled : True
aria2-enabled         : True

PowerShell Version

 $PSVersionTable

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

Additional Softwares

Odin-dev has the same issue

@stl3 stl3 added the bug label Mar 1, 2025
@aliesbelik
Copy link
Collaborator

Belongs to the Versions bucket, not to the Extras.
Duplicates ScoopInstaller/Versions#2107, relates to ScoopInstaller/Versions#2154.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants