I was able to compile the following versions: skalibs v2.9.2.0 execline v2.6.0.0 s6 v2.9.1.0 s6-dns v2.3.2.0 s6-networking v2.3.1.0 They mostly coincided to the march anouncement except for s6 networking which could not find s6-dns on version v2.3.1.2. El mié., 7 de octubre de 2020 3:52 p. m., Joshua Ismael Haase Hernández < hahj87@gmail.com> escribió: > I'm building s6 from source on latest git tags and it seems to fail > because it cannot link execline: > > ./configure --disable-execline; make # works > > ./configure; make # fails with message > exec gcc -o s6-ftrig-listen -pipe -Wall -std=c99 -fno-exceptions > -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack > -ffunction-sections -fdata-sections -O2 -fomit-frame-pointer > -fno-stack-protector -Wl,--sort-section=alignment -Wl,--sort-common > -Wl,--gc-sections src/pipe-tools/s6-ftrig-listen.o libs6.a.xyzzy -lexecline > -lskarnet > /home/linuxbrew/.linuxbrew/bin/ld: cannot find -lexecline > collect2: error: ld returned 1 exit status > make: *** [Makefile:138: s6-ftrig-listen] Error 1 > > Execline is installed and available. > > $ ls /usr/lib/execline/ > libexecline.a > > Any clues about how to solve this? >