Search Criteria
Package Details: daemontools-encore 1.11-1
Package Actions
| 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: | a821 |
| Last Packager: | a821 |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2013-11-24 23:08 (UTC) |
| Last Updated: | 2026-01-25 12:47 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- sh (dashbinshAUR, zshbinshAUR, bash-gitAUR, bash-devel-gitAUR, bash)
Latest Comments
simona commented on 2026-01-25 14:56 (UTC)
tnx. solved.
simona commented on 2025-11-30 17:51 (UTC)
lezsakdomi commented on 2025-11-30 17:20 (UTC)
All in all, the following PKGBUILD seems to build successfully:
Although installation fails:
Modifying only the
build()and not bumping the version seems to install perfectly. Probably 1.11 has some missing manpages, which causes errors, so the out-of-date flag is kinda invalid?lezsakdomi commented on 2025-11-30 17:02 (UTC)
Even though on the latest version, compiling with gcc 15 from Manjaro Testing, one would face
incompatible-pointer-typeserror, as in the following issue: https://github.com/bruceg/daemontools-encore/issues/69Fix is provided in the ticket, a workaround could be replacing
makewithmake CFLAGS="$CFLAGS -std=gnu17"lezsakdomi commented on 2025-11-30 16:59 (UTC)
Could be bumped to 1.11. The latest commit mistakenly mentions 1.10, but in reality the latest version is 1.11, probably even the latest version bump in 2018 could have included that
lezsakdomi commented on 2025-11-30 16:52 (UTC)
For the sig_pause problem a "hotfix" is provided in https://github.com/bruceg/daemontools-encore/issues/68. Tested, seems to work, both removing the ifdef and adding -D_GNU_SOURCE. Maybe the latter can be easily added to the already existing patch file.
simona commented on 2025-03-11 22:28 (UTC)
dustball commented on 2015-07-27 18:24 (UTC)