Search Criteria
Package Details: electricfence 2.2.5-1
Git Clone URL: | https://aur.archlinux.org/electricfence.git (read-only, click to copy) |
---|---|
Package Base: | electricfence |
Description: | A malloc(3) debugger that uses virtual memory hardware to detect illegal memory accesses. |
Upstream URL: | https://packages.debian.org/sid/electric-fence |
Keywords: | bug debugger detect malloc memory virtual |
Licenses: | |
Submitter: | net147 |
Maintainer: | edh (eklausmeier) |
Last Packager: | edh |
Votes: | 23 |
Popularity: | 0.000000 |
First Submitted: | 2008-02-25 12:58 |
Last Updated: | 2017-01-30 09:32 |
Latest Comments
edh commented on 2016-02-02 22:24
I adopted the package and completely redesigned it on top of the patched debian source package. Therefore removing the need for manual patching.
Furthermore the PKGBUILD now mimics the Makefile install operation since it is broken in a lot of ways. The packages glibc and bash are now dependencies. (They already were previously but they simply were not listed as such.) Last but not least I update the URL to the debian package inspection URL.
eklausmeier commented on 2016-01-23 18:31
I have some problems when installing, see below:
==> ERROR: Failure while downloading ElectricFence-2.2.2.tar.gz
Aborting...
:: failed to verify electricfence integrity
net147 commented on 2015-01-15 00:02
Fixed.
aleksander0m commented on 2015-01-14 16:52
Build breaks:
page.c:34:15: error: conflicting types for ‘sys_errlist’
extern char * sys_errlist[];
^
In file included from /usr/include/stdio.h:853:0,
from page.c:6:
/usr/include/bits/sys_errlist.h:27:26: note: previous declaration of ‘sys_errlist’ was here
extern const char *const sys_errlist[];