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 cBNHFw6g9l5WHAAA0tVLHw (envelope-from ) for ; Sat, 27 Jun 2020 01:25: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 mp2 with LMTPS id uP4hEw6g9l4RFQAAB5/wlQ (envelope-from ) for ; Sat, 27 Jun 2020 01:25:34 +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 8F6DD94030A for ; Sat, 27 Jun 2020 01:25:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id B868E6DE1396; Fri, 26 Jun 2020 18:25:24 -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 mMkMZgg28bUE; Fri, 26 Jun 2020 18:25:24 -0700 (PDT) Received: from arlo.cworth.org (localhost [IPv6:::1]) by arlo.cworth.org (Postfix) with ESMTP id 1F01F6DE1381; Fri, 26 Jun 2020 18:25:23 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 325F66DE1381 for ; Fri, 26 Jun 2020 18:25:22 -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 0-xcLdnjlSyJ for ; Fri, 26 Jun 2020 18:25:21 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTP id 2F3836DE10D9 for ; Fri, 26 Jun 2020 18:25:21 -0700 (PDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id B378761417; Fri, 26 Jun 2020 21:25:20 -0400 (EDT) Received: (nullmailer pid 399000 invoked by uid 1000); Sat, 27 Jun 2020 01:25:18 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: Re: [PATCH 1/2] configure: detect 64 bit time_t In-Reply-To: <20200624143234.540526-1-david@tethera.net> References: <87lfkcocvi.fsf@tethera.net> <20200624143234.540526-1-david@tethera.net> Date: Fri, 26 Jun 2020 22:25:18 -0300 Message-ID: <87o8p5nvup.fsf@zancas> 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.51 X-TUID: j+HxmoU0u3WX David Bremner writes: > Certain tests involving timestamps > 32bits cannot pass with the > current libnotmuch API. We will avoid this isssue for now by disabling > those tests on "old" architectures with 32bit time_t. pushed an updated version based on Tomi's comments