radare2-extras icon indicating copy to clipboard operation
radare2-extras copied to clipboard

A bug?

Open rootkiter opened this issue 8 years ago • 3 comments

It seems a bug in Makefile ... The command log:

radare2-extras-1.6.0$ make all
for a in  ; do \
	( cd $a ; ./configure --prefix=/usr ; make ) ; \
	done

yes, make all doesn't work...

By the way, The documentation is out of date. I can't successfully install through the documentation. Are you ready to update? link:https://rada.re/r/down.html

rootkiter avatar Jul 25 '17 12:07 rootkiter

I dont think you want to install all. But i dont see any error in this issue. You should use r2pm to instal stuff from this repo

Which documwntation are you talking about?

On 25 Jul 2017, at 14:02, rootkiter [email protected] wrote:

It seems a bug in Makefile ... The command log:

radare2-extras-1.6.0$ make all for a in ; do
( cd $a ; ./configure --prefix=/usr ; make ) ;
done yes, make all doesn't work...

By the way, The documentation is out of date. I can't successfully install through the documentation. Are you ready to update? link:https://rada.re/r/down.html

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

radare avatar Jul 25 '17 16:07 radare

Typically, a lot of compilation logs are generated after the make command.However, the log above is generated directly, and no other results are output. I mean the output like gcc -c xxx xxx.c.At the same time, the command is done in a flash.It's too unreasonable.

The link mentioned above is the document I'm talking about. For example, the cd yara/yara3 command is obviously wrong. This directory is not available in the new version of the code.(link:https://rada.re/r/down.html)

rootkiter avatar Jul 26 '17 03:07 rootkiter

this “document” is the webpage and yes its old, i just fixed it right now

On 26 Jul 2017, at 05:15, rootkiter [email protected] wrote:

Typically, a lot of compilation logs are generated after the make command.However, the log above is generated directly, and no other results are output. I mean the output like gcc -c xxx xxx.c.At the same time, the command is done in a flash.It's too unreasonable.

The link mentioned above is the document I'm talking about. For example, the cd yara/yara3 command is obviously wrong. This directory is not available in the new version of the code.(link:https://rada.re/r/down.html https://rada.re/r/down.html)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/radare/radare2-extras/issues/127#issuecomment-317935632, or mute the thread https://github.com/notifications/unsubscribe-auth/AA3-lk7n1QDpLP6IvHfDG6D_nSYaANB5ks5sRq9ggaJpZM4OidSp.

radare avatar Jul 26 '17 11:07 radare