From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 8235 invoked from network); 7 Oct 2020 20:52:31 -0000 Received: from alyss.skarnet.org (95.142.172.232) by inbox.vuxu.org with ESMTPUTF8; 7 Oct 2020 20:52:31 -0000 Received: (qmail 32511 invoked by uid 89); 7 Oct 2020 20:52:56 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Received: (qmail 32504 invoked from network); 7 Oct 2020 20:52:55 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=tOnRpVeKuxy8f8OAMeRAqBQsm/5lE4DTjtGYk5zI8lA=; b=sST0r4hgVsaDsm8FWZp9CvxxO+PGtRTJa8iHiajAqpwEx9WTA1ZL0dIBnw6FarLUi2 8F6j8dS3OnpFlNeQNo2Roe0bzRzOJXSiqNRstOXfY88DQBFJlw0ZiyBnPtCA9xPY8m9n i00216n4PeFs82B8NKIwHEgN+X7+1yMv8iIWIawNxG9nqNxSBH+SHvGV+OpoR40BzMxU 0vcbByrQz/1Ta6xt/o3JWor6CIOWafD7NxWy8VykzACaGTzDStIq417z+dOSgGSJfDfa XmHlLLyFGnAXf2dHL5V91YLwZYhb8cBOCmoxQLhOWBamzXq8IKsm9tjceIc3JJJFBmBg PCrw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=tOnRpVeKuxy8f8OAMeRAqBQsm/5lE4DTjtGYk5zI8lA=; b=k2XTd2nHH6e+wtbi+GHmnB+lwZo6QzrafOLCH/YLud5lJ1GqlHy+gDd4HhMuxGWdmd hwD2P9/DLfVaGHF03DzirhhaYcstPlnwehz36Ai1FVM8eJX/VjITBWhfQRh+SXrnLz6R at5zUxfZqO1pF0G3Zry09uf0q7lyKipyHTWIl8rNF9fEzufLDPkyizzPRhC3tiHkyEO5 PNY+d6wsQnFIvVBj8ZAOj9NHcA0ZZlVPaBuS2V+YWr9RPqchMVuitqfBY189CpReEF8i azVC3hU8cBB/of4K3Y3n1fL8m0Fd5orw62k9UVrV2b2lisAZziVk1zVs8PE1+qeIYCTp JNXg== X-Gm-Message-State: AOAM532+TsZfmGV+jRfX49hkERmcZZW9yxx20AJarYvJKgOcsrHzSbUC 5FqIyjrK+W0M/x0lzDYErQ/DET77b+oTtGIZfeYlPqP4 X-Google-Smtp-Source: ABdhPJwea0Z8McpfxWsPmq6j2rnm+SxoZAu14zJE10WsRRaFnxLjxYIVqGkIEMs+qI6CYeQ5hx+EVqvLfx7yuddTdIo= X-Received: by 2002:a1f:acc9:: with SMTP id v192mr2985784vke.19.1602103947676; Wed, 07 Oct 2020 13:52:27 -0700 (PDT) MIME-Version: 1.0 From: =?UTF-8?Q?Joshua_Ismael_Haase_Hern=C3=A1ndez?= Date: Wed, 7 Oct 2020 15:52:15 -0500 Message-ID: Subject: s6 v2.9.2.0 compiles only disabling execline To: supervision@list.skarnet.org Content-Type: multipart/alternative; boundary="000000000000b1cf0f05b11ae440" --000000000000b1cf0f05b11ae440 Content-Type: text/plain; charset="UTF-8" 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? --000000000000b1cf0f05b11ae440--