From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id gAOyH0pPWl8uJQAA0tVLHw (envelope-from ) for ; Thu, 10 Sep 2020 16:07:38 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id wHenG0pPWl+fEQAAB5/wlQ (envelope-from ) for ; Thu, 10 Sep 2020 16:07:38 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [144.217.243.247]) (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 CC3AD9404D3 for ; Thu, 10 Sep 2020 16:07:36 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id D800929C3C; Thu, 10 Sep 2020 12:07:25 -0400 (EDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by mail.notmuchmail.org (Postfix) with ESMTP id 2D9D829C29 for ; Thu, 10 Sep 2020 12:07:23 -0400 (EDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id 163E95FF6C; Thu, 10 Sep 2020 12:07:21 -0400 (EDT) Received: (nullmailer pid 1313524 invoked by uid 1000); Thu, 10 Sep 2020 16:07:19 -0000 From: David Bremner To: "Danilo G. Baio" Subject: Re: [PATCH] emacs/tree: declare notmuch-search functions In-Reply-To: <20200910010230.z7ggna5nprd56r3v@t480.local> References: <20200908171536.20679-1-jb55@jb55.com> <20200908230132.dxc2likcbmpngrmy@t480.local> <87d02ua6bv.fsf@tethera.net> <20200910010230.z7ggna5nprd56r3v@t480.local> Date: Thu, 10 Sep 2020 13:07:19 -0300 Message-ID: <87363p8vk8.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: HT4X7JLPGHKQ57ZGYBFYLXUIK7ILQF4W X-Message-ID-Hash: HT4X7JLPGHKQ57ZGYBFYLXUIK7ILQF4W X-MailFrom: david@tethera.net 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 CC: notmuch@notmuchmail.org 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=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 144.217.243.247 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: 0.53 X-TUID: GEv9aPsZlHGl "Danilo G. Baio" writes: > > That helps, thanks! > > In fact, the notmuch-emacs port on FreeBSD is not executing the > './configure'. [1] I guess this issue is exactly the sort of change in the behaviour of configure that might bite you in that case. It might be worth scanning the upstream git log for configure if you're going do this. > I'll add sphinx.config for now and take a look on these dependencies > for building it in the proper way. There is also sh.config generated by configure. It is currently only used by the test suite, which I'm guessing you are not running.