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

rlang-python won't install right #23

Open
bannsec opened this issue Nov 23, 2020 · 0 comments
Open

rlang-python won't install right #23

bannsec opened this issue Nov 23, 2020 · 0 comments

Comments

@bannsec
Copy link

bannsec commented Nov 23, 2020

Describe the issue
When attempting to do r2pm install rlang-python I get:

M       configure
Already on 'master'
Your branch is up to date with 'origin/master'.
Already up to date.
Install Done For rlang-python
Makefile:1: ../config.mk: No such file or directory
make: *** No rule to make target '../config.mk'.  Stop.

How to reproduce?
I just run that command as shown above.

Expected behavior
I'd expect rlang-python to be installed.

Possible fix

Screenshots

Additional context
I have found that indeed the config.mk file is missing. I've also found a workaround:

# This will fail, but will pull the git repo for me
r2pm install rlang-python

# My location for the git repo
cd /home/angr/.local/share/radare2/r2pm/git/radare2-rlang

# Run configure myself. This will create the config.mk file needed.
./configure

# Now run install again
r2pm install rlang-python

My guess is rlang-python should be running ./configure prior to attempting to execute make.

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

1 participant