Search Criteria
Package Details: s6 2.14.0.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/s6.git (read-only, click to copy) |
|---|---|
| Package Base: | s6 |
| Description: | A small suite of programs for UNIX, designed to allow process supervision |
| Upstream URL: | https://skarnet.org/software/s6 |
| Licenses: | ISC |
| Submitter: | codekoala |
| Maintainer: | meanjollies |
| Last Packager: | meanjollies |
| Votes: | 10 |
| Popularity: | 0.004097 |
| First Submitted: | 2014-01-19 08:08 (UTC) |
| Last Updated: | 2025-12-27 21:04 (UTC) |
Dependencies (2)
- execlineAUR (execline-staticAUR)
- skalibsAUR (skalibs-gitAUR, skalibs-staticAUR)
Latest Comments
emanuele6 commented on 2024-04-16 12:17 (UTC)
Adding
options=('!lto')toexeclinesolved the issue!Note that I tried to install the
s6-rc(I don't personally use it), and it does not build; it is probably becauses6also needsoptions=('!lto')to let packages that depend onlibs6build correctly.emanuele6 commented on 2024-04-16 09:26 (UTC)
After upgrading to skalibs 2.14.1.1-0, I was not able to compile s6 and execline anymore.
Upgrading to skalibs 2.14.1.1-1 (that adds
options=('!lto')) solved the issue for execline, and I am now able to build it.However, I am still not able to build s6: