Package Details: ink 0.5.3-2

Git Clone URL: https://aur.archlinux.org/ink.git (read-only, click to copy)
Package Base: ink
Description: Command line tool for checking the ink level of printers
Upstream URL: http://ink.sourceforge.net/
Licenses: GPL2
Submitter: mickael9
Maintainer: mickael9
Last Packager: mickael9
Votes: 9
Popularity: 0.000000
First Submitted: 2015-10-08 19:13 (UTC)
Last Updated: 2025-08-11 19:08 (UTC)

Latest Comments

Trollwut commented on 2025-08-11 20:06 (UTC)

Worked, thanks for your quick support!

mickael9 commented on 2025-08-11 19:09 (UTC)

@Trollwut Thanks. Should be fixed now

Trollwut commented on 2025-08-11 18:31 (UTC)

Hello there!

I get the following error on compiling. Anything I missed?

malloc.c:6:7: warning: conflicting types for built-in function ‘malloc’; expected ‘void     *(long unsigned int)’ [-Wbuiltin-declaration-mismatch]     6 | void *malloc ();       |       ^~~~~~ malloc.c:5:1: note: ‘malloc’ is declared in header ‘<stdlib.h>’     4 | #include <sys/types.h>   +++ |+#include <stdlib.h>     5 |  malloc.c: In function ‘rpl_malloc’: malloc.c:16:10: error: too many arguments to function ‘malloc’; expected 0, have 1    16 |   return malloc (n);       |          ^~~~~~  ~ malloc.c:6:7: note: declared here     6 | void *malloc ();       |       ^~~~~~ make[1]: *** [Makefile:430: malloc.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/home/trollwut/.cache/paru/clone/ink/src/ink-0.5.3' make: *** [Makefile:320: all] Error 2 ==> ERROR: A failure occurred in build().     Aborting... error: failed to build 'ink-0.5.3-1':  error: packages failed to build: ink-0.5.3-1