From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 64B2F6DE1412 for ; Sun, 9 Jun 2019 12:40:30 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -2.698 X-Spam-Level: X-Spam-Status: No, score=-2.698 tagged_above=-999 required=5 tests=[AWL=-0.197, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y9L-lpbI5WJq for ; Sun, 9 Jun 2019 12:40:29 -0700 (PDT) Received: from ra.horus-it.com (ra.horus-it.com [94.130.34.199]) by arlo.cworth.org (Postfix) with ESMTPS id C6EF86DE109B for ; Sun, 9 Jun 2019 12:40:28 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by ra.horus-it.com (Postfix) with ESMTP id 70A5D48C1D16; Sun, 9 Jun 2019 21:40:24 +0200 (CEST) X-Virus-Scanned: at horus-it.com From: Ralph Seichter DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monksofcool.net; s=k1; t=1560109218; bh=mZMsqBB7acKSN+TCFg/7xuhqQsIZD7X2+ZuzoOyHdHM=; h=From:To:Subject:In-Reply-To:References:Date:Message-ID: Content-Type; b=knelL+iyzY8syTbWqbCLzvx8YEFK6F82oWEqOGyT1zjKx4LI+uTmxUdwV64AybHJT YfjWju+MBg8EtLfTNY0Scf/HljJVZYBOKtQpj3sofklVX1nosS81zxEMAglTsfR12G J44Se7+DjX3JU+oHH4YR61BZWOZ+BZMnxhDscq/r3x7l+gEfaRpdX45kpdUzY4rByE vAmBNGAXPoDhuqXEymPECDnMYwLMD3QRoWQ9EetNo7kpt0yLV9dXdBI6zrdSXARqi6 u7lYNeDdrfMdNKqnEUpM1o1Ma/caN2Ukf0ZyPe9NWp+XKonViMXQKWQkiS2PmJm71U /ELzumWE32e6g== To: David Bremner , notmuch@notmuchmail.org Subject: Re: Bug: Attempt to install notmuch-emacs.info during --without-emacs build In-Reply-To: <87d0jmy7l0.fsf@tethera.net> References: <87k1duiw05.fsf@ra.horus-it.com> <87d0jmy7l0.fsf@tethera.net> Mail-Followup-To: David Bremner , notmuch@notmuchmail.org Date: Sun, 09 Jun 2019 21:40:18 +0200 Message-ID: <87blz6a6ot.fsf@ra.horus-it.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2019 19:40:30 -0000 * David Bremner: > The following seems to fix the problem, but I haven't tested it > extensively. As shown in https://monksofcool.net/tmp/6bmjUFL.log , your suggestion results in notmuch-emacs.info being generated but unfortunately not installed when Notmuch is built --with-emacs. Obviously that's better than a build failure for --without-emacs, but it is not quite ideal either. ;-) -Ralph