Re: s6-rc-0.6.0.0 compile error
"Laurent Bercot" <[email protected]> Fri, 06 Feb 2026 01:44:58 +0000
| Newsgroups | gmane.comp.sysutils.supervision.general |
|---|---|
| Message-ID | <[email protected]> |
>I have just downloaded the latest versions of the s6 programs with a >view to exploring s6-frontend. skalibs-2.4.5.1, execline-2.9.8.1 and >s6-2.14.0.1 compile without problems but s6-rc-0.6.0.0 fails with; > > error: implicit declaration of function 'atomic_symlink4' Hi Ian, I cannot reproduce the error. atomic_symlink4 is declared in skalibs/unix-transactional.h, which is included in every translation unit of s6-rc that uses the function. Check your skalibs installation, are all the headers installed=20 properly? If all else fails, please pastebin your build logs somewhere, including your configure invocation and your sysdeps, and post the link. -- Laurent