Package Details: eresi-svn 1446-1

Package Base: eresi-svn
Description: Multi-architecture binary analysis framework based on a common domain-specific language for reverse engineering
Upstream URL: http://www.eresi-project.org
Category: devel
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 3
First Submitted: 2009-02-19 23:23
Last Updated: 2011-03-24 15:30

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by jerry73204

2014-10-09 04:41

This package fails during compile time. I found some fix-ups from the PKGBUILD of elfsh-svn on AUR. It works fine.

sed -i 's/^sed/#sed/' Makefile
sed -i 's!__unbounded!!g;' libe2dbg/user/entry.c

Comment by t3kk3n

2014-08-04 17:25

For me, I receive the error "which: no gmake in [path]" when trying to run configure. I didn't see your package originally and uploaded a new package, and created the following to fix the configure file (add before ./configure.. of course):

sed -i '/which gmake/c\$(which gmake 1>/dev/null 2>/dev/null); tmpst1=$?; if [ $tmpst1 -ne 0 ]; then' configure

I filed for my package to be deleted, so here is my PKGBUILD if you are curious:
https://gist.github.com/t3kk3n/879ad49d6242ba6dd85a