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 +EQrBkG51F90fAAA0tVLHw (envelope-from ) for ; Sat, 12 Dec 2020 12:36:17 +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 MG/1AUG51F+mDgAAB5/wlQ (envelope-from ) for ; Sat, 12 Dec 2020 12:36:17 +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 E2BE99402A7 for ; Sat, 12 Dec 2020 12:36:15 +0000 (UTC) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 2FCA32853B; Sat, 12 Dec 2020 07:36:06 -0500 (EST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by mail.notmuchmail.org (Postfix) with ESMTP id E9EF628531 for ; Sat, 12 Dec 2020 07:36:03 -0500 (EST) Received: by fethera.tethera.net (Postfix, from userid 1001) id CBECC5FC36; Sat, 12 Dec 2020 07:36:01 -0500 (EST) Received: (nullmailer pid 2995570 invoked by uid 1000); Sat, 12 Dec 2020 12:36:00 -0000 From: David Bremner To: Jonathan Wilner , notmuch@notmuchmail.org Subject: Re: Struggling to compile notmuch on Mac OS Big Sur /ARM - gmime library detection In-Reply-To: References: Date: Sat, 12 Dec 2020 08:36:00 -0400 Message-ID: <87lfe3i4lr.fsf@tethera.net> MIME-Version: 1.0 Message-ID-Hash: SFTOZMROKFVNM6Y47CKQJ6MHIBIZNFAY X-Message-ID-Hash: SFTOZMROKFVNM6Y47CKQJ6MHIBIZNFAY 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 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-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -0.27 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=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-Migadu-Queue-Id: E2BE99402A7 X-Spam-Score: -0.27 X-Migadu-Scanner: scn1.migadu.com X-TUID: wmhIf3Prs9vX Jonathan Wilner writes: > I'm particularly stuck on calling in gmime, no matter what I do with > pkg-config. I've got gmime 3.2.7 installed from Homebrew. > > However - this is the error I can't get past: > > "*** Error: The dependencies of notmuch could not be satisfied. You will > need to install the following packages before being able to compile > notmuch: > > GMime library >= 3.0.3 > > (including development files such as headers) The underlying test is pkg-config --exists "gmime-3.0 >= 3.0.3" That should print nothing and (most importantly) have exit code 0 (echo $?) I don't really know much about macOS or homebrew, but this should not be a notmuch specific issue. d