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]: Required Nim .dlls not on Path #5992

Open
3 tasks done
Mrfiregem opened this issue Jul 7, 2024 · 0 comments
Open
3 tasks done

[Bug]: Required Nim .dlls not on Path #5992

Mrfiregem opened this issue Jul 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Mrfiregem
Copy link
Contributor

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

nim

Expected/Current Behaviour

Nim ships dll files required for some stdlib modules to function. These can be found in the bin folder of the downloaded zip file. Without these files, some user packages cannot be run.

Steps to Reproduce

PS> scoop install nim
PS> nimble install nimlangserver
PS> nimlangserver.cmd
could not load: pcre64.dll

Possible Solution

Add the bin folder to $env:Path

"env_add_path": "bin"

Scoop and Buckets Version

Current Scoop version:
716b6db3 (HEAD -> master, tag: v0.5.0, origin/master, origin/HEAD) chore(release): Bump to version 0.5.0 (#6035)

'main' bucket:
7a181323a (HEAD -> master, origin/master, origin/HEAD) tssh: Update to version 0.1.21

'extras' bucket:
6c681ae31 (HEAD -> master, origin/master, origin/HEAD) v2rayn: Update to version 6.50

'nerd-fonts' bucket:
6ff9aa01 (HEAD -> master, origin/master, origin/HEAD) LXGWNeoXiHei: Update to version 1.124

'games' bucket:
0a20960f9 (HEAD -> master, origin/master, origin/HEAD) cataclysm-dda-tiles-experimental: Update to version 2024-07-07-0311

Scoop Config

last_update           : 7/7/2024 12:38:39 AM
scoop_branch          : master
scoop_repo            : https://github.com/ScoopInstaller/Scoop
aria2-warning-enabled : False

PowerShell Version

Name                           Value
----                           -----
PSVersion                      7.4.3
PSEdition                      Core
GitCommitId                    7.4.3
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

No response

@Mrfiregem Mrfiregem added the bug Something isn't working label Jul 7, 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
Projects
None yet
Development

No branches or pull requests

1 participant