Git Product home page Git Product logo

Comments (6)

wargio avatar wargio commented on June 2, 2024 1

it does. https://github.com/wargio/r2dec-js/blob/master/p/Makefile#L53

from r2dec-js.

trufae avatar trufae commented on June 2, 2024

try r2pm -ci to ensure a clean rebuild

from r2dec-js.

RomanSilinenko avatar RomanSilinenko commented on June 2, 2024

Still something wrong. Sorry, cant figure out what exactly.

$ r2pm -ci r2dec
Cleaning r2dec...
Already up to date.
clean Done For r2dec
/home/ubuntu/.local/share/radare2/r2pm/db/r2dec TGZ=
Cleaning up /home/ubuntu/.local/share/radare2/r2pm/git//r2dec...
sh: 0: getcwd() failed: No such file or directory
Cloning into 'r2dec'...
remote: Enumerating objects: 115, done.
remote: Counting objects: 100% (115/115), done.
remote: Compressing objects: 100% (110/110), done.
remote: Total 115 (delta 20), reused 36 (delta 2), pack-reused 0
Receiving objects: 100% (115/115), 1.07 MiB | 169.00 KiB/s, done.
Resolving deltas: 100% (20/20), done.
Install Done For r2dec
make: Entering directory '/home/ubuntu/.local/share/radare2/r2pm/git/r2dec/p'
awk '{if(/@JSC_SOURCES@/)exit;print}' < r2dec_jsc.c.in > r2dec_jsc.c
python make_jsc.py .. >> r2dec_jsc.c
/bin/sh: 1: python: not found
make: *** [Makefile:53: r2dec_jsc.c] Error 127
make: Leaving directory '/home/ubuntu/.local/share/radare2/r2pm/git/r2dec/p'
ubuntu@pihole:~/.local/share/radare2/r2pm/git/r2dec/p
$ python --version
Python 3.8.10

from r2dec-js.

trufae avatar trufae commented on June 2, 2024

Where's your python installed that r2pm loses its path? The version looks good

from r2dec-js.

RomanSilinenko avatar RomanSilinenko commented on June 2, 2024

OK. Indeed it was due to python. I did alias, but seems somewhere in scripts there's the absolute path to /usr/bin/python.
So i have to create a link file.

from r2dec-js.

trufae avatar trufae commented on June 2, 2024

@wargio i think p/Makefile should use PYTHON?=python instead of directly calling python to let the users and package manager to override the path without patching

from r2dec-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.