skarnet / s6

The s6 supervision suite.
https://skarnet.org/software/s6/
ISC License
777 stars 35 forks source link

Unable to build after #82e33dd #14

Closed raymondtri closed 4 years ago

raymondtri commented 4 years ago

Following the standard build-from-code process

RUN cd /tmp && git clone git://git.skarnet.org/skalibs && cd skalibs && ./configure && make && make install
RUN cd /tmp && git clone git://git.skarnet.org/execline && cd execline && ./configure && make && make install
RUN cd /tmp && git clone git://git.skarnet.org/s6 && cd s6 && ./configure && make && make install

However, now we get build failures stating that recipe for target 's6-ftrig-listen' failed because cannot find -lexecline

This seems to be directly correlated to the recent #82e33dd

Any thoughts? Or have build instructions changed?

Thanks, Ray

skarnet commented 4 years ago

It was a bug indeed, which is fixed in the current git head. Please try again and see if it works for you now?