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

ERROR: This package does not have R2PM_INSTALL_WINDOWS instructions #89

Open
abasakre opened this issue Aug 11, 2022 · 5 comments
Open

Comments

@abasakre
Copy link

Description

ERROR: This package does not have R2PM_INSTALL_WINDOWS instructions

Please describe what are you missing or wanting to be improved
ERROR: This package does not have R2PM_INSTALL_WINDOWS instructions
Provide images, ascii-art, test files and anything that may help us understand your request
Screenshot_1

@trufae
Copy link
Contributor

trufae commented Aug 11, 2022

Yep that's known and planned to be fixed, first thing was to get r2g to publish the builds in the release page from the CI, which was done in the last week release. next step is to get r2pm to pull those blobs on windows, so we dont need to require users to compile everything

@abasakre
Copy link
Author

how to fix it ?

@trufae
Copy link
Contributor

trufae commented Aug 12, 2022

If you don't wanna wait to get the package fixed you can:

  • download the w64 build from the release page of r2ghidra and load it in r2
  • Fix the package and submit a PR. you will need to add an R2PM_INSTALL_WINDOWS() function that contain the cmd.exe instructions to pull that .dll and copy it in the right place, see r2 -H for paths

@kimstik
Copy link

kimstik commented Mar 15, 2023

from 5.8.0 error is a bit different:

r2pm.exe -ci r2ghidra-sleigh
INFO: Cleaning r2ghidra-sleigh
INFO: Using r2-5.8.0 and r2pm-5.8.0
INFO: Cleaning r2ghidra-sleigh
Cloning into 'r2ghidra-sleigh'...
fatal: unable to access 'https://github.com/radareorg/r2ghidra C:\Users\Cola\.local/share\\radare2\r2pm/git\\r2ghidra-sleigh/': URL using bad/illegal format or missing URL
INFO: Starting install for r2ghidra-sleigh
ERROR: This package does not have R2PM_INSTALL_WINDOWS instructions

@trufae
Copy link
Contributor

trufae commented Mar 22, 2023

you can manually install the dll and the sleigh files for now. the pkg is still not ready . but ill handle it soon or late

photo_2023-03-22 13 30 35

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

No branches or pull requests

3 participants