From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 2CS4CdYHil+RWAAA0tVLHw (envelope-from ) for ; Fri, 16 Oct 2020 20:51:34 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 4FuWBdYHil9weAAA1q6Kng (envelope-from ) for ; Fri, 16 Oct 2020 20:51:34 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [IPv6:2607:5300:201:3100::1657]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (2048 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B9B079404D7 for ; Fri, 16 Oct 2020 20:51:31 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id A3DB32000F; Fri, 16 Oct 2020 16:51:20 -0400 (EDT) X-Greylist: delayed 551 seconds by postgrey-1.36 at nmbug; Fri, 16 Oct 2020 16:51:19 EDT Received: from wedjat.horus-it.com (wedjat.horus-it.com [95.217.42.50]) by mail.notmuchmail.org (Postfix) with ESMTPS id 1EA981FFA4 for ; Fri, 16 Oct 2020 16:51:19 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by wedjat.horus-it.com (Postfix) with ESMTP id ACD51A6026E1 for ; Fri, 16 Oct 2020 22:42:06 +0200 (CEST) X-Virus-Scanned: at horus-it.com Received: from wedjat (wedjat.horus-it.com [IPv6:2a01:4f9:2a:2e8d::c0de]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by wedjat.horus-it.com (Postfix) with ESMTPS id 81EA3A600164 for ; Fri, 16 Oct 2020 22:42:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ml.seichter.de; s=k1; t=1602880926; bh=KaD5utqNlVg+8x+Vn6xjQ2ytEYyIKTDt7+KMkMZaQ3g=; h=From:To:Subject:Date:Message-ID:Content-Type; b=TXD+8Inh/hD53qCYFAtQp4EyxWNu8Kmcgqf1BzqavDTiJLz8WMagceljG43rC/nRf TQ0glgedBL6SZbYxdOKuvKuQsW17UdhlznKYRTg3HiAGqHPeFjCb0LLLUDwQhl66hl htbZV83nIj2UPDpeRTXoa9isIPDtK3zuEbZFSxLAaqZnG6BFX1ZGOl8Nez0Ity8G0f i8BzE74n+Nb5AlmoHI5yk+5hr/czEI/oMzldgut8mVx5cBbbzMHQXt8WpnGUj80yaW MM+TxbusC6OcMYobJJTndZ1+fTudnwt5QmZ89Mgi6pyFMul0ONvRIE8VPScViYu5Ma fbK0MMj6Gl0Wg== From: Ralph Seichter To: notmuch@notmuchmail.org Subject: Dependencies should include "realpath" Mail-Followup-To: notmuch@notmuchmail.org Date: Fri, 16 Oct 2020 22:42:06 +0200 Message-ID: <87d01hewdd.fsf@wedjat.horus-it.com> MIME-Version: 1.0 Message-ID-Hash: MDR7B6QO2Z6W5TDVC6QDYZHJ2237HRSP X-Message-ID-Hash: MDR7B6QO2Z6W5TDVC6QDYZHJ2237HRSP X-MailFrom: ralph@ml.seichter.de X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (body hash did not verify) header.d=ml.seichter.de header.s=k1 header.b=TXD+8Inh; dmarc=fail reason="SPF not aligned (relaxed)" header.from=ml.seichter.de (policy=none); spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 2607:5300:201:3100::1657 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: 1.63 X-TUID: ukpHh3Jjq3yW Since this issue just came up related to my MacPorts port: The list of dependencies for notmuch should include "realpath". configure [1] relies on realpath to generate the value for rsti_dir. [1] https://git.notmuchmail.org/git?p=notmuch;a=blob;f=configure;h=40e8b2559e86b40985ef2c6dc142eb0104c3ddb6;hb=45193bab16c728ba892a5d45fc62ef59e2a6ef85#l1539 While Linux usually comes with realpath included, macOS does not, and I am not quite sure about BSD variants. -Ralph