-
-
Notifications
You must be signed in to change notification settings - Fork 95
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]: bsdtar.exe fails to run on windows: libcrypto dll not found #848
Comments
This is the relevant open issue libarchive/libarchive#1925 |
Did you find any workaround for this, like installing the dll? |
No, I'm still blocked for now on windows. There has been action fixing a chain of issues, thanks to everyone who has contributed. The current issue is aspect-build/bsdtar-prebuilt#3. So I'm hoping it won't be long. |
This is my hack workaround to use system version of bsdtar (I'm using msys2 on windows). So its no longer hermetic toolchain but seems to work for me. |
Related, #968 |
What happened?
With rules_js 1.42.1 (and aspect_bazel_lib 2.7.3) on Windows, running js_test targets fails due to a missing crypto DLL:
Running the exe by double clicking is the easiest way to see what dependency is missing:
The issue is that libcrypto-1_1-x64.dll is not found
Version
Development (host) and target OS/architectures:
Output of
bazel --version
:7.2.0rc1
Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:rules_js 1.42.1
aspect_bazel_lib 2.7.3
Language(s) and/or frameworks involved:
How to reproduce
No response
Any other information?
No response
The text was updated successfully, but these errors were encountered: