Search Criteria
Package Details: hardened_malloc 11-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/hardened_malloc.git (read-only, click to copy) |
---|---|
Package Base: | hardened_malloc |
Description: | Hardened allocator designed for modern systems |
Upstream URL: | https://github.com/GrapheneOS/hardened_malloc |
Licenses: | MIT |
Provides: | libhardened_malloc-light.so, libhardened_malloc.so |
Submitter: | thithib |
Maintainer: | thithib |
Last Packager: | thithib |
Votes: | 16 |
Popularity: | 0.095855 |
First Submitted: | 2019-08-18 21:53 (UTC) |
Last Updated: | 2022-01-27 20:18 (UTC) |
Dependencies (3)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- python (python36, python32, python37, python39, python38, python310, python312) (check)
Latest Comments
1 2 Next › Last »
Sir-Photch commented on 2023-09-26 02:44 (UTC)
I suggest switching arch to
any
, since this package can also be built and used on archlinuxarm.thestinger commented on 2022-01-23 23:38 (UTC)
You should be able to remove CONFIG_WERROR=false for
make test
for version 11.The flags for the library weren't meant to be inherited by the tests. Having environment variables exported for CFLAGS, etc. was causing them to get applied for the test Makefile too. That's now resolved.
mynacol commented on 2022-01-12 20:59 (UTC)
hardened_malloc 10 was just released. A new light build variant is included, which should be packaged by this project as well. See https://twitter.com/GrapheneOS/status/1481364976317120512
thithib commented on 2021-11-04 23:00 (UTC)
I sent a pull request to fix the test suite build issue and it's been merged: https://github.com/GrapheneOS/hardened_malloc/pull/151. I'll backport the patch and release a new version of the package.
rhlobo commented on 2021-07-20 08:16 (UTC)
In the PKGBUILD, inside the "check" function add the line:
before the make command.
Sapiens commented on 2021-07-14 21:10 (UTC)
I have no experience with C. What do I need to do to properly set the CPPFLAGS to make the compilation succeed? Thanks!
moita commented on 2021-06-05 19:58 (UTC)
Thanks @thithib, setting CPPFLAGS allowed the check to succeed.
thithib commented on 2021-06-03 15:10 (UTC)
So I just hit the same problem as both of you after updating my makepkg configuration file and it turns out the compilation error happens when CPPFLAGS is not set, which I guess is somehow not OK for hardened_malloc's Makefile.
rando commented on 2021-05-23 10:32 (UTC)
Hi! I have exactly the same problem as @dreieck. I tried clearing the Yay cache to force a download of the sources, and the problem persists. @thithib, would you mind having a look? Thanks a lot for maintaining this package!
thithib commented on 2021-04-24 18:37 (UTC)
@dreieck That's weird, I just checked again and it works fine for me.
1 2 Next › Last »