Search Criteria
Package Details: radare2-git 5.6.7.r27627.7821ddb04b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/radare2-git.git (read-only, click to copy) |
---|---|
Package Base: | radare2-git |
Description: | Open-source tools to disasm, debug, analyze and manipulate binary files |
Upstream URL: | http://radare.org |
Licenses: | GPL3, LGPL3 |
Conflicts: | radare2 |
Provides: | radare2 |
Submitter: | l0gic |
Maintainer: | l0gic |
Last Packager: | l0gic |
Votes: | 37 |
Popularity: | 0.000000 |
First Submitted: | 2012-07-16 18:10 (UTC) |
Last Updated: | 2022-04-08 22:29 (UTC) |
Dependencies (8)
Required by (9)
- gdb-msvc-git
- gdb-msvc-git (make)
- google-chrome-wayland-vulkan (requires radare2) (make)
- pwndbg-git (requires radare2) (optional)
- radare2-bindings (requires radare2)
- radare2-bindings-git (requires radare2)
- radare2-pipe-git (requires radare2)
- radius2-git (requires radare2)
- uefi_r2-git (requires radare2)
Latest Comments
1 2 3 4 5 6 Next › Last »
l0gic commented on 2022-10-28 13:10 (UTC)
Please don't flag the package out-of-date if the build fails, and it's an upstream issue.
jjguti commented on 2022-04-08 07:15 (UTC) (edited on 2022-04-08 07:16 (UTC) by jjguti)
This patch fixes the source URL, github doesn't allow cloning on git:// urls
jjguti commented on 2021-12-01 15:08 (UTC) (edited on 2021-12-01 15:09 (UTC) by jjguti)
This patch fixes building with ccache enabled. It is failing now because the build itself is happening in the "package" stage which is run with fakeroot. This patch forces building in the build stage.
bartus commented on 2021-02-01 15:15 (UTC) (edited on 2021-02-01 15:19 (UTC) by bartus)
Could we have
pkgver
inprovide
var?patch
merge:
git am -s < <(curl -s http://ix.io/2NZg)
l0gic commented on 2020-12-26 18:18 (UTC) (edited on 2020-12-26 18:19 (UTC) by l0gic)
The first
ln
has already been removed in https://aur.archlinux.org/cgit/aur.git/commit/?h=radare2-git&id=fa76e05cd16a632d74a2e4c594adfa3b3b01a446. Theln
for the manpage is still necessary, though.Yes, albeit only if someone complains about a failed build. (I try to find time, and spoons within two weeks.)
And I will never add one :)
There is only one comment, and it's still relevant https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=radare2-git#n26. Unless you mean the contributor comments, which are accurate.
ratijas commented on 2020-12-24 00:04 (UTC)
Is this package even maintained at all? Submitter/Maintainer doesn't have public visible email, and I don't know how much to trust comments in PKGBUILD.
Anyway, the error is pretty annoying:
Please fix it. Remove redundant
ln
commands. Radare2 already symlinks itself.bartus commented on 2020-08-20 13:32 (UTC) (edited on 2020-08-20 13:36 (UTC) by bartus)
radare2 now creates
/usr/bin/r2
symlink by itself https://github.com/radareorg/radare2/commit/fb1190d248b09849fd29c9c5854bb32919d83929ln -s /usr/bin/r2
inpackage()
is redundant and cause beforementioned error.patch
bartus commented on 2020-08-18 16:33 (UTC) (edited on 2020-08-18 16:34 (UTC) by bartus)
Build failed in
package()
when creating symlik tor2
radare2-git-...-package.log
yrlf commented on 2020-05-18 17:38 (UTC)
@mcd1992: this "fixes" the issue by not using OpenSSL.
radare seems to have 3 implementations of r_big (the biginteger library part of radare):
libr/util/big.c
: an own implementation based on tiny-bignum-clibr/util/big-gmp.c
: an implementation based on gmp (GNU MP bignum library)libr/util/big-ssl.c
: an implementation based on OpenSSLIt seems by removing the
--with-openssl
configure option you have defaulted radare to use the tiny-bignum-based implementation instead of the OpenSSL implementation, where linking fails.Switching to that is definitely a workaround for this issue, though.
mcd1992 commented on 2020-05-15 01:49 (UTC)
Seems to be an issue linking against openssl. I get a bunch of missing symbols when linking libr.
Removing the export 'patches' and the --with-capstone --with-openssl configure flags seems to fix the issue though.
1 2 3 4 5 6 Next › Last »