From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from mail-io0-x243.google.com (mail-io0-x243.google.com [IPv6:2607:f8b0:4001:c06::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 9B9441F42D for ; Wed, 30 May 2018 15:28:47 +0000 (UTC) Received: by mail-io0-x243.google.com with SMTP id t6-v6so3535231iob.10 for ; Wed, 30 May 2018 08:28:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=ix3tSK0Err/8xvZMM4opSS68Fxoxv2OH8kd+4O5jyTE=; b=NlZ/vkwpvYeMeW0k9eWzEVt8xtZeltERllZJmPvbxOLfNxKhqUKvQlBkPsiGDp597d 7e2227KWbE6PUd5YRlnHmQUkNcdv6cAJbfreY9dwa+HnhAFd4HQOrXlV6jlwJqmwWMAi 4++OBHVok9iojAPy+CdMpDweYhVV/k3tVhFew= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=ix3tSK0Err/8xvZMM4opSS68Fxoxv2OH8kd+4O5jyTE=; b=Ic/7pcMfY6hT8tSH7FcJwThELqd6nF8jOJyu9jIcUmkyxQ6Bekn8+UPcndLZdEpjCV TI1GGrYU3OC3B8TQGnFuzEOcPLfJH8QcGddEmR9CdmzWeZoh2YHyqPAKldxvOPsMUkfI TFWlr3llabDLxfqWsEU9XJLzZprQPhiEWLyxInNGVfq5+WBqZ192BnKeBMIN7k/2fvgA fOUdb/4mkgvoc11bXXgaDHuLZABJQd2TGNyM0uzlG0eM0zBTUC+E1CnLd0g/7VYqzFwo c8srfJ/RcKZrc1rV0zP3H7+1N+pmbbCksKNnK3EnmQXf+h3Fyc6dxq7P+LyOLj8dR9R6 b2NA== X-Gm-Message-State: ALKqPwcdUog4/CkRiMOajjSPp1a1NmAdHq8yxAyDgOQECjhOndIglvVv cH1KmVPTDs+/wjzKiaW4ernCsRls7Vw= X-Google-Smtp-Source: ADUXVKIjKhGmM4ywZWIiEnLAKoTk3zfCrpcayl1BW1sXLmkNiUGB5jznlyBSip5+V7hKDzhqzIjRNg== X-Received: by 2002:a6b:82c7:: with SMTP id m68-v6mr2283788ioi.118.1527694126652; Wed, 30 May 2018 08:28:46 -0700 (PDT) Received: from chatter (ca2x.mullvad.net. [162.219.176.251]) by smtp.gmail.com with ESMTPSA id h68-v6sm8727179ith.28.2018.05.30.08.28.45 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 30 May 2018 08:28:46 -0700 (PDT) Date: Wed, 30 May 2018 11:28:43 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 0/4] test fixes for latest CPAN modules Message-ID: <20180530152843.abfkgu7sf5spjoxa@chatter> References: <20180511192018.6432-1-e@80x24.org> <20180511193801.GA1940@dcvr> <20180516051206.GA16155@dcvr> <20180524084115.GA17965@dcvr> <6f5ed36c-95db-86d8-291e-9dce0640b772@linuxfoundation.org> <20180530115719.GA17038@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline In-Reply-To: <20180530115719.GA17038@dcvr> User-Agent: NeoMutt/20180512 List-Id: On Wed, May 30, 2018 at 11:57:19AM +0000, Eric Wong wrote: >> Is this easier solved by upgrading to the version of xapian > 1.2.22? I >> can probably nag the Epel packager to do that if it's a legitimate bug >> in Xapian. > >Maybe... I wonder if there's other patches in the Epel package >or other system-level differences causing this. I'm fine with that -- in fact, I already requested that the package in EPEL is updated to the latest 2.2. We can just leave things as-is, as I definitely don't see the same issue with 2.2.25. -K