supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
* s6 v2.9.2.0 compiles only disabling execline
@ 2020-10-07 20:52 Joshua Ismael Haase Hernández
  2020-10-07 21:30 ` Joshua Ismael Haase Hernández
  2020-10-08  0:22 ` Laurent Bercot
  0 siblings, 2 replies; 5+ messages in thread
From: Joshua Ismael Haase Hernández @ 2020-10-07 20:52 UTC (permalink / raw)
  To: supervision

[-- Attachment #1: Type: text/plain, Size: 801 bytes --]

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?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-08  9:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-07 20:52 s6 v2.9.2.0 compiles only disabling execline Joshua Ismael Haase Hernández
2020-10-07 21:30 ` Joshua Ismael Haase Hernández
2020-10-08  0:22 ` Laurent Bercot
2020-10-08  4:15   ` Joshua Ismael Haase Hernández
2020-10-08  9:05     ` Laurent Bercot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).