Search Criteria
Package Details: skalibs 2.14.5.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/skalibs.git (read-only, click to copy) |
|---|---|
| Package Base: | skalibs |
| Description: | A general-purpose utility library for secure, small C development |
| Upstream URL: | http://www.skarnet.org/software/skalibs/ |
| Licenses: | ISC |
| Submitter: | None |
| Maintainer: | andykluger |
| Last Packager: | andykluger |
| Votes: | 7 |
| Popularity: | 0.001160 |
| First Submitted: | 2006-09-16 02:26 (UTC) |
| Last Updated: | 2026-01-25 04:04 (UTC) |
Dependencies (1)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
Required by (11)
- anopa (make)
- execline
- execline-git
- mdevd
- s6
- s6-git
- s6-linux-utils-musl (make)
- s6-portable-utils
- s6-rc
- skabus-git
- slicd (make)
Latest Comments
1 2 Next › Last »
andykluger commented on 2025-12-28 21:16 (UTC)
@Dominiquini it works for me, looks like a temporary network issue, try again.
Dominiquini commented on 2025-12-27 18:49 (UTC)
kseistrup commented on 2024-04-16 10:48 (UTC)
If LTO in enabled, the
-ffat-lto-objectsshould be used for anything that runsranlibon an archive.I used
options=('lto')andCFLAGS="$CFLAGS -ffat-lto-objectsfor all these packages (and just tried the same fors6and saw no problems). So either this, or LTO should be disabled.emanuele6 commented on 2024-04-16 09:31 (UTC) (edited on 2024-04-16 10:12 (UTC) by emanuele6)
For me,
options=('!lto')fixed the build for execline, however, s6 still won't build:EDIT:
el_semicolonis part of libexecline actually, not libskarnet; so maybe the issue is that execline also needsoptions=('!lto').kseistrup commented on 2024-04-16 05:46 (UTC)
In my experience, LTO works well with this package and
execline(I haven't trieds6) — and can be enabled in theoptionsarray — as long as$CFLAGSis extended with-ffat-lto-objects:andykluger commented on 2024-04-16 04:33 (UTC)
Thanks!
meanjollies commented on 2024-04-15 23:20 (UTC)
Hello! It appears that skalibs requires link time optimization to be disabled in order for certain (most?) dependencies to build successfully, i.e. s6 and execline. I think just tossing in
options=('!lto')should take care of it.osfans commented on 2017-04-12 13:47 (UTC)
andykluger commented on 2017-04-05 15:20 (UTC)
MarcinWieczorek commented on 2017-04-03 10:02 (UTC)
1 2 Next › Last »