Package Details: daemontools-encore 1.10-3

Git Clone URL: https://aur.archlinux.org/daemontools-encore.git (read-only, click to copy)
Package Base: daemontools-encore
Description: collection of tools for managing UNIX services - derived from the public-domain release of daemontools by D. J. Bernstein.
Upstream URL: https://untroubled.org/daemontools-encore
Licenses: MIT
Submitter: uffe
Maintainer: coderobe
Last Packager: coderobe
Votes: 3
Popularity: 0.000000
First Submitted: 2013-11-24 23:08 (UTC)
Last Updated: 2018-03-02 18:39 (UTC)

Latest Comments

simona commented on 2025-03-11 22:28 (UTC)


sig_pause.c:14:3: error: implicit declaration of function ‘sigpause’; did you mean ‘sig_pause’? [-Wimplicit-function-declaration]
14 |   sigpause(0);
|   ^~~~~~~~
|   sig_pause
make: *** [Makefile:413: sig_pause.o] Error 1

dustball commented on 2015-07-27 18:24 (UTC)

The arch line needs to read arch=('i686' 'x86_64') without the comma which is presently there.