From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id oM85Btz46V5iZgAA0tVLHw (envelope-from ) for ; Wed, 17 Jun 2020 11:05:00 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id gGcCAtz46V73fQAAbx9fmQ (envelope-from ) for ; Wed, 17 Jun 2020 11:05:00 +0000 Received: from arlo.cworth.org (arlo.cworth.org [50.126.95.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2D76A9404D3 for ; Wed, 17 Jun 2020 11:04:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 348E16DE0ACD; Wed, 17 Jun 2020 04:04:54 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org 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 icftORqUO9D7; Wed, 17 Jun 2020 04:04:52 -0700 (PDT) Received: from arlo.cworth.org (localhost [IPv6:::1]) by arlo.cworth.org (Postfix) with ESMTP id D98326DE024F; Wed, 17 Jun 2020 04:04:51 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id A4E646DE0924 for ; Wed, 17 Jun 2020 04:04:50 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org 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 Tue1FhTIDC8P for ; Wed, 17 Jun 2020 04:04:49 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id C48AB6DE024E for ; Wed, 17 Jun 2020 04:04:49 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.92) (envelope-from ) id 1jlVs6-00026I-Vs for notmuch@notmuchmail.org; Wed, 17 Jun 2020 07:04:47 -0400 Received: (nullmailer pid 1262757 invoked by uid 1000); Wed, 17 Jun 2020 11:04:45 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: Port to Xapian 1.5 Date: Wed, 17 Jun 2020 08:04:38 -0300 Message-Id: <20200617110441.1262683-1-david@tethera.net> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: notmuch-bounces@notmuchmail.org Sender: "notmuch" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 50.126.95.6 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: -0.01 X-TUID: trz81OTzrxJh "Port" is maybe overstating it a bit, but in order to build notmuch with Xapian 1.5 (aka Xapian master), notmuch needs to migrate away from some obsolete APIs, and not require use of chert databases in the test suite. With the three patches here, notmuch builds and the test suite (minus the deleted upgrade tests) passes.